/* [start] common styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0 0 0;
	padding: 0;

	text-align:center;
	behavior: url("default-ie.htc");
}

a {
	text-decoration: none;
	color: #0068B3;
}

a:hover {
	text-decoration: underline;
}

.clear {
	height: 0;
	clear: both;
}

.clearzip {
	height:0;
	clear: both;
}

/* content box */
div.box {
	margin-bottom: 10px;
}

div.box div.boxcontent {
	padding-bottom: 15px;
}

div#productdetails div.box {
	background: #ffffff url(/images/box_productdetails_bg.png) top left no-repeat;
	width: 600px;
}

div#productdetails div.box div.boxcontent {
	background: #ffffff url(/images/box_productdetails_bg.png) bottom left no-repeat;
	width: 600px;
}

div.box h2 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	letter-spacing: -1px;
	padding: 7px 0 0 12px;
	margin-bottom: 0;
}

div.box h3 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #a6a6a6;
	padding: 0 0 10px 13px;
	margin-top: -2px;
}

div.box a.more, div.box a.more {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #528c00;
	text-decoration: none;
}

div.box p.more, div.box p.more {
	text-align:center;
	padding:8px 0 5px 0;
}
/* [ end ] common styles */


/* [start] site styles */
div#site {
	text-align: left;
	width: 855px;
	margin: 0 auto 0 auto;
	padding: 0 0 30px 0;
	z-index: 5000;
}

div#categories {
	width: 250px;
	float: left;
	margin: 27px 0 0 0;
	z-index: 200;
}

div#home {
	width: 585px;
	padding: 0 0 0 10px;
	overflow: hidden;
	z-index: 20;
}

div#content {
	background-color: #ffffff;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	width: 860px;
}

div#content div#left {
	width: 600px;
	float: left;
	margin-right: 10px;
	background-color: #ffffff;
}

div#content div#right {
	width: 240px;
	float: right;
	background-color: #ffffff;
}

div#productdetails {
	width: 600px;
	float: left;
	margin-right: 10px;
	background-color: #ffffff;
}

div#productsidebar {
	width: 240px;
	float: right;
	background-color: #ffffff;
}
/* [ end ] site styles */


/* [start] header */
div#header div#headerImage {
	float: left;
	margin-top: 9px;
	margin-bottom: -11px;
}

div#header div#headerAccount {
	float: right;
}

div#headerAccount {
	background: none;
	margin: 10px 20px 0 0;
	padding: 0;
	float: right;
}

div#headerAccount div.welcome {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 2px;
}

div#headerAccount div.welcome span.username a {
	font-size: 13px;
	color: #4D9901;
	text-decoration: none;
}

div#headerAccount div.welcome span.username a:hover {
	text-decoration: underline;
}

div#headerAccount div.welcome span.welcomeText, div#headerAccount div.welcome span.welcomeText a {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

div#headerAccount div.welcome span.welcomeText a:hover {
	text-decoration: underline;
}

div#headerAccount div.welcome span.username, div#headerAccount ul.options li.option a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4D9901;
}

div#headerAccount label {
	display: none;
}

div#headerAccount ul.options {
	height: 29px;
	list-style: none;
	margin: 0;
	padding: 0 7px 0 0;
	display: table;
	background: #e5e5e5 url(/images/headerAccount_right_bg.png) no-repeat top right;
}

html div#headerAccount ul.options {
	float: right;
	margin: 0 -4px 0 0;
}

div#headerAccount ul.options li.option {
	float: left;
	height: 29px;
	background: url(/images/headerAccount_divider_bg.png) no-repeat 0px 6px;
	margin: 0 7px 0 0;
	padding: 0 0 0 10px;
}

div#headerAccount ul.options li.optionLeft {
	background: url(/images/headerAccount_left_bg.png) no-repeat top left;
	padding: 0 0 0 14px;
}

div#headerAccount ul.options li.option a {
	display: block;
	float: left;
	margin: 6px 0 0 0;
	font-size: 11px;
	text-decoration: none;
}

div#headerAccount ul.options li.option a:hover {
	text-decoration: underline;
}
/* [ end ] header */

/* [start] search */
div#search {
	position: relative;
	background: url(/images/search_bg.png);
	width: 850px;
	height: 81px;
	z-index: 4500;
}

