@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px; 
	font: normal 13px Arial, Helvetica, sans-serif;
	color:#333333;
	background:url('../images/background.jpg') repeat-x top left #1F1F1F;
}

body.mceContentBody {
  background: #fff;
}

img,span,div { behavior: url(/iepngfix.htc) }

a, img {
	padding:0px;
	margin:0px;
	border: none;
	color: #FF0099;
	text-decoration:none;
}

a:hover {
	color:#999;
}

.clear {
	width: 100%;
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
	line-height:0px;
}

.divider {
	width: 100%;
	height:0px;
	margin:14px 0;
	padding:0px;
	clear:both;
	line-height:0px;
	border-bottom:1px dotted #999999; 
}

#wrapper {
	width: 960px;
	margin: 15px auto 30px auto;
}

h1 {
  font-family: "Lucida Grande";
  position: relative;
  color: #000000;
	font-size:35px;
	margin-top: 5px;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  position: relative;
  color: #000000;
	font-size:25px;
	margin-top: 5px;
	display:inline;
}


h4 {
  font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin: 0px 0px 10px 0px;
	display: inline;
}

.checkout h4 {
	color: #FF0099;
	padding-bottom:10px;
	display:inline;
}

h4.grey {
	color:#333333;
}

#order a {
	color: #FF0099;
}
input.error {
	border: 1px solid #FF0099;
}
.invalid {
	color: #FF0099;
}

select.error {
	border: 1px solid #FF0099;
}

label.error { 
	float: left; 
	color: red;
	display: none !important;
}

.passwords label.error { 
	color: #FF0099;
	display: block !important;;
	clear:both;
}

.small {
	font-size: 11px;
}

p.small {
	margin:3px 0px;
}

.errorbox, .messagebox {
	padding:8px;
	width:900px;
	margin-bottom:10px;
}

.errorbox {
	color: #D8000C;
	background-color: #FFBABA;
	border: 1px solid #FF3300;
}

.messagebox {
	border: 1px solid #4F8A10;
	color: #4F8A10;
  background-color: #DFF2BF;
}

#login .errorbox {
	width: 840px;
}
	
.popup {
	height: 300px;
	width:400px;
	text-align:center;
	line-height:1.8em;
}

.popup a img {
	margin-top:20px;
}

label {
	font-weight:bold;
	margin: 8px 0 4px;
	display:block;
}
/*** HEADER ***/

#header {
	height:94px;
}

#header .logo {
	margin-top: 15px;
	float:left;
}

#header .cart {
	width: 520px;
	float: right;
	font-size:12px;
	height:100%;
	text-align:right;
}

#header .cart .links {
	margin-top:10px;
	float:right;
}

#header .cart a {
	text-decoration:underline;
	color: #999999;
}

#header .cart a:hover {
	color: #D9D9D9;
}

#header .cart .basket {
	float: right;
	text-align: left;
	padding-top: 10px;
	display: inline-block;
}

#header .cart .basket span {
	text-decoration:underline;
	float: left;
	height: 25px;
}
#header .cart .basket span {
	margin-left: 4px;
}
#header #basketCount {
	float: left;
	background: url(../images/header_bag.png) no-repeat;
	height: 25px;
	width: 15px;
	padding: 10px 3px 0px 7px;
	font-weight:bold;
	text-align:left;
	margin: -10px 10px 0;
	color: #D9D9D9;
	text-decoration:none;
	display: block;
}

#header .search-form {
	float: right;
	clear:both;
	vertical-align:baseline;
	width:100%;
}

#header .search-form .brands {
	border: 1px solid #333333;
	color: #999999;
	font-size:12px;
	height:30px;
	background-color:#000000;
	padding:4px;
	width: 180px;
	margin:5px 15px 0px 15px;
	vertical-align:middle;
}

#header .search-form .search {
	border: 1px solid #333333;
	color: #999999;
	font-size:12px;
	height:16px;
	background-color:#000000;
	padding:6px 4px;
	width: 245px;
	margin:5px 15px 0px 15px;
	vertical-align:middle;
}

