@charset "UTF-8";

/* from html5 boilerplate definitions - 09-2011 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #ccc; color: #000; text-shadow: none; }
::selection { background: #ccc; color: #000; text-shadow: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

html,body{
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #e0e0e0;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:1.3em;
}
a {
	color:#002b6b;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

.width10 { width:10%; }
.width20 { width:20%; }
.width30 { width:30%; }
.width35 { width:35%; }
.width40 { width:40%; }
.width45 { width:45%; }
.width50 { width:50%; }
.width55 { width:55%; }
.width60 { width:60%; }
.width70 { width:70%; }
.width80 { width:80%; }
.width90 { width:90%; }
.floatLeft { float:left; }
.floatRight { float:right; }

.ImageWithInfo_Title,
.ContentType_ImageGallery_title,
h1 {
	font-size:18px;
	font-weight:normal;
	line-height:17px;
	margin: .5em 0;
}
h2 {
	font-size:15px;
	font-weight: bold;
	background: #ddd;
	padding: 7px 7px 5px;
	color: #000;
	margin: .25em 0;
}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:13px;
}
h4 {
	font-size:12px;
	font-weight:bold;
	line-height:11px;
}
.clearBothAssurance{
	clear:both;
	zoom:1;
	width:100%;
	height:0;
}
img,
a img {
	border:none;
}
.orange {
	color:#F3B11E;
}
#pg {
	min-height: 100%;
	position:relative;
	background:#FFFFFF;
	width: 948px;
	margin: 0 auto;
	text-align: left;
	
	border: 1px solid #888;
	border-top: none;
	border-bottom: none;
	
	-moz-box-shadow: 0 0 15px #111;
	-webkit-box-shadow: 0 0 15px #111;
	box-shadow: 0 0 15px #111;
}
#pg-inner {
	margin:0 20px;
}
#pg-right {
	float:left;
	margin-left:10px;
	width:715px;
}
#pg-hdr {
	display:block;
	width:100%;
	clear:both;
	text-align:right;
}

#flashLogo {
	z-index:0;
}

#pg-hdr-logo-link {
	/*z-index:999;*/
	display:block;
	height:88px;
	width:220px;
}
#pg-hdr-logo-link a {
	height:88px;
	width:220px;
	display:block;
	top:30px;
	/*z-index:999;*/
	cursor:pointer;
}

#pg-hdr-logo {
	margin-top: 0;
}
#pg-hdr-slogan {
	font-size:8pt;
	font-weight:bold;
	color:#333;
	letter-spacing:2px;
	margin-top:10px;
	display:block;
	/*padding-bottom:15px;*/
	text-transform:uppercase;
}
#pg-hdr-logo a  {
	display:block;
	text-decoration:none !important;
	padding:0 !important;
	margin:0 !important;
}
#pg-hdr-toolbar ul {
	padding:1em 0;
	margin:0;
}
#pg-hdr-toolbar ul li {
	display:inline;
}
#pg-hdr-toolbar ul li a {
	margin:0 0 0 14px;
	padding:0 0 0 20px;
	color:#ff3d00;
}
#pg-hdr-toolbar ul li.socialIcon a{
	margin: 0;
}
#pg-hdr-toolbar ul li a.account {
	background:transparent url(/cirkuit/includes/images/icons/icon-users.gif) no-repeat scroll 0 0;
}
#pg-hdr-toolbar ul li a.cart {
	background:transparent url(/cirkuit/includes/images/icons/icon-cart.gif) no-repeat scroll 0 0;
}
#pg-hdr-toolbar ul li a:hover {
	text-decoration:none;
}
.ie7 #pg-hdr-toolbar ul li.socialIcon{
	float: none;
}
#pg-hdr-toolbar ul li.socialIcon{

}

