@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0; }
body {
	margin: 0 auto;
	padding: 0;
	background-color: #333;
	background-image:url(/images/site-bg-verydark-1px.gif);
	background-repeat:repeat-y;
	background-position:center top;
	font: 100% arial,helvetica,clean,sans-serif; }
a{
	color:#ff0000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
p {
	color: #000;
	margin: .7em 0;
	line-height:1.4em; }
em {
	font-style: normal;
	font-weight: bold; }
ul {
	margin: 0;
	padding: 0;
	line-height:1.5em; }
li {
	margin: 0;
	padding: 0; }
table {
	border: none; }
img {
	/* put "overflow:hidden;" in any div that contains an image so images dont mess up div %'s when divs get smaller than image */
	border: none; }

form {
	margin: 0;
	padding: 0; }
blockquote{
	margin-left:2em;
}

.red { color:#FF0000; }
.black{ color:#000; }
.strikeout{	text-decoration: line-through;}
.clearBothAssurance{
	width: 100%;
	height: 0;
	zoom: 1;
	clear: both;
}

/* custom template css */
#pageTopBackground {
}
#pageContent {
	width: 966px;
	padding:0;
	margin:0 auto;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
#preheader{
	height: 3px;
	background: #ff0000;
	border-bottom: 1px solid #555;
	zoom: 1;
	line-height: 0;
	z-index: 1;
}
#header {
	background-color:#ffffff;
	background-image: url(/images/header-bg-dark.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	min-height: 65px;
	height:auto !important;
	height: 65px;

	margin: 0 0 0 0;
	padding:0;
	z-index: 2;
}
#header .left{ float:left;
	padding: 0.3em 0 0 1em;
}
#header .right { float: right; padding:0; font-size:80%; text-align:right; }
#header .phone {
	font-size:105%;
	margin: .1em 6em 0 0;
	font-weight: bold;
	float: right;
	color: #2f2525;
}
#header .phone span{
	color: #ff0000;
	font-size: 120%;
}
#topLinks{
	margin: 0 1em 0 0;
	z-index: 3;
	position: relative;
	top: -1px;
}

#topLinks ul {
	text-align:center;
	border-top:0;
	font-size:12px;
	font-weight:bold;
	margin:0;
	background-color:#FE0000;
	background-image: url(/images/horizontal-nav-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding:0 .5em .3em .5em;
	border:1px solid #555;
	border-top:none;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	/*
	box-shadow: 0pt 0pt .35em #777;
	-moz-box-shadow: 0pt 0pt .35em #777;
	-webkit-box-shadow: 0pt 0pt .35em #777;
	*/
}
#topLinks ul li {
	color:#EEEEEE;
	/*background-color:#FFFFFF;*/
	display:inline;
	list-style-type:none; }
#topLinks ul li a {
	color:#EEEEEE;
	padding: 4px;
	text-decoration:underline; }
#topLinks ul li a:hover {
	text-decoration:none; }
	
#socialTop{
	margin: .75em .5em 0 0;
}
#socialTop img{
	margin-right: 1em;
}
#socialLeft{
	text-align: center;
}
#socialLeft img{
	margin: 0 .5em;
}

#contentAll {
	padding: .5em;
	background: #fff;
	border-bottom:1px solid #ff0000;
}

#horizontalNavigation {
	min-height: 30px;
	height:auto !important;
	height: 30px;

	font-family:"Lucida Grande","Lucida Sans",Arial,sans-serif;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	background-color:#FE0000;
	background-image: url(/images/horizontal-nav-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow:hidden;
	width:auto;
	text-align:left;

	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding-left: 3px;
}
* html #horizontalNavigation{
	letter-spacing: 0px;
}
#horizontalNavigation ul {
	margin:5px 0 0 7px;
	color:#FFFFFF;
	padding:0;  }
