/* reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* basic
--------------------------------------------- */

body {
  font: normal 62.5% Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #eee;
  text-align: center;
}

/* headings */

h1 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #276EAD;
}

h1.border_top {
	padding-top: 20px;
	border-top: 2px solid #0063B9;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

/* paragraphs */

p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

/* links */

a:link, a:visited {
  text-decoration: none;
  outline: none;
  color: #0063B9;
}

a:hover, a:active {
  text-decoration: underline;
}



/* tables */

table {
  margin-bottom: 20px;
  width: 100%;
}

table th, table td {
  padding: 8px 10px;
  font-size: 1.1em;
}

table.vertical th {
  width: 140px;
}

table td {
  font-size: 1.2em;
}

/* forms */

form {
  margin-bottom: 20px;
}

form label {
  clear: left;
  float: left;
  width: 150px;
  margin-right: 10px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 8px;
}

input, select, textarea {
  font: normal 1.15em Arial, Helvatica, sans-serif;
  color: #000;
  padding: 2px 5px;
}

input[type=text], input[type=password], textarea {
	background: #F2F2F2 url(../images/text-input-bg.png) repeat-x bottom left;
/*	background: #F2F2F2;*/
	border: 1px solid #D2D2D2;
	/*border: 1px solid #FFF;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	width: 200px;
}

textarea {
  height: 100px;
  width: 400px;
}

input[type=submit], a.btn {
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  font-style: uppercase;
  background: #748FAA url(../images/glass-btn.png) repeat-x 0 50%;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 10px;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);	  
}

input[type=submit]:hover, .btn:hover {
	cursor: pointer;
	text-decoration: none;
}

input[type=submit]:active, .btn:active {
	position: relative;
	top: 1px;
}

.memberhome .btn {
	display: block;
	width: 140px;
	text-align: center;
	margin-bottom: 20px;
}

.btn {
	margin-bottom: 20px;
}

form span {
	font-size: 1.2em;
	margin-left: 20px;
}

#rating div {
	margin-bottom: 20px;
}

/* page structure
--------------------------------------------- */

#wrapper {
  margin: 0 auto;
  width: 920px;
  padding: 0 20px;
  text-align: left;
  background-color: #fff;
}

#content {
  float: right;
  width: 690px;
}

#sidebar {
  float: left;
  width: 215px;
}

.push {
	padding-top: 20px;
	background-color: #ccc;
}

/* container
--------------------------------------------- */
/*
.container {
  padding: 20px 20px 0 20px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

.container {
  background-color: #F4F4F4;
  padding: 20px;
}
*/

.container h2 {
  margin-bottom: 5px;
}

.container table {
  background-color: #f7f7f7;
}

.container table tr {
  border-bottom: 1px solid #e9e9e9;
}

.container table tr:last-child {
  border-bottom: none;
}

.container form {
  margin-bottom: 20px; 
}

.container fieldset {
  background-color: #f7f7f7;  
  margin-bottom: 10px;
}

.container fieldset div { 
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 10px;
}

.container div:last-child {
  border-bottom: none;
}

.container input[type=text] {
	width: 300px;
}

/* header
--------------------------------------------- */

#header {
  padding: 20px 0;
}

#header a img {
  float: left;
}

#header form#search {
  float: right;
  clear: right;
  margin:0;
}  

#header form#search label {
  font-size: 1.2em;
  font-weight: bold;
}

#search input[type=text] {
	margin: 0;
}

#search input[type=submit] {
 margin: 0;
 	
}

/* footer
--------------------------------------------- */

#footer {
  clear: both;
  border-top: 1px solid #e1e1e1;
}

#footer #copyright {
  /*border-top: 1px solid #e1e1e1;*/
  padding: 10px 20px 5px 20px;
}

#footer #copyright p {
  color: #666;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.4em;
}

#footer #copyright a {
  color: #333;
}

#footer #copyright a:hover {
  color: #2173c8;
  text-decoration: none;
}

#footer #links dl {
  width: 215px;
  float: left;
  text-align: center;
  padding: 10px 0 10px 0;
}

#footer #links dt {
  font-size: 1.1em;
  margin-bottom: 4px;
  color: #666;
}

#footer #links ul li a {
  line-height: 1.4em;
  font-size: 1.1em;
  font-weight: normal;
  color: #333;
}

#footer #links ul li a:hover {
  color: #2173c8;
}