div#search h3 {
	position: absolute;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
	width: 14px;
	height: 81px;
	overflow: hidden; background: url(/images/search_sides_bg.png) -16px 0 no-repeat;
}

div#search div#searchTags {
	height: 81px;
	background: url(/images/search_sides_bg.png) 834px 0 no-repeat;
	z-index: 4400;
}

div#search div#searchTags #searchTitle label {
	display: block;
	width: 91px;
	height: 23px;
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
	left: 148px;
	top: 22px;
	background: url(/images/search_title_shop.png) no-repeat;
}

div#search div#searchTags #searchField input {
	position: absolute;
	left: 245px;
	top: 16px;
	width: 372px;
	height: 27px;
	font-size: 19px;
	padding: 2px 0 0 5px;
}

div#search div#searchTags #searchButton input {
	padding: 0;
	margin: 0;
	border: none;
	color: white;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 635px;
	top: 18px;
	width: 70px;
	height: 30px;
	background: url(/images/search_button_search.png) no-repeat;
}

div#search div#searchPopularContent {
	position: absolute;
	top: 52px;
	left: 245px;
	font-size: 10px;
}

div#search div#searchPopularContent label, div#search div#searchPopularContent .searchPopular {
	color: #C3E3A0;
}

div#search div#searchPopularContent a {
	color: white;
}

div#search_bar { 
	background: url(/images/search_bar_bg.png) #F7F7F7 repeat-x; 
	width: 100%; 
	/* position: relative; */
	margin:auto;
	height: 40px; 
	padding: 0; 
	margin: 0; 
	border: none; 
	display: table; 
	margin-bottom: 10px; 
}

div#search_elements { 
	float: left; 
	position: relative; 
	left: 50%; 
	margin-top: 7px; 
}

div#search_bar div#search_elements span.sbar,div#search_bar div#search_elements span.submitLink a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #999999;
}

div#search_bar div#search_elements span.sbar { 
	float: left; 
	display: block; 
	position: relative; 
	left: -50%; 
	vertical-align: bottom; 
	padding-top: 4px; 
	margin-right: 7px; 
}

div#search_bar div#search_elements span.submitLink span.pgBtn {
	height: 24px;
	display: block;
	float: left;
	background: url(/images/search_elements_left.png) no-repeat top right;
	margin-top: -4px;
}

div#search_bar div#search_elements span.submitLink a {
	display: block;
	float: left;
	height: 20px;
	background: url(/images/search_elements_left.png) no-repeat top left;
	padding: 4px 10px 0 10px;
	font-size: 11px;
	text-decoration: none;
}

div#search_bar div#search_elements span.submitLink a:hover {
	color: #666666;
}

div#search_bar div#search_elements input, div#search_bar div#search_elements select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	margin-top: -4px;
}
/* [ end ] search */


/* [start] common links */
div#commonLinksContent {
	width: 100%;
	font-size: 10px;
	margin: 10px 0 0 0;
	height: 16px;
	text-align: center;
}

div#commonLinksContent h3 {
	font-size: 10px;
	display: inline;
}
div#commonLinksContent h3, div#commonLinksContent {
	color: #808080;
}

div#commonLinksContent .commonLink a {
	color: #4D9900;
}

div#commonLinksContent .commonLinkOrange a {
	color: #f08000;
}
/* [ end ] common links */


/* [start] home sidebar */
div#categories h3 {
	position: relative;
	width: 250px;
	height: 50px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0 0 -11px 0;
	padding: 0;
	z-index: 100;
}

div#categories h3.shopbrand {
	background: url(/images/categories_shopbrand_bg.png) no-repeat;
}

div#categories h3.shopspecial {
	background: url(/images/categories_shopspecial_bg.png) no-repeat;
}

div#categories h3.shopempty {
	background: url(/images/categories_shopempty_bg.png) no-repeat;
	line-height: 0;
	height: 8px;
	margin: 0;
}

div.categories {
	margin: 0 0 16px 0;
	padding: 0;
	position: relative;
	top: -11px;
	z-index: 1;
}

div#category {
	font-size: 15px;
	font-weight: bold;
	width: 224px;
	height: 24px;
	overflow: hidden;
	padding: 6px 14px 0 20px;
	margin: 0;
	display: block;
	background: url('/images/category_bg.png') no-repeat;
}

div#category:hover {
	background: url('/images/category_bg_hover.png') no-repeat;
	cursor: pointer;
}

