﻿@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:470px; 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 20px 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:15px; }
#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;}
		#blockone a#joinemail {
			background: url(../images/mail.png) no-repeat top left;
			background-size: 48px;
			color: #fff;
			height: 45px;
			padding: 0px 0 4px 55px;
			margin-top: 10px;
		}

	#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);} 

.seal-container {
  float:left;
  width:135px;
  background-color:#fff;
}


	#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 220px; 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:190px; outline:none; }
body.home #main div.ad a img {width:990px; height:190px; border: 0 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;}
    ul#homepageproducts li {background-color:#fff !important;}
	
	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: 330px; background: url(../images/home/footerwrappertop_home.jpg) repeat-x bottom 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;}

div.sidebar > ul ul { padding:0 0 0 15px; }

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; width:230px; }
#loginright div.inactivity { margin-bottom:15px; padding:10px 0 0 10px; border: 1px solid; color: #9F6000; background-color: #FEEFB3; }
	.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 */
#datepicker {
    width: 220px;
}

img.ui-datepicker-trigger {text-indent: -9999px; width: 28px; height: 28px; margin-left: 4px; vertical-align:middle;margin-left:10px}

#ShippingInstructions {width: 409px; height: 97px; padding: 5px 0 0 5px;}

body.billingshippingreview label.address-panel {
  float:left;
  display:block;
  width:25%;
  min-width:230px;
  margin:0 10px 10px 0;
  padding:10px;
  border:1px solid #000;
  background-color:#f2f2f2;
  cursor:pointer;
}

body.billingshippingreview label.address-panel:hover {
  border-color:#093f84;
}

body.billingshippingreview .address-panel .address-radio,
body.billingshippingreview .address-panel .address,
body.billingshippingreview .address-panel .address-line {
  display:block;
}

body.billingshippingreview .address-panel .address-radio input {
  margin-top:4px;
}

body.billingshippingreview .address-panel .address-radio {
  float:left;
}

body.billingshippingreview .address-panel .address {
  float:left;
  margin:0 0 0 10px;
}

