/*--------------------------------
		Global
---------------------------------*/
body {
	background:#1F308A url(images/bg_body.jpg) 50% 100% no-repeat fixed;
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#01103D;
}
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a {
	color:#2E642D;
}

a:focus {  
    outline: none;  
}

a:hover {
	color:#56B154;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	line-height:0;
	height:0;
	font-size:0;
}
h1,
h2,
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.lt {
	float:left;
}
.rt {
	float:right;
}
/*--------------------------------
		Header
---------------------------------*/
#wrapper {
	width:980px;
	margin:0 auto;
}
#header {
	position:relative;
	height:100px;
	margin:0 20px;
	z-index:9999;
}
#logo {
	width:333px;
	height:54px;
	top:26px;
	left:6px;
	background:url(images/logo.png) 0 0 no-repeat;
	text-indent:-9999px;
	position:absolute;
	display:block;
}
#logo :focus {
	outline:0;
}
#header form {
	position:absolute;
	top:25px;
	right:6px;
}
#searchField {
	width:370px;
	height:19px;
	padding:4px 10px !important;
	border:1px solid #072165;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#FFF;
	font-size:18px;
	color:#021E71;
	background-position:10px 50% !important;
}
#searchButton {
	width:40px;
	height:40px;
	text-indent:-9999px;
	border:0;
	background: url(images/go_2.png) 0 0 no-repeat;
	margin-left:7px;
	cursor:pointer;
}
/*--------------------------------
		Content
---------------------------------*/
#contentWrapper {
	position:relative;
	margin:0 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background:url(images/bg_content.png);
	min-height:100px;
	padding:20px 30px 30px 30px;
}
#breadCrumbs {
	border:1px solid #C5D1E4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#FFF;
	font-size:14px;
	color:#224921;
	float:left;
	background:#DAE2ED url(images/bg_breadcrumbs.jpg) 0 0 repeat-x;
	margin:0 0 20px -10px;
	width:898px;
}
#breadCrumbs li {
	display:inline;
	background:url(images/bg_breadcrumb.gif) 100% 50% no-repeat;
	float:left;
}
#breadCrumbs li.last {
	background:none;
	font-weight:bold;
}
#breadCrumbs a {
	color:#224921;
	text-decoration:none;
	line-height:25px;
	padding:0 10px;
	margin:0 10px 0 0;
	display:block;
	float:left;
}
#breadCrumbs a:hover {
	text-decoration:underline;
}
#content {
}
#content h1 {
	color:#01103D;
	font-size:30px;
	border-bottom:2px solid #01103D;
	font-weight:normal;
	margin:0 0 15px 0;
	padding-bottom:3px;
}
#content h1 a {
	color:#01103D;
	text-decoration:none;
}
.mainImg {
	border: 1px solid #475F96;
	float:left;
	width:230px;
}
.rtColumn {
	margin-left:260px;
}
.rtColumn h3 {
	font-size:16px;
	border-bottom:1px solid #01103D;
	color:#01103D;
	font-weight:normal;
	margin-bottom:5px;
}
.rtColumn p {
	font-size:14px;
	margin-bottom:15px;
}
#buyButton, .viewDetailsButton {
	text-indent:-9999px;
	width:148px;
	height:33px;
	background:url(images/buy.png) 0 0 no-repeat;
	display:block;
	outline:none;
}
#buyButton:hover, .viewDetailsButton:hover {
	background-position:0 -35px;
}
#addThis, .addthis_toolbox {
	margin-top:12px;
	margin-left: -3px;
	float:left;
}
#content h2 {
	clear:both;
	font-size:22px;
	font-weight:normal;
	margin:15px 0 0 0;
	padding:15px 0 2px 0;
	border-bottom:1px solid #01103D;
}
#details {
	padding:10px 0;
	text-align:justify;
	border-bottom:1px solid #01103D;
	font-size:18px;
}
/* product list */
#productListings {
	float:left;
	margin-top:10px;
}
.productList #content ul {
	float:left;
	width:310px;
	margin:5px;
	padding:5px;
	border-right:1px dotted #9AAACF;
	border-bottom:1px dotted #9AAACF;
}
.productList #content li {
	float:left;
}
.productList #content #productListings h2 {
	margin:0 0 15px 0;
	padding:0;
	clear:none;
	font-size:18px;
	width:310px;
}
.categoryDescription {
	margin-top: 15px;
	width: 700px;
}
.productList #content h2 a {
	text-decoration:none;
}
.productList .mainImg {
	width:100px;
}
.viewDetailsButton {
	background:url(images/view_details.png) 0 0 no-repeat;
	margin:10px 0 0 10px;
}
.prodListDescription {
	width:190px;
	margin-left:10px;
	font-size:12px;
}
.prodListPrice {
	width:190px;
	margin-left:10px;
	font-size:12px;
}
ul.break {
	clear:both;
}
/* category list */
#categoryListings h2 {
	margin-bottom:20px;
}
#content .lt {
	width:700px;
	float:left;
}
#categoryListings ul li a,
#categoryListings h3 a {
	/*display:block;
	font-size:18px;
	line-height:20px;
	padding:9px 40px 9px 15px;
	text-decoration:none;
	background:#ECF8D6 url(images/category_arrow.png) 99% 50% no-repeat;
	margin:0 0 5px 0;
	border:1px solid #C8EC84;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	clear:both;*/
	
	display:block;
	font-size:18px;
	line-height:20px;
	padding:3px 40px 3px 15px;
	text-decoration:none;

	margin:0;
	border-bottom:1px solid #DAE3FA;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	clear:both;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	outline:none;
	
}