#header .search-form .button {
	margin:5px;
	vertical-align:middle;
	display:inline;
}
.ie6button {
	display: none !important;
}

/*** NAVIGATION ***/

#navigation {
	background: url('../images/navigation.jpg') bottom repeat-x #000000;
	height:60px;
	width:960px;
	display:table;
	z-index: -1;
}

#nav {
	background: url('../images/navigation.jpg') bottom repeat-x #000000;
	z-index: 11;
	height: 60px;
	width: 100%;
	margin:0px;
	padding:0px;
	border:none;
	border-spacing:0px;
	border-collapse: collapse;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	overflow:visible;
}

#nav td {
	z-index: 12;
	list-style-type: none;
	float:left;
	margin:0px;
	padding: 0px;
	position: relative;
}

#nav td a, #nav td .brands {
	background: url('../images/navdivider.gif') right no-repeat;
	z-index: 13;
  height:30px;
	padding:15px 23px;
	margin:0px;
	text-align:center;
	display:block;
	text-decoration:none;
	white-space: nowrap;
	color:#CCCCCC;
	vertical-align:middle;
	line-height:25px;
}

#nav td a.last {
	background:none;
	color:#0096C8;
}

#nav td a img {
	vertical-align: top;
	padding-right:15px;
}

#nav td a:hover{
	color:#0096C8;
}

#nav td div {
	width: 200px;
	display:none;
	position:absolute;
	/*float:left;*/
	top: 60px;
	left: 0;
	z-index:99;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	border-left: 1px solid #272727;
	border-right: 1px solid #272727;
	border-bottom: 1px solid #272727;
	background-color: #0E0E0E;
	text-align:left;
}

#nav td div a{
	color:#333333;
	text-decoration:none;
	height:12px;
	text-align:left;
	font-weight:normal;
}

#nav td div ul{
	list-style-type:none;
	margin:0px;
	width: 160px;
	padding: 10px 10px 10px 20px;
	line-height:28px;
	float:left;
}

#nav td div li {
	width: 160px;
	float:left;
	white-space:normal;
	height:auto;
}

#nav td div li a{
	padding:6px 0px;
	height:16px;
	font-size:12px;
	line-height:14px;
	display:block;
	text-decoration:none;
	color:#CCCCCC;
	text-align:left;
	background:none;
}

#nav td div li a:hover{
	color:#0096C8;
}

/*** CATEGORY PAGE ***/

#category-banner {
	height: 100px;
	width:630px;
	padding: 140px 300px 20px 30px;
	color: #CCCCCC;
}

#categories {
	padding: 30px 20px 0px 20px;
	width:920px;
	overflow-x: hidden;
	background:url(../images/content_gradient.png) repeat-x top left #FFFFFF;
}

#categories .label {
	margin-bottom:20px;
	clear:both;
}

#categories .category {
	border: 1px solid #DDDDDD;
	width: 203px;
	height: 249px;
	margin-right: 33px;
	margin-bottom: 25px;
	float:left;	
}

#categories .category.last {
	margin-right: 0px;	
}

#categories .category-image {
	width: 203px;
	height: 203px;
	display: table-cell;
	vertical-align: middle;
}

#categories .category-image img {
	width: 195px;
	padding:4px;
}

#categories .category .name {
	width: 100%;
	padding: 15px 0px;
	height:15px;
	background:url(../images/category_gradient.png) repeat-x top left;
	color: #333333;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #DDDDDD;
}

#categories .category .name a {
	color: #333333;
}

#categories .category .name a:hover {
	color: #999999;
}

/*** BREADCRUMBS ***/

#breadcrumb {
	width:920px;
	height:19px;
	padding:20px 20px;
	background:url(../images/breadcrumb_gradient.png) repeat-x top left #F3F3F3;
	line-height: 18px;
	color: #999999;
	border-bottom: 1px solid #EEEEEE;
}

#breadcrumb a {
	color: #666666;
	font-size:12px;
}

