/*
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.custom {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

/*** CONTAINER ***/
#top_container{background-image:url(images/bg_top_repeat.gif); background-repeat:repeat-x; width:100%;}
#content_container{width:100%; background-image:url(images/bg_header_repeat.gif); background-repeat:repeat-x; background-position:top; background-color:#fff}
.custom #content_area{ width:100%; background-image:url(images/bg_header_inner_repeat.gif); background-repeat:repeat-x; background-position:top; background-color:#fff; padding:20px 0px 20px 0px}
#bottom_container{background-image:url(images/bg_bottom.gif); background-repeat:repeat-x; width:100%; height:60px; background-color:#1f1f1f}
#footer_container{background-image:url(images/bg_footer.gif); background-repeat:repeat-x; width:100%; height:51px; background-color:#212121}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
.centercolumn{width:960px; margin:0px auto 0px auto;}
/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#top{background-image:url(images/bg_top.jpg); background-repeat:no-repeat;height:91px}
#top ul, #top p, #top a, #top a:visited{color:#fff;}
#top ul{list-style-type:none; margin:0px; padding:0px;}
#logo{height:60px; width:610px; float:left; padding-top:18px;}
#topcontact{width:350px; float:left; padding:20px 0px 0px 0px;}
#topcontact .imgmiddle{padding-right:15px;}
#topcontact ul{float:right; padding-right:30px;}
#topcontact ul li{padding:2px 0px;}
#topmenu{height:31px;}
#topmenu ul{list-style-type:none; margin:0px; padding:6px 20px 0px 20px;}
#topmenu ul li{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;color:#b9b9b9; background-image:url(images/menu_separator.gif); background-repeat:no-repeat; background-position:left}
#topmenu ul li.home{background-image:none; padding-left:10px;}
#topmenu ul li a, #topmenu ul li a:visited{color:#b9b9b9}
#topmenu ul li a:hover{color:#fff}
/*** END TOP ***/
.border{ border:1px solid #c5c5c5; padding:3px;}
.imgleft{float:left; margin-right:15px;}
.imgright{float:right; margin-left:15px;}
.imgmiddle{vertical-align:middle; padding-right:6px}
.more_info{background-image:url(images/arrow_down.gif); background-position:11px 7px; background-repeat:no-repeat; background-color:#e0e0e0; padding:4px 25px; margin-right:5px;}
.buynow{background-position:122px 7px; background-repeat:no-repeat; background-color:#00B515; padding:4px 25px;}
.more_info a, .more_info a:visited{color:#6b6b6b;}
.buynow a, .buynow a:visited {
	color: #FFFFFF;
}
.product{margin-bottom:60px; border-bottom: 1px solid #e6e6e6;}
.product h2{margin-bottom:6px; color:#6b6b6b;}
.productimg{float:left;}
.productimg .imgleft {
	width: 100px;
}
.productdescription{ margin-left:125px; min-height:170px;}
.productdescription p {
	font-size: 12px;
}
.productdescription h2 a {
	font-size: 16px;
}

.productdescription strong {
	font-size: 13px;
}

.product_detail{margin:0px 0px 0px 0px;}
.product_detail h2{margin-bottom:20px;}
.productimg_large{float:left; width:165px;}
.productdescription_detail{
	height:190px;
	margin-bottom:20px;	
	margin-left:165px;	
}

.productdescription_detail ul {
	list-style-type: none;
}

.productdescription_detail ul li {
	font-size: 18px;
	padding-bottom: 5px;
}

.price{font-weight:bold; font-size:12px;}

.tabcontainer{margin:40px 0px 0px 0px; background-color:#FF0000}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	border-bottom: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #6b6b6b;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #a3a3a3;border-bottom: 1px solid #fff;}
html ul.tabs li.active a{color:#fff}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {padding: 10px 0px;}



.custom #header_area {
	display: none;
}

.custom #nav {
	height: 31px;
}

.custom #topmenu ul {
	padding: 0px 20px;
}

.custom .menu a {
	letter-spacing: 1px;
}

.custom .menu .current a:hover {
	background: none;
}


.custom #header {
	padding-top: 0px;
	height:50px;
}

.custom #header #logo {
	background:transparent url(images/icons/Floppy2.png) no-repeat scroll 15px 12px;
	height:60px;
	padding-top:5px;
}

.custom #header #logo a {
	padding-left: 75px;
	font-size: 30px;
	color: #777777;
}

.custom #header #tagline {
	padding-left:77px;
	position:relative;
	bottom:20px;
	font-size: 12px;
}

.custom .menu, .menu a, .menu li ul {
	border: none;
}


.custom .menu a {
	text-transform: none;
	background: none;
}

.custom .menu a:hover, .custom .menu li.current a {
	color: #285B93;
	text-decoration: underline;
}

.custom #breadcrumb {
	margin-left: 20px;
	border-bottom:1px solid #E5E5E5;
	color:#CACACA;
	margin-top:8px;
	padding-bottom:6px;
	font-size: 11px;
}

.custom #breadcrumb a:hover {
	text-decoration: underline;
}


.custom #content_box {
	background: none;
}

.pc-tools-internet-security .headline_area {
	display: none;
}

.custom .headline_area {

}

.custom .headline_area h1, .custom .headline_area h2 {
	font-size:30px;
	padding-bottom:15px;
	padding-top:15px;
	color: #285B93;
}

.custom .headline_area h2.entry-title, .custom .headline_area h1.entry-title {
	color:#333333;
	font-size:28px;
	letter-spacing:-1px;
	padding-bottom:10px;
	padding-top:15px;
	line-height: 35px;
}

.custom .teaser h2 {
	background-color: #285B93;
	padding:5px 5px 5px 10px;
}

.custom .teaser h2 a {
	color: #ffffff;
}

