/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/* reset.css */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* base.css */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style: decimal outside;}ul li{list-style: disc outside;}dl dd{margin-left:1em;}th,td {border:none;padding:.5em;}th {font-weight:bold;text-align:center;}caption {margin-bottom:.5em;text-align:center;}p,fieldset {margin-bottom:1em;}
/* fonts */
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/* STYLESHEET BEGINS */
body {
	font-family:arial, sans-serif;
	font-size:12px;
	padding:0;
	color:#000;
	background:#000 url(images/background-tile.jpg);
}
ol li {
	margin-bottom:10px;
}
ul li {
	margin-bottom:5px;
}
small {
	line-height:12px;
}
a {
	color:#06597b;
}
h1 {
	font-size:175%;
}
h1.header, h2.header, h3.header {
	margin:0 -10px 15px -10px;
	background:#333;
	color:#FFF;
	padding:5px 10px;
	font-size:16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
h1.header img, h2.header img {
	float:right;
}
#checkout h2.header {
	margin-top:15px;
}

#print {
	background:#FFF;
}

#print #products.upsales {
	display:none;
}

h2 {
	font-size:150%;
}
h3 {
	font-size:115%;
}
h1, h2, h3, h4, h5, h6 {
	color:#06597b;
	margin:1em 0 0.5em 0;
	text-align:left;
}

div.hr hr {
	display:none
}
div.hr {
	border-bottom:1px solid #999;
	margin:5px 0;
}

/** Oldschool markup clear **/
.clear {
	clear:both;
	height:0;
}
#flashMessage {
	margin:0 0 10px 0;
	color:#06597b;
	font-weight:bold;
	padding:6px 3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	text-align:center;
	color:#FFF;
}
#flashMessage.ok {
	background:#2ea726;
}
#flashMessage.error {
	background:red;
}
#flashMessage.info {
}
#wrapper {
	position:relative;
	width:990px;
	margin:0 auto;
	background:transparent url(images/page-shadow.png) repeat-y;
}
#container {
	margin-left:20px;
	background:#FFF;
	width:800px;
	padding:5px;
	float:left;
	display:inline;
}
#top {
	position:relative;
	background:#000 url(images/banner.jpg) no-repeat;
	display:block;
	height:90px;
	margin-bottom:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#top #home {
	display:block;
	height:100%;
	width:100%;
}
#top #home span {
	display:none;
}
#miniBasket {
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	background:url(images/cart.jpg) no-repeat;
	width:144px;
	height:68px;
	color:#000;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#miniBasket .qty {
	position:absolute;
	top:5px;
	right:12px;
}
#miniBasket .total {
	position:absolute;
	top:25px;
	right:12px;
	font-size:11px;
}
#searchbar {
	position:relative;
	background:#333;
	color:#FFF;
	padding:5px 10px;
	margin-bottom:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:10px;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
#searchbar form {
	float:right;
	display:inline;
}
#searchbar form #SearchQuery {
	border:1px solid #000;
	padding:3px;
	width:135px;
	height:12px;
	font-size:10px;
	float:left;
	display:inline;
	margin-right:5px;
}
#searchbar input.submit {
	background:#40ba0f;
	color:#FFF;
	padding:0px;
	height:20px;
	
	margin:0;
	border:1px solid #000;
	float:left;
	display:inline;
	font-size:10px;
	width:auto;
}

#breadcrumbs {
	height:20px;
	float:left;
	width:550px;
	overflow:hidden;
}
#breadcrumbs .before {
	float:left;
	display:inline;
	font-size:10px;
	margin-right:3px;
}
#breadcrumbs ul {
	display:inline;
}
#breadcrumbs li {
	background:url('images/breadcrumbs-separator.png') no-repeat right center;
	padding-right:12px;
	list-style:none;
	float:left;
}
#breadcrumbs li a {
	color:#FFF;
	font-size:10px;
	text-decoration:none;
	display:block;
}
#breadcrumbs li a:hover {
	text-decoration:underline;
}
#breadcrumbs li.lastChild {
	background-image:none;
}

#content {
	overflow:hidden;
}
#default #content {
	float:right;
	display:inline;	
	width:615px;	
}
#checkout #wrap {
	padding:0 10px;
}
#content h1 {
	margin-top:0;
}
#right {
	position:relative;
	float:right;
	display:inline;
	width:160px;
	padding-bottom:5px;
}
#left {
	float:left;
	display:inline;
	width:180px;
}
.box {
	padding:10px;
	background:#333;
	color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:5px;
}
.box h3 {
	margin:0 0 10px 0;
	color:#FFF;
	font-size:12px;
	text-align:left;
}
.box a {
	color:#FFF;
	font-weight:bold;
}
#right .box {
	margin-bottom:5px;
	background:#333;
} 
#navigation {
	margin:0;
	padding:5px 0;
	width:180px;
	background:#333;
	color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* SUB */
