@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background: #fff;
	font-size: 14px;
}

h3 {font-size: 22px; margin: 0; padding: 0 0 15px 0;}
	
h4 {font-size: 20px;}

h5 {font-size: 18px; margin: 0; padding: 0 0 8px 0;}

h6 {font-size: 16px; margin: 0; padding: 0 0 5px 0;}	
	
p {
	line-height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
}	
	
a {color: #093f84; text-decoration: none; cursor: pointer; outline: none;}
	a:hover {text-decoration: underline;}	
	
ul, ol {list-style: none; margin: 0px; padding: 0px;}	

label {line-height: 22px;}

a img {border: none;}

.bluebutton {display: inline-block; color: #fff; font-size: 15px; background: #093f84; border: none; text-transform: capitalize; cursor:pointer; padding: 8px 12px; 
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
/*behavior: url(/Content/PIE.htc); */
}

.bluebutton:hover {background: #062b5a; text-decoration: none;}

.textfield, textarea {height: 22px; color: #333; border: 1px solid #ccc; padding: 2px 0 0 5px; margin-right:15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, .5);
-moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, .5);
box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, .5);
behavior: url(/Content/PIE.htc); 
}

.textfield:focus, textarea:focus {border: 1px solid #093f84;
-webkit-box-shadow: inset 1px 1px 2px 2px rgba(9, 63, 132, .5);
-moz-box-shadow: inset 1px 1px 2px 2px rgba(9, 63, 132, .5);
box-shadow: inset 1px 1px 2px 2px rgba(9, 63, 132, .5);
behavior: url(/Content/PIE.htc); 
}
	
	.extrasmall {width: 54px; margin: 0px auto 10px auto;}
	.small {width: 78px;}
	.medium {width: 210px;}
	.large {width: 260px;}
	.comments {width: 500px; height:150px;}

.checkbox, .radio {cursor: pointer;}
	
.checkbox{display: inline-block; width: 17px; height: 16px; background: url(../images/checkbox.jpg) no-repeat top left;}

.radio {display: block; float: left; width: 19px; height: 19px; background: url(../images/radio-button.jpg) no-repeat top left; margin: 0 10px 0 0;}
	
.select {display: block; width: 125px; height: 17px; background: url(../images/selecticon.jpg) no-repeat top right; border: 1px solid #ccc; position: absolute; padding: 4px 0 0 0; text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
behavior: url(/Content/PIE.htc);
}
	
.container {display: block; width: 990px; margin: 0px auto;}