/* 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;}

  .order-complete .revieworderrow .details,
  .billingshippingreview .revieworderrow .details {
    bottom:15px;
  }
			
	#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;}
  .optionsfield .title {
    display:inline-block;
  }
	.productoptions img {margin: 20px 0;}
	a.closebutton {display: block; width: 20px; padding: 0; background: #333; text-align: center; color: #fff; line-height:20px; 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;}
body.shopping .col4 {position:relative;}
body.shopping .upsell-notice
{
  position: absolute;
  bottom:65px;
  left:-12px;
  width:130px;
  padding:6px;
  background: #EBEAE9;
  border: 4px solid #EBEAE9;
  border-radius: 5px;
}

body.shopping .upsell-notice .caret
{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #EBEAE9 transparent transparent transparent;
  bottom: -24px;
  left: 60px;
}

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;}

#couponmessage { margin:10px 0; padding: 8px 25px 8px 15px; line-height:20px; border: 1px solid; font-weight:bold;}
  #couponmessage a { text-decoration:underline; }
.coupon-success { color:#4F8A10; background-color: #DFF2BF;}
.coupon-alert { color: #9F6000; background-color: #FEEFB3;}
  .coupon-alert a { color: #9F6000;}
.coupon-error { color: #D8000C; background-color: #FFBABA;}

#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;}
	
#total div { margin-bottom:5px; }
.subtotal-amount, .coupon-amount, .total-amount {
  display: block;
  float: right;
  margin-left:5px;
  text-align: right;
}

.subtotal-panel {
  color: #666;
  font-weight: normal;
}

.savings-panel {
  border-bottom: 1px solid #666666;
  color: #1C7900;
  padding-bottom: 5px;
}
	
#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; width:290px; margin: 30px 0 0 0;}
	#checkoutlinks .bluebutton {margin: 0 0 0 10px;}
  #checkoutlinks .bluebutton.disabled {
    background:#999;
    cursor:default;
  }
	
#compProductsWarning 
{
  background:url(../images/medal-stop.jpg) no-repeat top left;
  display:block;
  height:76px;
  padding-left:92px;
  width:198px;
  margin-bottom:15px;
}

#detailsWarning {
  display:none;
  margin-bottom:15px;
  color:#f00;
}

.cart-notice {
  width: 720px;
  background: #ebeae9;
  border-top: 10px solid #fff;
  padding: 15px 25px 15px 15px;
  box-sizing: border-box;
}


#interesteditems h3 {background: url(../images/interesteditemsbg.gif) repeat-x bottom left;}

body.shopping #productrotator {background: none; width: 800px;}
	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: 300px; padding: 8px; text-align: center; margin: 0 5px 0 0; vertical-align:bottom; border: 2px solid transparent;}
	body.products .product:hover {border: 2px solid black;}
	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; background-image: url(../images/product-rating-sprite.png); background-position:-76px -34px;}
			#starsandcart .zero {}
			#starsandcart .zero-half{background-position:-61px -48px;}
		  #starsandcart .one{background-position:-61px -34px;}
      #starsandcart .one-half{background-position:-46px -48px;}
		  #starsandcart .two{background-position:-46px -34px;}
      #starsandcart .two-half{background-position:-31px -48px;}
		  #starsandcart .three{background-position:-31px -34px;}
      #starsandcart .three-half{background-position:-16px -48px;}
		  #starsandcart .four{background-position:-16px -34px;}
      #starsandcart .four-half{background-position:-1px -48px;}
		  #starsandcart .five{background-position:-1px -34px;}
		
			#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; background-image: url(../images/product-rating-sprite.png);background-position:-96px 0;}
		#productstars.zero{}
    #productstars.zero-half{background-position:-77px -17px;}
		#productstars.one{background-position:-77px 0;}
    #productstars.one-half{background-position:-58px -17px;}
		#productstars.two{background-position:-58px 0;}
    #productstars.two-half{background-position:-39px -17px;}
		#productstars.three{background-position:-39px 0;}
    #productstars.three-half{background-position:-20px -17px;}
		#productstars.four{background-position:-20px 0;}
    #productstars.four-half{background-position:-1px -17px;}
		#productstars.five{background-position:-1px 0;}
		
	#reviews {display: block; float: left; margin: 0 0 0 10px; line-height:18px;}	
	
	#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;}

.pencil-color-single-panel {
  margin:10px 0;
  padding:0 10px;
}

.pencil-color-multi-panel {
  margin:10px 0;
  padding:0 10px;
}

.pencil-color-multi-panel div {
  margin:5px 0;
}

.pencil-color-multi-panel div label {
  margin-right:5px;
}

.engraving-entry {
  display:none;
}

.engraving-entry.active {
  display:block;
}

.engraving-modes div {
  display:inline-block;
  margin:0 10px 10px 0;
  padding:8px;
  border-radius:5px;
  border:1px solid #000;
  cursor:pointer;
}

.engraving-modes .active {
  background-color:#0e4590;
  color:#fff;
  border-color:#0e4590;
  cursor:inherit;
}
	
	/* 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: #183a68;}
  ul#accountnav li:hover a {text-decoration:none;}
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.expired-banner {
  padding: 15px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}

div.expired-banner .quote-notice {
  float: left;
  width: 500px;
  font-size: 16px;
}

div.expired-banner .order-quote {
  margin-top: 0;
}

div.expired-banner .order-quote .bluebutton {
  margin-top: 0;
}

div.order-quote { 
  margin-top:15px; 
  float:right; 
  text-align:right;
}
  div.order-quote .quote-warning {
    color: #f00;
  }
  div.order-quote .bluebutton.disabled {
    background: #999;
    cursor:default;
  }
#approveQuote { display:none; width:400px; }

body.quote-details .revieworderrow.has-details {
  padding-bottom: 25px;
}

body.quote-details .revieworderrow.engraving-error {
  padding-bottom: 45px;
}


div.paste-warning { width:300px; padding:10px; border: 1px solid; color: #9F6000; background-color: #FEEFB3; margin-top:15px; }

/*  Order History  */