#pg-hdr-add-this {
	margin-top:15px;
	display:block;
	text-align: center;
}
#pg-hdr-add-this a {
	margin:0 !important;
	padding:0 !important;
}
#pg-hdr-add-this a:hover {
	background-color:#FFF !important;
}
#pg-hdr-nav {
	margin-top:13px;
}
#pg-hdr-nav ul {
	padding:10px 4px;
	border:1px solid #3C2213;
	background-color:#5970b2;
	/*
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(0,115,255)),
	    color-stop(0.53, rgb(84,164,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(0,115,255) 0%,
	    rgb(84,164,255) 53%
	);
	*/
	list-style:none;
	list-style-type:none;
	text-align:left;
	margin:0;
}
#pg-hdr-nav li {
	display:inline;
	list-style:none;
	list-style-type:none;
}
#pg-hdr-nav a {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:8px 19px;
	text-transform:uppercase;
}
#pg-hdr-nav a:hover {
	text-decoration:underline;
}
#pg-left-nav {
	width:180px;
	margin:10px 0;
	float:left;
}
#pg-left-nav ul,
#pg-left-nav li {
	list-style:none;
	list-style-type:none;
	text-align:left;
	margin:0;
	padding:0;
}
#pg-left-nav .nav-heading {
	background-color: #efefef;
	/*
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(0,115,255)),
	    color-stop(0.53, rgb(84,164,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(0,115,255) 0%,
	    rgb(84,164,255) 53%
	);
	*/
}
#pg-left-nav em {
	border:1px solid #000;
	border-bottom:none;
	color:#000000;
	display:block;
	font-style:normal;
	font-weight:bold;
	margin-top:1em;
	padding:0.35em 0.75em;
	background-image:url(/images/left-nav-arrow.gif);
	background-repeat:no-repeat;
	background-position:2px 5px;
	padding-left:1.75em;
}
#pg-left-nav ul {
	margin-bottom:1em;
	background-color:#333333;
	border:1px solid #000;
	display:block
}
#pg-left-nav ul ul {
	background-color:#555;
}
#pg-left-nav ul ul ul {
	background-color:#777;
}
#pg-left-nav ul ul ul ul {
	background-color:#999;
}
#pg-left-nav ul li.seocart_NavigationCurrent {
	background-color:#555;
}

#pg-left-nav ul li a {
	border-bottom:1px solid #FFF;
}
#pg-left-nav a {
	display:block;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:10px 7px;
}
#pg-left-nav ul li a:hover {
	background-color:#555555;
}
#pg-left-nav .pg-left-container {
	background-color:#555555;
	border:1px solid #333333;
	color:#FFF;
	padding:0.45em;
}
/* needed for drop-menu */
#pg-left-nav ul li {  position: relative; z-index: 100; /*height:100%; width: 100%;*/ padding: 0; margin: 0; }
#pg-left-nav ul ul { display: none; position: absolute; left: 100%; top: 0px; width:100%; z-index:101;  padding: 0; margin: 0; }
* html #pg-left-nav ul ul li, #pg-left-nav ul ul li{ *margin-top:-3px; *padding-bottom:3px; *top:3px; *width:100%; *height:100%; }
* html #pg-left-nav ul ul { left: 100%; z-index: 102; padding: 0; margin: 0; }
* html #pg-left-nav ul ul ul { left: 100%; ; z-index: 103; }
#pg-left-nav .containsSubMenu{
	background-image: url(/cirkuit/includes/js/jquery/plugins/dropmenu/1.0/images/white_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#pg-left-nav ul ul{
	border: none;
	border-bottom: 1px solid #FFF;

	box-shadow: 0pt 0pt .35em #555;
	-moz-box-shadow: 0pt 0pt .35em #555;
	-webkit-box-shadow: 0pt 0pt .35em #555;
}
#pg-left-nav ul ul li{
	border: none;
	border-right: 1px solid #000;
}
#pg-left-nav ul ul li a:hover{
	background-color:#777;
}
#pg-left-nav ul ul.sub_nav2{
	width: 342px;
	border:none;
}
#pg-left-nav ul ul.sub_nav2 li{
	border: none;
}
#pg-left-nav ul ul.sub_nav2 li a{
	border: none;
	border-top: 1px solid #000;
}
#pg-left-nav ul ul.sub_nav2 li.leftcol{
	width: 171px;
	float:left;
}
#pg-left-nav ul ul.sub_nav2 li.rightcol{
	width: 170px;
	float:right;
	border-left: 1px solid #000;
}
#pg-left-nav ul ul li.emptyNavLi{
	border-top: 1px solid #000;
	padding: 0.1em 0 0.2em 0.5em;
	color: #555;
}
/**/