/* sub navigation
--------------------------------------------- */

ul#subnav {
  float: right;
  margin-bottom: 10px;
}

ul#subnav li {
  float: left;
}

ul#subnav li a {
  font-size: 1.1em;
  color: #FFF;
  font-weight: bold;
  margin-left: 10px;
  padding: 5px 8px;
  background-color: #276EAD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
/*  border-left: 1px solid #e5e5e5;*/
}

ul#subnav li a.first {
  border-left: none;
}

/* navigation
--------------------------------------------- */
/*
ul#nav {
  background-color: #333;
  text-align: center;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 20px;
}

ul#nav li {
  display: inline;
}

ul#nav li a {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 6px 18px;
}
*/

/* breadcrumbs
--------------------------------------------- */

#breadcrumbs {
 clear: both;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
  margin-bottom: 20px;
}

#breadcrumbs span {
  font-size: 1.5em;
  padding: 0 5px;
  color: #D3D4D5;
}

#breadcrumbs a {
  font-size: 1.2em;
  color: #A9A8A8;  
  /*color: #666;*/
}


/* content
--------------------------------------------- */

#category_container {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

#category_container h1 {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 20px;
  font-size: 2em;
}

#category_container .text {
  float: right;
  width: 350px;
  padding: 20px;
}

#category_container ul li {
  font-size: 12px;
  line-height: 18px;
}

/* sidebar
--------------------------------------------- */

#sidebar ul {
  background-color: #D3D4D5;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sidebar ul li.title {
  font-size: 1.2em;
  padding: 6px 20px; 
  background: #276DAC url(../images/title-btn.png) repeat-x 0 50%;
  font-weight: bold;
  color: #fff;
  /*text-transform: uppercase;*/
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;   
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);   
}

#sidebar ul ul {
  margin-bottom: 0;
  padding: 0;
}

#sidebar ul ul li a {
  display: block;
  font-size: 12px;
  padding: 6px 20px;
  color: #0063B9;
  font-weight: bold;
}

#sidebar ul ul li {
  background: #D3D4D5 url(../images/glass-btn.png) repeat-x 0 50%;  
}

#sidebar ul ul li:last-child {
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;  
}

#sidebar li.expand {  
  display: none;
  background-color: #CC0;
  cursor: pointer;
  font-size: 1.1em;
  padding: 6px 20px; 
  background: #D3D4D5 url(../images/glass-btn.png) repeat-x 0 50%;  
  font-weight: bold;
  color: #333; 
}

#sidebar li.expand:hover {
  text-decoration: underline;
}

/* category pages
--------------------------------------------- */

/* sub categories */

.sub_cat {
	clear: both;
}

.sub_cat img {
  width: 180px;
  margin: 0 20px;
}

.sub_cat .img {
  height: 200px;
  padding-top: 10px;
  overflow: hidden;
}	

.sub_cat li {
  float: left;
  width: 215px;    
  font-size: 12px;
  margin-bottom: 20px;
 
}

.sub_cat li.one {
  clear: left;
}

.sub_cat li.two {
  margin: 0 20px;
}
.sub_cat li a {
  display: block;
  font-weight: bold;
  color: #0063B9;
  border: 1px solid #D3D4D5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;  
}

.sub_cat a:hover {
	text-decoration: none;
}

.sub_cat strong {
  display: block;
  background: #D3D4D5 url(../images/glass-btn.png) repeat-x 0 50%;  
  padding: 10px 20px;
  text-align: center;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;  
}

.sub_cat em {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #666;
	margin-top: 85px;
}

.rows4 .four {
	margin-left: 20px;
}

/* product sorting */

form#sort {
  background: #f3f3f3 url(../images/sort-bg.png) repeat-x bottom left;  
  padding: 10px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sort label {
  clear: none;
  float: left; 
  padding: 0;
}

#sort .sort {
	width: 40px; 
}

#sort .per_page {
	width: 100px;
}

#sort div {
	clear: none;
	float: left;
	margin: 0;
}

#sort select {
	margin-top: 5px;
	margin-right: 60px;
	padding: 0;
}

form#sort select#order {
  width: 200px;
}

form#sort select#display {
  width: 50px;
}

#sort input[type=submit] {
	float: left;
}

/* product pagination */

