@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#00ABE4;
}
img, div { behavior: url(/stylesheets/iepngfix.htc) }
a:hover{
	text-decoration: underline;
}

img, a img{
border:none;
}

span.blue{color:#00ABE4;}
span.dark_blue{color:#05335E;}
span.red{color:#FF0000;}
span.enlarge{font-size:1.4em;}

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #043766;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*--- START BUTTON STYLES ---*/
span.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
   	float:right;
	text-transform: uppercase;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:100% 0;
	background-repeat:no-repeat;
	height:24px;
	color:#FFF;
	margin:-1px 3px 0 0px;
	vertical-align:middle;
	padding-right: 20px;	
	
    padding-top:0px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}

span.button, span.button button{
    background-image:url(../images/redButton.png);
}

span.button button{
	white-space:nowrap;
	cursor:pointer;
    color:#FFF;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    background-color:transparent;
	background-position:0px 0;
	background-repeat:no-repeat;
	height:24px;
	padding:0 0px 0 20px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:0px;
	_margin-right:0px;	
	_display:block;
	_top:0;
	_left:-5px;
	font-weight:bold;
	font-style:italic;
}

span.button button{
   line-height:1.5;/*Opera need this*/
}
@media screen and (-webkit-min-device-pixel-ratio:0){/*SAFARI ONLY CSS*/
	span.button{
	}
	
	span.button button{
		text-transform: uppercase;
		padding-left: 23px;
	}
}

span.button button{
	padding-top:0px;
	line-height:1.5;/*Opera need this*/
}
/*--- END BUTTON STYLES ---*/
img{
	border: 0;
}
h1,h4{
	color: #05335E;
	font-style:italic;
}
h2{
	color: #0090C5;
	font-style:italic;
	font-size: 1.0em;
}

h3{
	color: #05335E;
	font-style:italic;
	text-transform:uppercase;
	margin-top:1.5em;
}
h5{
	color: #0090C5;
}

#mainProduct h5{
	color:#FF0000;
	font-style:italic;
	font-size: 1.0em;
}
input,textarea{
	border: #c5c5c5 solid 1px;
	width:95%;
	font-family:Arial, Helvetica, sans-serif;
}
textarea{
font-size:11px;
}
input.radio{
	width:auto;
}
table.form_table{
	width:100%;
}
.form_table td{
padding:1%;
padding-top:0;
}
td.label_cell{
	width:38%;
	padding:1%;
	padding-top:0;
}

td.input_cell{
	width:58%;
	padding:1%;
	padding-top:0;
}
label.radio{
	font-size:11px;
	color:#000;
	padding-right:5px;
}
label.radio input{
	margin-right:5px;
	width:auto;
}
p{
	margin-bottom: 1em;
}
table.options{
	margin-top:2em;
	margin-bottom:2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0090C5;
}
table.options th{
	color:#fff;
	background-image: url(../images/blueTab.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 2px 20px;
	text-transform: capitalize;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #05335E;
	font-weight: normal;
}

table.options th a{
	color:#003366;
}

table.options th.left{
	background-position: left top;
	border-left: none;
}
table.options th.right{
	background-position: right top;
}
table.options td{
	color: #05335E;
	background-color: #f7f7f7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
	padding: 4px 20px;
	font-weight: bold;
}
table.options span.error{
	font-weight:normal;
	color:#FF0000;
	font-style:italic;
	font-size:12px;
}
#container {
	width: 978px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/navBar.png);
	_background-image: url(../images/navBar.gif);
	background-repeat: no-repeat;
	background-position: center 135px;
	_background-position: left 136px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 24px;
	padding-bottom: 24px;
} 
#header{
	text-align: center;
	padding-bottom: 1em;
}
#logo{
	margin-bottom:30px;
}
#searchForm {
	float: right;
	width:auto;
	#display: block;
	#width: 350px;
	_width: 330px;
	#margin-top:-1px;
	color: #fff;
}
#searchForm #checkOut {
	float: right;
	margin-top: -4px;
	margin-left: 0.25em;
}
#searchForm input {
	width: 9.5em;
	margin-left: 0.25em;
	height: 1.2em;
	#height: 1.1em;
	padding: 0 0.25em;
}
#nav {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	text-align:left;
	color: #999;
	margin-bottom: 1em;
	_margin-bottom: 2em;
	letter-spacing: 0.1em;
	font-size:0.9em;
	font-weight: bold;
}
#nav ul{
	list-style:none;
}
#nav li {
	padding-left: 1em;
	display: inline;
	_display: block;
	_float: left;
	margin-right: 0.75em;
	background-image: url(../images/navArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
	_white-space: nowrap;
}
#nav a{
	color: #fff;
}
#nav li.selected a, #nav a:hover {
	color: #0190C5;
}
#nav li.first {
	background-image: none;
	padding-left:0;
}