#horizontalNavigation ul li {
	display:inline;
	margin: 0;
	list-style-type:none;
	padding:3px 4px;
	*padding:3px 2px;
	border-right:1px solid #9b0000;
	border-left:1px solid #dd0000;
	margin-left: -3px;
}
#horizontalNavigation ul li.first {
	border-left:none;
}
#horizontalNavigation ul li.last {
	border-right:none;
}
#horizontalNavigation ul li a {
	color:#FFFFFF;
	padding:.6em 10px;
	*padding: .6em 11px .6em 14px;
	text-decoration:none; }
#horizontalNavigation ul li a:hover {
	color:#2f2525; }
* html #horizontalNavigation ul li a{
	padding-left: 15px;
	padding-right: 9px;
}

#contentLeft {
	float:left;
	width: 170px;
	margin:0;
	font-size:90%;
}
.contentLeftBox, .contentRightBox {
	background-color:#b6b6b6;
	margin-bottom:.5em;

	border: 1px solid #555;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	padding: 4px 0;

	box-shadow: 0pt 0pt .35em #777;
	-moz-box-shadow: 0pt 0pt .35em #777;
	-webkit-box-shadow: 0pt 0pt .35em #777;

}
#contentLeft em, #contentRight em {
	display:block;
	font-size:85%;
	margin:0;
	padding:0.35em 0 0.35em 0;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;

	background-color:#f0f0f0;
	color:#2f2525;
	border-top: 1px solid #555;
}
#contentRight em {
	background-color:#FFFF00;
	color:#FF0000;
}

#contentLeft ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:1.2em;
}
#contentLeft ul li {
	background: #b6b6b6 url(/images/leftnav-bg.gif) repeat-x center top;
}
#contentLeft ul li a {
	border-top:1px solid #555;
	font-size:80%;
	font-weight:normal;
	padding-left:0.85em;
	padding:0.1em 0 0.3em .5em;
	text-decoration:none;
	display:block;
	color:#261717;
	zoom: 1;
	margin:0;
	height:1%; /* ie6 hack */
	
	*width: 96%;
	*display: inline;
}
#contentLeft ul.browse li a {
	color:#000000;
}
#contentLeft ul.navInfo li a {
	color:#636363;
}
#contentLeft ul li a:hover {
	text-decoration:none;
	color:#ff0000;
}
#contentLeft p, #contentRight p {
	padding:0 0.35em;
	margin:0.15em;
	color:#333333;
	font-size:70%;
}
#searchInput{
	width: 92%;
	margin: .25em auto;
	display: block;
	border: 1px solid #555;
	padding: 3px 2px;
	font-size: 70%;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	border: 1px solid #ff0000;
}
#searchForm{
}
#searchInput.example{
	color: #888;
	border: 1px solid #555;
	background-color: #dddddd;
}
#contentLeft .searchBox em{
	border-bottom: 1px solid #555;
}
.contentLeftLinks{
	text-align: center;
}
.contentLeftLinks a{
	display: block;
	margin: .5em auto;
}
#contentRight {
	float:right;
	width: 10em;
	margin:0 0.2em 0 0;
}


#contentMiddle {
	background-color:#FFFFFF;
	margin:0 0 0 178px;
}
#contentMiddle #contentBox {
	padding:0;
	font-size:75%;
	line-height:1.5em;
	float:left;
	width: 100%;
}

#contentBottom {
	clear:both;
	width: 100%;
}

#contentMiddle ol,
#contentMiddle ul{
	margin-left: .5em;
}
#contentMiddle ol li,
#contentMiddle ul li{
	margin-left: 1.5em;
	list-style-position: outside;
	padding-left: 0;
	margin-bottom:.35em;
}