ul.pagination {
  text-align: center;
  background: #f3f3f3 url(../images/sort-bg.png) repeat-x bottom left;  
  padding: 10px 0;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.pagination li {
  display: inline;
  font-size: 1.6em;
  padding: 10px 6px;
  font-weight: bold;
}

ul.pagination li a {
  color: #757578;  
}

ul.pagination li.current {
  font-weight: bold;
  color: #0063B9;
}

/* products */

/*
.products li {
  float: left;
  width: 213px;
  font-size: 12px;
  margin-bottom: 40px;
}

.products .prod_img {
  height: 200px;
  overflow: hidden;
}

.products img {
  width: 160px;
  margin: 0 20px;
}

.prod_details {

}

.products li.one {
  clear: left;
}

.products li.two {
  margin: 0 20px;
}

.products li img {
  margin-bottom: 5px;
}

.products li a {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #666;
}

.products li a em {
  display: block;
  font-weight: normal;
  font-style: normal;
}

.product li strong {
  display: block;
}
*/

.products li {
  clear: left;
  float: left;  
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #2C76B5;
  width: 100%;
}

.products .prod_img {
	float: right;
	height: 130px;
	width: 215px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #D3D4D5;
}

.prod_img p {
  margin-top: 55px!important;
  font-weight: bold;
  color: #666;
}

.products img {
  /*max-width: 215px;*/
  margin-left: 20px;
}

.products li a {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #276EAD;
  font-size: 1.8em;
}

.products li a em {
  display: block;
  font-weight: normal;
  font-style: normal;

}

.products li strong {
  display: block;
  color: #757578;
  font-size: 1.4em;
/*  padding: 0 0 0 20px;
  background: url(../images/price-arrow.png) no-repeat 0 50%;
  */
}

/* login
--------------------------------------------- */

#login {
	clear: both;
}

#loginleft {
	float: left;
	width: 408px;
	padding: 20px;
	background-color: #E5EDF5;
}

#loginright {
	float: right;
	width: 408px;
	padding: 20px;
	background-color: #F4F8FB;	
}

#loginleft, #loginright {
	margin-bottom: 20px;
}

#loginleft, #loginright {
	height: 190px;
	overflow: hidden;
    border: 1px solid #E5EDF5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}

#login input[type=submit], #report input[type=submit], #activation_reminder input[type=submit] {
	margin: 10px 0 0 160px;
}


/* signup
--------------------------------------------- */

#signup {
  border: 1px solid #E5EDF5;
  background-color: #F4F8FB;		
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;	
  padding: 20px 100px;  
}

#signup div {
	margin-bottom: 10px;
}

#signup input[type=submit] {
	margin-left: 160px;
}



/* homepage
--------------------------------------------- */

#main_offer {
	clear: left;
	float: left;
	width: 605px;
	padding: 20px 40px;
	height: 259px;
	overflow: hidden;
	background: url(../images/homepage/main_offer.png) no-repeat 0 0;	
}

#main_offer h1, #latest_offer h1 {
	font-size: 3em;
	color: #fff;
}

#main_offer img {
	float: left;
}

#latest_offer img {
	margin-bottom: 20px;
}

#main_offer .content {
	float: right;
	width: 200px;
	padding-top: 40px;
}

.content p {
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
}

#latest_offer {
	clear: right;
	float: right;
	width: 175px;
	height: 259px;	
	padding: 35px 20px;
	overflow: hidden;
	background: url(../images/homepage/sub_offer.png) no-repeat 0 0;
}

.content a {
	color: #fff;
}

.content a:hover {
	text-decoration: none;
}

#main_offer, #latest_offer {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.detail {
	position: relative;
	z-index: -1;
}

.banner, .latest {
	position: absolute;
	z-index: 50;
	top: 143px;
	width: 168px;
	height: 94px;
	background: url(../images/homepage/top-offers-banner.png) no-repeat 0 0;
}

.latest {

}


#main_offer img, #main_offer .content {
	position: relative;
	z-index: 20;
}

/* view product page
--------------------------------------------- */

.product_summary {
	clear: both;
	margin-bottom: 20px;
}

.product_description {
  float: left;
  width: 460px;
  margin-bottom: 20px;
}

.product_details p {
	margin: 120px 0;
}

.product_description h3 {
  font-size: 12px;
  margin-bottom: 2px;
}

.product_description img {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  max-width: 700px;
  max-height: 400px;
  overflow: hidden;
}

.product_comparison {
  clear: both;
  width: 100%;
}


.comparison {
  border: 1px solid #E5EDF5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;	
}