#navigation ul {
	margin:0 0 0 10px;
}
#navigation ul a.active {
	background:#333;
	text-decoration:underline;
}

#navigation li {
	list-style:none;
}
#navigation a {
	outline:0;
	color:#000;
	padding:5px 5px;
	margin:0 5px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	zoom:1;
}
#navigation a:hover {
	text-decoration:underline;
}
#navigation a.active {
	background:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#footer {
	text-transform:uppercase;
	font-size:10px;
	height:30px;
	line-height:30px;
	padding:2px 0;
	background:#000;
	color:#FFF;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
#footer span {
	margin:0 5px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}


.hover {
	cursor:pointer;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}


div.input label {
	display:block;
	cursor:pointer;
	margin-bottom:2px;
	float:left;
	width:160px;	
}
div.input label span {
	font-size:10px;
}
div.input {
	margin-bottom:7px;
}
div.text input,
div.select select,
div.input textarea {
	padding:2px 4px;
	border:1px solid #999;
	width:220px;
	margin:0;
}
div.checkbox input {
	height:20px;
	width:20px;
	cursor:pointer;
	float:left;
}
div.checkbox label {
	float:left;
	margin-right:5px;
}
div.checkbox span {
	font-size:10px;
	line-height:19px;
}
div.checkbox {
	margin-top:15px;
}
div.select select {
	width:230px;
}
div.submit {
	margin:10px 0 15px 0;
}
div.submit input {
	cursor:pointer;
}
input.next {
	margin:10px 0 5px 0;
	padding:3px 15px;
	border:1px solid #669933;
	color:#FFF;
	background:#93C844 url(images/next-button-top.gif) repeat-x 0px 10px;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	float:right;
	display:inline;
}
a.back {
	font-size:12px;
	position:relative;
	top:1.5em;
}
div.error input,
div.error select,
div.error textarea {
	border-color:#B00000;
}
div.input .error-message {
	color:#B00000;
	font-size:10px;
	font-weight:bold;
	margin-left:160px;
}

table {
	border-collapse:collapse;
}
th, td {
	text-align:left;
	vertical-align:top;
	padding:0.25em 0;
}
th {
	padding-right:0.25em;
}

/* CUSTOMER */
#CustomerAddress {
	height:2.3em;
}
#CustomerZipCode {
	width:55px;
	margin-right:10px;
}
#CustomerCity {
	width:145px;
}
#acceptTerms {
	margin-left:160px;
}
#acceptTerms label {
	white-space:nowrap;
	overflow:hidden;
	width:auto !important;
}
#acceptTerms .error-message {
	margin-left:0px;
}

/* PAYMENT */
#expMonth,
#expYear {
	width:50px;
}
#csc {
	width:30px;
}
#cscExplain {
	font-size:11px;
	margin-left:10px;
}
#ccIllustration {
	float:right;
	width:300px;
	height:183px;
	background-image:url('images/visa-explanation.png');
	background-repeat:no-repeat;
}
.cardNo {
	background-position:0 0;
}
.cardExp {
	background-position:0 -183px;
}
.cvc {
	background-position:0 -366px;
}


/*#right h3 {
	font-size:12px;
	margin-top:15px;
	margin-bottom:5px;
	line-height:20px;
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:left 1px;
}
#right #ssl h3 {
	background-image:url(images/ssl.png);
}
#right #paymentOptions h3 {
	background-image:url(images/money.png);
}
#right #delivery h3 {
	background-image:url(images/download.png);
}
#right #help h3 {
	background-image:url(images/help.png);
}*/

small {
	font-size:10px;
}

#inline { /* Colorbox inline content */
	display:none;
}

#processingPayment h2, #processingPayment {
	text-align:center;
}

#downloadLinks {
	margin-left:0;
	margin-top:0;
}
#downloadLinks li {
	list-style:none;
}
#downloadLinks h3 {
	font-size:14px;
}
#downloadLinks ul {
	margin-top:20px;
	margin-left:0;
}

.warning {
	color:#FFF;
	background:#DF0000;
	padding:10px;
	margin:20px 0;
}
.warning h1, .warning h2 {
	margin-top:0;
	color:#FFF;
}
.warning a {
	color:#FFF;
}