/* SUB NAV... */
#nav ul ul{
position:absolute;
top:100%;
left:0;
background-color:#043766;
width:290px;
z-index:999;
}

#nav ul ul li{
margin:0;
padding:0;
}

#nav ul ul a{
display:block;
height:15px;
width:270px;
padding:10px;
background-color:#043766;
margin:0;
line-height:14px;
border:1px solid #0D5989;
border-top:none;
text-transform:none;
}

#nav ul ul a:hover{
text-decoration:none;
color:#FFF;
background-color:#33CCFF;
}

#nav ul ul{
display:none;
}




.featured_category h3{display:none;}

#sidebar
{
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
}

.sidebar
{
	width: 250px;
	margin-bottom: 20px;
}

#sidebar h2,
.sidebar h2
{
	font-style: italic;
	text-transform: uppercase;
	color: #ff0;
	background-image: url(../images/specialOffer_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 100%;
	height: 24px;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
}

#sidebar h3,
.sidebar h3
{
margin:0;
text-align:center;
}

#sidebar #sidebarContent,
.sidebar .sidebarContent,
.sidebar .content
{
	background-color:#fff;
	padding-top: 0.1em;
	padding-right: 2em;
	padding-bottom: 0.1em;
	padding-left: 2em;
}
#sidebar #sidebarFooter,
.sidebar .sidebarFooter
{
	background-image: url(../images/sidebarFooter.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 20px;
	padding-top: 3px;
	color: #ff0;
}
#sidebar #sidebarFooter a, #sidebar #sidebarFooter a:hover,
.sidebar .sidebarFooter a, .sidebar .sidebarFooter a:hover
{
	color: #ff0;
	text-decoration:none;
}

.sidebar div.login{
	width:auto;
	
}
#main {
	margin: 0 296px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

.fullWidth {
	width:970px;
}

#sidebarContent ul, #related ul, #blogSidebarContent ul {
	list-style: none;
}
#sidebarContent li {
	text-align: center;
}
.pagination{
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}
.pagination a, .pagination span.current{
	margin: 0 0.25em;
}
.pagination a.prev{
	background: url(../images/prev.gif) no-repeat left center;
	padding-left: 14px;
}
.pagination a.next{
	background: url(../images/next.gif) no-repeat right center;
	padding-right: 14px;
}
.product {
	margin-bottom: 1em;
}
.product h3 {
	background-image: url(../images/productBullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding-left: 1em;
	font-size: 1.2em;
	color: #05335E;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0.25em;
	text-align: left;
	/*white-space:nowrap;*/
	text-transform:capitalize;
	clear:left;
}
.product .summary, .product .details, #sidebar .product{
	#padding-bottom: 0.5em;
}
.product ul, #mainProduct ul{
	list-style:square;
	font-size:0.9em;
	margin-bottom: 1em;
	width:auto;
	float:none;
	padding-left:0.5em;
}
#mainProduct{
	padding-left:230px;
}
div#mainContent div#mainProduct ul li{
	list-style:square outside;
	display:list-item;
}
.product ul li,#mainProduct ul li{
	list-style:square outside;
	display:list-item;
	float:none;
	width:auto;
	margin: 0;
	margin-left:1.1em;
}
.product .small{
	color: #05335E;
	font-style:normal;
}
.productImage {
	margin-bottom: 0.5em;
	position: relative;
	text-align:center;
}
.productImage .offerSticker {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 48px;
	width: 51px;
	background-image: url(../images/offerLabel.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.offerSticker span {
	display: none;
}
.infoBuy {
	position: absolute;
	top: 0px;
	background-image: url(../images/blueButton.png);
	_background-image: url(../images/blueButton.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 1.75em;
	left: 10px;
	padding-top: 3px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	min-width: 63px;
}
.infoBuy span{
	position: absolute;
	left: -11px;
	width: 11px;
	height: 20px;
	padding-top: 3px;
	background-image: url(../images/blueButton.png);
	_background-image: url(../images/blueButton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	text-decoration:none;
}
a.infoBuy:hover{
	text-decoration:none;
}
#categoryList {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
}
#categoryList li{
	float: left;
	#margin:0;
}
#categoryList li a{
	width: 103px;
	height: 17px;
	padding-top:12px;
	background-position:left 8px;
	background-repeat:no-repeat;
	display:block;
	background-image: url(../images/tab.gif);
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
	font-size:10px;
	text-align:center;
}
#categoryList li a span{
	
}
#categoryList li a:hover,#categoryList li.selected a{
	background-position: left top;
	text-decoration:none;
	padding-top:5px;
	height:24px;
}
#categoryList li.active a{
	background-image: url(../images/activeTab.gif);
}
#categoryList li.body a{
	background-image: url(../images/bodyTab.gif);
}
#categoryList li.muscle a{
	background-image: url(../images/muscleTab.gif);
}
#categoryList li.professional a{
	background-image: url(../images/professionalTab.gif);
}
#categoryList li.active a span,
#categoryList li.body a span,
#categoryList li.muscle a span,
#categoryList li.professional a span{
display: none;
}

