/*
Theme Name: ProSense-Grey
Theme URI: http://www.doshdosh.com/wordpress-themes/Prosense-Adsense-Ready-SEO-Theme
Description: ProSense-Grey is a fast loading and search engine optimized Adsense Ready Wordpress Theme, specifically designed for all types of niche and professional content.<br /><br />Distributed under the Creative Commons Attribution-ShareAlike 3.0 License.
Author: Dosh Dosh</a> and <a href="http://thewrongadvices.com">The Wrong Advices</a>
Author URI: http://www.doshdosh.com


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #999999;
	margin: 0px;
	padding: 0px;
	color: #444748;
}

body a, body a:visited {
	color: #5C82EF;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('images/page_background.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #000;

	height: 100%;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;

}

#header h1 a {
	color: #5C82EF;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 20px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
	background: #FFFFFF
}

#content {
	float: left;
	width: 740px;
	line-height: 1.6em;
	padding-left: 10px;
	padding-top: 20px;
}



#sidebar {
	float: right;
	width: 180px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
 font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;	
	margin-bottom: 10px;
	line-height: 1.0em;
color: #fff;
}

.post h2
{
padding: 5px;
background: #444;
}

.post {
border-bottom: 1px dashed #444;
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;

}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

/*

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right;
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}


*/

.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar a {
	color: #5C82EF;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CFCFCF;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CFCFCF;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #CFCFCF;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #CFCFCF;
}

#sidebar a:hover {
	text-decoration: underline;
}


#sidebar .sidebar_right {
	width: 180px;
	float: right;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_left ul ul li ul{
      padding-left:20px;
      margin-bottom:0;
}

#sidebar .sidebar_left ul ul li ul li{
      list-style:none;
      line-height:1.6em;
      font-size: 1.1em;
      border-bottom:0;
}

#sidebar .sidebar_right ul ul li ul{
      padding-left:20px;
      margin-bottom:0;
}

#sidebar .sidebar_right ul ul li ul li{
      list-style:none;
      line-height:1.6em;
      font-size: 1.1em;
      border-bottom:0;
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}


/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
	z-index:0;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}

#storecontent{
	float:left;
	line-height:1.6em;
	padding:20px 10px 0 10px;
	width:930px;
}












#navbar {
	background: #FFFFFF url(images/navbar.gif);
	width: 950px;
	height: 30px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	border-bottom: 1px solid #8D8D8D;
	}
	
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:1;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a, #nav a:visited {
	background: #FFFFFF url(images/navlink.gif) right;
	color: #FFFFFF;
	display: block;
    font-weight: bold;
   	text-transform: uppercase;
    margin: 0px;
	padding: 8px 17px 8px 15px;
	}
	
#nav a:hover {
	background: #FFFFFF url(images/navhover.gif) right;
	color: #FFFFFF;
    margin: 0px;
	padding: 8px 17px 8px 15px;
	text-decoration: none;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #757575;
	width: 150px;
	float: none;
   	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #9A9A9A;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/*------------Laptops and Netbooks Catalog Page------------*/
#brand-listing ul{margin:0;list-style:none;border:0px;_height:1%;*display:inline-block;_display:block;}
#brand-listing ul:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
#brand-listing ul li{float:left;width:128px;height:240px;padding:0 10px 5px 10px;text-align:center;border:1px solid #eae4d9;border-width:1px 1px 1px 1px; background: #fff;}
#brand-listing ul li.nth-child-4n{border-right:0;width:130px;}
#brand-listing ul li h3{margin:0 -10px 5px -10px;padding:5px;border-bottom:1px solid #eae4d9; border-top:1px solid #eae4d9; background: #fff;}
#brand-listing-quick ul li{margin:0 5px 5px 0;width:40%;}
/*------------EOF Laptops and Netbooks Catalog Page------------*/




.hotOffer {border:1px dotted #ddd; font-size:10px;}

.squarePostLeft {
width:360px;
float:left;
border: 1px solid #ccc;
padding:3px;
margin-top: 3px;
}

.squarePostRight {
width:360px;
float:right;
border: 1px solid #ccc;
padding:3px;
margin-top: 3px;
}



.product {
border-bottom: 1px solid #CCC;
clear: both;
padding: 10px 0px;
width: 670px;
border: 0px;
font-size: 90.4%;
margin: 0px;
padding: 0px;
text-align: left;
vertical-align: baseline;
display: block;
}

.imgContainer {
float: left;
margin: 0px 0px 10px;
width: 160px;
}

.imgContainer img {
border: 1px solid #ccc;
}

.add {
background: url('http://i.i.com.com/cnwk.1d/i/tron/reviews/tg/dfll/dfllbuttons3.gif') no-repeat;
background-position: -200px -50px;
font-weight: bold;
line-height: 20px;
padding: 1px 0px 2px 30px;
color: #003B6B;
text-decoration: underline;
cursor: pointer;
}

.prodInfo {
background: url('http://i.i.com.com/cnwk.1d/html/Mockups/rb/topGun2/dfll/images/dfllgrad.gif') no-repeat;
background-position: 0px -300px;
float: left;
margin: 0px 0px 0px 12px;
padding: 3px 4px 5px 10px;
width: 480px;
}

.prodInfo h3 {
color: #1E5B7E;
font: normal normal bold 127.2%/normal arial, helvetica, sans-serif;
margin-bottom: 10px;
padding: 0px 100px 0px 0px;
position: relative;
}

.prodInfo h3 a {
font-size: 127.2%;
}

.prodRate {
float: left;
margin-right: 20px;
width: 160px;
}

.prodRate ul {
position: relative;
list-style: none;
padding:0;
margin:0;
}

p.price {
padding: 0;
}

p.price  a, p.price a:link, p.price a:visited, p.price a:hover{
color: #96000A;
font-size: 118.2%;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}

.prodSpecs {
color: #6C6C6C;
float: left;
width: 290px;
padding:0;
margin:0;
}

.prodSpecs ul {
float: left;
list-style-type: none;
width: 145px;
list-style: none;
padding:0;
}

.prodSpecs ul li {
margin-bottom: 4px;
padding: 0px 10px 0px 0px;
display: list-item;
}

.post-catalog {
height: 195px;
border-bottom: 1px solid #ccc;
padding-top: 10px;
}

#catalog_selector legend {
font-family: Helvetica, Arial, Sans-Serif;
font-size: 1.8em;
padding: 3px;
}

label {
line-height: 18px;
vertical-align: baseline;
}

.submitButton {
   font-size:20px;
   font-weight:bold;
   width:80px;
   height:30px;
   border-style:dashed;
   border-color:#000000;
   border-width:1px;
   margin: 15px 0;
   background: #11CFF5;
   }
   
table.specs {
border-collapse: collapse;
font-size: 0.8em;
/*width: 600px;*/
}

td.specs_param {
vertical-align: top;
border: 1px solid #ccc;
width: 100px;
font-weight: bold;
padding: 10px;
}

td.specs_value {
border: 1px solid #ccc;
padding-right: 10px;
}

td.specs_value ul li {
line-height: 10px;
}

tr.first_row td {
background: #fff;
}

.itemImage {
padding: 0 10px 5px 0;
width:300px;
float:left;
}

img.custom-image {
border: 2px solid #cfcfcf;
float:left;
}

div.entrytextCatalog p{
clear:right;
width: 380px;
padding-left: 25px;
display: table;
_height: 0;/*это для ИЕ5-6*/
zoom: 1;/*это для ИЕ7*/
overflow: hidden;
}

div.reviews p {
width: 690px;
}
