@CHARSET "ISO-8859-1";
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) repeat-x #0F1768;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
.padding-02{ padding:5px;}
.show{ background-color:#f00; }
.textHeader{ 
	background-color:#FFC801; 
	padding:6px; 
	color:#000099; 
	text-transform:uppercase; 
	font-size:14px; 
	font-weight:bold;
	position:relative;
}
.center{ position:relative; }
#vcardPayment{text-align:center;}
.strike {text-decoration:line-through; color:#FF0000;}

/* `Header
----------------------------------------------------------------------------------------------------*/
#header{ background:url(../images/top-bg.jpg) repeat-x #fff; }
#header #shoppingOptions{ text-align:right; width:auto; }
#header #shoppingOptions ul{ list-style:none; margin:0; width:auto; padding-right:3px; }
#header #shoppingOptions li{ list-style:none; margin-top:10px; }
#header #shoppingOptions .shopTxt{ font-weight:bold; }
#header #shoppingOptions a:link{
	color:#00009E;
	font-weight:bold;
	text-decoration:none;
}
#header #shoppingOptions form{ 
	padding:5px;
	margin-top:2px;
	background-color:#FFCE00; 
	width:255px;

	position:absolute; right:2px;

	border:1px solid #eee;
	border-radius:2em 2em 0 0 ;
	-moz-border-radius:2em 2em 0 0;
	-khtml-border-radius:2em 2em 0 0;
	-webkti-border-radius:2em 2em 0 0;

}
#header #shoppingOptions input{ display:inline; float:left; }
#header #shoppingOptions input.text{ width:125px; margin-right:10px; margin-left:10px; }

#flashBanner{ margin-left:-10px; width:660px;  }

/* `Menu
----------------------------------------------------------------------------------------------------*/
#menuContainer #menuTop{ background:url(../images/menu-top.jpg) no-repeat left #0100A6; height:24px; }
#menuContainer #menu{ background:url(../images/menu-bg.jpg) repeat-x #0100A6; height:198px; padding-left:5px; }
#menuContainer #menu ul{ margin:0; padding:0; width:200px; }
#menuContainer #menu li{ list-style:none; }
#menuContainer #menu li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	display: block;
	color:#FFFFFF;
	width: 100%;
	border-bottom: 1px  solid white; 
	padding: 5px 0 5px 10px;
	text-indent: 8px;
	text-decoration: none;
	background:url(../images/arrow.png) no-repeat left;	
}
#menuContainer #menu li a:visited, #menuContainer #menu li a:active{ color: white; }
#menuContainer #menu li a:hover{ color: black; background-color:#FFFFFF; }
#menuContainer #menu li{ border-bottom: 1px solid #885b5c; }
#menuContainer #menuBottom{ background:url(../images/menu-bottom.jpg) no-repeat left #02008F; height:20px; }

/* `LEFT SIDE BAR
----------------------------------------------------------------------------------------------------*/
#leftSideBar { background:url(../images/col-1-bg.jpg) repeat-x #fff; }