#basket {
	font-style: italic;
	color: #FFFFFF;
	background-image: url(../images/blueTab.png);
	_background-image: url(../images/blueTab.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;/**/
	text-align:right;
	margin-right: 8px;
	_margin-right: 4px;
	padding-top: 10px;
	padding-left: 8px;
	height: 19px;
	position: relative;
	width: auto;
	#position: absolute;
	#top:1px;
	#right:0;
	_position: relative;
	_top:0;
	_right:0;
	font-size:1.0em;
	_font-size: 1.0em;
	line-height:1em;
	width: 254px;/**/
	_width: auto;/**/
	display:none;
}
#basket.small{
display:none;
}
.fullWidth #basket{
	display:block;
	width:350px;
	/*width: 541px;
	_width: 536px;*/
}
#basket a{
	color: #fff;
	font-weight: bold;
	margin:0 0 0 1em;
}
#basket a#basketTotal{
	/*margin:0 1em;*/
}
#basket span {
	background-image: url(../images/blueTab.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 8px;
	bottom: 0px;
	right: -8px;
	padding-top: 2px;
	height: 19px;
}
.price {
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style:normal;
}

.fullWidth .price{
	font-size: 1.05em;
}
#mainHeader {
	position:relative;
}
#mainContent {
	background-color:#fff;
}
#mainContent .productImage{
	float:left;
	width: 234px;
}
#mainContent .productImage.main{
	margin-left:-25px;/**/
	_margin-left: 0;
}
#mainContent  .offerSticker {
	top: 45px;
	right: 45px;
}
#mainFooter{
}
/*--------------------------------*/
/* RELATED PRODUCT SPECIFIC STYLES*/
/*--------------------------------*/
#related{
	width: 100%;
	_width: 99.5%;
	margin-top:1.5em;
}
#related .product, .productList .product, #sidebar .product{
	border-bottom: #00A8E1 solid 2px;
	#background-color: white;
}
#related .product, #sidebar .product{
	padding: 0.5em;
}
#related h2 {
	background-image: url(../images/specialOffer_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 250px;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	height: 23px;
	padding-top: 5px;
}
ul.productList  {
	padding: 1em;
}
#related li, .productList li {
	display:block;
	float: left;
	text-align: left;
	width: 23%;
	#width: 25%;
	margin: 1em 5%;
	#margin: 1em 2em;
	_margin: 1.5em 1.75em;
	#background-color: white;
}
.productList li {
	#width: 24%;
	margin-left:0.5em;
	margin-right:0.5em;
}
.productList .product{
	/*height: 30.5em;
	#height: 32.5em;*/
}
.productList .product ul{
	/*height: 9em;
	overflow:auto;*/
}
.productList li p {
	font-size: 0.9em;
}
#mainContent .productList .product .productImage{
	width: 100%;
}
#relatedHeader {
	background-image: url(../images/relatedHeadbar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 12px;
}
div#relatedContent {
	background-color:#fff;
	min-height: 10px;
	_height: 10px;
	color: #04325A;
	_margin-top:-4px;
}
#relatedContent ul{
}
#relatedContent .offerSticker, .productList .offerSticker {
	top: 45px;
	right: 0px;
}
#relatedFooter{
}
#footer {
	margin-top: 1em;
} 
#footer  a {
	font-style: italic;
	color: #ff0;
	padding-right: 2em;
}
/*-------------------------*/
/* CATEGORY SPECIFIC STYLES*/
/*-------------------------*/
#mainContent, .muscle #mainContent, .active #mainContent, .body #mainContent, .professional #mainContent, .basket #mainContent, .general #mainContent {
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top-width: 15px;
	border-top-style: solid;
	padding-bottom: 110px;
	/*#padding-bottom: 250px;*/
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
}
.muscle #mainContent {
	background-image: url(../images/muscleMiddle.gif);
	border-top-color: #8D9AA3;
}
.active #mainContent {
	background-image: url(../images/activeMiddle.gif);
	border-top-color: #FF0000;
}
.body #mainContent {
	background-image: url(../images/bodyMiddle.gif);
	border-top-color: #FFB821;
}
.professional #mainContent {
	background-image: url(../images/professionalMiddle.gif);
	border-top-color: #000;
}
.basket #mainContent, .general #mainContent, #mainContent {
	background-image: url(../images/blueMiddle.gif);
	border-top-color: #0278AD;
}
.fullWidth #mainContent{
	background-image:none;
	padding-bottom: 50px;
}
.fullWidth.muscle #mainContent, .fullWidth.active #mainContent, .fullWidth.body #mainContent, .fullWidth.professional #mainContent, .fullWidth #mainContent {
	padding: 13px;
	background-image:none;
	padding-bottom: 50px;
}
.fullWidth.homepage #mainContent{
	padding: 0;
}
#mainFooter, .muscle #mainFooter, .active #mainFooter, .body #mainFooter, .professional #mainFooter, .basket #mainFooter, .general #mainFooter {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;	
}
.muscle #mainFooter{
	background-image: url(../images/muscleFooter.gif);
}
.active #mainFooter{
	background-image: url(../images/activeFooter.gif);
}
.body #mainFooter{
	background-image: url(../images/bodyFooter.gif);
}
.professional #mainFooter {
	background-image: url(../images/professionalFooter.gif);
}
.basket #mainFooter, .general #mainFooter, #mainFooter {
	background-image: url(../images/blueFooter.gif);
}
.muscle #mainFooter span,.active #mainFooter span,.body #mainFooter span,.professional #mainFooter span,.basket #mainFooter span, .general #mainFooter span {
	display:none;
}
/*-------------------------*/
/*HOME PAGE SPECIFIC STYLES*/
/*-------------------------*/
.homepage #mainContent {
	/*border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #0278AD;*/
}
.homepage #mainContent ul{
	list-style-type: none;
}
.homepage #mainContent li{
	display:block;
	float: left;
	text-align: left;
	width: 226px;
	margin: 0.25em 0 1em 1em;
	_margin: 0.25em 0 1em 0.75em;
	background-repeat: no-repeat;
	background-position: center top;
}
.homepage #mainContent li span{
	display:block;
	padding:0 1em;
	font-size: 0.9em;
}
.homepage #mainContent li.muscle{
}
.homepage #mainContent li.body{
}
.homepage #mainContent li.active{
}
.homepage #mainContent li.professional{
}
/*-------------------------*/
/*   END HOME PAGE STYLES  */
/*-------------------------*/