.livechat {
	margin-top:1em;
}
#searchForm {
	margin:0;
	padding:0;
}
#searchInput {
	width:117px;
	font-size:90%;
}
#searchSubmit {
	background-color:#005BCA;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	font-size:90%;
	width:35px;
	padding: 2px;
}
.ie7 #searchSubmit{
	padding: 1px 2px 0px;
}
#searchSubmit:hover{
	background: #65a9fe;
	color: #000;
}
.searchAdvanced a {
	font-size:90% !important;
	margin:0 !important;
	padding:0.35em 0 0 !important;
	text-transform:none !important;
}
.searchAdvanced a:hover {
	text-decoration:underline !important;
}

.blue {
	color: #96D3D9;
}
.darkblue {
	color:#214E85;
}
.red {
	color:#FF0000;
}
form#newsletterForm {
	padding:5px;
	margin:0;
	text-align:left;
	background-color:#555555;
	border:1px solid #333333;
	display:block;
}
form#newsletterForm p {
	margin:0;
	padding:5px 0 5px 0;
	font-weight:bold;
	color:#FFF;
	font-size:90%;
}
form#newsletterForm input#ea {
	width:130px;
	text-align:left;
	margin:0 auto;
	font-size:11px;
	color:#666666;
}

form#newsletterForm input.submit {
	border:none;
	background-color:#f0f0f0;
	font-weight:bold;
	font-size:11px;
	color:#000;
	padding:4px;
	font-size:90%;
	width:30px;
}
.ie6 form#newsletterForm input.submit,
.ie7 form#newsletterForm input.submit {
	padding: 3px 4px;
}
form#newsletterForm input.submit:hover {
	color:#542F1A;
	background-color:#FFFF00;
}
#newsletterUnsubscribeLink a {
	padding:0.5em 0;
	font-size:80%;
	text-transform:none;
}
#content {
	float:left;
	min-height:500px;
	padding:10px 2%;
	line-height: 1.5em;
	font-size: 115%;
	width: 96%;
}
.ie6 #content{
	width: 95%;
}
#thumbnailbar {
	display:block;
	width:100%;
	margin:0 auto;
	overflow:auto;
	font-size:8px;
}
#thumbnailbar ul {
	display:block;
	white-space:nowrap;
}
#thumbnailbar ul,
#thumbnailbar li {
	margin:0 10px 10px 0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#thumbnailbar ul li {
	display:block;
	float:left;
	text-align:center;
	vertical-align:text-top;
	width:134px;
	height:115px;
	clear:none;
}
#thumbnailbar img {
	clear:none;
	display:inline;
}
#thumbnailbar a {
	color:#F3B11E;
	text-decoration:none;
	font-weight:bold;
}
#thumbnailbar a.current,
#thumbnailbar a:hover {
	color:#542F1A;
}
#thumbnailbar a.current {
	cursor:default;
}

#ftr {
	clear:both;
	zoom: 1;
}
#ftr .left {
	float:left;
	padding: 1.5em;
}
#ftr .right {
	text-align: right;
	padding: 1.5em;
}
#ftr a{
}
#ftr .left a {
}
#ftr a:hover{
	text-decoration: none;
}

/* contact page */
#contact_block {
	display:block;
	width:720px;
	font-weight:bold;
}
#contact_block a {
	text-decoration:none;
	color:#F3B11E;/* orange */
}
#contact_block a:hover {
	color:#B3DDE3;/* blue */
}


blockquote.testimonials {
	font-style:italic;
	padding:10px 10px 10px 40px;
	margin:0;
	clear:both;
}

/* generic clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* product reviews */
#product-reviews {
font-size: 1em;
margin:0 .5em;
}

#product-reviews h1 {
font-size: 1.2em;
font-weight:bold;
margin: 15px 0 15px 0;
padding: 0;
}

#product-reviews h1 a {
float: right;
font-weight: normal;
font-size: 0.85em;
margin: -15px 0 0 0;
display:block;
}

#product-reviews h1 a.write-review {
margin: 0 0 0 14px;
*margin: -15px 0 0 0;
padding: 0 0 2px 20px;
background: url(/cirkuit/includes/images/icons/icon_write-review.gif) no-repeat 0px 1px;
}