#footer{
	margin: 0 auto;

	min-height:170px;
	height:auto !important;
	height:170px;

	/* width: (above) */
	color: #333;
	font-size: 70%;

	background-color: #ececec;
	background-image: url(/images/footer-bg-light.gif);
	background-position: top;
	background-repeat: repeat-x;

}
@-moz-document url-prefix() { /* FF hack for off-center background scrollbar present */
	#footer{
		/*
		position: relative;
		left: -1px;
		*/
	}
}
#footer a{
	color: #000;
}
.footerSection{
	margin-top: .5em;
	float:left;
	width: 17%;

	min-height:150px;
	height:auto !important;
	height:150px;

	border-right: 1px solid #cccccc;
}
.footerSectionProducts{
	width:34%;
}
.footerTitle{
	font-size: 105%;
	color: #ff0000;
	font-weight: bold;
}
.footerSection .inner{
	padding: 0 1em;
	margin-bottom: .75em;
}
.footerSection ul{
	margin-left: .5em;
}
.footerSection ul li{
	padding: .15em 0;
	list-style-position: outside;
	margin-left:.75em;
}
.footerSectionProducts li{
	width: 47%;
	float:left;
}
#footerRight{
	margin: .5em auto;
	float: left;
	width: 31%;

	text-align: right;
}
#footerRight ul{
	padding: 0 .5em;
	list-style: none;
}
#footerRight li{
	padding: .25em .25em;
}
#footerRight li a{
	color: #ff0000;
}
#footerRight .seocartLink a{
	color: #999;
}


.ImageWithInfo_Title,
.ContentType_ImageGallery_title,
h1 {
	font-weight: bold;
	font-size:130%;
	color:#ff0000;
	border-bottom: 1px solid #ff0000;
	padding: .2em 0;
	margin: .75em 0 .5em;
}
h2 {
	font-size:105%;
	padding: .25em .5em;
	margin: .1em 0;
	color:#222;
	letter-spacing: 0px;
	background-color: #ddd;
	font-weight: bold;
}
h3 {
	font-size:100%;
	color:#ff0000;
	font-style: italic;
	padding: 0;
}

/* homepage */
.homepage {
	/*text-align:center;*/
}
.homepage img {
}

