/*----- Shop all templates style sheet -----*/

.box {
border:none;
margin:0; padding:0
}

.box table {
margin:13px 0;
width:100%;
border-collapse:collapse;
border-spacing:0px
}

.box table th {
margin:0;
border-bottom:1px solid #1f1f1f;
padding:6px 8px;
width:100px;
vertical-align: middle;
}

.box table td {
margin:0;
border-bottom:1px solid #1f1f1f;
padding:6px 8px;
vertical-align:middle;
}

.box small {
padding:5px 0;
color:#ff9d0a;
font-size:11px;
}

.box small a { font:bold 11px verdana, sans-serif }

.box p { margin-top:5px; padding:0 }

.box h1 {
margin:5px 0;
border-bottom:1px solid #1f1f1f;
padding:0 1px;
width:781px;
height:30px;
color:#f19200;
font-size:12px;
line-height:30px;
text-transform:uppercase;
}

.box h1 span {}

#path {
margin:5px 0;
border-bottom:1px solid #1f1f1f;
padding:0 1px;
width:781px;
color:#f19200;
line-height:30px;
}

#path li { display:inline; padding:0 5px 0 9px; background:url('images/li-path.gif') no-repeat left center }

#path li.home { padding-left:0; background-image:none }

#path li a { font-weight:bold; color:#f19200; text-decoration:none }

#path li a:hover { text-decoration:underline }

/* Form styles */

input.text { width:85% }
input.amount { width:20px }

/* Template layouts */

#access_denied { }
#account { }
#account_orders a { color:#ff6600 }
#account_orders th {}
#account_orders td {}
#affiliate { }

#basket input.text { width:auto }
#basket p {
padding: 5px;
border:1px solid #efefef;
text-align: center;
}
#basket th { width:auto; text-align:center }
#basket td { width:auto; text-align:center }
#basket td a { }
#basket .image {
height:83px;
width:107px;
margin:0 auto;
border:3px solid #373737;
background-color:#fff
}

#checkout_order { }
#checkout_order th { text-align:left }
#checkout_order input.button {float:right}
#checkout_order td { }
#checkout_order small {
float:left;
color:#666666;
color:#FF0000
}

#checkout_address input.button {float:right}
#checkout_address th {text-align:left}
#checkout_completed { }
#checkout_completed a { }
#checkout_payment_method input.button {float:right}
#checkout_payment_methods { }
#checkout_shipping input.button {float:right}
#checkout_status { }
#checkout_status .active { background:#444444; color:#F19200}
#checkout_status { padding-bottom:15px }
#checkout_status th {
width:25%;
text-align:center;
}

#checkout_status td {
width:25%;
text-align:center;
}


#forgot_password { }

#home {}
#home .description { 
clear:both; color: #000000;
}
#home #banner {
float:left;
width:800px;
height:117px;
}

#login_page { }
#language_menu { }
#most_popular { }
#newest_products { }
#newsletter { }
#paging { }

/* Product list,Product detail classes

.product{}
.image{}
.info{}
.description{}
.options
.price
.amount

*/

/* Product details */

#product_details { }

#product_details #images {
float:left;
width:317px;
background:url('images/bg-product-images-box.jpg') no-repeat;
text-align:center;
}

#product_details #images .image {
margin:12px auto;
border:3px solid #373737;
background-color:#FFF;
width:232px;
height:182px
}

#product_details #images #zoom { color:#7b7b7b; margin-bottom:5px }

#product_details #images #zoom a { line-height:24px; color:#7b7b7b; text-decoration:none }

#product_details #images #zoom a:hover { text-decoration:underline }

#product_details #images #thumbnails {}

#product_details #images #thumbnails .thumbnail {
float:left;
margin-left:5px;
width:102px; height:66px;
background:url('images/bg-product-details-thumbnail.png') no-repeat top left;
text-align:center;
}

#product_details #images #thumbnails .nlm { margin-left:0 }

#product_details #images #thumbnails .thumbnail div {
margin:11px auto;
border:2px solid #373737;
background-color:#FFF;
width:64px;
height:50px;
}

#product_details #info { float:right; width:447px; color:#7b7b7b }

#product_details #info h3 { font-size:14px; color:#f19200 }

#product_details #info .block { padding:9px 0; border-top:1px solid #1f1f1f }

#product_details .sku { line-height:28px }

#product_details .sku strong { font-weight:normal; color:#f19200 }

#product_details .description { color:#ffffff }

#product_details .price-box { height:72px }

#product_details .price-box .price { float:left; width:200px; height:72px  }

#product_details .price-box .price span { display:block; font-weight:bold; line-height:24px }

#product_details .price-box .price span strong { font-size:14px; color:#f19200 }

#product_details .price-box .qty { float:left; width:247px; height:72px; line-height:72px }

#product_details .price-box .qty .text { margin:0 20px 0 0; width:33px }

#product_details .price-box .qty .add2cart {
background:url('images/button-add2cart-pd.gif') no-repeat;
text-align:left;
padding-left:38px;
}

#product_details .extra-info { clear:both }

#product_details .extra-info ul li {
margin:0 3px;
padding:0 0 0 9px;
background:url('images/li-extra-info.gif') no-repeat left center;
line-height:20px;
color:#f19200;
}

#product_details .extra-info ul li span { color:#7b7b7b }

#product_details #marketing {
margin-top:10px;
padding:0 12px;
line-height:45px;
font-size:14px;
color:#ffffff;
background:url('images/bg-product-details-extra.png') no-repeat;
}


