/* general site layout */
body{
	font-family:Arial;
	font-size:12px;
	margin:0;padding:0;
	background-color:#072b51;
	min-width:1000px;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:justify;
}
body a{color:#262525;text-decoration:none;}
body a img{border:none;}
body h1,h2 {
	font: 2em normal Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}
div#container{
	width:1000px;
	height:auto;
	min-height:500px;
	margin:30px auto 30px -500px;
	position:relative;
	left:50%;
	background-color:#FFF;border:2px solid #095689;
	float:left;
}
div#header_bar {
	width:100%;
	height:50px;
	text-align:right;
	float:left;
}
div#header_bar a{
	text-decoration:none;
	color:#000;
}
div#header_bar ul#nav-cats{
	float:right;
	margin:0;
}

div#header_bar ul#nav-cats li.main_nav,div#header_bar ul#nav-cats li.main_nav_subs{
	display:block;
	float:left;
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
	padding:13px 5px 10px 5px;
	text-align:center;
	width:100px;
	height:15px;
	overflow:hidden;
}
div.bar{
	float:left;
	width:100%;
	height:auto;
	padding:5px;
	background-color:#eaeaea;
}
div#header_bar ul#nav-cats li ul.main_nav_subs_container li{
	display:none;
	font-size:12px;
}
div#header_bar ul#nav-cats li#req_acc{
	width:120px;
}
ul.main_nav_subs_container_left{
	width:150px;
	float:left;
	display:block;
	overflow:hidden;
}
div#header_bar ul#nav-cats li.main_nav_subs:hover{
	background-image:url(../img/menu_item.png);
	
}
div#header_bar ul#nav-cats li.main_nav_subs:hover ul.main_nav_subs_container{
	z-index:500;
	position:absolute;
	display:block;
	width:290px;
	height:200px;
	background-image:url(../img/menu_bg.png);
	padding:10px;
	margin:9px 0 0 -5px;
	float:left;
	overflow:hidden;
}

div#header_bar ul#nav-cats li.main_nav_subs:hover ul.main_nav_subs_container li a{display:block;padding:1px;clear:both;text-align:left;}
div#header_bar ul#nav-cats li.main_nav_subs:hover ul.main_nav_subs_container li a:hover{
	background-color:#eaeaea;
	display:block;
	border:none;
	color:#d72132;
}
div#header_bar ul#nav-cats li.main_nav_subs:hover ul.main_nav_subs_container li{
	display:block;
	position:relative;
	margin:0;
	padding:2px;	
	font-weight:normal;	border:none;
}
div#header_bar ul#nav-cats li.main_nav_subs:hover ul.main_nav_subs_container div#nav-cats-left-container{
	width:125px;height:185px;
	float:left;
}
div#header_bar ul#nav-cats li.main_nav_subs:hover ul#main_nav_subs_login, div#header_bar ul#nav-cats li.main_nav_subs:hover li#main_nav_subs_login .main_nav_subs_container{
	width:200px;
	height:150px;
	background-image:url(../img/menu_login_bg.png);
	overflow:hidden;
	background-repeat:no-repeat;
}

div#header_bar ul#nav-cats li.main_nav_subs:hover ul#main_nav_subs_login li ul.main_nav_subs_container_left li, div#header_bar ul#nav-cats li.main_nav_subs:hover ul.main_nav_subs_container li ul.main_nav_subs_container_left li{
	width:170px;
	height:auto;
}
div#header_main{
	width:100%;
	height:75px;
	float:left;
}
div#header_main_left{
	float:left;
	width:45%;
}
div#header_main_right{
	float:right;
	width:45%;
	text-align:right;
	color:#eaeaea;
}
div#header_main_right h1{
	font-size:25px;text-transform: uppercase;font-weight:normal;margin:0;padding:0 10px 0 0;
}
div#quicksearch{
	width:100%;
	height:90px;
	background-color:#0062a3;
	color:#90bde8;
	margin:0;padding:0;
	float:left;
}
div#quicksearch a{
	text-decoration:none;
	color:#90bde8;
}
div#quicksearch a:hover{
	color:#fff;
}
.search_input, .search_button{
	border:1px solid #666666;
	margin:2px;
	padding:2px;
	font-size:12px;
	font-weight:bold;
}
.search_input{
	width:300px;
	height:16px;
}
.search_button{margin-top:3px;}
div#quicksearch h1{
	font-size:45px;
	margin:16px;padding:0;
	font-weight:lighter;
	border-right:1px solid #90bde8;
	width:280px;
	float:left;
}
div#quicksearch h1 strong{
	font-weight:normal;
	color:#448fd5
}
div#quicksearch_left, div#quicksearch_center, div#quicksearch_right{
	float:left;
	width:290px;
	height:79px;
	padding:5px 5px 5px 25px;
}
div#quicksearch div#quicksearch_center{width:400px;}
div#quicksearch div#quicksearch_center input{
	border:1px solid #00153c;
	height:21px;
	font-size:18px;
	padding:2px;
	margin:28px 0 0 0;
}
div#quicksearch div#quicksearch_center input.search_button{
	border:none;
	background-color:transparent;
	height:27px;
	font-weight:normal;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}