table.history {width:720px;}
table.history td {background:#fff; padding:20px;}
table.history th {margin-right:100px;}

table.invoices {
	border-spacing:0;
}

table.invoices tr:nth-child(even) {
	background:#f6f6f6;
}

table.invoices th, table.invoices td {
	padding:18px 10px;
}

table.invoices td {
	text-align:center;
}

table.invoices .radio-option {
	background: #fff;
	border: 0px;
	margin: 0;
	padding: 0px;
}

table.invoices .radio-option input[type=checkbox] ~ .label:before {
	margin-right:0;
}

.select-invoices button[type=submit] {
	width:auto;
	margin-bottom: 30px;
	padding: 12px 30px;
	display: inline-block;
	font-size: 17px;
}

.select-invoices button[type=submit]:hover {
	background: #062b5a;
}

.select-invoices button[type=submit][disabled] {
	background-color:#093f84;
	opacity:.7;
	cursor:not-allowed;
}

/* */
#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; }

.fb-terms
{
  width:720px;
}

.fb-terms > ol
{
  margin-bottom:20px;
  padding-left:20px;
  list-style:decimal outside;
}

.fb-terms li
{
  margin-bottom:5px;
}

.fb-terms ol li ol
{
  padding:5px 0 0 20px;
  list-style:lower-alpha outside;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

#printlogo
{
    display: none;
}

/* CROWD PAY*/

.crowd-stat .crowd-progress {
    border: 3px solid black;
    height: 50px;
    width: 100%;
}

.crowd-stat .crowd-progress .crowd-progress-green {
    height: 100%;
    background-color: green;
}

.send-invites {
  clear:both;
  border-top: 1px solid #cccccc;
  margin-top:20px;
  padding-top: 20px;
}

input.invite-email {
  width:360px;
  height:66px;
}

.send-invites textarea {
  height: 97px;
  padding: 5px 0 0 5px;
  width: 360px;
}

body.account div.account-left div.success {
    float: none;
    width: auto;
}

.questions {

}

.questions section {
  position:relative;
}

.questions section.active {
  padding-bottom: 10px;
}

.questions section h3 {
  margin:0;
  padding:12px 12px 12px 24px;
  font-size:15px;
  line-height:24px;
}

.questions section h3 span.ui-icon {
  position: absolute;
  top: 15px;
  left: 4px;
  background-position: -16px -128px;
}

.questions section.active h3 span.ui-icon {
  background-position: -48px -128px;
}

.questions section.active h3 {

}

.questions section:not(.active) h3 {
  cursor:pointer;
}

.questions section:not(.active) h3:hover {
  background-color:#f5f5f5;
}

.questions section .answer-container {
  overflow:hidden;
}

.questions section .answer {
  border-left: 4px solid #dda230;
  padding-left:8px;
  margin-bottom: -9999px;
  transition: margin-bottom 0s .5s,margin-top .5s;
  visibility:hidden;
}

.questions section.active .answer {
  margin-bottom: 0;
  transition: margin-top .5s;
  visibility:visible;
}

.questions section .answer p {
  margin:0;
}

.questions section .answer ul {
  margin-top:10px;
}

.accordion-icon {
    background-image: url(../images/accordion-sprites.png);
    width: 25px;
    height: 30px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    top: 9px;
    left: -1px;
    background-size: cover;
    background-repeat: no-repeat;
}

.active .accordion-icon {
  background-position: -33px 0px;
}

#formcontainer.reset-form {
    max-width: 304px;
    width: 100%;
    margin: 0 auto;
    float:none;

}

#formcontainer.reset-form h2 {
   text-align:center;
}