div#category:hover a {
	text-decoration: underline;
}

div#category span.title a {
	padding: 0;
	margin: 0 0 4px 0;
	color: #448000;
}

div#category span.featured a {
	color: #5370a2;
}

div#categoryBottom {
	width: 224px;
	height: 12px;
	overflow: hidden;
	padding: 0 14px 0 14px;
	margin: 0;
	display: block;
	background: url(/images/category_bottom_bg.png) no-repeat bottom;
}
/* [ end ] home sidebar */


/* [start] home content */
div#featured {
	position: relative;
	background: url('/images/featured_bg.png') 0px 16px repeat-x;
}

div#featured h3 {
	position: relative;
	margin: 0;
	padding: 0;
	height: 41px;
	left: 0px;
	top: 16px;
	width: 585px;
	text-indent: -1000px;
	overflow: hidden;
	background: url('/images/featured_title_products.png') 14px 14px no-repeat;
}

div#featured h4 {
    font-size: 12px;
	margin: 0;
	padding: 0;
}

div#featured div#content {
	width: 585px;
	font-size: 11px;
	overflow: hidden;
	background: url('/images/featured_content_bg.png') 0px 16px no-repeat;
}

div#featured div#products {
	margin: 28px 0 0 14px;
	width: 565px;
}

div#featured div#products img {
    margin: 4px 0;
}

div#featured div#products div.product {
	float: left;
	padding-left: 7px;
	position: relative;
	z-index: 100;
	width: 180px;
	display: block;
	overflow: hidden;
	text-align: center;
}

div#featured div#products div.partno {
    margin: 0 0 4px 0;
}

div#featured div#products div.price {
	font-size: 16px;
    font-weight: bold;
    color: #ff9933;
}

p.featuredProductTitle {
  background: url('/images/featured_bg.png') 0px -34px repeat-x;
  padding-top: 12px;
  margin-top: -10px;
  *padding: 10px 0 0 14px;
}

p.featuredProductPrice .price {
  color: #B30000;
  font-weight: 600;
}

p.featuredProductTitle a {
  font-size: 19px;
  font-weight: bold;
}

p.featuredProductNavLinks a {
  color: #448000;
}

div#featured .featuredProductSeeMore {
  padding-top: 4px;
  font-weight: 600;
}    

div#featured .featuredProductSeeMore a {
  color: #448000;
}

p.featuredProductTitle, p.featuredProductPrice, p.featuredProductSeeMore, p.featuredProductRating, p.featuredProductDescription, p.featuredProductNavLinks {
  margin: 0;
  padding: 5px 0 0 14px;
  color: #666666;
  text-align: left;
  clear: both; 
}

p.featuredProductNavLinks {
  padding-top: 5px;
  display: block;
}


div#spotlight {
	margin-top: 5px;
	width: 585px;
	margin-bottom: 5px;
	*margin-left: -12px;
}

div#spotlight div.spotlight {
	float: left;
	padding-left: 5px;
	position: relative;
	z-index: 100;
	height: 80px;
}

div#spotlight div.first {
	padding-left: 0px;
}

div#spotlight div.spotlight h3, div#spotlight div.description {
	display: none;
}

div#spotlight div.text {
	text-align: right;
}

div#spotlight div#left div.title a {
	background: url(/images/spotlight_bg_stores.jpg) no-repeat; 
	display: block;
	width: 290px;
	height: 61px;
	text-indent: -1000px;
	overflow: hidden;
}

div#spotlight div#left div.text a {
	padding: 0 0 0 9px;
	font-size: 10px;
	color: #808080;
	background: url(/images/spotlight_bullet.png) 0 3px no-repeat;
}

div#spotlight div#right div.title a {
	background: url(/images/spotlight_bg_featured.jpg) no-repeat;
	display: block;
	width: 290px;
	height: 61px;
	text-indent: -1000px;
	overflow: hidden;
}

div#spotlight div#right div.text a {
	padding: 0 0 0 9px;
	font-size: 10px;
	color: #808080;
	background: url(/images/spotlight_bullet.png) 0 3px no-repeat;
}
/* [ end ] home content */


/* [start] breadtrail */
div#breadtrail {
	clear: both;
}

#breadtrail {
	color: #999999;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	margin: 10px 0;
	border-bottom: 1px solid #F2F2F2;
}
  
#breadtrail a {
	color: #528C00;
	font-weight: bold;
	text-decoration: none;
}