div#quicksearch div#quicksearch_center span{padding-top:3px;}
div#content{
	width:980px;
	height:auto;
	min-height:500px;
	float:left;
	padding:10px;
}
div#content table#table_left .desc ul, 
div#content table#table_right .desc ul, 
div#content table#table_left .desc ol, 
div#content table#table_right .desc ol{
	padding-top:5px;
	padding-bottom:5px;	
	padding-left:20px;
}
div#category_right_content_desc ul, div#category_right_content_desc ol{
	padding-left:20px;
}
div#category_right_content_desc{
	height:auto;
}
div#content img.photo {
   border: 0;
   background: #FFF url(../img/loading.gif) 50% 50% no-repeat !important
}

div#footer{
	width:990px;
	height:60px;
	padding:5px;
	float:left;
}
div#footer a{
	color:#1c5573;
	text-decoration:none;
}
div#footer_left, div#footer_center, div#footer_right, div#footer_info{
	width:290px;
	height:40px;
	float:left;
	color:#CCCCCC;
}
div#footer_left{width:100px;font-weight:bold;color:#666666;}
div#footer_center{width:500px;}
div#footer_right{float:right;text-align:right;}
div#footer_info{width:100%;}

/* Login style */
table#login_left, table#login_right, table#register_left, table#register_right, table#table_left, table#table_right{
	width:48%;
	margin:10px 10px 10px 0;
	float:left;
	border-collapse:collapse;
}
table#login_left th, table#login_right th, table#register_left th, table#register_right th, table#table_left th, table#table_right th{
		background: #5094b7;
		color: #fff;
		text-align: left;
		white-space: nowrap;
		font-size:14px;
		height:25px;
		padding:0 10px 0 10px;
}
table#login_left td, table#login_right td, table#register_left td, table#register_right td, table#table_left td, table#table_right td{
	padding:0 10px 0 10px;
}
table#login_right, table#register_right, table#table_right{
	float:right;
	margin:10px 0 10px 10px;
}
table#login_right th, table#register_right th, table#table_right th{
		background: #fda400;
}
.row0, .row1{
	height:25px;
}
.row0{
	background-color:#f5f3f3;
}
.row1{
	background-color:#FFF;
}
.error, .success{
	border:2px solid red;
	width:965px;
	padding:5px;
	margin:10px 0 10px 0;
	height:auto;
	background-color:#f5b7b7;
	display:block;
	float:left;
}
.success{
	border-color:#7eca82;
	background-color:#e6fde7;
}
/* Account style */
ul.account{
	border-bottom:4px solid #5094b7;
	float:left;
	display:inline;
	width:100%;
	height:auto;
}
ul.account li, ul.account li a{
	float:left;
	display:block;
	width:100px;
	height:30px;
}
ul.account li.account_home a, ul.account li.account_orders a{
	margin:0 1px 1px 0;
	width:98px;
	height:19px;
	background-color:#74aecc;
	border:1px solid #5094b7;
	text-align:center;
	text-decoration:none;
	padding-top:8px;
	color:#fff;
}
ul.account li.account_orders a{
	background-color:#ffb11b;
	border-color:#fda400;
	margin-left:1px;
}
ul.account li.account_home{
	border-color:#5094b7;
}
ul.account li#active.account_home, ul.account li#active.account_orders{
	border:1px solid #5094b7;
	border-bottom:none;
	height:21px;
	background-color:#5094b7;
	text-align:center;
	padding-top:8px;
	color:#fff;
	font-weight:bold;
}
ul.account li#active.account_orders{
	border-color:#fda400;
	background-color:#fda400;
	margin-left:1px;
}
ul.account li.customer_info{
	float:right;
	width:600px;
	height:auto;
	font-weight:bold;
	font-size:18px;
	color:#cccccc;	
	text-align:right;
	padding:3px 5px 0 0;
}
/* Orders table */
table.orders {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 865px;
	font-size:12px;
}

	table.orders th {
		background: #5094b7;
		color: #fff;
		text-align: left;
		white-space: nowrap;
		font-size:14px;
	}
	table.orders th,
	table.orders td {
		padding: 5px;
	}
/* Breadcrumb */
ul#breadcrumb{
	width:100%;
	border:1px solid #eaeaea;
	float:right;display:block;
	margin-bottom:10px;
}
ul#breadcrumb li.breadCrumb, ul li.breadCrumbActive {
	display:block;
	float:left;
	width:auto;
	height:19px;
	list-style:none;
	background-image:url(../img/breadcrumb.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:6px 10px 0 20px;
	text-align:center;
}
ul#breadcrumb li.breadCrumb a{
	text-decoration:none;
	color:#666666;
}
ul#breadcrumb li.breadCrumbActive{
	font-weight:bold;
}
ul#breadcrumb li#breadCrumbFirst{
	background-image:none;
	padding-left:5px;
	color:#666666;
}