div.info{
	margin:5px;
	border:1px solid #CCC;
	background-color:#EEE;
	font-size:0.75em;
	padding:5px;
}

div.info h3{
	margin-top:0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
	_font-size: 15px;
    line-height: 0px;
	float: none;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small{
	font-size: 85%;
}
span.required{
color: #FF0000;
}
.message{
border:1px solid #CC9900;
background-color:#FFFF99;
padding:10px;
margin:10px;
}

.message.grey{
border:1px solid #CCC;
background-color:#EEE;
padding:10px;
margin:10px;
}

.textRegion{
padding:20px;
}

/* Comments...*/

.comment{
font-size:0.8em;
padding:10px;
margin:0 0 5px 0;
border-bottom:1px dotted #0278AD;
background-color:#EEE;
position:relative;
}

.comment .comment{
font-size:0.9em;
background-color:#FFFFFF;
border-bottom:1px dotted #999;
}

.comment_title{
margin:0;
font-style:normal;
}

.comment_reply_heading{
margin-bottom:5px;
color: #0090C5;
}

.comment_date{
color:#999999;
font-style:italic;
}

.comment_reply{
position:absolute;
top:10px;
right:10px;
color:#666;
font-size:10px;
}

div.add_comment{

border-top:1px solid #DDD;
padding:20px;
margin: 5px 0;
}

h4.comment_count, h4.add_comment{
margin:20px 0 5px 0;
}

h4.comment_count span{
color:#666;
}

table.comments_table{
width:auto;
margin:0 auto;
}

table.comments_table td{
padding:1px;
}

.comment_form_label{
width:150px;
}

table.comments_table .text_input{
width:296px;
padding:2px;
}

table.comments_table .textarea{
width:300px;
height:100px;
border:1px solid #C5C5C5;
}

table.comments_table .text_input,
table.comments_table .textarea{
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
}

/* Blog specific styles */
.blog_list*,.tag_list*{
	text-align:left;
}

ul.blog_list li,ul.tag_list li{
	text-align:left;
	padding:10px;
	border-bottom:1px solid #DDD;
}

.blog_date{
	font-size:1.5em;
	color:#999;
	font-style: italic;
}

#blogSidebarContent{
background-color:#012240;
}

