/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Structure */
body {
	margin: 0 0 0 0 !important;
	padding: 0;
}
#background {
	background: url(images/left.png) repeat-y left;
	width:786px;
	margin:0 auto;
}
.bgright {
	background:url(images/right.png) right repeat-y;
}
#page {
	background: #000;
	margin: 0px auto;
	padding: 0;
	width: 760px;
}
#header {
	padding: 0;
	width: 760px;
	height:47px;
}
#headerimg {
	float:right;
	padding:11px 5px 0 0
}
#headerimg h1 {
	color:#06C;
	letter-spacing:-.02em;
}
#headerimg h1 a {
	text-decoration:none;
}
#headerimg h1 a:visited {
	color:#900;
}
#headerimg strong {
	color:#fff;
}
.face {
	background:url(images/face.jpg) no-repeat right;
	width:100%;
}
.column {
	float: left;
	padding: 0;
	margin: 0;
}
.post {
	width:747px;
	padding:0 13px;
}
.post hr {
	display: block;
}
.clear {
	clear: both;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background:#333;
	color: #000;
	text-align: center;
}
p {
	font-size:1.25em;
}
#page {
	background-color: #fff;
	text-align: left;
}
#header {
	background:#000;
	border-bottom:#900 4px solid;
}
#content {
	font-size: 1.10em;
	line-height:1.7em;
}
#footer {
	background:none;
	border: none;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2.pagetitle {
	font-size: 1.6em;
}
/* End Typography & Colors */



/*	Begin Headers */
h1 {
	margin:0;
	padding:0;
}
h1.title {
	margin:0;
	padding:.9em .0em .4em 0;
	color:#900;
	font-size:2.45em
}
h2 {
}
h2.pagetitle {
}
h2.product {
	margin:20px 0 0px 0;
	padding:.9em .0em .4em 0;
	color:#900;
	font-size:1.9em;
	font-weight:normal;
	border-bottom:#ccc 1px solid;
}
#sidebar h2 {
}
h3 {
	font-size:1.9em;
	margin:0;
	padding:0;
}
h3.comments {
}
/* End Headers */


/* Begin Form Elements */


select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
/* End Various Tags & Classes*/



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

ol li {
	list-style: decimal outside;
}
/* End Entry Lists */

.criteria {
	font-size:1.2em;
	margin:15px 0 10px 20px;
	padding:0;
}
.one, .two, .three, .four {
	padding-left:22px;
	list-style-type:none;
	margin:15px 0;
	line-height:20px;
}
.one {
	background: url(images/one.png) top left no-repeat;
}
.two {
	background: url(images/two.png) top left no-repeat;
}
.three {
	background: url(images/three.png) top left no-repeat;
}
.four {
	background: url(images/four.png) top left no-repeat;
}
.blue {
	color:#333;
}
.uspic {
	width:220px;
	margin:0 10px 0 10px;
	height:200px;
	float:left;
	background-image:url(images/us.jpg);
}
.uspic1 {
	width:220px;
	margin:0 10px;
	height:200px;
	float:left;
	background-image:url(images/us1.jpg);
}
.uspic2 {
	width:220px;
	margin:0 10px;
	height:200px;
	float:left;
	background-image:url(images/us2.jpg);
}
.ustop {
	font-size:14px;
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
}
.ratings {
	margin:0px 0 0 90px;
	font-size:11px;
}
.ratingr {
	float:right;
	margin-right:18px;
}
.box {
	border:#ccc solid 1px;
	border-top:0px;
	width:210px;
	height:150px;
	float:right;
	margin:0 0 10px 10px;
	background:url(images/boxbg.gif) repeat-y;
	padding:10px 5px 0 5px
}
.box ul {
	margin:0;
	padding:0;
}
.box li {
	list-style-type:none;
	margin:0;
	padding:0 0px 0 0;
	text-align:right;
}
.eightysix {
	float:right;
	width:86px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0 14px 0 0;
	margin-top:6px;

}
.eightyeight{
	float:right;
	width:88px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0 12px 0 0;
	margin-top:6px;

}
.ninety {
	float:right;
	width:90px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0 10px 0 0;
	margin-top:6px;

}
.ninetyone {
	float:right;
	width:91px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0 9px 0 0;
	margin-top:6px;

}

.ninetytwo {
	float:right;
	width:92px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0 8px 0 0;
	margin-top:6px;

}

.ninetyfour {
	float:right;
	width:94px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0 6px 0 0;
	margin-top:6px;

}
.ninetyfive {
	float:right;
	width:95px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0 5px 0 0;
	margin-top:6px;

}
.ninetysix {
	float:right;
	width:96px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0 4px 0 0;
	margin-top:6px;

}
.ninetyeight {
	float:right;
	width:98px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0 2px 0 0;
	margin-top:6px;

}
.hundred {
	float:right;
	width:100px;
	height:8px;
	background:url(images/2.gif) repeat-x;
	margin:0;
	margin-top:6px;

}
.overall {
	float:right;
	width:100px;
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
.bestprice {
	width:140px;
	height:35px;
	background:url(images/bestprice.png) no-repeat;
	margin:12px auto 0 auto;
	display:block;
}
.bestprice a {
	display:block;
	width:140px;
	height:35px;
}
.bestprice a:hover {
	background:url(images/bestprice1.png) no-repeat;
	display:block;
}
.bestpriceus {
	width:140px;
	height:35px;
	background:url(images/bestprice.png) no-repeat;
	float:right;
	margin-right:10px;
	margin-top:10px;
	display:block;
}
.bestpriceus a {
	display:block;
	width:140px;
	height:35px;
}
.bestpriceus a:hover {
	background:url(images/bestprice1.png) no-repeat;
	display:block;
}
.bestpriceus1 {
	width:140px;
	height:35px;
	background:url(images/bestprice2.png) no-repeat;
	float:right;
	margin-right:10px;
	margin-top:10px;
	display:block;
}
.bestpriceus1 a {
	display:block;
	width:140px;
	height:35px;
}
.bestpriceus1 a:hover {
	background:url(images/bestprice1.png) no-repeat;
	display:block;
}

.productname  {padding-top:20px;}