div.review {
border-bottom: 1px dotted #808080;
padding: 0 0 5px 0;
}

#last.review {
border-bottom: none;
}

div.review h2 {
font-size: 1em;
font-weight: normal;
margin: 0;
padding: 5px 0 5px 5px;
background: none;
color: #000;
}

div.review p {
margin: 0;
padding: 0 0 0 15px;
}

#product-price-bottom {
font-size: 0.95em;
margin: 0 185px 0px 230px;
padding: 20px 0 0px 0;
}

div.paging {
background: #f0f0f0;
border:1px solid #ddd;
padding: .5em .25em;
}

div.paging span {
float: right;
}

div.sorting {
float: right;
}

div.paging-results {
padding: 7px 0px 7px 0px;
}

div.paging-results div {
float: right;
font-weight: 700;
}

div.paging-results span {
font-weight: 700;
margin: 0 10px 0 0;
}

div.paging-results a {
font-weight: normal;
}

/* homepage */
table.product-list {
}

table.product-list td {
padding: 0 0 7px 0;
width:15.5em;
text-align:center;
}
table.product-list td a{
	font-size:80%;
}
table.product-list td img {
border:1px solid #DCDCDC;
}

table.product-list td p {
font-size: 0.95em;
margin: 0 5px 3px 5px;
}

table.product-list td p.price {
color: #666;
font-size: 80%;
margin: 2px 5px 2px 5px;
}

table.product-list td p.more {
font-size: 0.8em;
margin: 3px 5px 5px 5px;
}

.shopping-cart {
	padding:0.5em;
}

.productLayout3_priceQtyAttribs{
	background-color:#fff;
}

.orderResults_header,
.verifyCheckout_header,
.checkout_header,
.verifyLogin_header{
	background-color:#fff;
	border: 1px solid #aaa;
	padding: .5em .25em;
}
.orderResults_header td,
.verifyCheckout_header td,
.checkout_header tr td,
.verifyLogin_header tr td{
	padding: .25em;
}
.orderResults_content,
.verifyCheckout_content,
.checkout_content,
.verifyLogin_content {
	border: 1px solid #aaa;
}
.verifyCheckout_content tr td,
.checkout_content tr td,
.verifyLogin_content tr td{
	padding: .25em;
}

.breadcrumbs { font-size:90%; }
.subcat_link { font-size:175%; }
.product_link { color:#2D5BAA; font-size:115%; }
td.product_image { width:auto !important; }
#content table {
	margin:0;
	padding:0;
}

.relatedProductsHeader span {
	font-size: 1.2em;
	font-weight:bold;
	padding: 0;
}

/*cms override customization*/
.ContentType_SubPageList_list{
	background-color:#f0f0f0;
}

.ContentType_ImageGallery_Summary_title a{
	color: #d98200;
}
.ContentType_ImageGallery_Summary_title a:hover{
	text-decoration:none;
}

.resultsPageLinksTop,
.resultsPageLinksBottom{
	background-color: #ddd;
}
.resultsPageLinksBottom a{
}
.resultsPageLinksBottom span{
}
.resultsPageLinksBottom a:hover{
}
.resultsCountTop,
.resultsCountBottom{
	background-color: #ddd;
}
.ContentType_SubPageList_listItem .video_note a{
	text-decoration: none;
}
.ContentType_SubPageList_listItem .video_note a:hover{
	text-decoration: underline;
}

.video_summary{
	text-align: center;
	padding: 1em .5em;
}
.video_note{
	text-align: right;
	margin-right:2em;
}
.video_summary .SubPageList_summaryPageTitle a{
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-bottom: .5em;
	text-decoration:underline;
}
.video_summary .SubPageList_summaryPageTitle a:hover{
	text-decoration:none;
}

.video_summary .video_caption{
	margin: 1em 0;
}
.video_complete{
	text-align: center;
}
.video_complete .video_caption{
	padding-top: .5em;
	clear:both;
	display: block;
	font-size: 110%;
}

.ms-cert,
.ssl,
.accepted-cards{
	text-align: center;
	padding-top: 2em;
}


/* from html5 boilerplate definitions - 09-2011 */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