#formcontainer.reset-form input.textfield {
    height: 32px;
    box-shadow: 0px 0px;
    border-radius: 0px;
    width: 100%;
    margin-top: 0px;
    box-sizing: border-box;
    margin-bottom: 6px;
}

#formcontainer.reset-form .editor-field {
    margin-top:3px
}

#formcontainer.reset-form .bluebutton {
    width:100%;
        box-shadow: 0px 0px;
    border-radius: 0px;
}

#formcontainer.reset-form a {
   text-align:center;
   display:inline-block;
   width:100%;
   margin:10px auto;
}

#left-column, #right-column {
    display:inline-block;
    width:49%;
    box-sizing:border-box;
    vertical-align:top;
}

#left-column.bordered {
        border-right:1px solid grey;
        padding:0px 80px;
}

#left-column.bordered #formcontainer {
    min-height:0px;
    box-sizing:border-box;
    max-width: 400px;
    padding-right:0px;

}

#left-column .label {
    font-weight:bold;
    margin-bottom:2px;
}

#right-column {
    padding:0px 80px;
}

#right-column h2 {
    text-align:center;
}

#right-column h6 {
    margin-bottom:8px;
    margin-top:10px
}

.login .bluebutton {
    width: 100%;
    text-align: center;
    border-radius: 0px;
    margin-bottom:20px;
}

body.account .pagetitle {
        border-bottom: 2px solid #afafaf;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.account-sidebar, .account-content {
    display:inline-block;
    vertical-align:top;
    box-sizing:content-box;
}

.account-sidebar h2 {
    margin-bottom:10px
}

.account-sidebar #accountnav {
    background:transparent;
    float:none;
}

.account-sidebar #accountnav li {
    background:white;

}

.account-sidebar ul#accountnav li:hover {
  background: white;
}
.account-sidebar ul#accountnav li:hover a {
  text-decoration: underline;
}

.account-sidebar #accountnav li a {
    background: transparent;
    width: auto;
    text-transform: none;
    color: #093f84;
    padding: 7px 1px 0px;
    text-align: left;
    font-weight: 100;
    
}

.account-content ul {
    width: 818px;
    padding-left: 68px;
    box-sizing: border-box;
}

.account-content ul li {
    display: inline-block;
    width: 242px;
    vertical-align: top;
    padding-left: 17px;
    box-sizing: border-box;
    margin-bottom:20px;
}

.account-content h2 {
    font-weight:100;
    margin-bottom:10px
}

/* Shipping/Checkout Updates */

.checkout .breadcrumb {
    margin-top:10px
}

.checkout .breadcrumb li {
    display:inline-block;
    margin-right:38px;
    text-transform:uppercase;
    font-size:15px;
    box-sizing:border-box;
}

.checkout .breadcrumb li.active {
    font-weight:600;
    text-decoration:underline;
}

.checkout .breadcrumb span {
    display:inline-block;
    text-decoration:inherit;
}

.checkout h1 {
    text-transform:uppercase;
    font-weight:100;
    font-size:23px;
    margin-top:30px;
    float:none;
    margin-bottom: 4px;
}

.smarty-ui .smarty-tag {
  display:none!important;
}

.smarty-ui .smarty-dots {
  display:none!important;
}

.smarty-ui .smarty-popup {
  padding-top:0;
  font-family: Helvetica, Arial, sans-serif;
  font-size:14px;
  border-radius: 5px;
}

.smarty-ui .smarty-popup-header {
  margin-left:-30px;
  margin-right:-30px;
  padding:12px 30px;
  color:#fff;
  background-color:#0e4590;
  font:600 14px/1em Helvetica, Arial, sans-serif;
  border-radius: 5px 5px 0 0;
}

.smarty-ui .smarty-popup-typed-address {
  font-family: Helvetica, Arial, sans-serif;
  font-size:14px;
  font-style:normal;
}

.shipping-container {
    white-space:nowrap;
}


div.shipping-details, div.order-summary {
    display:inline-block;
    width: 47%;
    box-sizing:border-box;
    white-space:normal;
    vertical-align:top;
}