#breadtrail a:hover {
	text-decoration: underline;
}
/* [ end ] breadtrail */


/* [start] content */
#productlist {
	width: 600px;
}

#productlist .heading {
	background: transparent url(/images/productlist_top_bg.png) top left no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	height: 70px;
}

#productlist .content {
	background: transparent url(/images/productlist_middle_bg.png) left repeat-y;
	margin: -50px 0 0 0;
}

#productlist .footer {
	background: transparent url(/images/productlist_bottom_bg.png) bottom left no-repeat;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	margin: -5px 0 10px 0;
	padding: 0 10px 10px 0;
}


#productlist .footer a {
	text-decoration: none;
}

#productlist .footer a:hover {
	text-decoration: underline;
}

#productlist .footer .disabled {
	color: e0e0e0;
}

#productlist .empty {
	line-height: 0;
}

#productlist hr {
	width: 597px;
	height: 1px;
	border: 0;
	color: #d6d6d6;
	background-color: #d6d6d6;
	margin: 10px 0;
}


#searchresults {
	margin: 0;
	padding: 0;
}

#searchresults td {
}

#searchresults .image {
	width: 110px;
	text-align: center;
	padding: 0 4px;
}

#searchresults .details {
	padding: 0 4px;
}

#searchresults .details h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#searchresults .details .partnumber {
	font-size: 11px;
	margin: 4px 0;
}

#searchresults .details a.more {
	font-style: italics;
	text-decoration: none;
}

#searchresults .details a.more:hover {
	text-decoration: underline;
}

#searchresults .pricing {
	width: 120px;
	text-align: center;
	padding: 0 4px;
}

#searchresults .price {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}


#product {
}

#product h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}


#prices {
	margin: 0;
	padding: 0;
}

#prices th {
	padding: 0 0 2px 10px;
	text-align: left;
}

#prices .list td {
	padding: 0 0 0 10px;
}

#prices .store {
	width: 100px;
	text-align: center;
}

#prices .name {
}

#prices .name h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#prices .pricing {
	width: 120px;
	text-align: center;

	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}

#prices .buy {
	width: 100px;
	padding: 0 4px;
}


#productinfo {
	position: relative;
}

#productinfo #image {
	float: left;
	width: 125px;
	text-align: center;
	margin-bottom: 10px;
}

#productinfo #image a img {
	margin-bottom: 8px;
}

#productinfo #image a {
	font-size: 10px;
	color: #528c00;
	text-decoration: none;
}
#productinfo #image a:hover{
	text-decoration:underline;
}

#productinfo #details {
	margin-left: 145px;
	text-align: left;
}

#productinfo #details h1 {
	font-weight: bold;
	font-size: 21px;
	color: #4d4d4d;
	margin-bottom: 2px;
}

#productinfo #details h4 {
	font-size: 10px;
	color: #808080;
	margin-bottom: 5px;
}

#productinfo #details #options {
	background: url(/images/productinfo_options_bg.png) top left no-repeat;
	height: 23px;
	padding-left: 8px;
	float: left;
	overflow: hidden;
}

#productinfo #details #options ul {
	background: url(/images/productinfo_options_bg.png) top right no-repeat;
	height: 23px;
	padding-top: 2px;
}

#productinfo #pricing {
	margin-left: 145px;
	text-align: left;
}

#productdescription {
}

#productdescription p {
	padding:3px 0;
}

#productdescription span {
	color:#808080;
}

#productdescription a {
	font-size: 11px;
	color: #0068b3;
	text-decoration: none;
}

#productdescription a:hover {
	text-decoration: underline;
}

#reviews {
}

#reviews td img {
	margin: 10px 0;
}

/* [ end ] content */


/* [start] sidebar */
div.adbox {
	background: url(/images/adbox_sidebar_bg.png) top left no-repeat;
	width: 240px;
	padding-top: 10px;
	margin-bottom: 10px;
}

div.adbox p.title {
	margin-top: -12px;
	text-align: center;
}

div.adbox p.title em {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 2px 8px;
	background-color: #ffffff;
}

div.adbox div.content{
	background: url(/images/adbox_sidebar_bg.png) bottom left no-repeat;
	width: 240px;
}

div.adbox div.content p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 5px 15px 15px 15px;
}

div.adbox div.content div.ad {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: center;
	padding: 5px 0 12px 0;
}

