/************************************************/
/******************** Reset ********************/
/************************************************/
* { margin:0; padding:0; }

body { /* edited by Mike 11/17 */
	/*color:#fff; */
	color: #ccc;
	text-align:center;
	background-color: #000;
	background-image: url(../images/pm_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

img           { border:0; vertical-align:top; }

a             { color: #EACE46;}
a:hover       { color: #EACE46; text-decoration: none;}
:focus        { outline: 0; }

/* Headings */
h1            {	font-family: Georgia, "Times New Roman", Times, serif; font-size:32px; 	font-weight:normal; line-height:1.3;  color: #EACE46; }
h2            { font-family: Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:normal; line-height:1.34; color: #EACE46;}
h3            { font-family: Georgia, "Times New Roman", Times, serif; font-size:18px; font-weight:normal; line-height:20px; color: #EACE46; text-decoration:none;}
h4            {	font-family: Georgia, "Times New Roman", Times, serif;	font-size:14px;	font-weight:bold;	color: #EACE46; }
h5            {	font-family: Georgia, "Times New Roman", Times, serif;	font-size:14px;	font-weight:bold;	color: #EACE46; }
h6            { font-family: Georgia, "Times New Roman", Times, serif; font-size:11px; font-weight:bold; color: #EACE46;}



/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table 
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
*/
/* Content */
address       { font-style:normal; padding-bottom:10px; margin-bottom: 10px}
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/************************************************/
/******************** Styles ********************/
/************************************************/

/* Layout ================================================================================= */
.wrapper { /* edited by Mike 11/17 */
	background-image: url(../images/pm_inner_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
}
.page { /* edited by Mike 11/17 */
	position:relative;
	width:992px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main {  }

/* Base Columns */ 
.col-left {	float:left;	width:175px;	margin-top: 10px;	margin-right: 20px;	margin-bottom: 5px;	margin-left: 30px;	/* border: 1px dashed #F00; */}
.col2-left-layout .col-left { }
.col-main {	float:left;	width:100%; /* border: 1px dashed #FF0; */	margin-top: 10px;	margin-right: 10px;	margin-bottom: 5px;	margin-left: 10px;}
.col-right {	float:right;	width:250px;	margin-top: 10px;	margin-right: 30px;	margin-bottom: 5px;	margin-left: 5px;	/*  border: 1px dashed #F00; */}

/* 1 Column Layout */
.col1-layout .col-main {	float:none;	width:auto;	margin-right: 25px;	margin-left: 25px;}

/* 2 Columns Layout */
.col2-left-layout .col-main {	float:right;	width: 700px;	margin-right: 30px;}
.col2-right-layout .col-main { 	float:left;	width: 650px;	margin-right: 15px;	margin-left: 25px;}
.col2-right-layout .col-main .col2-set .col-1{ margin-left: -10px; }


/* 3 Columns Layout */
.col3-layout .col-main {	width:430px;	margin-top:5px;	margin-right:10px;	margin-left:40px;	padding-left: 0px;		/* border: 1px dotted #0F0; */}

/* Content Columns */
.col2-set {	padding-top: 10px;	padding-bottom:10px;	margin-top: 10px;	margin-bottom:10px;}
.col2-set a {	color: #EACE46; }
.col2-set a:hover {	text-decoration:none;}

/* Standard Column Set */
.col2-set .col-1 {
	padding-left: 10px;
	padding-top: 5px;
	float:left;
	/*width:325px;*/
	width: 45%;
	background-image: url(../images/pm_col-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.col2-set .col-2 { 
	float:right; 	
	width:325px;
	padding-left: 10px;
	padding-top: 5px;	
	background-image: url(../images/pm_col-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* opc */

.col2-set-plain .col-1 {
	padding-left: 10px;
	float:left;
	/*width:325px;*/
	width:45%;
	display:block;
}
.col2-set-plain .col-2 { 
	float:right; 	
	width:325px;
	padding-left: 10px;
	display:block;

}

.col-set-header{ padding-bottom: 10px; display:block; height:30px;}
.col-set-header h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color: #EACE46;
	float: left;
	margin-right: 10px;
}

/* login page */
.account-login .col2-set .col-1-login { float:left; width: 325px; margin-left: 75px;}
.account-login  .col2-set .col-2-login { float:right; width: 325px; margin-right: 100px;}
.account-login .col2-set .col-1 {
	padding-left: 10px;
	padding-top: 5px;
	float:left;
	/*width:325px;*/
	width: 45%;
	margin-left: 70px;
	background-image: url(../images/pm_col-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.account-login .col2-set .col-2 { 
	float:right; 	
	width:350px;
	padding-left: 10px;
	padding-top: 5px;	
	margin-right: 75px;
	background-image: url(../images/pm_col-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.col2-set .col-1 p{ width: 340px;}

.col-set-header a{ float: left }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { /* edited by Mike 11/17 */
	float:left;
	overflow:hidden;
} 
.header-container {}
.header-search { /* edited by Mike 11/17 */
	background-image: url(../images/pm_search_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 630px;
}
.header-search-box { /* edited by Mike 11/17 */
	background-image: url(../images/pm_search_box2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 34px;
	width: 275px;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	padding-top: 4px;
}
.header { /* edited by Mike 11/17 */
	margin-bottom:20px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em;  margin-left: 20px; } /* edited by Mike 11/17 */
.header .logo a { display:block; width:572px; height:82px;} /* edited by Mike 11/17 */
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search #search { font-family: Verdana, Geneva, sans-serif; font-size: 12px; width: 165px; }
.header .form-language { text-align:center; }




/********** < Gold Menu - Added by Mike 11/18 */

.gold-menu {
	background-image: url(../images/pm_gold_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 39px;
	padding-right: 10px;
	margin-right: 11px;
	margin-left: 11px;
	line-height: 39px;
}
.gold-menu-link-blocks{
	height: 39px;
	float: right;

}
.gold-menu-link-blocks a:link, .gold-menu-link-blocks a:visited{
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	text-decoration: none;
	line-height: 39px;
	display:block;

}
.gold-menu-link-blocks a:active, .gold-menu-link-blocks a:hover{
	padding-left: 15px;
	padding-right: 15px;	
	background-color: #6E541B;
	line-height: 39px;
	color: #FFF;
	text-decoration: none;
	display:block;
}

/********** < Gold Menu */
/* ======================================================================================= */

/********** < Graph Classes - Added by Mike 11/23 */

.graph-block{
	width: 225px;
	padding: 3px;
	margin: 10px;
	background-image: url(../images/pm_chart_bg.jpg);
	border: 2px solid #000;
	outline: 1px solid #333;
}
.graph-block img{
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 10px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.graph-header{ font-family: Georgia, "Times New Roman", Times, serif; font-size:18px; font-weight:normal; line-height:1.34; color: #EACE46;}
.graph-text{ font-family: Georgia, "Times New Roman", Times, serif; font-size:10px; }

.graph-block-holder{

}


.spot-block{
	width: 225px;
	padding: 3px;
	margin: 10px;
	background-image: url(../images/pm_chart_bg.jpg);
	border: 2px solid #000;
	outline: 1px solid #333;
}
.spot-table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
}

.spot-table strong{ color: #EACE46; }

.spot-table small{
	font-size: 10px;
	color:#999;
}
/*.spot-table tr:nth-child(odd){	background-color: #000; }*/
.spot-table .odd {	background-color: #000; }

/*.verisign-block {
	width: 155px;
	padding: 3px;
	margin: 20px 40px;
	background-image: url(../images/pm_chart_bg.jpg);
	border: 2px solid #000;
	outline: 1px solid #333;	
}*/
.verisign-block, .bbb {
	float: left;
	width:98%; 
	margin-top:30px;
	margin-left:1%;
	margin-right:1%;
	text-align: center;
}
.verisign-block table {
	text-align:center;
	border: 2px solid #000;
	outline: 1px solid #333;	
	padding: 2px;
	border-spacing: 1px;
	margin-left:auto; 
	margin-right:auto;
	width: 150px;
	background-color:#FFF;
}

.weaccept-tbl { width:100%;	align:center; margin: 25px auto 10px auto; float:left;}
.weaccept-tbl td { text-align:center; }
.weaccept-tbl img {
	background-image: url(../images/pm_chart_bg.jpg);
	border: 2px solid #000;
	outline: 1px solid #333;
	padding: 3px;
}
/*.verisign-tbl td { border: 2px solid #000; outline: 1px solid #333; width:100%;}
.col-left .verisign-tbl { width:100%;	align:center; margin: 30px 0px 10px 10px; }
.col-right .verisign-tbl { width:100%;	align:center; margin: 30px 0px 10px 45px; }
*/

img.memberships {
	border: #aaa thick solid;
	opacity:0.6;
	filter:alpha(opacity=60);
}
img.memberships2 {
	border:#aaa thick solid;
	opacity:1;
	filter:alpha(opacity=100);
}
/* ======================================================================================= */
/********** < Graph Classes - Added by Mike 11/23 */

/********** < Navigation */
#nav {
	width:175px;
	position:static;
	font-size:12px;
	border:0px solid #ddd;
	padding-left: 0px;
}

/* All Levels */
#nav ul { padding-right:0; }
#nav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	height: 30px;
}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span { white-space:normal; }
#nav li li.parent {}

/* 0 Level */
#nav li {  }
#nav li.active a { color:#2a2824; }
#nav a {
	color:#FFF;
	font-weight:bold;
	height: 30px;
	width: 175px;
	line-height: 30px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position:relative;
}
#nav li.over a,
#nav a:hover {
	position:relative;
	color:#2a2824;
	background-color: #EACE46;
	line-height: 30px;
	height: 30px;
	width: 175px;
	padding-left: 5px;
	margin-right: 5px;
}

/* 1st Level */
#nav ul li,
#nav ul li.active { margin:0; padding-bottom:1px; background:#ddd; }
#nav ul li.over {}
#nav ul li.last {
	padding-bottom:0;
	background-color: #000;
}

#nav ul a,
#nav ul a:hover { line-height:1.3em;  padding:0; background:none; position:static; }
#nav ul li a { font-weight:normal !important; }

/* 2nd leven */
#nav ul {
	position:absolute;
	width:200px;
	top:25px;
	left:-10000px;
	border:1px solid #000;
}

/* 3rd+ Level */
#nav ul ul { top:5px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#f6f6f6; color:#898885; }
#nav ul li a:hover { background:#ccc; color:#fff !important; }
#nav ul span,
#nav ul li.last li span {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0px;
}
/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {
	vertical-align:middle;
	color:#000;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
/*button::-moz-focus-inner { padding:0; border:0; }*/
/* 
button.button { overflow:visible; width:auto; background:#f6f6f6; border:1px solid #717171; cursor:pointer; /*-webkit-border-fit:lines; }  --  commented out by Mike 11/16
button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }
*/

button.button {
	width:auto;  /*-webkit-border-fit:lines;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 12px;
}
button.button span { font-weight:bold }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set {
	clear:both;
	margin:5px 0 0;
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
.buttons-set .back-link { float:left; color: #EACE46; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs {	margin-top: 0;	margin-right: 0;	margin-bottom: 10px;	margin-left: 0;	padding-top: 10px;	padding-right: 10px;	padding-bottom: 10px;	padding-left: 25px;
}
.breadcrumbs li { display:inline; font-family: Verdana, Geneva, sans-serif; font-size:11px; font-weight: bold; }
.breadcrumbs a { font-family: Verdana, Geneva, sans-serif;  color: #EACE46; font-size:11px; font-weight: bold;}
.breadcrumbs a:hover{ font-family: Verdana, Geneva, sans-serif;  color: #EACE46; font-size:11px; text-decoration:none; font-weight: bold;}

/* Page Heading */
.page-title {
	padding:0 0 5px;
	margin:0 0 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {
	padding:5px;
	margin:5px 0;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Geneva, sans-serif;
}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
/* .pager .pages .current li span{ margin-top:10px; margin-bottom: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; font-weight:normal; line-height:20px; color: #EACE46;} */
.current span{
	margin-top:10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color: #EACE46;
	display:block;
	text-indent: 8px;
}
.current span:before{ content: "- "; }
.pager .pages  a{ color: #EACE46;}
.pager .pages  a:hover{ color: #EACE46; text-decoration:none;}
.pager .pages  li:before{ content: " | ";}

/* Sorter */ 
.sorter {
	padding:5px;
	margin:5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sorter .view-mode { float:left; }
.sorter .view-mode a{ color: #EACE46;}
.sorter .view-mode a:hover{ color: #EACE46; text-decoration:none;}
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/*
.cart-table .item-msg { font-size:10px; }
.cart-table {
	background-image: url(../images/pm_chart_bg.jpg);
	margin: 1px;
	padding: 2px;
	border: 1px solid #666;
}
.cart-table .cart-table-odd{ background: #000}
.cart-table .cart-table-even{}
*/
/* Data Table */ 
.data-table { width:100%; 
	background-image: url(../images/pm_chart_bg.jpg);
	margin: 1px;
	padding: 2px;
	border: 1px solid #666;
}
.data-table th { padding:3px; font-weight:bold;}
.data-table td { padding:3px; }
.data-table .add-info-even{background:#000}
.data-table .add-info-odd{ background:#333}
.data-table thead { font-size: 16px; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd { background-color:#f6f6f6; background-color:#000; }
.data-table tr.even {  }
.data-table tbody.odd { background-color:#f6f6f6; background-color:#000; }
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {  }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std br { margin-bottom: 10px;}
/* ======================================================================================= */


/* Cart Header - custom - by mike ======================================================== */

.top-cart-wrapper{
	float: right;
	margin-right: 61px;
	margin-top: 10px;
	height: 78px;
	width: 278px;
}
.top-cart{
	background-image: url(../images/pm_header_checkout_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 78px;
}
.top-cart-title{
	padding-top: 10px;
	color: #EACE46;	
	font-family: Georgia, "Times New Roman", Times, serif;
}
.top-cart-content{}
.top-cart-ls{
	background-image: url(../images/pm_header_checkout_bgl.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 78px;
	width: 15px;
	background-position: left top;
}
.top-cart-rs{
	background-image: url(../images/pm_header_checkout_bgr.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 78px;
	width: 17px;
	background-position: right top;
}

/* Cart Header - custom - by mike ======================================================== */

/* Sidebar =============================================================================== */
.filter-block {border: 1px solid #666;}

.block { border:0px solid #ddd; margin:0px; }
.block .block-title {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
}
.block .block-title-sidebar{padding-bottom: 5px;}
.block .block-title-sidebar strong{
	font-size:20px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EACE46;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display:block;
}
.block .block-title strong { font-size:16px; font-weight:bold; }
.block h3 { font-size:16px; line-height:1.5;  color: #CCCCCC;}
.block .block-content {  }
.block .actions {color: #E7C627;

}
.block-content ul li a:link,
.block-content ul li a:visited{
	display: block;
	padding: 2px;
	height: 25px;
	width: 100%;
	background-color: #C6A832;
	color: #FFF;
	line-height: 25px;
	text-indent: 5px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7BE5E;
	border-right-color: #9A8327;
	border-bottom-color: #9A8327;
	border-left-color: #D7BE5E;
}
.block-content ul li a:active,
.block-content ul li a:hover {
	display: block;
	padding: 2px;
	height: 25px;
	width: 100%;
	background-color: #D7BE5E;
	color: #FFF;
	line-height: 25px;
	text-indent: 8px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7BE5E;
	border-right-color: #9A8327;
	border-bottom-color: #9A8327;
	border-left-color: #D7BE5E;
}

.block .actions a { 	color: #E7C627; 
	display:block;
	border: 1px solid #000;
	height: auto;
	line-height: 22px;
	text-decoration:none;
	}

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
/* Layered Nav */
.block-layered-nav                              { width: 700px; margin: 0 auto; background: transparent url(../images/layered/bg-layered.png) top center repeat-y; padding:0; font-size: 12px; line-height: 15px; }
.block-layered-nav .refine-shopping				{ padding: 0 0 5px 10px; background-color: #000; color: #EACE46; font-size: 1.25em;}
.block-layered-nav .block-layered-nav-wrapper,
.block-layered-nav table 						{ border-collapse: collapse; width: 700px; background: transparent url(../images/layered/bg-layered-top.png) top center no-repeat; height: auto; }
.block-layered-nav .block-content               { background: transparent url(../images/layered/bg-layered-bottom.png) bottom center no-repeat; padding-left: 6px; -moz-text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15); -webkit-text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15); text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15); }
.block-layered-nav .block-title                 { display: none; }
.block-layered-nav .block-content .filter-cont  { padding: 10px 0; float:left; margin-left: -1px; }
.block-layered-nav .block-content .filter-cont.first { margin-left: 0; }
.block-layered-nav .filter-cont:hover           { background-color: rgba(0,0,0,.25); }
.block-layered-nav .block-content dl            { width: 118px; border-left:1px solid #525557; padding:0 10px; min-height: 130px; }
.block-layered-nav .block-content .first dl     { border-left: none; }
.block-layered-nav .block-content dl dt         { color:#8d8dcb; font-size: 13px; margin-bottom: .3em;}
.block-layered-nav .block-content dl dd         { color:#BBB; }
.block-layered-nav .block-content dl dd a       { color:#FFF; text-decoration: none; }
.block-layered-nav .block-content dl dd a:hover { text-decoration: underline; }
.block-layered-nav .more,
.block-layered-nav .less                                 { text-align: right; padding-top: 5px; }
.block-layered-nav .block-content dl dd .more a,
.block-layered-nav .block-content dl dd .less a          { color: #8d8dcb; font-weight: bold; }
.block-layered-nav .block-content dl dd li               { text-indent: 0; padding-left: 0; /*text-indent: -1em; padding-left: 1em;*/ }
.block-layered-nav .block-content dl dd li.extra,
.block-layered-nav .block-content dl dd li.less,
.block-layered-nav .block-content dl.expanded dd li.more { display: none; }
.block-layered-nav .block-content dl dd li.more,
.block-layered-nav .block-content dl.expanded dd li.extra,
.block-layered-nav .block-content dl.expanded dd li.less { display: block; }
.block-layered-nav .block-content dl dd .more a,
.block-layered-nav .block-content dl dd .less a,
.block-layered-nav .secondary dt                         { background: transparent url(../images/layered/bg-show-hide.gif) right 0px no-repeat; cursor: pointer; padding-right: 14px; }
.block-layered-nav .block-content dl dd .less a,
.block-layered-nav .secondary dt.expanded                { background-position: right -33px; }
.block-layered-nav .secondary dt:hover                   { text-decoration: underline; }
.block-layered-nav .secondary .fltr                      { margin-bottom: 10px; }
.block-layered-nav .filter-curr,
.block-layered-nav .filter-curr:hover                    { background-color: #181818; }
.block-layered-nav .block-content dl.currently           { border-left: none; }
.block-layered-nav .block-content dl.currently dt        { margin: 4px auto 1px auto; }
.block-layered-nav .block-content dl.currently dt.selected { margin: 1px auto; color: #EACE46; font-size: 1.2em; }
.block-layered-nav .block-content dl.currently dd        {  }
.block-layered-nav .block-content dl.currently dd a      { color:#FFF; display: block; background:url(../images/layered/list_remove_x.gif) 2px 2px no-repeat; padding-left:18px; font-weight: normal; font-size: 12px; }
.block-layered-nav .block-content dl.currently dd.clear-all         { margin:10px 0 0 0; }
.block-layered-nav .block-content dl.currently dd.clear-all a       { color:#999; }
.block-layered-nav .block-content dl.currently dd.clear-all a:hover { text-decoration: underline; }




/* Block: Cart */
.block-cart { margin-top: 15px; }
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.subtotal a {
	color: #EACE46;
	font-family: Verdana, Geneva, sans-serif;
}

.mini-products-list { /*background-image: url(../images/pm_chart_bg.jpg);*/ }
.mini-products-list li{ padding:5px 0; }
.mini-products-list .product-image{ float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details{ margin-left:75px; }
.mini-products-list .product-details h4{ font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove{ float:right; }
.mini-products-list .item .product-details .price-box .regular-price .price{ font-size: 14px; line-height:14px;}
.mini-products-list .item .product-details .price-box{
	padding:0px;
	float:left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mini-products-list .item {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

.mini-products-list .even { background-image: none; background-color: #000;}

/* Block: Wishlist */
.block-wishlist {}
.wish-list-price { font-size:12px}
.wish-list-price .price-box { margin:0px; padding:0px}
.wish-list-price .price-box { margin:0px; padding:0px}
.wish-list-price .price-box .price { color:#FFF; font-size:12px; text-align:center}

.wish-table-even {background-color: #000}
.wish-table-odd {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare { margin-top: 15px;}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent{ /*float: left;*/ width: 100%; height: auto; display: block; margin-top: 15px; }
.block-recent strong{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size:18px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:block;
	margin-left: -10px;
	width: 210px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #EACE46;
}
.block-recent .block-title{ display:block;}
.block-content-rec ol {
	margin-left: 15px;
	list-style-type: decimal;
}
.block-content-rec li{	padding-bottom: 5px;}
.block-content-rec a{ color:#CCCCCC}


/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe { margin-left:1%; margin-right:1%; margin-top:20px; width:98%;  }
.block-subscribe .block-content .input-box { margin: 5px 0px 5px 0px; }

/* Block: Reorder */
.block-reorder { margin-top: 15px; }
.block-reorder li { padding:5px 0; }
.block-reorder li a { color: #CCCCCC;  }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }


/* Block: Banner */
.block-banner { float: left; margin-top: 30px; }
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress .block-content dt { color: #666}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete{ margin-bottom: 5px; padding-top: 10px; color:#FFF}
.block-progress dd.complete { margin-left: 5px; margin-bottom: 5px }
/* ======================================================================================= */


/* Category Page ========================================================================= */

/********** < Products - Added by Mike 12/3 */


.thumb-holder {
	background-image: url(../images/pm_tb_bg-75.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 103px;
	width: 103px;
}

.thumb-holder-med {
	background-image: url(../images/pm_tb_bg-135.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 157px;
	width: 157px;
	padding-top:20px;
}

.img-case img{
	width: 72px;
	height: 72px;
	padding: 15px;
}

.img-case-med img{
	width: 135px;
	height: 135px;
	vertical-align:middle;

}


.category-title {  margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid  */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; padding:2px; }
.products-grid td.empty {}
.products-grid td strong{ /*font-family: Georgia, "Times New Roman", Times, serif;*/ font-family: Verdana, Geneva, sans-serif; font-size:16px; font-weight:normal; color: #fff; }
.products-grid td  a{ text-decoration:none;}

.products-grid .td-buffer {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}


/* View Type: List */
.products-list li.item { /*border:1px solid #ddd; padding:5px; */ margin:0 0 5px; background: none;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.products-list .product-image { float:left; }
.products-list h2 .product-name, .products-list .product-shop { float:right; width:520px; }
.product-shop h5 a {
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
}
.category-products .product-shop .price-box { float: left; margin: 8px 15px 8px 0px;}
/*.product-shop .price-box { float: left; margin: 8px 15px 8px 0px;}*/
.category-products .product-shop input { margin:8px 0px 8px 0px;}

/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:400px; margin:auto; }
.product-view .product-name {}
.product-view .short-description {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.product-view .short-description strong{
	display:block;
	color: #EACE46;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability { margin-top: 5px;}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin-top: 10px; margin-bottom:10px;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price {
	font-weight:bold;
	color: #EACE46;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
ul.tier-prices, table.tier-prices { background-color:#111; border:1px solid #222; margin:0 0 10px; padding:10px; width: 95%; text-align: left;}
.tier-prices td { padding: 3px 3px;  }
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit { font-style: italic; }

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:7px; font-size:1.2em; }
.add-to-cart .qty { float:left; height:1.5em; }
.add-to-cart button.button { float:left; margin-left:10px; margin-right: 5px;}
.add-to-cart input.button { float:left; margin-left:10px; margin-right: 5px; }

/* Add to Links + Add to Cart */
.add-to-box {
	vertical-align:middle;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; line-height: 27px; height:auto }
.add-to-box .add-to-links { float:left; }
.add-to-links li{ margin: 5px;}
.add-to-links a:link,
.add-to-links a:visited{ color: #EACE46;  text-decoration:underline;}
.add-to-links a:active,
.add-to-links a:hover{ color: #EACE46; text-decoration:none;}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {
	float:right;
	width: 400px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.product-view .description strong{
	margin-top: 10px;
	margin-bottom: 10px;
		display:block;
	color: #EACE46;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Block: Additional */
.product-view .additional { float: left; width: 275px}
.product-view .additional strong {
	margin-top: 10px;
	margin-bottom: 10px;
		display:block;
	color: #EACE46;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif
}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0 5px; }
.product-view .tags .form-add-tags button.button { float:left; }
.product-view .tags .form-add-tags p { clear:both; }


/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name a{
	font-size:14px;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

/* Product Tags */
.tags-list li { display:inline; font-size:20px; margin: 0px 3px;}
.tags-list a{ }
.tags-list a:hover{ text-decoration: none;}

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }
.homepage-notice { margin: 15px 0px 10px 0px; padding: 5px; border: 1px solid #555555; background-color: #dedede; color: #333; -moz-border-radius: 5px 5px 5px 5px; }
.homepage-notice .blam { color: #0000EE; font-weight: bold; font-size: 1.2em; }

/* CMS pages */
.cms-section-heading { margin: 30px auto 10px; }
table.cms-table { padding: 1px; background-color:#000; border: 1px solid #333; }
table.cms-table td  { background-color:#222;	padding: 3px; }
table.cms-table th { background-color: #111; padding: 5px; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li { maring-bottom: 10px; padding-bottom: 10px;}
.cart .checkout-types li button span { font-size: 1.8em; font-family: Georgia, "Times New Roman", Times, serif; padding: 0 15px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table {
	background-image: url(../images/pm_chart_bg.jpg);
	margin: 1px;
	padding: 2px;
	border: 1px solid #666;
}
.cart-table .cart-table-odd{ background: #000}
.cart-table .cart-table-even{}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:600px; } /* SET WIDTH BACK TO 700px IF YOU DELETE THE LINES BELOW */
.cart .cart-collaterals .col-1 { float: left; width: 175px; margin-right: 10px;} /* DELETE THIS TO ENABLE CROSS/UP SELLING */
.cart .cart-collaterals .col-2 { float:left; width: 350px;} /* DELETE THIS TO ENABLE CROSS/UP SELLING */
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping { margin-top: 30px;}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; font-size:18px;}
.cart .totals table th:after { content: ":" }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc {  position:relative; }
.opc li.section {  border-bottom:0; }
.opc .step-title {  padding:0 5px; text-align:right; }
.opc .step-title .number {
	float:left;
	line-height:18px;
	margin-right:5px;
	font-size: 20px;
}
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title {  cursor:default; }
.opc .step { padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.order-review .data-table{
	background-image: url(../images/pm_chart_bg.jpg);
}

.rev-class-even{}
.rev-class-odd { background:#000}


/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content {
	border:1px solid #ddd;
	background-color:#FFF;
	padding:5px;
	height:10em;
	overflow:auto;
	color: #333;
}
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.table-data .item-msg { font-size:10px; }
.table-data {
	background-image: url(../images/pm_chart_bg.jpg);
	margin: 1px;
	padding: 2px;
	border: 1px solid #666;
}
.table-data .odd{ background: #000}
.table-data .even{}

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


#cart-sidebar-reorder .even { background-image: url(../images/pm_chart_bg.jpg); background:none;}

/* Advanced Search ============================================================================= */
#advanced-search-list li { padding: 8px;}
#advanced-search-list li.even { background-color: #000; }
#advanced-search-list li.odd { background-color: #000; }
#advanced-search-list li input.input-text { width:auto;}
#advanced-search-list li select.multiselect { width:auto;}

/* FAQ page ============================================================================== */
ol.faq-listing {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding 0 0 0 20px;
}
.faq-listing li { font-weight: bold; margin: 0; }
.faq-listing li ol {
	display: block;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	margin: 5px 0 25px;	
	padding: 0;
}
.faq-listing li ol li { font-weight: normal; }
.faq-listing li ol li a { color: #ccc; text-decoration: none; }
.faq-listing li ol li a:hover { text-decoration: underline; }

.faq-responses h3 {
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 0px;
	text-transform: none;
	border-top: 1px dotted #ccc;
}
ol.response {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;	
	padding: 0;
}
.response li {
	border-top: 1px dotted #ccc;
	margin: 0;
	overflow: hidden;
	padding: 25px 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.response dl {
	float: left;
	padding-left: 20px;
	width: 98%;
}
.response dt {
	font-weight: bold;
	margin-bottom: 1px;
}
.response abbr { float: left; margin-top: -1px; padding-right: 8px; border: medium none; }
.response dt p, .response dd p { margin: 0; }
.response dd { padding-left: 0px; margin-right: 5px; }
.response p { margin: 0px 0px 15px; }
.response dd p, .response dd a.totop, .response dd table { margin-left: 20px; font-size: 1em; }
.response dd table { padding: 1px; background-color:#000; border: 1px solid #333; }
.response dd table td  { background-color:#222;	padding: 3px; }
.response dd table th { background-color: #111; padding: 5px; }

ol.response-detail-list {
	list-style: decimal inside none;
	display: block;
	/*margin: 10px 0 10px 0;
	padding: 0;*/
}
ol.response-detail-list li {
	/*list-style: outside circle none;*/
	border-top: none;
	padding: 0px;
	margin: 5px 5px 5px 35px;
}


/* ======================================================================================= */

/* Footer ================================================================================ */


/**** TEST FOOTER *****/

.footer p { text-align:right; }
.footer address { text-align:center; margin-top: 50px;}
.footer address a {color:#a1a0a0; text-decoration:none; font-size: 12px;}
.footer address a:hover {color:#FFF; text-decoration:underline;}
.footer ul { float:left; padding:0 20px 0 0; }
.footer-push                        { height: 300px; }
.footer                             { height: 300px; padding:0 0px 0 0px; text-align:left; }
.footer-links                       { color: #858585; font-size: 12px; min-height: 150px; padding-bottom: 30px; }
.footer-links .links-cont           { padding:20px 0; }
.footer-links .logo-block           { float:left; background:transparent url(../images/pm-logo-small.gif) 30px 0px no-repeat; width:162px; margin:20px 0; text-indent:-2000em; height:44px; padding: 0 20px; }
.footer-links .links-block          { float:left; margin:0 20px 0 0; border-left: 1px dotted #86A2B4; /* border-right: 1px dotted #86A2B4; */ }
.footer-links .links-block-end      { padding:0 0 15px 20px; }
.footer-links .links-block ul       { margin:0 15px 0 0; }
.footer-links .links-block ul li a  { color:#a1a0a0; text-decoration:none; font-size: 12px; }
.footer-links .links-block ul li strong { /*color:#EACE46;*/ color: #ccc; }
.footer-links .links-block ul li a:hover  { color:#FFF; text-decoration:underline; }
.footer-links .links-cont           { width:991px; margin:0 auto; text-align:left; }
.footer a img{ opacity: 0.5; filter: alpha(opacity = 50); vertical-align: bottom; }
.footer a:hover img{ opacity: 1.0; filter: alpha(opacity = 100); }
#memberships li { display: inline; list-style-type: none; padding-right: 15px; }

	
#top-10-btn{ margin-left: -18px; }

/* ======================================================================================= */

/************************************************/
/******************** Clears ********************/
/************************************************/
.clearer:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block-poll li:after,
.block-related li:after,
.block-related .item:after,
.block .actions:after,
.mini-products-list li:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.products-list li.item:after,
.product-view .product-img-box .more-views ul:after,
.product-view .tags .form-add-tags:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.field-100:after,
.group-select li:after,
.form-list li:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