#categoryListings ul li a:hover,
#categoryListings h3 a:hover {
	color:#FFF;
	background-position:100% 50%;
	background-color:#71A018;
	border-color:#BDD7A6;
	
	background-image:url(images/category_arrow_2.png);
	background-repeat:no-repeat;
}

a.openheader,
h3.openheader a,
a.opensubheader { /*Open state CSS for sub menu header*/
	background: url(images/openheader.png) 99% 50% no-repeat !important;
}
a.closeheader,
h3.closeheader a,
.closesubheader { /*Closed state CSS for sub menu header*/
	background: url(images/closeheader.png) 99% 50% no-repeat !important;
}
a.openheader:hover,
h3.openheader a:hover,
a.opensubheader:hover  { /*Open state CSS for sub menu header*/
	background:#71A018 url(images/openheader.png) 99% 50% no-repeat !important;
}
a.closeheader:hover,
h3.closeheader a:hover,
.closesubheader:hover { /*Closed state CSS for sub menu header*/
	background:#71A018 url(images/closeheader.png) 99% 50% no-repeat !important;
}
/*#categoryListings ul li.active a {
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #2E642D;
}
#categoryListings ul li.active li a {
	font-weight:normal;
	background:url(images/category_arrow.png) 0 50% no-repeat;
	padding-left:20px;
	border-bottom:1px solid #DAE3FA;
	font-style:normal;
}
#categoryListings ul li.active ul {
	margin-top:5px;
	margin-bottom:20px;
}*/
ul.categoryitems {
	margin-left:20px !important;
}
#categoryListings ul li li a {
	/*padding-top:4px;
	padding-bottom:4px;
	font-size:16px;*/
	/*background-color:#E3F5C2;*/
	margin-left:40px;
}
#categoryListings ul li li li a {
	/*background-color:#D8F2AA;*/
	margin-left:40px;
}
#categoryListings ul li li li li a {
	/*background-color:#D1EF9A;*/
	margin-left:60px;
}
#categoryListings ul li li li li li a {
	/*background-color:#C8EC84;*/
	margin-left:100px;
}
/* home page */
#tagline {
	position:absolute;
	top:30px;
	right:35px;
	width:365px;
	font-size:16px;
	color:#475F96;
}
.home #googleAds {
	display:none;
}
.home #cse-search-box {
	top:130px;
	left:35px;
	z-index:9999;
}
.home #breadCrumbs {
	display:none;
}
.home #content div.lt {
	width:auto;
}
.home #categoryListings {
	margin-top:60px;
}
.home #content ul.lt,
.home #content ul.rt {
	width:420px;
}
.home #content ul.lt{
	float:left;
	clear:left;
}

.home #content ul.rt {
	float:right;
	clear:none;
	
}
.home #content div.lt div.lt,
.home #content div.lt div.rt {
	width:420px;
}
.home #content div.lt div.lt {
	clear:left;
}
/*--------------------------------
		Footer
---------------------------------*/
#footer {
	color:#FFF;
	padding:10px 30px;
	clear:both;
}
#footer p {
	font-size:12px;
	margin-bottom:5px;
	text-shadow:1px 1px #345318;
}
#footer #interest {
	font-size:14px;
	border-bottom:1px solid #FFF;
	padding:0 0 3px 0;
}
#footer a {
	color:#FFF;
}
/*--------------------------------
		Previous, Next
---------------------------------*/
#previous, #next {
	width:20px;
	height:123px;
	background:url(images/previous_next.png) 0 0 no-repeat;
	display:block;
	text-indent:-9999px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-60px 0 0 -495px;
	cursor:pointer;
}
#next {
	background-position:-20px 0;
	margin-left:475px;
}
#previous:hover {
	background-position:0 -125px;
}
#next:hover {
	background-position:-20px -125px;
}
.productList #previous, .productList #next, .categoryList #previous, .categoryList #next, .home #previous, .home #next {
	display:none;
}
/*--------------------------------
		Ads
---------------------------------*/
#googleAds {
	float:right;
	margin-top:20px;
}
/*--------------------------------
		Widget
---------------------------------*/
#popularProducts {
	height:320px;
}
.nextWidgetPopular ul {
	list-style-type: none;
}
.nextWidgetPopular li.nextProd {
	width:180px;
	min-height:225px;
	float:left;
	text-align:left;
	margin:0 30px 0 0;
	padding:10px;
	border-right:1px dotted #9AAACF;
	border-bottom:1px dotted #9AAACF;
}
#categoryListings  .nextWidgetPopular li.nextProd a {
	
	margin:0 0 10px 0;
	padding:10px;
	display:block;
	background:#ECF8D6 url(images/category_arrow.png) 99% 50% no-repeat;
	border:1px solid #C8EC84;
}
#categoryListings  .nextWidgetPopular li.nextProd a:hover {
	background-color:#71A018;
}
#categoryListings .nextWidgetPopular li.nextProd a.nextProdName {
	font-size:16px;
	background:none;
	border:none;
	padding:0;
	

}
#categoryListings .nextWidgetPopular a.nextProdName:hover {
	color:#56B154;
	background:none;
}
.nextWidgetPopular img.nextProdThumb {
	max-width: 140px;
	max-height: 140px;
	border: 1px solid #C8EC84;
}

.nextWidgetPopular span.nextReviewNum {
	font:10px;
	color:#CDC8B1;
}
#categoryListings .nextWidgetPopular span.nextPrice {
	font:16px;
}
