/*

File:			custom.css

Description:	Custom styles for Thesis



BASIC USAGE:



If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 

will be appended with the "custom" class, like so: <body class="custom">. You can use 

the "custom" class to override *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 

following declarations to this file:



	.custom a, .custom a:visited { color: #090; }	<--- This makes links green

	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them



WHY THIS WORKS:



By using the "custom" class, you are creating more specific CSS declarations for HTML

elements. CSS styling is applied through rules of specificity, and because declarations

prepended with .custom are more specific, they get applied when the page is rendered!



More information about styling your Thesis installation using this file can be found

in the User's Guide:

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/

body {background:transparent url(images/bodybg.png) repeat scroll 0 0; padding:10px 0; }

.full_width .page { background:#fff;}

#header{height:100px;}

#header_area .page{ border:0px solid #AFAFAF; border-bottom:none; border-top:0px solid #afafaf;}

#header_area .page{border:10px #647483 solid; border-bottom-width:0;}

#head_left{width:240px; float:right;}

#content_area .page{border:10px #647483 solid; border-bottom-width:0; border-top-width:0;}

#footer_area .page{border:10px #647483 solid; border-top-width:0;}

.logo{width:442px; height:100px; float:left;}

a.logo_link{float:left;}

#searchsubmit{background:url(images/search-btn.png) no-repeat 0 0; border:0; width:80px; height:25px; color:#FFFFFF; font-size:12px;}

#searchform .text_input{width:130px; height:20px; }

#searchform{float:right; width:240px;}

.head_left1{display:block; float:left; height:30px;}

.head_left2{display:block; float:left; height:80px;}

.phone{display:block;background:url(images/1phone.png) no-repeat 0 0; padding-left:30px; height:26px; padding-top:9PX; font-size:12px;}

.mail{display:block;background:url(images/email-icon.png) no-repeat 0 0; padding-left:30px; height:25PX; }

.mail a{font-size:12px; text-decoration:underline;}

/* slide show*/

#slideshow {

	margin:0 auto;

	width:94.2em;

	height:263px;

	background:#FFF;

	position:relative; border:1px solid #F60001;

}

#slideshow #slidesContainer {

  margin:0 auto;

  width:870px;

  height:263px;

  overflow:auto; /* allow scrollbar */

  position:relative; margin:0 40px; 

}

#slideshow #slidesContainer .slide {

  margin:0 auto;

  width:870px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */

  height:263px; margin-top:20px; font-size:12px; color:#000;

}

.slide a{color:#FF0000;}

a img.slide_img{padding:5px; float:left; margin-right:10px; height:100%;}

/** 

 * Slideshow controls style rules.

 */

.control {

  display:block;

  width:39px;

  height:263px;

  text-indent:-10000px;

  position:absolute;

  cursor: pointer;

}

#leftControl {

  top:0;

  left:0;

  background:transparent url(images/control_left.jpg) no-repeat 0 0;

}

#rightControl {

  top:0;

  right:0;

  background:transparent url(images/control_right.jpg) no-repeat 0 0;

}

.sidebar h3{background:url(images/btn-bg.png) no-repeat; padding:8px; padding-top:4px;}

.wpsc_buy_button{cursor:pointer; border:0; width:48%!important; margin-top:5px; color:#FFFFFF;}

.h_img{color:#00FF00;}

#sidebar_2 h3 a{color:#FFFFFF;}

#sidebar_2 h3 a:hover{color:#111111; text-decoration:none;}

/* slide show end*/	

#tabs{background:	url(images/menu-ng.png) no-repeat 0 0; height:25px; padding-bottom:5px; margin-left:4px;}

#widgetshoppingcart{font-size:12px; padding:5px 0;}

#widgetshoppingcart h3{font-size:1em; }

.PeCatsBrands{padding:5px 0; margin-bottom:1.226em;}

.PeCatsBrands a{font-size:1.3em; line-height:1.385em;}

li.cat-item{list-style:none;}

ul.SubCategories li.cat-item{ padding-left:10px;}

span.category{padding:0; display:block;}

span.gocheckout,span.emptycart{text-align:center;}

span.emptycart a:hover{ color:#F60001;}

.gocheckout{font-size:12px; padding:5px 0;}



.wpsc_buy_button{background:url(images/addtocart.png) no-repeat; font-weight:bold; width:100px!important; height:26px;}

.wpsc_buy_button:focus{background:url(images/addtocart.png) no-repeat;font-weight:bold; width:100px!important; height:26px;}

#content .addthis_toolbox{float:right; display:block; width:100%; }

/*footer[homepage_products]*/

#footer .addthis_toolbox{float:left; width:30%;}

.addthis_toolbox{margin-top:10px;}

.footer_left a{text-decoration:none!important; border:0!important;}

#comments{display:none;}

.PeCatsBrands{margin-bottom:1.769em;}

/*menu*/

#tabs, #tabs ul { /* all lists */

	list-style: none;

	line-height: 1; z-index:+1000;

}



#tabs a {

	display: block;

	

	}



#tabs li { /* all list items */

	float: left; 

}



#tabs li ul { /* second-level lists */

	position: absolute;

	background:#D00100;

	width: 170px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#tabs li ul li{border-bottom:1px solid #ccc;}

#tabs li ul a{color:#000; width:150px;}

#tabs li ul a:hover{color:#fff;}

span.category,li.cat-item-3 {display:none;}



#tabs li:hover ul, #tabs li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}

#tabs li ul ul {

	margin: -1em 0 0 10em;

}

#tab, #tab ul {

	padding: 0;

	margin: 0;

	list-style: none; 

	line-height: 1;

}

#tab li:hover ul ul, #tab li.sfhover ul ul {

	left: -999em;

}

#tab li:hover ul, #tab li li:hover ul, #tab li.sfhover ul, #tab li li.sfhover ul {

	left: auto;

}





