/*
Theme Name: Product Review Theme
Theme URI: http://wordpress.org/
Description: The Product Review Theme
Tags: custom header, fixed width, widgets
*/

/* Begin Typography & Colors */
* { padding: 0; margin: 0; }

body {
 margin: 5px 0 5px 0;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 13px;
 color: #333;
 background: url(images/background.gif);
}

hr {
 height: 1px; 
 border: none 0; 
 border-top: 1px solid #000;
 margin: 10px;
}

img {
 border: 0;
}

ul {
 padding: 15px 10px 15px 40px;
}

p {
 padding: 10px 10px 10px 0;
}

#wrapper {
 margin: 0 auto;
 width: 780px;
 height: auto;
 background: #FFF;
 border: 1px solid #000;
}

/*
#header {
 margin: 1px; 
 padding: 0;
 width: 778px;
 height: 140px;
 background: #000; 
}
*/

#header {
 margin: 1px; 
 padding: 0;
 width: 778px;
 height: 140px;
 background: #000 url(images/banner.jpg) 0 0 no-repeat; 
}

.clear	{clear:both;}

* html div#header { 
 width: 100%;
}

#header h1 {
 float: left;
 margin: 0;
 padding: 10px 10px 0 120px;
 font-size: 30px;
 color: #FFF;
 clear: both; 
}

#logo {
 display: inline;
 float: left;
 margin: 10px 20px 0 20px;
 padding-bottom: 10px;
 width: auto;
 height: 110px;
 /* background: url(images/logo.gif) no-repeat;  logo image */
}

h1 a:hover, h1 a:visited, #logo .description {
	text-decoration: none;
	color: #FFF;
}

#tagline {
 margin: 0;
 padding-left: 125px;
 height: 1%;
 font-size: 14px;
 color: #FFF;
 clear: both; 
}

#content {
 padding: 10px;
 width: auto;
 height: auto;
}

#intro { 
 width: auto;
 height: auto;
 padding: 10px;
}

#intro h1 {
 margin-bottom: 20px; 
 font-size: 22px;
 font-weight: bold;
 text-align: center;
}

.signature {
 float: left;
}

.reviewbox { 
 display: table;
 padding: 10px;
 width: auto;
}
 /*width: 736px;*/

.reviewtext { 
 display: block;
 float: left;
 width: 410px;
 height: auto; 
 margin: 0; 
 padding: 10px;
}

a.prod_revtitle {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 21px;
 font-weight: bold;
 color: #990000;
 text-decoration: underline;
}

a.revtitle {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 18px;
 font-weight: bold;
 color: #990000;
 text-decoration: underline;
}

.reviewimage {
 display: block;
 float: right;
 width: 252px;
 height: auto; 
/* margin: 0 auto; */
 margin-left: 20px; 
 padding: 10px;
 background: #DDD; 
 border: 1px solid #000;
}

.reviewimage img {

}

.prod_image {
	width: 250px;
	height : 260px;
	background : #FFF;
	border: 1px solid #000;
}

.reviewrating {
 float: right;
 width: 300px;
 height: 50px; 
 margin: 6px 0px 0px 0px; 
 padding: 10px 0 10px 0px;
 font-size: 11px;
 font-weight: bold;
 background: #FFF;
}

#resource-box {
 margin: 20px auto;
 padding-bottom: 6px;
 width: 780px;
 background: #FFF;
 border: 1px solid #000;
}

#resource-title {
 padding: 10px;
 font-size: 18px;
 font-weight: bold;
 color: #333;
 text-align: center;
 border-bottom: 0px solid #CCC;
 background: #FFF;
}

ul#resource-list {
 padding: 0;
 list-style-type: none;
 text-align: center;
}

a.resource-link {
 display: block;
 padding: 6px;
 border-top: 0px solid #FFF;
 border-bottom: 0px solid #CCC;
 color: #333;
 background: #FFF;
}

a.product-link {
 display: block;
 padding: 6px;
 border-top: 0px solid #FFF;
 border-bottom: 0px solid #CCC;
 color: #990000;
 background: #FFF;
}

* html ul#resource-list li {
 display: inline;
 height: 1%;
}

#footer {
 margin: 20px auto; 
 padding: 5px 0px 10px 0px;
 width: 780px;
 height: 30px;
 font-size: 12px;
 font-weight: bold;
 color: #FFF;
 text-align: center;
 background: #000; 
 border: 1px solid #000;
}

/* * html div#footer { 
 padding: 8px 0 6px 0;
} */

#footer a {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: bold;
 color: #FFF;
 text-decoration: underline;
}

#copyright {
 margin: 20px auto; 
 padding: 6px 0 6px 0;
 width: 780px;
 height: 30px;
 text-align: center;
 font-size: 10px;
 color: #000;
 background: #DDD; 
 border: 1px solid #000;
}

/*Styleshhet added by mamta*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.reviewtext_product { 
	display : block;
	float: left;
	padding: 10px;
	width : 97%;
}