/* ----------------------------------------------------------------------------- */

#product_details #tabs-content { clear:both }

#product_details #tabs { width:100%; margin:0 0 10px; border-bottom:1px solid #1f1f1f; line-height:30px }

#product_details #tabs li { display:inline; height:27px; border-left:1px solid #1f1f1f; padding:0 9px }

#product_details #tabs li a { height:27px; color:#7b7b7b; text-decoration:none }

#product_details #tabs li a.act { color:#f19200 }

#product_details #tabs li a:hover {}

#product_details #tab_content {}

#product_details #tab_content ul { margin-left:20px; list-style:disc }


/*
#product_details .options {}

#product_details .options input {}

#product_details .access {}
*/

#product_details .review {}

#product_details .review .rauthor {
background-color:#b9c0c6;
height:29px; 
margin:6px 0 10px 0;
padding:0 0 0 17px;
clear:both;
color:#ffffff;
font:bold 12px/29px Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-transform:capitalize
}

#product_details .review .rauthor a {
color:#ffffff;
font:bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Products */

#products {
clear:both;
text-align:justify
}

#products .title{
float:left;
}

.paging { margin:8px 0; color:#ef8f07; text-align:center }

.paging a { color:#ef8f07; text-decoration:underline }

.paging a:hover { text-decoration:none }

.paging .page-numbers { color:#545454 }

.paging .page-numbers a { text-decoration:none }

.paging .page-numbers a:hover { text-decoration:underline }

.paging .page-numbers img { vertical-align:bottom; margin-bottom:1px }

.paging .page-numbers strong { color:#ffffff; }

/* Other pages*/

#show_invoice { }

#static_content { }

#signup { }

#top_sellers { }

/* Misc styles */

.active { }

.error {
padding:10px 0;
color:#FF0000;
font:bold 12px tahoma, verdana, sans-serif;
text-align:left;
vertical-align: middle;
}
.error img { vertical-align: middle; }
.form_input.notice { }
.paging { }

.reviews th, .reviews td {
padding:1px 5px;
width:50%;
border-bottom:1px solid #FFFFFF;
background:#F4F6F8;
font-weight:normal;
}

.fixSafari {
margin:0px; padding:0px;
display:none;
}

.root { color:#2F4A71 }

/* Modified products page */



#basket .package td {background-color:#f1f1f1}


.hint {
	font-weight: bold;
	cursor: pointer;
	display: inline;
	position: relative;
	top: 1px;
	zoom: 1;
}

.show { display: inline; }
.showit { z-index: 999; }
.overinfo {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 221px;
	font-weight: normal;
	text-decoration: none;
	cursor: default;
}
.overinfo .infoh5{
	float: left;
	width: 201px;
	background: url(images/show_h5.gif) no-repeat top left;
	margin: 0;
	padding: 6px 10px;
	font:bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom: 0px;
}
.overinfo .infop{
	margin: 0;
	border: 0;
	padding: 10px 10px 15px 10px;
	font:normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	width: 201px;
	background: url(images/show.gif) no-repeat bottom left;
}
.showit span { display: block; }

/*************************************************************************************************/
.productList .product {
position:relative;
float:left;
width:189px; height:170px;
margin:0 0 8px 8px;
background:url('images/bg-product-box.jpg') no-repeat;
text-align:center;
}

.productList .nlm { margin-left:0 }

.productList .product h3{
width:189px; height:32px;
color:#d5d5d5;
margin-top:8px;
font-weight:normal;
font-size:12px;
overflow:hidden;
}

.productList .product h3 a { color:#d5d5d5; text-decoration:none }

.productList .image {
height:83px;
width:107px;
margin:0 auto;
border:3px solid #373737;
background-color:#fff
}

.productList .price { position:absolute; left:5px; top:140px; font-weight:bold; line-height:17px; color:#ef8f07 }

.productList .addto { position:absolute; right:5px; top:140px }

.productList .add_to_cart {
margin:0;
border:0;
padding:0 0 0 21px;
width:90px;
background:url('images/button-add2cart.gif') no-repeat left center;
font-size:12px;
color:#ffffff;
}
/*************************************************************************************************/
#quick-links li { color:#7b7b7b; text-decoration:underline }

#quick-links li a { color:#7b7b7b }
/*************************************************************************************************/
#searchByBlock {
padding:0 14px;
height:51px;
background:url('images/bg-search-by.png') repeat-x;
font-weight:bold;
line-height:25px;
color:#7b7b7b
}

#searchByBlock span.searchType { clear:both; float:left; width:135px; font-weight:normal; color:#ffffff }

#searchByBlock .letters { float:left }

#searchByBlock .letters a { color:#ffffff; text-decoration:none }

#searchByBlock .letters span { padding:0 3px }

.models-parts ul { float:left; margin:0 0 6px }

.models-parts ul li { float:left; margin:0; padding:0; width:781px }

.models-parts ul li.letter {
padding:0 0 0 11px;
font-size:14px;
line-height:26px;
background:url('images/li-models-parts.gif') no-repeat left center;
}

.models-parts ul li.letter span {
padding-right:11px;
background:url('images/li-models-parts.gif') no-repeat right center;
}

.models-parts ul li.letter a { color:#f19200; font-weight:bold }

.models-parts ul li ul li { width:195px }

.models-parts ul li ul li a { text-decoration:underline }

#TB_closeWindowButton { float:right; padding:5px; font-size:14px; font-weight:bold; color:#000}

#keywords ul {list-style-type:disc; margin-left:15px}