.warning {color: #ff0000;}

.clear {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Header */

#headerwrapper {display: block; height:169px; background: url(../images/header-bg.png) repeat-x top left;}

#levelone {height: 125px;}

h1 {float: left; margin:15px 0 18px 0;}

h1 a {display: block; width: 224px; height: 92px; text-indent: -9999px; background: url(../images/logo.png) no-repeat top left;}
	
#headernav {display: block; padding: 0 0 27px 24px; width:618px; height: 61px; float: right; background: url(../images/header-ribbon-bg.png) no-repeat top left;}
#headernav li {display: block; height: 61px; float: left; position:relative; font-size: 12px;}
#headernav li.search { width:341px;}
#headernav li.account { width:141px; margin:0 0 0 2px; color:#fff; font-size:14px;}
#headernav li.account div { width:110px; margin:20px auto 0; }
#headernav li.account div.logged-in { margin-top:12px;}
#headernav li.account span { color:#dda230; font-weight:bold; }
#headernav li.account a { display: block; padding:0 15px 0 0; background: url(../images/header-arrow.png) no-repeat right center; color:#fff; font-weight:bold;}
#headernav li.cart { width:132px; margin:0 0 0 2px; background: url(../images/cart-icon.png) no-repeat 17px 8px;}
#headernav li.cart a { display:block; margin:6px 0 0 45px; color:#fff; }
#headernav li.cart span { display:block }
#headernav li.cart span.my-cart { display:inline; padding:0 15px 0 0; background: url(../images/header-arrow.png) no-repeat right center; font-size:14px; font-weight:bold; }
	
#leveltwo {display: block; float: left; width: 990px; position: relative; }

#mainnav { margin: 0 auto; }
#mainnav > li { float:left; border-left:1px solid #fff; }
#mainnav > li > a { padding:14px 17px; display:block; color:#fff; background-color:#0e4590; font-size:14px; line-height:14px; text-transform:uppercase; border-top:1px solid #092751; border-bottom:1px solid #fff;}
#mainnav > li.first { border-left: none; }
#mainnav > li:hover > a { background-color:#dda230; text-decoration: none; border-top:1px solid #dda230; text-shadow: 1px 1px 1px #666;}

#mainnav .dropdown { display:none; position:absolute; top: 44px; left: 0px; width:988px; height:400px; background-color:#fff; border:1px solid #cdcdcd; z-index:100; }
#mainnav > li:hover .dropdown { display:block; }
#mainnav > li:hover .dropdown li.first .category-panel { display:block; }
#mainnav .dropdown > ul { padding:12px 0 12px 0; width:180px; float:left; font-size:12px; line-height:16px; text-align:left; border-left:4px solid #dda230; }
#mainnav .dropdown > ul > li { padding: 0 0 0 16px; cursor:pointer; z-index:10; }
#mainnav .dropdown > ul > li > a {font-size:12px; text-decoration:none;  z-index:10;}
#mainnav .dropdown > ul > li.active > a { padding-right:10px; color:#dda230; background-image: url('../images/dropdown-arrow.png'); background-position:right center; background-repeat:no-repeat; font-weight:bold; }

#mainnav .dropdown .category-panel { position:absolute; display:none; width:788px; height:400px; top: 0px; left: 200px; cursor:default; background-color:#fff;}
#mainnav .dropdown li.active .category-panel { display:block; }
#mainnav .category-panel ul.featured { padding:15px 0 30px 0; text-align:center; background-image: url('../images/dropdown-hr.png'); background-position:center bottom; background-repeat:no-repeat; }
#mainnav .category-panel ul.featured li { float:left; }
#mainnav .category-panel ul.featured li a { display:block; width:155px; padding:0 21px; }
#mainnav .category-panel div.categories { width:788px; margin-top:25px; }
#mainnav .category-panel div.categories ul { float:left; margin:0 20px; padding:0 0 0 10px; border-left:1px solid #ccc;}
#mainnav .category-panel div.categories ul li a { display:block; width:200px; color:#787878; }

.quick-catalog {position:relative;}
.quick-catalog .quick-form { display:none; position:absolute; top: 44px; left: 0px; width:350px; height:70px; padding:15px; background-color:#fff; border:1px solid #cdcdcd; z-index:100;}
.quick-catalog:hover .quick-form { display:block; }

.on-top
{
  z-index: 10000;
}

ul#quickselect {background: url(../images/quickselectbg.jpg) repeat-y top left;}
	ul#quickselect li {padding: 6px 0 5px 48px;}
		ul#quickselect li.active {background: url(../images/quickselectlibg.jpg) no-repeat top left;}
		ul#quickselect li.active ul.sublist {visibility: visible; display: block; left: 190px;}
		ul#quickselect li a {text-transform:uppercase; color: #333333; font-size: 14px;}
			ul#quickselect li a:hover {text-decoration: none;}
				ul#quickselect ul.sublist {position: absolute; left: -999px; top: 0px; visibility: hidden; display: none;}
					ul#quickselect ul.sublist li {float: left; padding: 0 0 13px 20px; width: 205px;}
						ul#quickselect ul.sublist li:hover {background: none;}
						ul#quickselect ul.sublist li a {color: #093f84; text-transform: capitalize; text-shadow: 1px 1px 1px #ccc; filter: dropshadow(color=#000000, offx=1, offy=1); }
							ul#quickselect ul.sublist li a:hover {text-decoration: underline;}
	
#searchfield {display: block; width: 321px; height: 29px; padding: 12px 0 0 20px;}
#searchfield input.searchtext {display: block; width: 249px; height: 20px; border: 1px solid #CCC; color: #333; padding: 0 0 0 5px;}
#searchbutton {display: block; width: 20px; height: 20px; background: url(../images/search.png) no-repeat top left; position: absolute; right: 68px; top: 13px; border: none; text-indent: -9999px; line-height:1000px; cursor: pointer;}
#searchfield .right { display:block; width:65px; height:47px; position:absolute; right: 0px; top:0px; padding:14px 0 0 0; text-align:center;}
#searchtextbutton {color: #fff; cursor:pointer; background: none; border: none; font-size: 14px;}
a#advanced { position:absolute; right:65px; top:38px; padding-right:10px; color: #fff; text-align: right; background: url(../images/header-arrow-sm.png) no-repeat right center; } 
	
	#quickcatalog {background: url(../images/quickorder-topbar.jpg) no-repeat top left; padding: 14px 0 0 0; position: relative; font-size: 12px;}
	a#what {font-size: 9px; position: absolute; right: 14px; bottom: 14px;}
	
	#whatisquickcatalog {display:none;}
	.whatisdefinition {width:400px; }
	.whatisdefinition h4 {margin:0 0 10px 0; }
	.whatisdefinition p img {float:left; }
	
	
	.tinyfield {display: inline; width: 78px; margin: 0 15px 0 0;}
	a#purchase {font-weight: bold;}
	
/* Footer */
#footerwrappertop {display: block; width: 100%; margin-top:20px;}
.footertopblock {display: block; margin: 29px 0 0 0; float: left; color: #fff; }

	#blockone {border-left: 5px solid #dda230; padding-left: 12px; margin-right: 55px;}
	#blockone a {display: block; font-weight: bold; font-size: 18px;}
	#blockone a.socialmedia {color: #fff; height: 45px; padding: 0px 0 4px 47px;}
		#blockone a#facebook {background: url(../images/facebook.png) no-repeat top left; margin: 0 0 0 8px;}
		#blockone a#twitter {background: url(../images/twitter.png) no-repeat top left; margin: 0 0 0 8px;}
		#blockone a.socialmedia:hover {color: #dda230;}
	#blockone a#catalog {color: #dda230; background:url(../images/catalog-icon.png) no-repeat top left;}
	#blockone a.request {color: #fff; height: 45px; padding: 0px 0 4px 55px;}

	#footerwrappertop #customerservice {margin-right: 77px;}
		#footerwrappertop #customerservice ul li {margin: 0 0 5px 0; line-height: 16px;}
		#footerwrappertop #customerservice h4 {margin: 0 0 20px 0;}
		#footerwrappertop #customerservice ul li a {font-size: 14px;}
		#footerwrappertop #customerservice h4 a, #footerwrappertop #customerservice ul li a {color: #fff;}
		
	#testimonial {width: 232px; background: url(../images/testmonialbg.png) no-repeat 0 18px; margin: 20px 61px 0 0;}
		#testimonialrotater {display: block;}
		#testimonial a {color: #fff; font-weight: bold;}
		#testimonial p {font-size: 12px;}
		#testimonial p.quote {line-height: 18px; padding: 10px 25px 0 15px; min-height: 143px;}
		#testimonial p.quotesource {margin: 5px 0 0 0; padding: 0 0 0 15px; line-height:12px;}
		
		#testimonialnav {float: left;}
			#testimonialnav a {display: block; background: url(../images/testimonial-off.png) no-repeat top center; text-indent: -9999px; width: 18px; height: 9px; margin: 0 3px 0 0; float: left;}
				#testimonialnav a.activeSlide {background: url(../images/testimonial-on.png) no-repeat top center;}
		
	#contactblock {width: 213px;}
		#contactblock p.phone {background: url(../images/phoneicon.gif) no-repeat top left; padding: 0 0 0 20px;}
		#contactblock p.fax {background: url(../images/faxicon.gif) no-repeat top left; padding: 0 0 3px 20px;}		
		#contactblock p.guarantee {font-weight: bold; font-size: 16px; line-height: 22px;}

#footerbottom {color: #fff; font-size: 12px; position: relative;}
	a#totop {display: block; width: 145px; height: 23px; border: 1px solid #ccc; text-align: center; text-transform: capitalize; font-weight: bold; font-size: 14px; padding: 7px 0 0 0; position: absolute; top: -42px; left: 422px;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: rgb(255,255,255);
	behavior: url(/Content/PIE.htc);} 

	#verified {display: block; float: left; background: url(../images/verisign-logo.jpg) no-repeat top left; width: 125px; height: 30px; padding: 26px 0 0 110px; text-align: right; color: #fff; font-size: 12px;}
	#copyright {display: block; float: left; margin: 0 0 0 124px; padding: 26px 0 0 0;}
	#madmonkey {display: block; float: right; width: 177px; height: 23px; background: url(../images/mm-logo.png) no-repeat 63px top; color: #fff; padding: 26px 0 0 0;}
	#madmonkey:hover #left, #madmonkey:hover #right{text-decoration: underline;}
		#madmonkey #left {float: left;}
		#madmonkey #right {float: right;}

/* Home Page Content */

body.home #main div.ad a {display:block; width:990px; height:181px; background: url(../images/ads/web_banner.jpg) no-repeat top left; text-indent:-9999px; outline:none; }

#productrotator {display: block; width: 606px; height: 242px; background: url(../images/rotatorbg.jpg) no-repeat top left; float: left; padding: 10px 0 0 0; position: relative}
	.arrow {display: block; width: 20px; position: absolute; top: 0; height: 252px; text-indent: -9999px;}
	#prev{background: url(../images/page-left-arrow.gif) no-repeat center left; background-color: #fff; left: 0;}
	#next{background: url(../images/page-right-arrow.gif) no-repeat center right; background-color: #fff; right:0;}
	ul#homepageproducts {width: 570px; margin: 0px auto;}
	
	body.home ul.page li {width: 190px;}
	
	#rotaternav {display: block; text-align:center; background: url(../images/rotaternavbg.jpg) no-repeat top left; padding: 10px 0 0 0;}
		#rotaternav a {display: inline-block; width: 21px; height: 18px; background: url(../images/home/home-slider-OFF.gif) no-repeat top left; color: #fff; margin: 5px 3px; padding: 4px 2px 0 1px; text-align: center; font-size:11px;}
			#rotaternav a.activeSlide {background: url(../images/home/home-slider-ON.gif) no-repeat top left; text-decoration: none;}

a#ad {position: relative; display: block; float: right; overflow:hidden;}
	#textholder {position: absolute; z-index: 2; padding: 40px 0 0 16px; width: 200px;}
		a#ad p {margin: 0; padding: 0;}
		a#ad p.text {font-size: 30px; line-height: 30px; font-weight: bold; text-transform: uppercase; color: #333;}
		a#ad p.shop {font-size: 20px; line-height: 20px; font-weight: bold; text-transform: capitalize; margin: 0; padding: 0;}
		a#ad img {position: relative; z-index: 1; border-right: 1px solid #ccc; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 4px solid #000;}
			a#ad:hover img {border-right: 1px solid #093f84; border-top: 1px solid #093f84; border-bottom: 1px solid #093f84; border-left: 4px solid #093f84; 
			-webkit-box-shadow: 1px 1px 5px 5px rgba(9, 63, 132, .5); 
			-moz-box-shadow: 1px 1px 5px 5px rgba(9, 63, 132, .5); 
			box-shadow: 1px 1px 5px 5px rgba(9, 63, 132, .5);
			behavior: url(/Content/PIE.htc);}
			a#ad:hover p {text-decoration: none;}
			
#categorieswrapper {background: url(../images/home/categoriesbackground.jpg) no-repeat top center; display: block; width: 100%; padding: 5px 0 0 0;}
	.categoriesrow {display: block; margin: 0 0 50px 0;}			
	.category {display: block; width: 227px; float: left; text-align: center; margin:10px;}
		.category h3 {color: #333; text-transform: uppercase;}
		.category ul li {font-size: 12px; margin: 0 0 10px 0; line-height:12px;}
			
body.home #footerwrappertop {height: 287px; background: url(../images/home/footerwrappertop_home.jpg) repeat-x top center; padding: 55px 0 0 0;}

body.home #footerwrapperbottom {display: block; background: url(../images/home/footerwrapperbottom_home.jpg) repeat-x top center; background-color: #0d458f; height: 80px; padding: 76px 0 0 0;}

/* Internal Page Content */

#breadcrumbs {display: block; background: url(../images/internal/breadcrumbbg.jpg) no-repeat bottom left; height: 36px; padding: 15px 0 0 0;}

ul#internalnav {}
	ul#internalnav li {color: #333; margin: 0 5px 0 0; display: inline-block; }
		ul#internalnav li a {font-size: 14px; color: #a67312;}

.pagetitle {display: block; clear: both; text-transform: uppercase; margin-top:25px;}

body.internal #main {margin: 25px auto; position: relative; overflow:hidden;}

body.internal #primarycontent { display: block; width: 600px; min-height: 350px; float: left; padding: 0 60px 0 0;}
body.internal #registercontent, #formcontainer { display: block; width: 990px; min-height: 350px; float: left; padding: 0 60px 0 0;}

body.internal #contentright { display: block; width: 700px; min-height: 350px; float: left; padding: 0 60px 0 0;}
body.internal #contentleft { display: block; float: left; width: 230px;}

body.internal #secondarycontent { display: block; float: right; width: 330px;}
	#secondarycontent h3 {text-align: center; text-transform: uppercase; font-size: 20px;}

body.internal #footerwrapper {display: block; background: url(../images/internal/footerwrapper_internal.jpg) repeat-x top center; background-color: #0d458f; padding: 49px 0 0 0; height: 451px;}
body.internal #footerwrapperbottom {display: block; margin: 20px 0 0 0;} 
body.internal #footerbottom {display: block; background: url(../images/internal/footerbottombg_internal.png) no-repeat top center; padding: 20px 0 10px 0; height: 80px;}

ul.page {display: block;}
	ul.page li {display: block; float: left; width: 160px; text-align: center;}
		ul.page li p {margin: 0 0 5px 0; padding: 0;}
			ul.page li .lineone {font-size: 14px;}
			ul.page li .linetwo {font-size: 9px;}
			ul.page li .linetwo, .linethree { color: #000;}

p.tinytext { font-size: 11px; color: #666; }
/* Log-in page */

#loginleft {display: block; width: 260px; padding: 60px 60px 0 0; float: left;}
#loginright {border-left: 1px solid #ccc; float: right; padding: 0 0 0 40px;}
	.login .bluebutton {margin: 20px 0 0 0;}
	input#password {margin-bottom: 15px;}
	
	#remember label {color: #093f84; margin: 0 0 0 5px;}
	
	a#forgot {float: left; margin: 33px 0 0 17px;}
	
	#login {float: left;}
	
/* Show / Hide Options */
.bordercontainer {width: 720px; padding: 20px 0; border-bottom: 1px solid #ccc;}

.optionsoff .bordercontainer {border-bottom: 1px solid #ccc;}
.optionson .bordercontainer {border-bottom: 1px solid #ccc;}

.optionsoff .productoptions {display: none; }
.optionson .productoptions {display: block; }		

/*.details a.hideoptionsbutton {display: none !important; visibility: hidden !important;}*/
	
/* Billing & Shipping & Review*/
body.billingshippingreview #primarycontent {float: none; padding: 0 0 0 60px; position: relative; left: 318px; border-left: 1px solid #ccc;}
body.billingshippingreview #primarycontent ul#internalnav {margin: 0 0 40px 0;}
body.billingshippingreview #primarycontent ul#internalnav li {color: #999999;} 
	body.billingshippingreview #primarycontent ul#internalnav li a {color: #093f84;}
body.billingshippingreview #secondarycontent {float: none; position: absolute; left: 0; top: 0; width: 278px; padding: 0 40px 0 0;}
	
body.billingshippingreview .checkbox {float: left; margin: 0 5px 0 0;}
body.billingshippingreview label {display: block; font-size: 14px; margin: 0 0 5px 0;}
body.billingshippingreview #main .textfield {display: inline-block; margin: 0;}
.row {clear: both; position: relative; padding: 12px 0;}
.floatleft {float: left;}
	.floatleft a {margin: 0 20px 0 5px;}
.floatright {float: left; margin: 0 0 0 20px;}

body.internal label.radiolabel {display: inline; margin: 0 10px 0 5px; color: #093F84;}
label.shippingradio {display: block; margin: 0 10px 0 5px; color: #093F84;}

.optional, .unavailable {font-style: italic; color: #666;}
.unavailable {display: none; }
.selected {font-weight: bold;}

#zipLoading { background: url(../images/small-ajax.gif) no-repeat center; display:inline-block; width: 16px; height:16px; text-indent: -9999px; }

body.billingshippingreview #main a#verified {color: #093f84;}

/* Shipping */
img.ui-datepicker-trigger {text-indent: -9999px; width: 20px; height: 22px; margin-left: 4px;}

#ShippingInstructions {width: 409px; height: 97px; padding: 5px 0 0 5px;}

/* Billing */
#month {float: left; margin: 0 20px 0 0;}

#year {float: right;}

#month .select, #year .select, #month select, #year select {width: 90px;}

#whatiscvv, #whatissource { display:none; }

/* Review */
.revieworderrow {display: block; padding: 20px 0 20px 0; position: relative;}
	#top {border-bottom: 1px solid #ccc;}
	.column {display: block; float: left; text-align: center; padding: 20px 0 0 0; font-size: 14px;}
		#top .column {padding: 0;}	
		.col1 {width: 150px; padding: 0;}
		.col2 {width: 200px; text-align: left;}
		#top .col3, #top .col4, #top .col5 {padding: 0;}
		.col3, .col4, .col5 {width: 80px; padding: 35px 0 0 0;}
		
	.details {position: absolute; bottom: 25px; left: 150px;}
		.details a {display: block; height: 12px; padding: 0 0 0 15px; background: url(../images/optionsarrow.jpg) no-repeat top left; display: block; visibility: visible;}
			.details a.selected {background-position: bottom left;}
			
	#promoused {display: block; float: left; padding: 0 0 0 15px;}
	#total {display: block; font-weight: bold; font-size: 20px; float: right;}

.productoptions {background: url(../images/products/productoptionsbg.jpg) no-repeat bottom center; padding: 23px; border: 1px solid #ccc; position: relative; font-size: 14px;}
	.optionsleft {display: block; float: left; width: 222px;}
	.title {font-weight: bold;}
	.optionsfield { margin: 0 0 15px 0;}
	.productoptions img {margin: 20px 0;}
	a.closebutton {display: block; width: 20px; height: 15px; padding: 5px 0 0 0; background: #333; text-align: center; color: #fff; position: absolute; right: 5px; top: 5px;}
		a.closebutton:hover {text-decoration: none;}

#reviewend {margin: 30px 0 40px 0;border-top:1px solid #CCCCCC; padding-top: 40px;}

	#shipping, #billing {display: block; float: left; font-size: 14px;}
		#shipping {margin: 0 0 0 15px;}
		#billing {margin: 0 0 0 40px;}
		
		#shipping ul li, #billing ul li {padding: 0;}
		
		h6 a.reviewedit {margin-left:5px; font-size:12px; } 
		.revieworderrow a.reviewedit { float:left;font-size:12px; }
		
		li.left {margin: 0 5px 0 0; color:#666; font-size:12px; font-weight:700;}
		li.right {min-width: 250px; margin-bottom:10px;}

/* Shopping */

body.shopping .pagetitle {border-bottom: 4px solid #000; width: 720px;}

body.shopping #primarycontent {width: 883px; padding: 0;}
body.shopping #secondarycontent {width: 107px;}

body.shopping #top {border: none;}
	body.shopping #top .bordercontainer {padding: 40px 0;}

body.shopping .revieworderrow {padding: 0px;}

body.shopping .col3, body.shopping .col4, body.shopping .col5 {width: 120px;}

ul#cartnav {width: 107px; float: right; margin: 38px 0 0 0;}
ul#cartnav li {background: #215290; margin: 0 0 2px 0;}
	ul#cartnav li:hover {background: #06B25A;}
ul#cartnav li a {display: block; width: 107px; height: 30px; text-align: center; color: #fff; text-transform: uppercase; font-weight: bold; padding: 10px 0 0 0;}

.removelinks { display: block; visibility: visible; position: absolute; right: 60px; top: 50px;}
	.removelinks a {display: block; margin: 0 0 10px 0;}
	
.warninglink{
    bottom: 40px;
    display: block;
    left: 150px;
    position: absolute;
	width: 330px;
}

.warningicon {display: block; width: 4px; height: 15px; background: url(../images/warningimage.png) no-repeat top left; position: absolute; top: 65px; left: 0px; text-indent: -9999px;}

.editbutton {font-size: 12px; text-decoration: underline; margin: 0 10px 0 0;}

a.update {font-size: 12px; display: block;}

#end {margin: 0 0 80px 0;}

#promosection {background: #ebeae9; border-top: 1px solid #fff; padding: 15px 25px 15px 15px;}
	#promosection input {margin: 0 10px;}
	#promosection input, #promosection a {display: inline-block;}
	
#leftlinks {display: block; float: left; padding: 0 0 0 15px;}
	#leftlinks a {display: block; font-size: 14px; font-weight: bold; text-transform: uppercase; clear: both; margin: 15px 0 0 0;}
	
#checkoutlinks {float: right; margin: 30px 0 0 0;}
	#checkoutlinks .bluebutton {margin: 0 0 0 10px;}

#interesteditems h3 {background: url(../images/interesteditemsbg.gif) repeat-x bottom left;}

body.shopping #productrotator {background: none; width: 720px;}
	body.shopping ul#homepageproducts {width: 640px;}
	
#end {width: 720px;}

#wishlistWarning { display:none; text-align:center; padding: 35px 0; }
#wishlistWarning p { margin-bottom: 20px; }
#wishlistWarningClose { margin-right: 30px; }

/* Products */

body.products #primarycontent {float: right; padding: 0px; width: 750px; font-size: 12px;}
body.products #secondarycontent {width: 210px; float: left; padding: 0;}

#ProductsCnr div.progress {background: url(../images/ajax-loader.gif) no-repeat center;  display:block; width: 750px; height:500px; text-indent: -9999px;}

.productpagenav {display: block; margin: 10px 0 0 0;}
	ul.itemsperpage {float: left;}
		ul.itemsperpage li.activeitems {background: url(../images/products/itemstodisplaybg.jpg) no-repeat -7px bottom;}
		ul.itemsperpage li {display: inline-block; padding: 0 5px 3px 0; margin: 0 5px 0 0; border-right: 1px solid #ccc;}
			ul.itemsperpage li.first {border: none;}
			ul.itemsperpage li.last a {border: none;}
			
	div.pager {float: right; position: relative; margin: 0 0 38px 0;}
		ul.pagenav { }
		ul.pagenav li {display: inline-block; padding: 3px; height: 14px;}
		ul.pagenav li.active {background: #ccc;}
		.leftarrow, .leftarrow-dis, .rightarrow, .rightarrow-dis {padding: 0px; height: 20px; }
		.leftarrow a, .leftarrow-dis a, .rightarrow a, .rightarrow-dis a {display:inline-block; width: 14px; height: 20px; text-indent: -9999px;}
		.leftarrow {background: url(../images/page-left-arrow.gif) no-repeat top left; }
		.leftarrow-dis {background: url(../images/page-left-arrow-inactive.gif) no-repeat top left;}
		.rightarrow {background: url(../images/page-right-arrow.gif) no-repeat top left;}
		.rightarrow-dis {background: url(../images/page-right-arrow-inactive.gif) no-repeat top left;}			
		
.PagedList-pager {float: right; position: relative; margin: 0 0 38px 0; }

ul#ratingselector {list-style:none; padding: 0px; width:95px; height:17px; position:relative; overflow:hidden; background: url(../images/products/star.png) top left repeat-x;}
ul#ratingselector li 
{
  padding: 0px; 
  margin:0px; 
  width:19px; 
  height:17px; 
  /*\*/
  float:left;
  /* */
}
ul#ratingselector li a {display:block; width:19px; height: 17px; line-height: 17px; text-decoration:none; text-indent:-9000px; z-index:10; position:absolute; padding: 0px; overflow:hidden;}
ul#ratingselector li a:hover {background: url(../images/products/star.png) left bottom; z-index:2; left:0px; border:none; }
ul#ratingselector a.one-star{left: 0px;}
ul#ratingselector a.one-star:hover{width:19px;}
ul#ratingselector a.two-stars{left:19px;}
ul#ratingselector a.two-stars:hover{width: 38px;}
ul#ratingselector a.three-stars{left: 38px;}
ul#ratingselector a.three-stars:hover{width: 57px;}
ul#ratingselector a.four-stars{left: 57px;}	
ul#ratingselector a.four-stars:hover{width: 76px;}
ul#ratingselector a.five-stars{left: 76px;}
ul#ratingselector a.five-stars:hover{width: 95px;}
ul#ratingselector li.current-rating {background: url(../images/products/star.png) left bottom; position: absolute; height: 17px; width:0px; display: block; text-indent: -9000px; z-index: 1; }
ul#ratingselector a:active { outline:none; }
		
body.products .product {display: inline-block; width: 225px; height: 272px; background: url(../images/products/producthighlight.jpg); padding: 8px; text-align: center; margin: 0 5px 0 0; vertical-align:bottom;}
	body.products .product:hover {background-position: bottom left;}
	body.products .product .productname {display: block; background: url(../images/products/product-btm-shadow.jpg) no-repeat bottom center; text-transform: capitalize; font-size: 14px; padding: 15px 25px 15px 25px;}
	    body.products .product a img {margin-top:20px;}
	.lower{padding: 0px 20px;}
	
		#starsandcart {float: left;}
	    #starsandcart .starratting {display: block; width: 73px; height: 14px; text-indent: -9999px; margin: 0 0 3px 0;}
			#starsandcart .zero {background: url(../images/products/0stars.jpg) no-repeat top left;}
			#starsandcart .one {background: url(../images/products/1stars.jpg) no-repeat top left;}
			#starsandcart .two {background: url(../images/products/2stars.jpg) no-repeat top left;}
			#starsandcart .three {background: url(../images/products/3stars.jpg) no-repeat top left;}
			#starsandcart .four {background: url(../images/products/4stars.jpg) no-repeat top left;}
			#starsandcart .five {background: url(../images/products/5stars.jpg) no-repeat top left;}
		
			#starsandcart a {font-weight: bold;}
	
		.aslow {float: right;}
		
		.topline {font-size: 9px;}
		.bottomline {display: block; font-size: 15px; margin: 5px 0 0 0;} 
		
body.products #secondarycontent {font-size: 14px; background: url(../images/interesteditemsbg.gif) repeat-x bottom left;}
	body.products #secondarycontent h3.pagetitle {text-align: left; border-bottom: 4px solid #000; padding: 0; margin: 0 0 10px 0;}
	body.products #secondarycontent .checkbox {display: block; float: left; margin:15px 0 0 0;}
	body.products #secondarycontent label {display: block; float: right; color: #666; margin: 0 0 0 5px; width: 180px;}
	body.products #secondarycontent rating {display: block; float: left; color: #666; margin: 8px 0 0 0; width: 180px;}
	body.products #secondarycontent .textfield {display: inline; text-align: center; color: #999;}
	.checkboxrow {display: block; clear: both; margin: 0 0 3px 0;}
	
	.clearbutton {float: right; font-size: 9px; margin-top:4px;}
	ul.checkboxlist {display: block; border-top: 1px solid #ccc;margin: 5px 0 20px; padding: 20px 0 0;}
		ul.checkboxlist li {display: block; clear: both;}
			ul.checkboxlist li a {color: #666; line-height: 12px; height: 13px; background: url(../images/products/expand.jpg) no-repeat top right; padding: 0 20px 0 0; display:inline-block; text-indent:-9999px;}
				ul.checkboxlist li.expanded a {background: url(../images/products/collapse.jpg) no-repeat top right;}
				
				ul.checkboxlist li.expanded ul {display: block;}
				ul.checkboxlist li ul {display: none; border: none; margin: 0 0 0 15px; padding: 0px;}
					body.products #secondarycontent ul.checkboxlist li ul li label {width: 165px;}
					
/* Product Details */
body.productdetails div#main {margin-bottom: 0px;}

body.productdetails #primarycontent,
body.reviews #primarycontent {float: right; position: relative; padding: 0 0 0 40px; width: 560px;} 
	
	body.productdetails h3.pagetitle {width: 420px; padding: 0px;}	
	
	#share {display: block; width: 114px; height: 95px; position: absolute; top: 0; right: 0; text-align: center; background: url(../images/productdetails/sharebackground.jpg) no-repeat top left;}
		#share ul {display: block; margin: 10px 0 0 0;}
			#share ul li {display: inline-block;}
				#share ul li a {display: block; text-indent: -9999px; width: 27px; height: 26px;}
					#share ul li a#email {background: url(../images/productdetails/share_email.jpg) no-repeat top left;}
					#share ul li a#facebook {background: url(../images/productdetails/share_facebook.jpg) no-repeat top left;}
					#share ul li a#twitter {background: url(../images/productdetails/share_twitter.jpg) no-repeat top left;}
				#share ul li a:hover {background-position: bottom left !important;}
			
		#share a#print {display: block; width: 100%; position: absolute; bottom: 5px;}
	
	#productstars{display: block; float: left; width: 93px; height: 17px;}
		#productstars.zero{background-image: url(../images/productdetails/productdetailstars0.jpg);}
		#productstars.one{background-image: url(../images/productdetails/productdetailstars1.jpg);}
		#productstars.two{background-image: url(../images/productdetails/productdetailstars2.jpg);}
		#productstars.three{background-image: url(../images/productdetails/productdetailstars3.jpg);}
		#productstars.four{background-image: url(../images/productdetails/productdetailstars4.jpg);}
		#productstars.five{background-image: url(../images/productdetails/productdetailstars5.jpg);}
		
	#reviews {display: block; float: left; margin: 3px 0 0 10px;}	
	
	#detailcontent {display: block; width: 480px; margin: 38px 0 0 0;}

		#lowersection {margin: 38px 0 0 0;}

			#quantityprice {display: block; width: 210px; text-align: center; position:relative; float: left;}
				#quantityprice img {position: absolute; left: 104px; top: 3px;}
				#quantityprice #tablewrapper{background: #ccc; padding: 0 0 30px 0; margin: 0 0 10px 0;}
					#quantityprice table {width: 200px;}
						#quantityprice table th {font-size: 16px; text-shadow: 1px 1px 1px #ffffff; filter: dropshadow(color=#ffffff, offx=1, offy=1); width: 100px; }
						#quantityprice table td {background-color: #fff; padding: 5px 0; width: 100px;  }
							.quantity {float: left; margin: 0 0 0 5px;}
							#price {float: right; margin: 0 5px 0 0;}
							
			#inkprice {display: block; width: 710px; text-align: center; position:relative; float: left;}
				#inkprice img {position: absolute; left: 104px; top: 3px;}
				#inkprice #tablewrapper{background: #ccc; padding: 0 0 30px 0; margin: 0 0 10px 0;}
					#inkprice table {width: 700px;}
						#inkprice table th {font-size: 14px; text-shadow: 1px 1px 1px #ffffff; filter: dropshadow(color=#ffffff, offx=1, offy=1); width: 100px; }
						#inkprice table td {background-color: #fff; padding: 5px 0; width: 100px;  }
							.quantity {float: left; margin: 0 0 0 5px;}
							#price {float: right; margin: 0 5px 0 0;}
							.firstcolsize {  width: 180px; }
					
					p#sole {background: url(../images/productdetails/sole.jpg) no-repeat 0px 4px; margin: 0px auto; width: 115px;}
	
			#purchaseblock {display: block; float: left; margin: 0 0 0 30px; width:225px;}
				#purchaseblock h3 {color: #093f84; font-size: 16px; padding-top: 10px;}
				#purchaseblock a#addtocart {width: 127px; height: 32px; text-align: center; font-weight: bold;font-size: 16px; padding: 10px 0 0 0; margin: 14px 0 0 0;}
				#purchaseblock a.wishLink {display: block; margin: 15px 0 0 0;}
				#purchaseblock p.custom-notice {margin: 10px 0 0 0; }

body.productdetails #secondarycontent,
body.reviews #secondarycontent {float: left; width: 380px; text-align: center;}
	img.largeimage {margin: 0 0 15px 0;}
	ul#thumbs {}
		ul#thumbs li{display: inline-block;}
body.productdetails #secondarycontent a {display:block; margin-bottom:15px; font-weight: bold;}

body.productdetails #tertiarycontent { margin-top:25px; }
	body.productdetails #tertiarycontent h3{color: #333;}
	#similaritems{float: left; width:415px;}
		#similaritems ul{ float: left; font-size: 12px; width: 185px; }
			#similaritems li {margin: 0 0 5px 0;}
			#similaritems ul#col1 {}
			#similaritems ul#col2 {margin: 0 0 0 30px;}
			
body.productdetails #productrotator { width: 560px; }
body.productdetails ul#productpages {width: 480px; margin: 0px auto;}

body.productdetails div.backordered { width:300px; padding:10px 0 0 10px; border: 1px solid; color: #9F6000; background-color: #FEEFB3; }

	#alsopurchased {float: right;}	
	
/* Reviews */
body.reviews #primarycontent h4 {margin-bottom: 3px; }
body.reviews #primarycontent p.byline {display:block; float:left; margin-left: 5px; }			

/* Product More Info */
body.productmoreinfo #secondarycontent {width: 190px; float: left; text-align: center;}
body.productmoreinfo #secondarycontent a {font-weight: bold;}
body.productmoreinfo #primarycontent {width: 759px; padding: 0 0 0 40px; border-left: 1px solid #ccc; float: right;}	
	body.productmoreinfo div.detailsrow p {float: left; margin-right: 10px;}
	body.productmoreinfo div.detailsrow p em {margin-left: 10px; }
	body.productmoreinfo .textfield {display: inline;}
	body.productmoreinfo label.radiolabel {float: left;}

.detailsrow {margin: 0 0 20px 0;}
		
		#reorder {margin-top: 20px;}
		
		.selectlogos a, .logoimage a, .logoimage span {display: block; margin: 5px 0 5px 0;}
		  .selectlogos div { margin:5px 0;}
			.selectlogos p, .logoimage p {float: left;}
		.selectlogos {float: left; padding: 0 25px 0 0; border-right: 1px solid #ccc; margin: 0 20px 0 0; line-height:22px;}
	  .logoimage { line-height:22px; }
	    .logoimage img {float: left; margin: 0 20px 0 0;}
	  
		.logolist, .mylarlist { float:left; height:200px; width:150px; text-align:center;}
			
		.colorrow {display: block; margin: 0 0 30px 0;}
			
		.colorblock{position: relative; display: inline-block; float: left; width: 66px; height: 81px; padding: 0px 2px 0px; text-decoration: none !important; border: 2px solid #fff;}
			.colorname{text-align:center; font-size: 10px; color: #000;}
			
			.colorsample {display:block; width: 46px; height: 46px; margin: 2px auto; border: 2px solid #fff; text-indent: -9999px;}
			.colorsample-border {display:block; width: 46px; height: 46px; margin: 2px auto; border: 2px solid #000; text-indent: -9999px;}	
			
			/*
			#color1 .colorsample{background: #038181;}
			#color2 .colorsample{background: #71c2db;}
			#color3 .colorsample{background: #5188bc;}
			#color4 .colorsample{background: #0050a3;}
			#color5 .colorsample{background: #1c3a65;}
			#color6 .colorsample{background: #ffe71c;}
			#color7 .colorsample{background: #d7df23;}
			#color8 .colorsample{background: #94c93b;}
			#color9 .colorsample{background: #406a5c;}
			#color10 .colorsample{background: #26a148;}

			#color11 .colorsample{background: #9cce6b;}
			#color12 .colorsample{background: #8b4489;}
			#color13 .colorsample{background: #d381a7;}
			#color14 .colorsample{background: #be306a;}
			#color15 .colorsample{background: #ebc9e1;}
			#color16 .colorsample{background: #d7283a;}
			#color17 .colorsample{background: #a52c48;}
			#color18 .colorsample{background: #f7c39c;}
			#color19 .colorsample{background: #e5a366;}
			#color20 .colorsample{background: #d7c1af;}
			
			#color21 .colorsample{background: #f39320;}
			#color22 .colorsample{background: #9e4a4c;}
			#color23 .colorsample{background: #cfbad9;}
			#color24 .colorsample{background: #bf2d91;}
			#color25 .colorsample{background: #fff1e1;}
			#color26 .colorsample{background: #f4f4f4;}
			#color27 .colorsample{background: #c7c3c5;}
			#color28 .colorsample{background: #211d1e;}
			
		.selectedcolor .colorname {visibility: visible;}
		.selectedcolor .colorsample { border: 2px solid #000; width: 46px; height: 46px;}	
*/
			
		#specialinstructions span {font-size: 12px;}
		
		#cartsection {position: relative;}
			#cartsection .bluebutton {font-weight: bold; text-transform: uppercase; text-align: center; width: 148px; height: 30px; padding: 15px 0 0 0; margin: 0 0 15px 0;}
			#cartsection input.bluebutton { height:45px; padding: 14px 0 14px 0;}
			#cartsection p#sole {position: absolute; left: 170px; top: 13px; padding: 0 0 0 20px;}
	    
	    a.imagepicker { display:inline-block; border: 2px solid #fff;}
	    
	div.logolist img {width:96px;}
	
	/* Register page */

#registerleft {
    background: url("../images/sub-header-ribbon-bg.png") no-repeat left 7px;
    display: block;
    float: left;
    padding: 0 25px 0 30px;
    width: 260px;
}
#registerleft h2 
{
    color:#fff;
}

#registerright {border-left: 1px solid #ccc; float: left; padding: 0 0 0 40px; width:600px;}
.register .bluebutton {margin: 20px 0 0 0;}
.register .forgot { margin-left:20px; }
	input#password {margin-bottom: 15px;}
	
	#remember label {color: #093f84; margin: 0 0 0 5px;}
	
	a#forgot {float: left; margin: 33px 0 0 17px;}
	
	#register {float: left;}
	
	span.notice { display:block; padding-top:5px; color:#666; font-size:12px; }
	
/*  My Account  */

body.account div.account-left { width: 720px; float:left}

ul#accountnav {width: 167px; float: right; margin: 0px 0 0 0;}
ul#accountnav li {background: #215290; margin: 0 0 2px 0;}
	ul#accountnav li:hover {background: #06B25A;}
ul#accountnav li a {display: block; width: 147px; height: auto; text-align: center; color: #fff; text-transform: uppercase; font-weight: bold; padding: 20px 10px 20px 10px;}

body.account .pagetitle {border-bottom: 4px solid #000; width: 720px; margin-bottom: 10px;}

body.account .bluebutton {margin: 20px 0 0 0;}

div.success { width:350px; margin: 15px 0 15px 0; padding:10px 0 0 10px; border: 1px solid; color: #4F8A10; background-color: #DFF2BF; }
body.internal div.success { float:left; }

div.order-quote { margin-top:15px; float:right; }
#approveQuote { display:none; width:400px; }

/*  Order History  */

table.history {width:720px;}
table.history td {background:#fff; padding:20px;}
table.history th {margin-right:100px;}


/* */
#leftcol {display: block; width: 260px; padding: 0px 60px 0 0; float: left;}
#rightcol {border-left: 1px solid #ccc; float: left; padding: 0 0 0 40px; width:600px;}
#formcontainer .bluebutton {margin: 20px 0 0 0;}

ul.content-list
{
  list-style: disc outside none;
  margin-bottom:10px;
  padding-left:20px;
}

/* Estimate Production and Shipping */
.estimateshipping { margin-bottom: 30px; }
.estimateshippingtotalblank { padding-bottom:1px; } 
.estimateshippingtotal { font-weight: bold; font-size:16px; }
.estimateshippingvalidate { color: Red; font-style: italic; font-weight:normal; padding-bottom:1px; }
.estimateshippingreturntocart { padding-top: 20px; }

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* hide stuff for print */
#headernav
{
    display:none;
}

#leveltwo
{
    display: none;
}

#footerwrappertop
{
    display: none;
}

h1
{
    display: none;
}