#breadcrumb a:hover {
	color: #999999;
}

/*** INDEX ***/

#fader {
	clear:both;
	height:380px;
}

#small-banners {
	clear: both;
}
/*** LIST PAGE ***/

#products {
	padding: 20px;
	width:920px;
	overflow-x: hidden;
	background: url('../images/content_bg.jpg') top right no-repeat #FFFFFF;
}

#products .count {
	float: left;
	width:75%;
}

#products .sort {
	float:right;
	width:25%;
	text-align:right;
}

#products .count, #products .sort {
	padding-bottom: 20px;
	color:#333333;
}

#products .count a, #products .sort a {
	background-color:#f6f6f6;
	border:1px solid #DEDEDE;
	color:#666666;
	padding:2px 4px;
	text-decoration:none;
	line-height:2em;
}

#products .count a:hover, #products .sort a:hover {
	color:#FFFFFF;
	background:#999999;
}

#products .product, #related .product {
	width: 205px;
	margin-right: 33px;
	margin-bottom: 25px;
	float:left;	
}

#products .product.last, #related .product.last {
	margin-right: 0px;	
}

#products .product img, #related .product img {
	height:200px;
	width: 200px;
	padding:2px;
	border:1px solid #DDDDDD;
}

#products .product img:hover, #related .product img:hover {
	border:1px solid #CCCCCC;
}

#products .product .name, #related .product .name {
	padding: 10px 10px 5px 10px;
	color: #333333;
	font-size:13px;
	text-align:left;
	display:block;
}

#products .product .price, #related .product .price {
	color: #333333;
	font-weight:bold;
	padding: 0px 10px 10px 10px;
	display:block;
}

#products #product-form {
	margin: 30px 0px;
	clear:both;
}

#products #product-form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333333;
	font-weight:bold;
	padding:3px;
	border: 1px solid #CCCCCC;
	margin-top:5px;
}

#products #product-form .product-options {
	float: left; 
	width: 200px;
}

#products #product-form .product-quantity {
	float: left; 
	width: 110px;
}

#products #product-form .product-button {
	float: left;
}

/*** DETAIL PAGE ***/

#product-images {
	width: 452px;
	float: left;
	padding-right:18px;
}

#product-image {
	border: 1px solid #EEEEEE;
	height: 450px;
	width: 450px;
}

#product-images #thumbs {
	margin: 20px 0px;
}

#product-images #thumbs .label {
	margin-bottom:20px;
}

#product-images #thumbs .thumb {
	border: 1px solid #EEEEEE;
	height: 83px;
	width: 83px;
	cursor:pointer;
}

#product-content {
	float:right;
	width: 450px;
}

#product-content h1 {
	color: #C50163;
	font-size:30px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding:0px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
}

#product-content h2 {
	color: #999999;
	font-size:18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding:0px;
	line-height:20px;
}

#product-content h3 {
	color: #0096C8;
	font-size:20px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding:0px;
	line-height:20px;
}

#product-content #product-info {
	width: 100%;
	border-top: 1px solid #E2E2E2;
}

#description-tab, #moreinfo-tab {
	width: 100%;
	color: #333333;
	clear:both;
}

#moreinfo-tab {
	display: none;
}

#description-tab #description-on, #moreinfo-tab #description-off {
	float: left;
	margin-bottom:1px;
}

#description-tab #moreinformation-off, #moreinfo-tab #moreinformation-on {
	float: right;
	margin-bottom:1px;
}
#description-tab #description-on, #moreinfo-tab #moreinformation-on, #description-tab #moreinformation-off, #moreinfo-tab #description-off {
	display: block;
}
#description-tab #description-off, #moreinfo-tab #moreinformation-off, #description-tab #moreinformation-on, #moreinfo-tab #description-on {
	display: none;
}

#description-tab .content, #moreinfo-tab .content {
	border: 1px solid #EEEEEE;
	padding: 10px;
	margin-top: 1px;
	clear:both;
	height:410px;
	overflow-y: scroll;
}