/**
Live Support
**/
#webim {
	margin-top:10px;
}
#webim .liveSupportChat {
	display:block;
	font-size:11px;
	text-align:left;
	color:#000;
}


/** SEARCH RESULTS **/
span.highlight {
	font-weight:bold;
}
#searchResults {
	width:100%;
	border-collapse:collapse;
}
#searchResults h2 {
	margin-top:0;
	margin-bottom:5px;
	font-weight:normal;
}
#searchResults td {
	padding:10px 5px;
}
#searchResults th {
	text-align:left;
}
#searchResults tr.alt {
	background:#F5F5F5;
}
#searchResults tr:hover {
	background:#F2F2F2;
	cursor:pointer;
}
#searchResults h1 {
	margin-top:0;
}
#searchResults a.url {
	outline:0;
	display:block;
	font-size:10px;
	color:blue;
	margin-top:3px;
}


/** FACEBOX **/
#facebox h1 {
	margin:0 0 5px 0;
}
#facebox .video {
	margin:-10px;
}
#facebox .video .footer {
  border-top: 1px solid #DDDDDD;
  padding:5px 10px;
  margin-top:0;
}
#facebox .separator {
	margin:0 5px;
}


/** PRODUCT CATALOG / UPSALES **/
#products h1 {
	margin:0 0 0px 0;
	font-size:16px;
	background:#333;
	color:#FFF;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
#products .product {
	height:80px;
	overflow:hidden;
	padding:10px 5px;
	font-size:12px;
}
#products .product .description {
	width:475px;
	height:85px;
}
#products .product .info {
	position:relative;
	float:right;
	display:inline;
	width:115px;
	height:100%;
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
	font-size:13px;
	font-weight:bold;
}
#products .product .info .itemActions {
	position:absolute;
	right:0;
	bottom:0;
}
#products .product .info .prices {
	position:absolute;
	bottom:25px;
	right:0;
}
#products .product .indicativePrice {
	color:#333;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-decoration:line-through;
}
#products .product .price {
	font-size:15px;
	font-weight:bold;
	display:block;
}
#products .product .info .type {
	font-size:12px;
	color:#666;
	display:block;
}
#products .product h2 {
	font-size:14px;
	margin:0 0 3px 0;
}
#products .product h2 a {
	text-decoration:none;
}
#products .product .image {
	float:left;
	display:inline;
	margin-right:5px;
	width:60px;
}
#products .alt {
	background:#F5F5F5;
}


/** PRODUCT **/
#product .mainImage {
	float:left;
	display:inline;
}
#product a.sample {
	text-align:center;
	width:120px;
	float:left;
	display:inline;
	margin-top:10px;
	font-weight:bold;
}
#product .info {
	float:right;
	display:inline;
	text-align:right;
	margin-left:10px;
	margin-bottom:10px;
	padding:0 10px;
}
#product .info .prices {
	margin:5px 0;
}
#product .indicativePrice {
	color:#333;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-decoration:line-through;
}
#product .price {
	font-size:15px;
	font-weight:bold;
	display:block;
}
#product .info .type {
	color:#666;
	display:block;
	font-weight:bold;
}
#product .description {
	width:485px;
	float:right;
	display:inline;
}
#product h1.title {
	margin:0 0 7px 0;
	background:#333;
	color:#FFF;
	padding:5px 10px;
	font-size:16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;		
}

/** UPSALES BASKET / DISPLAY PRODUCT **/
#products.upsales {
	margin-top:30px;
}
#checkout #products.upsales .product .description {
	width:650px;
}
#products.upsales .product {
	padding-left:0;
	padding-right:0;
}

/* Item is being added/removed - overrides all */
.itemActions.loading .addToBasket,
.itemActions.loading .removeFromBasket {
	display:none !important;
}
.itemActions.loading .wait {
	display:block !important;
}
.itemActions .wait {
	display:none;
}

/* Item is in basket */
.itemActions.inBasket .addToBasket {
	display:none;
}
.itemActions.inBasket .removeFromBasket {
	display:block;
}

/* Item is NOT in basket */
.itemActions .removeFromBasket {
	display:none;
}
.itemActions .addToBasket {
	display:block;
}

a.addToBasket {
	background-position:0 0px !important;
	border:1px solid #319527;
	color:#FFF;
	display:block;
}
a.removeFromBasket {
	background-position:0 -24px !important;
	border:1px solid #ab2d2d;
	color:#FFF;
	display:block;	
}
a.wait {
	background-position:0 -48px !important;
	border:1px solid #949494;
	color:#FFF;
	display:block;	
}