.custom .format_text {
	color:#555555;
	font-size:14px;
	line-height:1.538em;
}

.custom .format_text h1 {
	color:#333333;
	font-size:28px;
	letter-spacing:-1px;
	padding-bottom:20px;
	padding-top:15px;
	line-height: 35px;
}

.custom .format_text h3 {
	margin-top: 15px;
	font-size: 15px;
	font-weight:bold;
}

.custom .format_text h2 {
	font-weight:bold;
	font-size: 22px;
}	

.custom .format_text h4 {
	border-bottom:1px solid #DFDFDF;
	font-weight:bold;
	color: #285B93;
}


.custom .headline_area h1 a, .headline_area h2 a {
	text-decoration: none;
}

.custom .headline_area h1 a:hover, .headline_area h2 a:hover {
	text-decoration: underline;
}

.custom .category-columns {
	float:left;
	margin:14px 0 0 0px;
	width:640px;
	list-style-type:none;
}

.custom .category-columns li {
	display: inline;
	float:left;
	margin:2px 0 0 10px;
	min-height:110px;
	padding-bottom:5px;
	padding-top:5px;
	background:transparent url(images/icons/Folder.png) no-repeat scroll 0 0px;
}

.category-columns li.windows-drivers {
	background:transparent url(images/icons/Tools.png) no-repeat scroll 0 0px;
}

.category-columns li.system-utilities {
	background:transparent url(images/icons/System.png) no-repeat scroll 0 0px;
}

.category-columns li.hard-drive-utilities {
	background:transparent url(images/icons/Floppy.png) no-repeat scroll 0 5px;
}

.category-columns li.internet-security {
	background:transparent url(images/icons/Security.png) no-repeat scroll 0 0px;
}

.category-columns li.cleanup-utilities {
	background:transparent url(images/icons/Search.png) no-repeat scroll 0 0px;
}

.category-columns li.screen-savers {
	background:transparent url(images/icons/Computer.png) no-repeat scroll 0 5px;
}

.category-columns li.video-converters {
	background:transparent url(images/icons/CD.png) no-repeat scroll 0 5px;
}

.custom .category-text {
	float:left;
	margin-left:65px;
	margin-right: 10px;
	width:225px;
}

.custom .category-columns h4 {
	border-bottom:1px solid #DFDFDF;
	float:left;
	font-weight:bold;
	line-height:24px;
	margin:6px 0 2px;
	width:100%;
}

.custom .category-columns h4 a {
	text-decoration: none;
	color: #000;
	font-size:14px;
}

.custom .category-columns h4 a:hover {
	text-decoration: underline;
	color: #285B93;
}

.custom .category-text p {
	margin:8px 0;
}

.custom ul.sidebar_list {
	padding-top: 0px;
}

.custom .sidebar ul {
	border-left: 2px solid #EFEFEF;
}

.custom .sidebar ul ul {
	border: none;
}

.custom .sidebar .widget_pages h3 {
	display: none;
}

.custom .sidebar h3 {
	font-size: 16px;
	color: #285B93;
	border-bottom: 1px solid #EFEFEF;
	font-variant: normal;
	letter-spacing: 0px;
	padding:5px 0 5px 8px;
}

.custom .sidebar ul.sidebar_list {
	margin-left:10px;
	padding-left:5px;
}

.custom .sidebar a {
	color: #555555;
}

.custom li.widget ul li {
	padding-left: 10px;
}

.custom li.widget li ul {
	margin: 10px 0;
}

.custom li.widget li ul li {
	padding-left: 10px;
	margin: 0px;
}

.custom .sidebar .widget_pages ul li a {
	font-size: 16px;
	border-bottom:1px solid #EFEFEF;
	width: 230px;
	display: block;
	padding: 5px 0 5px 5px;
	color: #285B93;
}

.custom .sidebar .widget_pages ul li a:hover {
	text-decoration: none;
	background:#F5F5F5 none repeat scroll 0 0;
	border-bottom:1px solid #CACACA;
}

.custom .sidebar .widget_pages ul li ul li a {
	font-size:13px;
	font-weight:normal;
	color: #555555;
	border-bottom:1px solid #EFEFEF;
	width: 220px;
	display: block;
	padding:5px 0 5px 5px;
}

.custom .sidebar .widget_pages ul li ul li a:hover {
	text-decoration: none;
	background:#F5F5F5 none repeat scroll 0 0;
	border-bottom:1px solid #CACACA;
	color:#285B93;
}

.custom .product-small h3 {
	margin-top:5px;
}

.custom .product-small h3 a {
	font-weight:bold;
	margin-top:5px;
}

.custom ul.product-small {
	list-style-type: none;
}

.custom .product-small li {
	border: 1px dashed #a7a0a2;
	padding:10px;
}

.custom .product-image {
	float:left;
	margin:5px 30px 0 10px;
	width:100px;
}

.custom .product-small-description {
	margin-left: 120px;
	width:525px;
}

.custom .product-small-description p {
	margin-bottom: 5px;
}

.custom p.quote {
	background-color: #ebeaeb;
	font-size:11px;
	padding:3px 6px;
}

.custom .buttons {
	padding: 10px;
	margin-left:10px;
}

.custom .button {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#00B515;
	border:1px solid #848484;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin-right:10px;
	margin-left:10px;
	padding:5px 12px;
	text-decoration: none;
}

.custom .button:hover {
	background-color:#00D213;
	color:#FFFFFF;
	text-decoration:none;
}

.custom .button-light {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#AFAFAF;
	border:1px solid #747474;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin-right:10px;
	padding:5px 12px;
	text-decoration: none;
	
}

.custom .button-light:hover {
	background-color:#959595;
	color:#FFFFFF;
	text-decoration:none;
}