#blogSidebarContent h3{
margin:5px;
}

.blog_info{
	padding:0 0 5px 0;
	margin:0;
	font-size:0.8em;
	margin: 5px 0 20px 0;
	border-bottom: 4px solid #FF0000;
}

.blog_info p{
margin:0;
padding:0;
}

.blog_listing{
padding:10px;
margin: 5px 0 5px;
}

.blog_listing h3{
margin-top:0;
padding-top:0;
}

.blog_listing.off{
background-color:#FFF;
border:1px solid #CCC;
}

.blog_listing.on{
border:1px solid #DDD;
}

/* Login styles */

div.login{
width:300px;
margin:0 auto;
}

div.login input{
margin: 5px;
}

.note{
color:#999;
font-size:10px;
font-style:italic;
}

div.column{
float:left;
width:45%;
}


div.column h3{
font-size:12px;
margin:10px 0 0 0;
}

div.column h4{
font-size:12px;
color:#FF0000;
border-bottom: 1px dotted #999;
border-top: 1px dotted #999;
padding:2px;
margin: 5px 0;
}

div.column.right{
float:right;
}

div.account_region{
border-bottom: 3px solid #00ABE4;padding:5px;
margin-top:5px;
padding-bottom:15px;
margin-bottom:15px;
border-top:1px solid #DEDEDE;
border-left:1px solid #DEDEDE;
border-right:1px solid #DEDEDE;

}