.itemActions a {
	background:url('images/item-actions-bg.png') repeat-x;
	display:block;
	width:100px;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	cursor:pointer;
}
.itemActions a span {
	display:none;
	height:100%;
	display:block;
	padding:3px 6px;
	background-image:url('images/cart.png');
	background-repeat:no-repeat;
	background-position:6px 50%;		
}


/** SITEMAP **/
#sitemap {
	margin:0;
	padding:0;	
}
#sitemap ul {
	margin-left:25px;
	margin-top:5px;
}
#sitemap li {
	list-style:none;
	padding:3px 0;
	position:relative;
}


#summary {
	margin:10px -10px 0 -10px;
	background:#333;
	color:#FFF;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#summary table {
	width:100%;
}
#summary .total {
	font-weight:bold;
	font-size:14px;
}
#summary .prices {
	text-align:right;
}








/** STEPS **/
#steps {
	margin:0 0 10px 0;
	position:relative;
	zoom:1;
	margin-right:-10px;
	float:left;
	display:inline;
}
#steps li {
	float:left;
	display:inline;
	background:#CCC;
	maring:0;
	margin-right:10px;
	padding:10px;
	width:132px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#steps li.active {
	color:#FFF;
	background:#333;
	font-weight:bold;
}
#steps a {
	display:block;
	height:100%;
	color:#000;
}



/** BASKET ITEMS **/
#basketItems {
	border-collapse:collapsed;
}
#basketItems td, th {
	vertical-align:middle;
}
#basketItems th {
	color:#000;
	padding:0px 10px 5px 10px;
}
#basketItems td {
	padding:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#basketItems tr.alt td {
	background:#F5F5F5;
}
td.actions {
	text-align:right;
	width:50px;
	color:red;
	font-size:10px;
}
td.prices,
th.prices {
	text-align:right;
}
span.indicativePrice {
	font-size:10px;
	color:#333;
	text-decoration:line-through;
	display:block;
}
span.bulkDiscount {
	font-size:10px;
	color:#2d6e12;
	display:block;
	font-weight:bold;	
}
span.couponDiscount {
	font-size:10px;
	color:#000;
	display:block;
}
#basketItems {
	margin-bottom:10px;
}
#basketItems .image {
	width:22px;
}
#basketItems .actions a {
	color:#d30700;
}
h1.emptyBasket {
	text-align:center;
	margin:25px 0;
}
a.emptyBasket {
	float:right;
	display:inline;
	color:#d30700;
	position:relative;
	top:1.5em;
	margin-right:25px;	
}

/** Download insurance **/
#wrap.downloadInsurance .checkbox {
	margin-top:60px;
	background:#CCC;
}
#wrap.downloadInsurance label {
	width:auto;
	font-weight:bold;
	font-size:14px;
}
#wrap.downloadInsurance label span {
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}
#wrap.downloadInsurance img {
	float:right;
	margin:25px;
	margin-left:90px;
}

/** NEWSLETTER SIGNUP **/
.newsletterSignup {
	width:430px;
	padding:10px;
	border:1px solid #134362;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	color:#FFF;
	background:#8db1c7;
	overflow:hidden;
}
.newsletterSignup h2 {
	margin-top:0;
	color:#FFF;
}
.newsletterSignup label {
	font-weight:bold;
	font-size:14px;
	text-align:right;
	padding-right:10px;
}
.newsletterSignup .description {
	margin-bottom:20px;
	font-size:13px;
}
.newsletterSignup input {
	border:1px solid #134362;
	font-size:14px;
}
.newsletterSignup .submit input {
	padding:5px 10px;
	background:#1e6993;
	font-weight:bold;
	color:#FFF;
	margin-top:10px;
	float:right;
	display:inline;
	margin-right:30px;
}

#discountGroups {
	
}
#discountGroups a {
	display:block;
	margin-top:10px;
	font-size:11px;
}
#discountGroups ul {
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
#discountGroups li {
	list-style:none;
	margin-bottom:5px;
	white-space:nowrap;
	text-align:left;
}
#discountGroups li span {
	float:right;
	text-align:right;
}


/** DISCOUNT GROUPS STATUS **/
#currentDiscountGroup {
	margin-bottom:55px !important;
	#color:#FFF !important;
}
#currentDiscountGroup h3 {
	font-size:18px;
	letter-spacing:1px;
	margin:0;
	margin-bottom:3px;
}
#currentDiscountGroup small {
	display:block;
	white-space:nowrap;
	margin-top:2px;
}
#currentDiscountGroup strong {
	font-size:13px;
}