#related {
	clear:both;
	width:920px;
	padding:15px 20px;
	background:url(../images/related_gradient.png) repeat-x top left #F9F9F9;
	line-height: 18px;
	color: #999999;
}

#related .label {
	margin-bottom:20px;
}

.addthis_button {
	padding-top: 10px;
	float:left;
}

/*** FAQS ***/

.faqs ul {
	margin: 10px 0px;
	padding:0;
}

.faqs ul li {
	margin: 10px 0px;
	padding:0;
	list-style-type:none;
}


.faqs ul li.answer {
	border: 1px solid #CCCCCC;
	padding:4px;
}

.faqs ul li a {
	color:#FF0099;
}
/*** LOGIN ***/

#login {
	width:820px;
	padding:48px;
	border:1px solid #CCCCCC;
	background: url('../images/login_bg.jpg') top repeat-x #FFFFFF;
}

#login-form {
	width:400px;
	height:260px;
	padding: 10px 20px 5px 0;
	background: url('../images/login_divider.png') top right no-repeat;
	float:left; 
} 

#login-register {
	float: left;
	width: 340px;
	padding: 10px 0 5px 40px;
}

#login input[type=text], #login input[type=password], #register-form input[type=text], #register-form input[type=password], #info input[type=text], #account input[type=password] {
	font-size: 13px;
	color:#333333;
	padding:6px 3px;
	border: 1px solid #CCCCCC;
	margin:5px 10px 10px 0px;
	width:282px;	
}

#login input[type=text].error, #login input[type=password].error, #register-form input[type=text].error, #register-form input[type=password].error, #info input[type=text].error, #account input[type=password].error {
	border: 1px solid #FF0099;
}

#account input[type=password] {
	margin:5px 10px 5px 0px;
	width:242px;
}
#login a, #checkout a, .section a, .fullsection a {
	color:#FF0099;
}

/*** CART ***/

#cart-table {
	background:url(../images/cart_header.jpg) no-repeat top left;
	font-size:13px;	
}

.cart-header  {	
	color: #FFFFFF;
	background-image:none;
}

#cart-container a, #login a  {
	color: #FF0099;
}
#cart-container a:hover, #login a:hover  {
	color: #666666;
}	
#cart-container input[type=text] {
	height: 23px;
	width: 38px;
	border:1px solid #ccc;
	color: #333333;
	font-size:13px;
	text-align:center;
}
#cart-messages {
	text-align: center;
	width:100%;
}
.cartmessage  {
	background:none repeat scroll 0 0 #FFCCFF;
	border:1px solid #FF0099;
	color:#FF0099;
	display:inline-block;
	font-size:18px;
	line-height:20px;
	margin:10px;
	padding:19px 50px 20px;
	text-align:center;
}

.cart-footer {
	background:#F3F3F3;
	color:#333;
	font-size:18px;
	font-weight:bold;
}

/*** CHECKOUT ***/

#checkout-form  {
	line-height:1.4em;
}

#checkout-form a, #account a  {
	color: #FF0099;
}

#delivery-form {
	
}

.icon {
	float:right;
}

.heading {
	border-bottom:1px dotted #999999; padding-bottom:10px;
}

#account .heading {
	border:none;
}

.formfields, .formfielddrop {
	border: 1px solid #CCCCCC;
	padding:3px 1px;
	font-size:13px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}

.formfielddrop {
	padding:2px;
	height:25px;
}

#cardholder, #payment {
	float: left;
	width: 450px;
	margin-right:20px;
}

#confirm #cardholder, #confirm #delivery, #order #cardholder, #order #delivery {
	width:274px; 
	height: 210px;
	border-right:1px dotted #999999; 
	margin-right:30px;
}	

#account #cardholder, #account #delivery, #account #password, #account #orders {
	padding: 20px;
	margin-right:10px;
	border: 1px solid #CCCCCC;
	width:258px;
	height:218px;	
	background: #FFFFFF;
	float:left
}

input#confirm_pass[type="password"], input#new_pass[type="password"] {
	float: left;
	width:220px;
}