/* Category layout */
div#category_left{
	width:200px;
	float:left;
	height:auto;
	padding:0;
	margin:0 0 0 -1px;
}
div#category_left_heading, div#category_right_heading{
	background-color:#5094b7;
	width:190px;
	height:21px;
	color:#fff;
	text-align:left;
	font-weight:bold;
	padding:4px 0 0 10px;
	font-size:16px;
}
div#category_left_content{
	border:1px solid #5094b7;
	border-top:none;
	float:left;
	width:188px;
	height:auto;
	padding:5px;
	background-color:#ebf1f5;
}
div#category_left_content a{
	text-decoration:none;
	color:#444141;
}
div#category_left ul{
	float:left;
	width:100%;
}
div#category_left ul li{
	list-style:none;
	font-weight:bold;
	display:block;
}
div#category_left ul li ol li{
	padding-left:15px;
	font-weight:normal;
	display:block;
	min-height:16px;
	padding-top:4px;
	text-align:left;
}
div#category_right{
	float:right;
	width:770px;
	height:auto;
}
div#category_right_heading{
	background: #fda400;
	width:760px;
}
div#category_right_content{
	border:1px solid #fda400;
	border-top:none;
	float:left;
	width:758px;
	height:auto;
	padding:5px;
}
ul.mainCategory{
	width:100%;
	padding-bottom:3px;
	margin-bottom:6px;
}
ul.subCategory{
	margin-left:10px;
}
tr.photorow0 td, tr.photorow1 td, tr.photorow td{
	padding:5px;
	width:auto;
}
tr.photorow0 a, tr.photorow1 a, tr.photorow a{
	color:#000;
}
tr.photorow0 td a.more_details, tr.photorow1 a.more_details, tr.photorow a.more_details{
	padding-left:20px;
	text-decoration:none;
	color:#000;
	background-image:url(../img/next_page.png);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	height:14px;
	padding-top:2px;
}	
tr.photorow0 img, tr.photorow1 img, tr.photorow img{
	width:auto;
	height:auto;
	max-width:125px;
	max-height:auto;
}
.photorow0 h4, .photorow1 h4, .photorow0 h4, .photorow0 h1, .photorow1 h1, .photorow h1{
	font: 1.2em normal Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	padding:0;
}
.photorow0 h1, .photorow1 h1, .photorow h1{
	font-size:2em;
}
.photorow0 h2 a, .photorow1 h2 a, .photorow h2 a, .photorow0 a, .photorow1 a, .photorow a{text-decoration:none;}
.photorow0{
	background-color:transparent;
}
.photorow1{
	background-color:#f4f4f4;
}
/* Conditions */
ul#conditions, ul#conditions ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul#conditions ul{
	margin:5px;
}
ul#conditions a {
  display: block;
  text-decoration: none;	
}

ul#conditions li {
  margin-top: 1px;
}

ul#conditions li a {
  padding: 0.5em;
  outline:none;
  color:#000;
}

ul#conditions li a:hover {

}

ul#conditions li ul li a {
  color: #000;
  padding-left: 20px;
}

ul#conditions li ul li a:hover {
  padding-left: 15px;
}
/* Page navigation */
.next_page, .next_page_search{
	padding-left:10px;
	padding-right:20px;
	background-image:url(../img/next_page.png);
	background-repeat:no-repeat;
	background-position:right top;
	color:#000;
	text-decoration:none;
	float:right;
}
.prev_page, .prev_page_search{
	padding-right:10px;
	padding-left:20px;
	background-image:url(../img/prev_page.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#000;
	text-decoration:none;
	float:left;
}
.prev_page_search, .next_page_search{
	font-size:1.5em;
	background-position:right 3px;
}
.prev_page_search{
	background-position:left 3px;
}
/* Several add-to-cart styles */
a#inCart, a#addCart, a#addedCart, a#loginCart, a.download_link, a.common_search{
	padding-left:20px;
	text-decoration:none;
	color:#000;
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	height:16px;
}
a#inCart{
	background-image:url(../img/basket_go.png);
}
a#addCart{
	background-image:url(../img/basket_add.png);
}
a#addedCart{
	background-image:url(../img/basket_put.png);
}
a#loginCart{
	background-image:url(../img/key_go.png);
}
a.download_link{
	background-image:url(../img/download.png);
}
a.common_search{
	background-image:url(../img/search.png);
}
.searchrow{
	border:1px solid #eaeaea;
}
.searchrow td{
	padding:5px;
}