/* `Common Shopping Cart
----------------------------------------------------------------------------------------------------*/
.commonShoppingCart .center{ background:#FFC801; margin-bottom:10px;  }
.commonShoppingCart a:link,.commonShoppingCart a:visited{ text-decoration:none; color:#000; font-weight:bold; }
.commonShoppingCart a:hover{ text-decoration:underline; }
.commonShoppingCart ul li{ list-style:none; }
.commonShoppingCart .price{ color:#0000EE; padding-left:19px;}
.sbQuantity {margin:5px 0; padding-left:19px;}
.commonShoppingCart .npTitle{color:#430301;}
.commonShoppingCart .npTitle a{color:#430301;text-decoration:none;}
.commonShoppingCart .npTitle a:visited{color:#551A8B;}

/* `Common Category
----------------------------------------------------------------------------------------------------*/
.commonCategory .center{ background:#FFC801;  }
.commonCategory ul{ list-style-type: none; margin:0; padding:0; margin-bottom:8px; padding-left:5px; }
.commonCategory ul li{ padding-bottom: 2px; }
.commonCategory ul li a{
	color: #A70303;
	background: url(../images/arrow.gif) no-repeat center left; 
	display: block;
	padding: 2px 0;
	padding-left: 19px; 
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
	text-align:left;
}
.commonCategory ul li a:visited{ color:#A70303; }
.commonCategory ul li a:hover{ color:#FFFFFF; background-color:#00009c; }

/* `Common Company News
----------------------------------------------------------------------------------------------------*/
.commonCompanyNews .center{ background:#000; }
.commonCompanyNews ul{list-style-type: none;}
.commonCompanyNews ul li{padding-bottom: 2px;margin-left:5px;margin-right:5px;padding-left: 5px;border-bottom: 1px solid #dadada;}
.commonCompanyNews ul li a{color: #FF9102;display: block;padding: 2px 0;text-decoration: none;}
.commonCompanyNews ul li a:visited{color: #FF9102;}
.commonCompanyNews ul li a:hover{color: #FF9102;background-color: #F3F3F3;}

.newsContent{ }
.newsTitle{font-weight:bold;margin-bottom:5px;}
.newsTitleDetails {font-weight:bold; font-size:16px; padding-bottom:15px;border-bottom: 1px dotted #b7b7b7;margin-bottom:5px;}
.newsTitle a:link, .newsTitle a:visited{padding:0; text-decoration: none;}
.newsTitle a:hover{ text-decoration:underline;}
.newDescription{clear:both; margin-top:5px; padding:0 5px 5px 5px; margin-bottom:0;}
.newDescriptionDetails{clear:both; margin-top:5px; padding:0px 10px 5px 5px;}
.newDescription a:link{padding-left:0px; color:#006EBF;font-weight:bold;}
.newsDate{width:46px; height:49px; margin-right:5px; float:left; background:url(../images/calendar.gif) no-repeat;}
.calMonth{color:#FFFFFF;display:block;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;height:16px;line-height:normal;padding-top:5px;text-align:center;}
.calDay{font-size:16px;text-align:center;font-weight:bold;color:#666666;}
.newDescriptionDetails{}

/* `Newsletter
----------------------------------------------------------------------------------------------------*/
.commonNewsletter{ margin-bottom:10px; }
.commonNewsletter .center{ background:#000; }
.newsletterContent label{ float:left; width:120px; margin-left:5px; }
.newsletterContent input{ margin:3px 0; }


/* `Common New Products
----------------------------------------------------------------------------------------------------*/
.commonNewProduct .center{ background:#000; }
.commonNewProduct  ul{list-style-type: none;margin: 0;padding: 0;margin-bottom: 8px;}
.commonNewProduct  ul li{padding-bottom: 2px;margin-left:5px;margin-right:5px;padding-left: 5px;border-bottom: 1px solid #dadada;}
.commonNewProduct  ul li a{color: #0048F7;display: block;padding: 2px 0;text-decoration: none;}
.commonNewProduct  ul li .title a{font-weight:bold;}
.commonNewProduct  ul li a:visited{}
.commonNewProduct  ul li a:hover{background-color: #F3F3F3;}

/* `Content
----------------------------------------------------------------------------------------------------*/
#bodyContainer{ background:#fff; brodet }
#content{ margin-left:-10px; width:660px; background:url(../images/featured_product_bg.jpg) repeat-y left #fff; }

#bodyContainer .search{ font-weight:bold; padding:10px; }
#bodyContainer .search input.text{ width:70%; }
#bodyContainer #content .center{ background:#FFC801; }

/* `Pages
----------------------------------------------------------------------------------------------------*/
.pageContent{-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;border:1px solid #ededed;background-color:#FFFFFF;}

#pageBreadcrumbs {color: #007529;padding: 0px;margin-bottom: 10px; margin-right:0;}
#pageBreadcrumbs ul {margin-left: 0;padding-left: 0;display: inline;border: none;} 
#pageBreadcrumbs ul li {margin-left: 0;padding-left: 2px;border: none;list-style: none;display: inline;}
#pageBreadcrumbs ul li a{ text-decoration:none;color:#202020;}
#pageBreadcrumbs ul li a:hover{ text-decoration:underline;}

.cssForm{padding-left:5px;}
.cssForm label {font-size:12px;width: 190px;float: left;margin-right: 0.5em;display: block;text-align:left;}
.cssForm label.disable {float:none;width:auto;margin:0;display:inline;}
.cssForm p { margin:10px 0;}
.cssForm .checkboxLabel { cursor:pointer;}
.cssForm.submit input {margin-left: 4.5em;}
.cssForm.submit input {color: #000;background: #ffffff;border: 2px outset #d7b9c9;}
.cssForm.hide { display:none;}
.cssForm .hide { display:none;}
.cssForm .textWidth { width:380px;}
.cssForm .field80 { width:80px;}
.cssForm .field40 { width:40px;}
.cssForm .field300 { width:300px;}
.messageBox li { margin:3px 0;*line-height:24px;}
.cssForm .popUnder { padding-bottom:10px;}
.cssForm .help { border-bottom:1px solid #d7b9c9;}
.cssForm .em {font-style:italic; color:#808080;}
.cssForm .em a{font-style:italic; color:#808080;}
.cssForm .devOptValueTitle {float:left; padding-top:9px;}
.cssForm .devOptValues {margin-left:100px;}
.cssForm .devOptValues li {display:block; float:left; padding:8px 5px;}
.cssForm ul.columnList li {float:left; padding:5px; margin:0 5px 5px 0; display:block;}
.cssForm .rightFrame{margin-left:195px;}
.cssForm h3 {font-weight:bold;font-size:14px;}
.cssForm .required{color:#FF0000;}

.contentText{ padding:0 5px;}


/* `Category
----------------------------------------------------------------------------------------------------*/
#categoryBreadcrumbs {color: #076B39;padding: 3px 3px 3px 0; margin-bottom: 10px;margin-right: 0px; margin-left: 0px;}
#categoryBreadcrumbs ul {margin-left: 0;padding-left: 0;display: inline;border: none;} 
#categoryBreadcrumbs ul li {margin-left: 0;padding-left: 2px;border: none;list-style: none;display: inline;}
#categoryBreadcrumbs ul li a{ text-decoration:none;color:#202020;}
#categoryBreadcrumbs ul li a:hover{ text-decoration:underline;}

.categoryProducts{-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;border:1px solid #ededed;background-color:#FFFFFF;}

#sortBy{text-align:right; padding-right:5px;margin: 3px 0 0 0;}
.coolBox {color:#000;padding:2px;border:1px solid #993300;background-color:#FFFFFF;}
*html input.coolBox {color:#000;overflow: visible;padding:2px;}

.paging {clear:both; margin:10px 0; padding:3px 6px;}
.paging .first {background-image: url("../images/p_first.png");background-repeat: no-repeat;}
.paging .prev {background-image: url("../images/p_prev.png");background-repeat: no-repeat;}
.paging .next {background-image: url("../images/p_next.png");background-repeat: no-repeat;}
.paging .last {background-image: url("../images/p_last.png");background-repeat: no-repeat;}

/* `Featured Product
----------------------------------------------------------------------------------------------------*/
.productViewGrid{ 
	width:198px; 
	float:left; 
	padding:5px; 
	vertical-align:bottom; 
	background:#fff;
	margin:2px;

	border:1px solid #eee;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-khtml-border-radius:0.5em;
	-webkti-border-radius:0.5em; 
}
.shopAction{ margin-top:5px;}
.shopActionLeft{width:8px; float:left; display:inline}
.shopActionRight{width:2px; float:left; display:inline}
.shopActionCenter{background:url(../images/shopActionCenter.jpg) repeat-x; height:67px; width:180px; float:left; padding:3px;}
.separator{width:2px;float:left; padding-top:12px;}
.options{ width:60px;float:left; padding-top:5px;}
.thumbDiv {clear:both;}
.productViewList{padding:5px;}
.productViewList .productImage{margin-right:10px; float:left;}

/* `Products
----------------------------------------------------------------------------------------------------*/
.productContentDetails{-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border:1px solid #ededed;background-color:#FFFFFF;}
#productLeftColum{margin-right:0; padding:3px;margin-top:5px;width:280px; float:left;}
#productRightColum{margin-left:0;margin-top:5px;float:left;}
.productDetails {padding:3px;}
.productDetails h2 {font-weight:bold; font-size:16px; color:#009999;}
.productDetails hr {background:#00406F none repeat scroll 0 0;border:0 none;height:1px;margin:10px 0;padding:0;}
.productDetails dl {font-size:11px;}
.productDetails dt {font-weight:bold;color:#333333;float:left;}
.productDetails dd { margin:0 0 6px 90px;}

.productName {padding:0 0 5px 0; font-size:14px; font-weight:bold; color:#000099;height:50px;}
.productName a:link, .productName a:visited {text-decoration:none; font-size:14px; font-weight:bold;}
.productName a:hover{text-decoration:underline;}
.productImage {
	position:relative;
	text-align:center;
	border:1px solid #D7D7D7;
	padding:5px 0;
	background-color:#ffffff;
	height:200px;
}
.productImage div.p-image {
	left:0;
	position:absolute;
	text-align:center;
	width:220px;
}
.imgViews {
margin-top:10px;}
.imgViews ul {
margin:0;
overflow:hidden;
text-align:left;
}
.imgViews ul li {
border:1px solid #DDDDDD;
display:inline;
float:left;
height:50px;
margin:0 3px 3px 0;
padding:4px;
width:50px;
}
.productPrice{ font-weight:bold; width:80px; float:left; padding-top:15px;}
.productdescription {border-top:1px solid #cccccc; margin-bottom:18px; padding-top:10px;}
.productdescription h2{font-size:16px;color:#0935B0;font-weight:bold;}

.listPrice {text-decoration:line-through;}
.pdPrice { color:#990033; font-weight:bold;}
.productDetailsTitle{font-weight:bold;margin-bottom:6px;width:140px; float:left;}

#reviews {margin-top:18px;}
#reviews li {margin-bottom:18px;}
#reviews h2 {margin-bottom:24px; font-size:1.6e;color:#085BA6; font-size:16px;}
#reviews h2 a {color:#00004C;}
#reviews h2 a {border-left:1px solid;margin-left:2px;padding-left:6px;}
.reviewList {}
.review {}
.review.even .reviewAuthor {background-color:#EDF3DE;}
.review.odd .reviewAuthor {background-color:#E9F7F6;}
.review .header {margin-bottom:10px;padding:3px 6px;}
.review p {}

#commentSignin{background-color:#AFD9E5; padding:5px;border:1px solid #004F66;margin:0 3px 5px 3px;}
#commentSignin a{text-decoration:none;}
#commentSignin a:hover{text-decoration:underline;}

#commentSignup{background-color:#D8FFCF; padding:5px;border:1px solid #165C3A;margin:0 3px 5px 3px;}

#postComment{background-color:#D8FFCF; padding:5px;border:1px solid #165C3A;margin:0 3px 5px 3px;}

/* `Shopping Cart
----------------------------------------------------------------------------------------------------*/
.cartBreadcrumbs {color: #007529;padding: 3px;margin-bottom: 10px;}
.cartBreadcrumbs ul {margin-left: 0;padding-left: 0;display: inline;border: none;} 
.cartBreadcrumbs ul li {margin-left: 0;padding-left: 2px;border: none;list-style: none;display: inline;}
.cartBreadcrumbs ul li a{ text-decoration:none;color:#202020;}
.cartBreadcrumbs ul li a:hover{ text-decoration:underline;}

.cartContent{-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border:1px solid #ededed;background-color:#FFFFFF;}
.cartContent #options{ font-weight:bold; }

.cartContent h4{font-size:14px;padding-left:5px;}
.cartContent h3{font-size:14px;padding-left:5px;}

.cssTable {margin-top:10px;border-left:1px solid #C7D7DB;border-right:1px solid #C7D7DB;}
.cssTable ul {margin:0;padding:0;list-style-type:none;}
.cssTable li {display: block;float: left;text-align:center;margin:0px;}
.cssTable ul.header li {font-weight:bold;padding:6px 10px; background:#E2FFAF none repeat scroll 0 0;border-top:1px solid #C7D7DB;border-bottom:1px solid #C7D7DB;color:#424748;}
.cssTable ul.header li.desc {width:260px;text-align:left;}
.cssTable ul.items li.odd {border-bottom:1px solid #C7D7DB;}
.cssTable ul.items li.even {background:#EDFFAF none repeat scroll 0 0;}
.cssTable ul.items li ul li {padding:6px 10px;}
.cssTable ul.items li ul li.desc {text-align:left;}
.cssTable .c1 {width:300px;}
.cssTable .c2 {width:85px;}
.cssTable .c3 {width:87px;}
.cssTable .c4 {width:87px;}
.cssTable .c5 {width:37px;}
.cssTable ul.footer li.odd {border-bottom:1px solid #C7D7DB;}
.cssTable ul.footer li.even {background:#f3f8f9 none repeat scroll 0 0;}
.cssTable ul.footer li ul li {padding:6px 10px;}
.cssTable ul.footer li.single {padding:6px 10px; width:503px; text-align:right;}
.cssTable ul.footer li ul li.desc {text-align:left;}
.cssTable ul.footer > li {border-bottom:1px solid #C7D7DB;}
.cssTable .tLeft {text-align:left;}
.coPrice {font-size:11px;}
.coBigText {font-size:21px;}
.field40 { width:40px;}

#updateCart{width:125px; float:left;}
#emptyCart{width:125px; float:left;}

.btn {float:left;clear:both;background:url(../images/btn_left.png) no-repeat;padding:0 0 0 10px;margin:5px 0;}
.btn a{float:left;height:40px;background:url(../images/btn_stretch.png) repeat-x left top;line-height:40px;padding:0 10px;color:#fff;font-size:1em;font-weight:bold;text-decoration:none;}
.btn span {background:url(../images/btn_right.png) no-repeat;float:left;width:10px;height:40px;}
.btn_checkout {background-color:#fffb73;}
.btn_paylater {background-color:#679ed2;}

/* `Footer
----------------------------------------------------------------------------------------------------*/
#footer{ 
	text-align:center; 
	background-color:#00009C; 
	color:#ededed; 
	font-weight:bold;
}
#footer .holder{ 
	
	border:1px solid #00009C;
	-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-khtml-border-radius:10px 10px 0 0;
}
#footer #links{padding-top:10px;}
#footer #links ul{padding:5px 0; margin:0; text-align:left; overflow:hidden; text-align:center;}
#footer #links ul li{display: inline;}
#footer #links ul li a{font-weight:bold; color: #ededed;padding: 0 5px 0 0;margin: 0;text-decoration: none;border-right: 1px dotted #BBB;}
#footer #links ul li a:hover{text-decoration:underline;}
#footer #links a:link, #footer #links a:visited{text-decoration:none; color: #ededed;}
#paypal{ padding:5px 0; }
#copyRight{ text-align:center; color: #fff; padding-top:10px; padding-bottom:10px;}
#copyRight a{text-decoration:none;}
#copyRight a:link, #copyRight a:visited{color:#fff;}
#copyRight a:hover{text-decoration:underline;}