#account #orders {
	width: 878px;
	height:auto;
	margin: 10px 0 0 0;
}

#account #orders table {
	width: 100%;
}

#account #orders th {
	padding:10px;
	background: #DDD;
	font-weight: bold;
	color:#333333;
	text-align:left;
}

#account #orders td {
	padding:10px;
}

#account #password {
	margin-right:0;
}

#confirm #payment, #order #payment {
	width:274px; 
	height: 210px;
}

#payment {
	margin-right:0px;
}

#delivery-form {
	display: none;
}

#delivery, #card-info {
	float: left;
	width: 450px;
}

#card-info {
	width: 470px;
	
}

#cart-container {
	display: block;
}

#card-info a {
	color: #FF0099;
}

.comodo {
	float: left;
	margin:28px 20px 0 0;
	display:inline;
}

.comodo a {
	color: #FF0099;
}

p.comodo {
	width: 340px;
	margin-right:0;
	font-size:11px;
}
.confirm-row .comodo {
	margin:0 10px 0 0;
}
.confirm-row p.comodo {
	width: 300px;
}
#popup {
	width:370px;
	padding:20px;
	background:#fff;
	font-size:13px;
}

#popup label, #popup td {
	font-size:13px;
}


/*** CART ***

#cart-summary {
	border: 1px solid #CCCCCC;
	width:100%;
	background: url(../images/cart_summary.jpg) repeat-x top left;
	text-align:center;
	height:45px;
	float:left;
	padding-top:15px;
}

#cart-container {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width:100%;
	float:left;
	background: #FFFFFF;
	margin-bottom:10px;
}

#cart-table, .cart-tables {
	margin: 0px 10px;
}

#cart-table a {
	color:#FF0099;
}

#cart-table a img {
	margin-right:20px;
	border:1px solid #CCCCCC;
}

.cart-tables select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	padding:3px;
	border: 1px solid #999999;
	margin-top:5px;
}

.cart-tables .total {
	font-size:18px;
	font-weight:bold;
	color: #333333;
}

.cart-tables .price {
	font-size:18px;
	font-weight:bold;
	color: #FF0099;
}

#cart-subtotal {
	color: #FFFFFF;
	font-size:13px;
	background-color:#FF0099;
	padding:10px;
	float:right;
	width:120px;
	text-align: center;
}

.cart-button {
	float: right;
}

/*** CHECKOUT ***

#checkout-form {
	border: 1px solid #D7D7D7;
	background:url(../images/bg_checkout.jpg) repeat-x top left #FFF;
	width:840px;
	height:577px;
	float:left;
	padding:0px 10px;
	font-size:12px;
}
#checkout-form.new {
	height:auto;
	float:none;
}

#checkout-form table {
	padding: 10px 0px;
	vertical-align: top;
}

#checkout-form table td {
	vertical-align:text-top;
}

#checkout-form.new table td {
	vertical-align:middle;
}

#checkout-form table h1 {
	font-size: 25px;
	line-height:25px;
	margin:0px 0px 10px 0px;
}

#checkout-form table h1 img {
   vertical-align: middle;
}  

#checkout-form .checkout-table {
	width: 250px;
	background:url(../images/checkout_divider.png) top right no-repeat;
	padding-right: 30px;
	margin-right:10px;
	float:left;
	height:579px;
}

#checkout-form input[type=text], #checkout-form input[type=password], #checkout-form textarea {
	font-size: 13px;
	color:#333333;
	padding:4px 3px;
	border: 1px solid #CCCCCC;
	width:212px;	
	margin: 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#checkout-form select {
	font-size: 13px;
	color:#333333;
	padding:1px;
	border: 1px solid #CCCCCC;
	height:24px;
	margin: 5px 0px;
}

#checkout-form input[type=text].required, #checkout-form .required {
	border: 1px solid #FF0099;
}

#expand-cart, #collapse-cart {
	margin: 0px -2px 10px 0px;
}

input[disabled], #checkout-form input.required[type="text"][disabled], #checkout-form input[type="text"][disabled],#checkout-form select[disabled]{
	border:solid 1px #CCCCCC;
	color:#666666;
	background-color:#E5E5E5;
}

#register_form input[type=text], #register_form textarea, #register_form input[type=password] {
	font-size: 13px;
	color:#333333;
	padding:4px 3px;
	border: 1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}

#register_form select {
	font-size: 13px;
	color:#333333;
	padding:1px;
	border: 1px solid #CCCCCC;
	height:24px;
}

#register_form input[type=text].required, #register_form input[type=password].required, #register_form .required {
	border: 1px solid #FF0099;
}


/*** ACCOUNTS ***

#register-form {
	border: 1px solid #CCCCCC;
	padding: 30px;
	background:url(../images/bg_checkout.jpg) repeat-x bottom left;
	margin-top:15px;
}

#checkout-form input.readonly[type="text"], #checkout-form select.readonly {
	border:solid 1px #CCCCCC;
	color:#666666;
	background-color:#E5E5E5;
}

.section {
	padding: 20px 10px;
	border:1px solid #ccc;
	width:200px;
	height:220px;
	float:left;
	margin-right:10px;
	display:inline;
	background:#FFFFFF;
}

.fullsection {
	padding: 20px 9px;
	border:1px solid #ccc;
	width:900px;
	float:left;
	margin-top:10px;
	display:inline;
	background:#FFFFFF;
}

.fullsection table {
	width:100%; 
}

.fullsection tr {
	width: 100%;
}

.fullsection tr td {
	padding: 0px 10px;
}

.fullsection tr.headings {
	height: 45px; vertical-align:middle; background:#DDDDDD;
}

.fullsection tr.item {
	height: 45px; vertical-align:middle;
}
.section .small {
	color:#9C9C9C;
}

.order_info {
	padding:20px 10px; background: #F3F3F3; border: 1px solid #DEDEDE; line-height:130%; margin-bottom:10px;
}

#FirstName, #LastName, #Phone, #Email {
	width: 120px;
	border: 1px solid #999999;
}

/*** INFO ***/