/* engines page */
.header{
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F0F0F0;
	border:none;
	color:#000;
	font-weight:bold;
	padding:.5em;
	margin-bottom:.5em;
}
.subHeader{
	background-color:#f0f0f0;
	font-weight: bold;
	padding: .1em;
	font-size:105%;
	margin-top:.5em;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.small{
	font-size: 80%;
}
.large{
	font-size: 130%;
}
.larger{
	font-size: 170%;
}
.priceLabel{
	margin:1em 0 .25em;
	font-size:145%;
	font-weight:bold;
}
.purchasePolicy{
	margin:.2em 0;
}
.price{
	font-size: 220%;
	font-weight:bold;
	line-height: 1em;
	color: #ff0000;
}
.price.regular{
	font-size: 120%;
}
.priceStrikeout{
	font-size: 130%;
	text-decoration: line-through;
}
.summaryContainer .priceStrikeout{
	font-size: 100%;
}
.salepriceLabel{
	margin: .5em 0 .15em;
	font-size: 140%;
	color: #ff0000;
	font-weight: bold;
}
.saleprice{
	font-size: 200%;
	color: #ff0000;
	font-weight: bold;
}
.results-list .price{
	font-size: 110%;
}
.listInside{
	list-style-position: outside;
	margin-left:1.25em;
}
.freeShipping{
	font-weight:bold;
	font-size: 220%;
}
.freeShippingNote{
	font-size:80%;
	color: #999;
	padding: .5em 3em 1em 3em;
	line-height: 1.2em;
}
.warrantyInfo{
	font-size:95%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 1.5em 0 .5em 0
}
.warrantyExcludes{
	font-size:85%;
	color: #555;
	line-height: 1.2em;
	padding: 0 3em;
}
.descriptionBox{
	margin: .5em 0;
	padding: .5em;
	background: #eee;
}

.breadcrumbs{
	list-style: none;
	font-size: 90%;
}
.breadcrumbs li{
	display: inline;
	padding-left:.7em;
	background: transparent url(/cirkuitincludes/images/bullets/greyBullet.gif) left center no-repeat ;
	margin-right:.4em;
}

.childPages ul{
	list-style: none;
	margin-left:2em;
}
.childPages li{
	padding-left:.7em;
	background: transparent url(/cirkuitincludes/images/bullets/greyBullet.gif) left center no-repeat ;
}

.ContentType_SubPageList_listItem .summaryContainer{
	float:left;
	width: 98%;
	padding: .5em 1%;
	border-bottom: 1px solid #ccc;
}

div.Message_ButtonAddNew{
	color: #ff0000;
}
div.MessageSection_DialogTitle{
	background-color:#ce0000;
}

 .ImageWithInfo_Image{
 	text-align: center;
	margin: 1em 0;
 }
 .ImageWithInfo_Image img{
	padding: 2px;
	border: 1px solid #ccc;
	background-color:#fff;
}

.ImageWithInfo_SubPageListDefault{
	background-color: #f0f0f0;
	margin: .5em;
	padding: .5em;

	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.ImageWithInfo_SubPageListDefault .ImageWithInfo_Title{
	font-size: 100%;
	text-align: center;
	padding: 0 2.5em;
	border-bottom: none;
}
.ImageWithInfo_SubPageListDefault .ImageWithInfo_Image{
	text-align: center;
}
.ImageWithInfo_SubPageListDefault .ImageWithInfo_Caption{
	text-align: center;
	margin-top: .5em;
}
.ImageWithInfo_SubPageListDefault .ImageWithInfo_Image img{
	padding: 2px;
	border: 1px solid #ccc;
	background-color:#fff;
}
.ImageWithInfo_SubPageListDefault .ImageWithInfo_Caption a{
	color: #000;
	text-decoration: none;
	cursor: default;
}


/* needed for drop-menu */
#contentLeft .dropmenu li {  position: relative; z-index: 100; height:100%; width: 100%; padding: 0; margin: 0; }
#contentLeft .dropmenu ul { display: none; position: absolute; left: 100%; top: 0px; width:100%; z-index:101;  padding: 0; margin: 0; }
* html #contentLeft .dropmenu ul li, #contentLeft .dropmenu ul li{ *margin-top:-3px; *padding-bottom:3px; *top:3px; }
* html #contentLeft .dropmenu ul { left: 100%; z-index: 102; padding: 0; margin: 0; }
* html #contentLeft .dropmenu ul ul { left: 100%; ; z-index: 103; }
#contentLeft .containsSubMenu{
	background-image: url(/cirkuit/includes/js/jquery/plugins/dropmenu/1.0/images/grey_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#contentLeft .dropmenu ul{
	border: none;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;

	box-shadow: 0pt 0pt .35em #777;
	-moz-box-shadow: 0pt 0pt .35em #777;
	-webkit-box-shadow: 0pt 0pt .35em #777;
}
#contentLeft .dropmenu ul li{
	border: none;
	border-right: 1px solid #555;
}
#contentLeft .dropmenu ul.sub_nav2{
	width: 342px;
	border:none;
	background: #B6B6B6;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
#contentLeft .dropmenu ul.sub_nav2 li{
	border: none;
}
#contentLeft .dropmenu ul.sub_nav2 li a{
	border: none;
	border-top: 1px solid #555;
}
#contentLeft .dropmenu ul.sub_nav2 li.leftcol{
	width: 171px;
	float:left;
}
#contentLeft .dropmenu ul.sub_nav2 li.rightcol{
	width: 170px;
	float:right;
	border-left: 1px solid #555;
}
#contentLeft .dropmenu ul li.emptyNavLi{
	border-top: 1px solid #555;
	padding: 0.1em 0 0.2em 0.5em;
	color: #555;
}

/* homepage rotating banner */
#contentMiddle ul.rotateBanners{
	margin:0;
	padding:0;
	list-style: none;

}
#contentMiddle ul.rotateBanners li{
	margin:0;
	padding:0;
	list-style: none;
}
#contentMiddle ul.rotateBanners li img{
	border: 1px solid #ff0000;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contentMiddle ul.bannerNav{
	margin: 4px;
}
#contentMiddle ul.bannerNav li{
	list-style: none;
	display: inline;
	line-height: 1em;
	margin: 0 1px;
	padding: 1px 4px;
}
#contentMiddle ul.bannerNav li.pauseBanner{
	padding: 1px 0;
}
.bannerCaption{
	*margin-bottom: 3px;
}