div.shipping-details {
    padding-right:0px;
    width:52%;
}

.shipping-details form.shipping .radio-option {
    background: #f2f2f2;
    border:1px solid black;
    margin-bottom:12px;
    padding:8px 11px;
}

.shipping-details .radio-option .label {
    margin-top:0px
}

.shipping-details .blue-button {
    margin-bottom: 30px;
    font-size: 17px;
    padding:12px;
    width: 93%;
}



.shipping-details .radio-option.borderless .label .payment-label {
    margin-top:0px;
}

.shipping-details .radio-option.borderless .label .payment-logos {
  margin-top:-7px;
}

.shipping-details .payment-logos img {
  display:inline-block;
  width:50px;
  margin-right:5px;
  border: 1px solid #959595;
  border-radius:5px;
}

.shipping-details .payment-logos img.fade {
  opacity:0.3;
}

.shipping-details textarea {
    width: 100%;
    height: 90px;
    box-shadow: none;
    border: 1px solid #959595;
    -webkit-appearance: textfield;
    border-radius: 0px;
    margin-bottom: 14px;
}

.radio-option input[type=radio],
.radio-option input[type=checkbox] { display:none; }

.radio-option input[type=radio] + .label:before,
.radio-option input[type=checkbox] ~ .label:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right:20px;
}

/* unchecked icon */
.radio-option input[type=radio] + .label:before,
.radio-option input[type=checkbox] ~ .label:before { 
    content: " ";
    border: 1px solid black;
    width: 15px;
    text-align: center;
    height: 15px;
    line-height: 1;
    vertical-align:top;
}

/* checked icon */
.radio-option input[type=radio]:checked + .label:before,
.radio-option input[type=checkbox]:checked ~ .label:before { 
    content: "\f00c"; 
}

.radio-option input[disabled] ~ .label:before {
	border-color: #999;
	background: #efefef;
}

.radio-option.no-border input.input-validation-error ~ .label:before,
.radio-option.borderless input.input-validation-error ~ .label:before {
  border-color:#e61616;
  background: #ffeaea;
}

.shipping-details .radio-option label {
    line-height:1em;
    margin-top:0px;
    padding:10px;
}

.shipping-details .radio-option label .address-line {
  display:block;
}

.label > span {
    display: inline-block;
    vertical-align: top;
    min-width: 108px;
    line-height:1.4em;
    font-weight:100;

}

.shipping-details .disclaimer {
    font-weight: 600;
    border-bottom:1px solid black;
    padding:3px 0px 10px;
}