#info {
	padding: 20px 220px 20px 20px;
	width:720px;
	overflow-x: hidden;
	background: url(../images/content_bg.png) top right no-repeat #FFFFFF;
}

#info h1 {
	border-bottom: 1px solid #DDD; padding-bottom:10px;
}

#info a {
	color:#FF0099;
}

.button-right {
	float:right;
}

/*** FOOTER ***/

#footer {
	background: url(../images/bg_footer.png) #272727 repeat-x bottom;
	padding: 30px;
	width:900px;
	font-size: 12px;
	line-height:17px;
	color: #999999;
}

#footer ul {
	width: 200px;
	margin:0px;
	padding:0px;
	float: left;
}

#footer ul li {
	height: 20px;
	list-style-type: none;
}

#footer ul li a {
	color: #999999;
}

#footer ul li a:hover {
	text-decoration:underline;
}

#footer p {
	margin:0px;
	float: right;
	width:200px;
	display:block;
	line-height:17px;
	text-align:right;
}

#footer p a, #footer a  {
	color:#999999;
	clear:both;
	width: 400px;
}

#footer p a:hover, #footer a.ch6:hover {
	text-decoration: underline;
}

#footer .mailing {
	float: left;
	width:260px;
	display:block;
}

#footer_left {
	width: 670px;
	float:left;
}

#footer_right {
	float:right;
	width:200px;
	text-align:right;
}

#footer_right img {
	float:right;
	margin-bottom:10px;
}

#footer form {
	float: left;
	display: inline;
	margin:10px 0px;
}

.textinput {
	width: 200px;
	height:14px;
	padding:7px 5px;
	border: 1px solid #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	background: #101010;
	float:left;
	margin-top: 3px;
}

.subscribebutton {
	padding-left: 5px;
}

#footer .left {
	float:left;
	margin-top:34px;
}

#footer .right {
	float: right;
}

.ch6 {
	float:left;
	margin-top:10px;
}