#product_comparison .standard {
  background-color: #F4F8FB;
}

#product_comparison .alt {
  background-color: #E5EDF5;
}

#product_comparison li img {
  display: block;
  margin-bottom: 5px;
}


/* price watch */
#price_watch {
  padding: 10px 20px;
  background: #f3f3f3 url(../images/sort-bg.png) repeat-x bottom left; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
}

#price_watch h1 {
  color: #276EAD;
}

#price_watch p {
  color: #757578;
  position: relative;
  top: 6px;
}


#price_watch .info {float: left; width: 320px;}

#price_watch form {
	float: right;
	width: 320px;
	margin-bottom: 0;
}

#price_watch input[type=text] {
  margin-right: 20px;	
}

#price_watch #user_submit {
	float: right;
	position: relative;
	top: 12px;
}

.create_review {
	  border-bottom: 2px solid #0063B9;  
	  margin-bottom: 20px;
	  padding-bottom: 10px;
}

.reviews {
	clear: both;
	border-bottom: 2px solid #0063B9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.reviews li {
	margin-bottom: 20px;
}

/*
.reviews li.highlight {
	background-color: #D6E0E1;
	padding: 10px 20px 20px 20px;
}
*/

.reviews img {
	float: right;
	margin-top: -5px;
}

.reviews strong {
	display: block;
	font-size: 1.8em;
	margin-bottom: 5px;
}

.reviews cite {
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	font-style: normal;
	color: #757578;
	margin-top: 12px;
}

.review .feedback {
	clear: both;
}

.review em {
	float: left;
	font-style: normal;
}

.review span {
  float: right;
  text-align: right;
}

.review em, .review span {
  font-size: 1.1em;
  width: 310px;
}

.reviews .meta {
  clear: both;
}

.review p {
	font-size: 1.6em;
}

.review {
  color: #757578;
  padding: 20px;
  background: #EAE8E8 url(../images/review-bg.png) repeat-x bottom left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #DEDBDB;
}

.speach_bubble {
  background: url(../images/review-speach-bubble.png) no-repeat 0 0;
  width: 48px;
  height: 24px;
  position: relative;
  top: -12px;
  margin-left: 235px;
}

table.comparison tr.alt {
  background-color: #EDF2F3;
}

table.comparison td {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  width: 130px;
  vertical-align: middle;
}

table.comparison td img {
  display: block;
}

table.comparison td.price {
  font-weight: bold;
}

.product_details {
	float: left;
	width: 425px;
	padding: 20px;
	border: 1px solid #D3D4D5;
	text-align: center;
	margin-bottom: 20px;
	background: #FFFFFF;
}

.product_details img {
	max-width: 425px;
	margin: 0 auto;
}

.avg_rating {
  float: right;
  width: 175px;
  padding: 10px 20px;
  background: #f3f3f3 url(../images/sort-bg.png) repeat-x bottom left; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
  text-align: left;
}

.avg_rating h2 {
  color: #757578;	
  text-align: left;
}

.avg_rating img {
	margin: 5px 0;
}

.avg_rating p {
	color: #757578;
	margin-bottom: 0;
	text-align: left;
}

.star_rating {
	float: right;
}

td .star_rating {
	float: left;
}

.star_rating img {
	float: left;
}

td .star_rating img {
	width: 16px;
	height: 16px;
}

/* write a review */

.rating label {	
	padding: 0!important;
}

.rating .star_rating {
	padding: 0;
	margin: 0!important;
}

.rating input[type=radio] {
  position: relative;
  top: 2px;
}

.review_summary {
  clear: both;
}
	

/* enriched
--------------------------------------------- */

.btn, .container, .container table, .container fieldset {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;	
}


/* misc.
--------------------------------------------- */

hr, .hide {
  display: none;
}

a img {
  border: none;
}

/* notifications */

ul.errors, ul.success, ul.info {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;     
}

ul.errors {
  background-color: #FFF1F1;
}

ul.success {
  background-color: #E5FDD4;
}

ul.errors li, ul.success li, ul.info li {
  font-size: 1.2em;
  line-height: 1.8em;
}

ul.success li, ul.info li {
  font-weight: bold;
}


/* self-clear floats */

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ie fixes
--------------------------------------------- */

/* self-clear floats */

* html .group { /* IE6 */
  height: 1%;
}

*:first-child+html .group { /* IE7 */
  min-height: 1px;
}