div.adbox div.content p.feedback {
	text-align: center;
	padding: 5px 0 0 0;
}

div.adbox div.content p a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #0068b3;
	text-decoration: none;
}

div.adbox div.content p a:hover {
	text-decoration: underline;
}

div.adbox div.content.textImplant p.ad{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: left;
	padding: 5px 4px 12px 4px;
}

div#right div.box {
	background: #ffffff url(/images/box_productsidebar_bg.png) top left no-repeat;
	width: 240px;
}

div#right div.box div.boxcontent {
	background: #ffffff url(/images/box_productsidebar_bg.png) bottom left no-repeat;
	width: 240px;
}

div#right div.box div.experts {
    text-align: center;
    margin-top: -10px;
}

div#right div.box hr {
	width: 237px;
	height: 1px;
	border: 0;
	color: #d6d6d6;
	background-color: #d6d6d6;
	margin: 10px 0;
}
/* [ end ] sidbear */


/* [start] footer */
#footer {
	text-align: left;
}

#footer table {
	background: #5370a2 url('/images/footer_right_bg.png') repeat-x bottom;
}

#footer #left {
	background: #5370a2 url('/images/footer_left_bg.png') repeat-x bottom;
}

#footer #left ul {
	position: relative;
	top: 9px;
	list-style: none;
	width: 550px;
	margin: 0 0 0 7px;
	padding: 0px;
}

#footer #left li {
	display: inline;
}

#footer #left a {
	border-left: 1px solid #8E7CB8;
	padding-left: 7px;
	padding-right: 7px;
}

#footer #left, #footer #right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer #left a, #footer #right a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer #left a.first, #footer #right a.first {
	border-left: medium none;
}

#footer #left a:hover {
	text-decoration: underline;
}

#footer #right {
	background: url('/images/footer_center_bg.png') no-repeat left bottom;
	width: 335px;
	height: 33px;
	padding-left: 22px;
	padding-right: 7px;
	text-align: right;
}

#footer #right ul {
	position: relative;
	top: 15px;
	list-style: none;
	width: 335px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#footer #right li {
	display: inline;
}

#footer #right a {
	border-left: 1px solid #C2C2C2;
	padding-left: 7px;
	padding-right: 7px;
}

#footer #copyright {
	background-color: #ededed;
	padding: 7px 14px 7px 14px;
}

#footer span.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8e8e8e;
}

#footer span.copyright a {
	color: #5370a2;
	text-decoration: none;
}

span.copyright a:hover {
	text-decoration: underline;
}

#footer #linktous {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8e8e8e;
	text-decoration: none;
}
/* [ end ] footer */



/* --- default-tabs.css --- */
div#pgSiteContainer { min-width: 776px; }
div#mastLogo { float: left; margin: 5px 0 0 20px; }
div#pgSiteMast {  }


div#mastLinks { width: 100%; z-index: 0; clear: both; background: url(/images/pg_mast_colors5.png) #62A73B repeat-x 0px -0px; width: 100%; overflow: hidden; position: relative; height: 32px; }
	div#mastLinks ul.mastLinks { list-style: none; padding: 0; margin: 0; position: relative; left: 50%; display: table; }
		div#mastLinks ul.mastLinks li.mastLink { margin: 9px 0 0 10px; padding-left: 10px; background: url(/images/mast/mast_divider.png) no-repeat; position: relative; left: -50%; float: left; }
		div#mastLinks ul.mastLinks li#mastLink_0 { background: none; padding-left: 0; }
			div#mastLinks ul.mastLinks li.mastLink a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #FFFFFF; }
			div#mastLinks ul.mastLinks li.mastLink a:hover { text-decoration: underline; color: #FFFFFF; }
			
			
#hpSwitch .welcomeTextIEfix{
    position:relative;float:left;left:5px;top:3px;
} 

span#sbar_submit{
	background: url(/images/btn_grey22_left.gif) top left no-repeat; 
	width:8px;
	padding-right:0px;float:left;display:inline-block; 
	
}

div#search_bar div#search_elements input.searchInputTab{
	 color: #999; 
	 font-size: 11px; 
	 font-weight: bold;
	 line-height:29px;
	 padding:3px 5px 4px 1px;
	 background: url(/images/btn_grey22_right.gif) top right no-repeat;
	 margin-left:3px;	   
	 border:0;	  line-height:17px;
}