/* homepage engines */
#contentMiddle .p_nav ul{
	list-style: none;
	display: inline;
	border-left: 1px solid #bbb;
	padding: 2px 0;
	*padding: 0;
}
#contentMiddle .p_nav ul li{
	display:inline;
	list-style: none;
	margin: 0 0 0 -3px;
	*margin: 0;
	padding: 2px 7px;
	border-right: 1px solid #bbb;
	cursor: pointer;
}
#contentMiddle .p_nav ul li:hover{
	background: #ddd;
}
#contentMiddle .p_nav ul li.p_active{
	background: #ccc;
}

.p_item{
	width: 192px;
	float:left;
	text-align: center;
	padding: .5em 0 1em;
	border-bottom: 1px solid #ccc; /* for when viewing all item */
}
.p_itemImg{
	width: 120px;
	height:120px;
	/*
	position: relative;
	*position: static;
	*/
	text-align: center;
	margin: 0 auto;
}
.p_itemImg.p_cartItemImg{
	width: 100px;
	height:100px;
}
.p_itemImg a{
	/*
	position: absolute;
	*position: static;
	bottom: 0;
	left:0;
	*/
}
.p_itemName{
	padding: .25em .5em;
	min-height:55px;
	height:auto !important;
	height:55px;
}
.p_itemName a{
	text-decoration: none;
	color: #555;
}
.p_itemName a:hover{
	color: #ff0000;
}
.p_itemDetailsBtn{
	padding-top: 1em;
}
.p_itemDetailsBtn a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: .25em .75em;
	background: #ff0000;

	border: 1px solid #750000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	box-shadow: 0pt 0pt .25em #777;
	-moz-box-shadow: 0pt 0pt .25em #777;
	-webkit-box-shadow: 0pt 0pt .25em #777;
}
.p_itemDetailsBtn a:hover{
	background: #ff8888;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	margin: 0 0 0 1px;
}
div.p_container{
	margin-bottom: .5em;
}
div.marginBottom25{
	margin-bottom: 2.5em;
}
div.p_showAll{
	z-index: 999;
}

.p_itemPriceContainer{
	height: 40px;
}
.p_itemPrice{
	font-weight: bold;
	font-size: 115%;
	padding-top: .5em;
}
.p_itemPriceStrikeout{
	font-size: 100%;
	font-weight: normal;
	text-decoration:line-through;
	padding-top: 0;
}
.p_itemSalePrice{
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
}

.p_title{
	font-weight: bold;
}
.p_itemTop{
	height: 33px;
	zoom: 1;
}

div.resultsCountTop,
div.resultsCountBottom,
div.resultsPageLinksTop,
div.resultsPageLinksBottom{
	font-size: 115%;
	background-color: #ddd;
}
div.resultsCountTop,
div.resultsCountBottom{
	font-size: 105%;
}


/* homepage superSpecials */
#superSpecialsOuter .p_title{
	background: #75975b;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#superSpecialsOuter .p_nav{
	background: #a2bb8e;
}
#superSpecialsOuter .p_nav ul li{
	font-weight: bold;
	background: #c7d6ba;
}
#superSpecialsOuter .p_nav ul li:hover{
	background: #fff;
}
#superSpecialsOuter .p_nav ul li.p_active,
#superSpecialsOuter .p_nav ul li.p_active:hover{
	background: #df0000;
	font-weight: bold;
	color: #fff;
}
#superSpecialsOuter .p_itemContainer{
	background: url(/images/special-bg-2.gif) top left repeat;
}
#superSpecialsOuter .p_itemImg img{
	border: 1px solid #fff;
	background: #fff;
}
#superSpecialsOuter .p_itemName a{
	font-weight: bold;
	color: #323f25;
}
#superSpecialsOuter .p_itemName a:hover{
	color: #fb0000;
}
#superSpecialsOuter .p_itemPrice{
	font-weight: bold;
	color: #000;
	font-size: 130%;
}
#superSpecialsOuter .p_itemPriceStrikeout{
	font-size: 120%;
}
#superSpecialsOuter .p_itemSalePrice{
	color: #fb0000;
	font-size: 150%;
}