.sidebar.order_history{
margin-top:25px;
}

div.orders{
padding-top:15px;
}

p.order{
border-bottom: 3px solid #00ABE4;
padding-bottom:15px;
margin-bottom:15px;
}

.account .message.grey{
font-size:12px;
}

.account table{
font-size:12px;
}

.account input{
margin:2px;
}

.account h2{
font-size:18px;
}

.account .button{
margin:10px 0;
}

/* REVIEWS */

p.rating{
line-height:20px;
padding:0;
}

.stars{
background-image:url(/images/stars.gif);
background-repeat:no-repeat;
background-position:0 0;
margin:0;
}

.stars_1{background-position:0 -20px;}
.stars_2{background-position:0 -40px;}
.stars_3{background-position:0 -60px;}
.stars_4{background-position:0 -80px;}
.stars_5{background-position:0 -100px;}

.addReview table{
width:100%;
}

.reviews{
border:1px solid #DDD;
border-top: 3px solid #0090C5;
padding:5px;
margin-top:15px;
}

.review{
position:relative;
border-bottom:1px solid #DDD;
margin-bottom: 10px;
}

.review.last{
margin-bottom:0;
border-bottom:none;
}
.reviewer_stars{
position:absolute;
top:0;
right:0;
}

/* INFO SWITCHER */

.tabs li{
float:left;
margin:0;
padding:0;
list-style:none;
padding-right:10px;
margin-right:1px;
}

.tabs li a{
display:block;
width:auto !important;
width:150px;
height:21px;
color:#FFF;
font-style:italic;
background:url(/images/blueTab.png) top left no-repeat;
padding: 0 0 0 10px;
font-weight:bold;
position:relative;
font-size:13px;
}

.tabs li a:hover{
text-decoration:none;
color:#05335E;
}

.tabs li a span.corner{
position:absolute;
left:100%;
top:0;
display:block;
width:10px;
height:21px;
background:url(/images/blueTab.png) top right no-repeat;
}

.tabs li.selected a,
.tabs li.selected a span.corner,
.tabs li.selected a:hover
{
color:#EEE;
background-image:url(/images/greyTab.png);
}

.hiddenPages{
padding:15px;
background:#F7F7F7;
background:#EEE;
margin-bottom:15px;
}
.hidden p, .hidden li{
color:#05335E;
font-size:12px;
}

.hidden ul{
padding-left:20px;
}

/* POPUP */

.popup{
	display:none;
	position:absolute;
	width:500px;
	padding:15px;
	height:auto;
	min-height:350px;
	background:url(/images/popup_shadow.png) !important;
	background:	#023A64;
	top:15%;
	left:50%;
	margin-left:-250px;
	/*border:1px solid #106293;*/
}

.popup .window{
	background:#FFF;
	height:auto;
	min-height:350px;
	padding:20px;
	position:relative;
	text-align:left;
	width:480px;
}

.popup .window a.close{
	position:absolute;
	top:10px;
	right:10px;
}

.popup .hiddenPages{
	border:1px solid #CCC;
	border-top:5px solid #CCC;
	background:#FFF;
}

.popup h2{
	font-size:25px;
}

.popup h3{
	margin-bottom:5px;
	border-bottom: 2px solid #0090C5;
	font-size:20px;
	padding-bottom:2px;
	text-transform:none;
}

.popup h3 strong{
	color:#FE0002;
}

.popup h4{
	margin-bottom:5px;
	border-bottom: 2px solid #0090C5;
	font-size:18px;
	padding-bottom:2px;
	text-transform:none;
}