.shipping-details .disclaimer.no-underline {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.shipping-details form label {
    margin-bottom:0px;
    margin-top:16px;
    font-weight:600;
}

.shipping-details form .optional {
    margin-bottom:0px;
    margin-top:16px;
    font-style:normal;
    color: black;
}

.shipping-details input[type=text] {
    width:98%;
    height: 37px;
    padding:8px 14px;
    box-sizing: border-box;
    background-color:#fff;
    border:1px solid #959595;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.42857143;
}

.shipping-details input[type=text]:focus,
.shipping-details select:focus {
  outline-style:none;
  box-shadow:none;
}

.shipping-details input[type=text].input-validation-error,
.shipping-details form.shipping select.input-validation-error
{
    border: 1px solid #e61616;
    background-color: #ffeaea;
}

.shipping-details input.datepicker {
    width: 220px;
}

.shipping-details div.credit-card {
  display:none;
}

.shipping-details div.billing-address {
  display:none;
}

.invoice-billing .shipping-details .radio-details {
	margin-top: 0;
}

.invoice-billing .shipping-details div.credit-card {
	display: block;
	margin-top: -25px;
}

.invoice-billing .shipping-details div.billing-address {
	display: block;
}

div.order-summary {
    padding-left:30px;
}

.shipping-details form.shipping .radio-option.no-border {
    background: #fff;
    border: 0px;
    padding:0px;
    margin-top:10px;
}

.shipping-details form.shipping .radio-option.no-border  label {
    padding:0px;
    line-height:1.4em;
    font-weight:100;
}

.shipping-details form.shipping .radio-option.borderless  {
        background: #fff;
        border:0px;
        margin-bottom:0px;
}

.shipping-details form.shipping select {
    padding:8px 14px;
    height: 37px;
    background: white;
    width: 98%;
    border: 1px solid #959595; 
    border-radius: 6px;   
    font-size: 14px;
    line-height: 1.42857143;
}


.shipping-details .radio-option.borderless .label span {
        margin-top: -10px;
}

.shipping-details .radio-option.borderless .label span strong {
    color:#093f84 
}


.shipping-details .toggle-radio {
        margin-bottom: -10px;
}

.shipping-details .radio-details {
    margin-top: -14px;
    padding:0px 20px;
}

.shipping-details form.shipping .radio-option.no-border  .label:before {
  margin:1px 4px 1px 1px;
    margin-right:4px;
}

.shipping-details form.shipping .radio-option .small-text {
    font-size:12px;
    margin-top:4px;
}

.shipping-details form.shipping .inline-input {
    display: inline-block;
    width: 47.9%;
    padding-right: 6px;
    vertical-align:bottom;
}

.shipping-details form.shipping .inline-input.third {
    display: inline-block;
    width: 31%;
    padding-right: 6px;
}


.shipping-details form.shipping .inline-input select {
    width:100%;
}

.shipping-details .form-row {
  display:block;
  width:auto;
  margin-left:-7px;
  margin-right:-1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shipping-details .form-row .form-row {
  margin-right:-7px;
}

.shipping-details .form-row:before,
.shipping-details .form-row:after {
  display: table;
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shipping-details .form-row:after {
  clear:both;
}

.shipping-details .form-row .form-cell {
  float:left;
  display:block;
  padding-left:7px;
  padding-right:7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shipping-details .form-row .form-cell.two-thirds {
  width:66.66666667%
}

.shipping-details .form-row .form-cell.half {
  width:50.0%
}

.shipping-details .form-row .form-cell.third {
  width:33.33333333%;
}

.shipping-details .review-cart .cart-head {
    border-bottom: 2px solid black;
    font-size: 17px;
    padding-bottom:10px;
    margin-bottom:10px;
}

.shipping-details .review-cart .cart-info {
    display:inline-block;
    width: 60%;
}

.shipping-details .review-cart .cart-quantity {
    display:inline-block;
    width:18%;
    text-align:center;
}

.shipping-details .review-cart .cart-price {
    display:inline-block;
    width:20%;
    text-align:center;
}

.shipping-details .review-cart .cart-body {
    border-bottom:2px solid black;
    margin-bottom:10px;
}

.shipping-details .review-cart .cart-body .edit-cart {
    margin: 6px 0px 11px;
    display: inline-block;
}

.shipping-details .review-cart .cart-item {
    margin-bottom:20px;
    margin-top:10px;
}

.shipping-details .review-cart .cart-item .cart-price {
    text-align:left;
    padding-left:20px;
    width:auto;
}

.shipping-details .review-cart .cart-info, .shipping-details .review-cart .cart-quantity, .shipping-details .review-cart .cart-price {
    vertical-align:top;
}

.shipping-details .review-cart .cart-body .cart-info img {
    display: inline-block;
    width: 56px;
    vertical-align: top;
    margin: 0px 11px 15px;
    padding:3px 0;
    border: 1px solid #b5b5b5;
}

.shipping-details .review-cart .cart-body .cart-info .image-placeholder {
  display:inline-block;
  width:58px;
  height:60px;
  margin: 0px 11px 15px;
  vertical-align: top;
}

.shipping-details .review-cart .cart-body .cart-info .item-name  {
   display:inline-block;
   width:220px;
   vertical-align:top;
}

.shipping-details .review-cart .item-name strong {
    display:block;
}

.review-cart .cart-item .item-options {
  margin:0 11px;
}

.review-cart .cart-item .item-options > a {
  display: inline-block;
  margin-bottom: 10px;
}

.review-cart .cart-item .options-panel {
  display:none;
}

.review-cart .cart-item .options-panel .option-label,
.review-cart .cart-item .options-panel .option-value {
  float:left;
}

.review-cart .cart-item .options-panel .option-label {
  width:180px;
  margin-bottom:5px;
  padding-right:10px;
  font-weight: 600;
}

.review-cart .cart-item .options-panel .option-value {
  width:300px;
  margin-bottom:5px;
}

.review-cart .cart-item .options-panel .option-row:after, 
.review-cart .cart-item .options-panel .option-row:before {
  display: table;
  content: " ";
}

.review-cart .cart-item .options-panel .option-row:after {
  clear:both;
}

.order-placed {
    background: #06b25a;
    color: white;
    font-size: 34px;
    padding: 17px 0px 15px;
    text-align: center;
    font-weight: 600;
}

.order-placed.warning {
	background: #f0a92e;
}

.order-placed img {
    vertical-align: middle;
    width: 45px;
    margin-top: -8px;
}

.confirmation-message {
    margin: 20px auto;
    text-align: center;
    width: 452px;
    border: 1px solid black;
    padding: 8px 16px;
}

.confirmation-message h1 {
    margin-top: 3px;
    margin-bottom: 0px;
    text-transform: none;
    vertical-align: middle;
    font-weight: 600;
}

.confirmation-message p {
    margin-bottom:0px;
}

.total-info, .total-price {
    display:inline-block;
    font-size: 16px;
}

.total-info {
    padding: 3px 10px 0px;
    width: 79%;    
}


.total-item.final-total {
    font-weight:600;
    margin-top: 36px;
    margin-bottom:30px;
}

button.blue-button {
        border: none;
    border-radius: 3px;
    padding: 9px;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
    background-color: #093f84;
    color: white;
    cursor: pointer;
}

.order {
    background: #f2f2f2;
    padding:20px 25px;
    margin-bottom: 20px;
}

.order h2 {
    margin-top:0px;
    font-weight:200;
    text-transform:uppercase;
    display:inline-block;
    font-size:20px;
    padding-left:30px;
}

.order .edit-order {
    float: right;
    padding-top: 8px;
    padding-right:30px;
    width:80px;
}

.order .order-item {
    margin-bottom:20px;
    padding:0px 30px;
}

.order .order-item img {
    width: 64px;
    padding: 3px 0;
    background: white;
    border: 1px solid rgba(207, 207, 207, 0.48);
}

.order .order-item .item-name {
    font-weight:600;
    margin-bottom:0px;
    margin-top:10px;
}


.order .order-item .item-name .price {
    float:right;

    width:80px;
}

.order .order-item .item-options > a {
  display: inline-block;
  margin-bottom: 10px;
}

.order .order-item .options-panel {
  display:none;
}

.order .order-item .options-panel .option-label,
.order .order-item .options-panel .option-value {
  float:left;
}

.order .order-item .options-panel .option-label {
  width:40%;
  margin-bottom:5px;
  font-weight: 600;
}

.order .order-item .options-panel .option-value {
  width:60%;
  margin-bottom:5px;
}

.order .order-item .options-panel .option-row:after, 
.order .order-item .options-panel .option-row:before {
  display: table;
  content: " ";
}

.order .order-item .options-panel .option-row:after {
  clear:both;
}



.order.shipping-summary p {
    padding-left:30px;
}

.order-total {
    border-top: 1px solid #555555;
    padding:25px 30px 0px;

}

.order-total .total-line {
    margin-bottom:4px;

}

.order-total .total-line.final {
    font-weight:600;
    margin-top:24px;
}

.order-total .total-line span {
    float:right;
    width:80px;
}

.order-summary .order-info {
    padding:10px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    max-width: 500px;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .modal-close:hover,
    .modal-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

