﻿/* template
----------------------------------------------------------*/
#pg
{
	width: 100%;
	margin: 0 auto;
}
#hd
{
	margin-bottom: 0px;
	color: #000;
	padding: 0 0px 0 0;
	position: relative;
}
#logo
{
	margin-top: 10px;
}
#logo a
{
	color: #FFF;
	text-decoration: none;
}
#bd
{
	background-color: #FFF;
}
#bd:after
{
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}
#ft
{
	color: #999;
	padding: 5px 0 0 0;
	text-align: center;
	clear: both;
}
#ft p
{
	padding: 5px 0;
	margin: 0;
}

#main-nav
{
	margin: 0;
	background-color: #cccccc;
	padding: 5px;
	border-bottom: solid 5px #aaaaaa;
}
#main-nav ul
{
	margin: 0;
}
#main-nav li
{
	display: inline;
	list-style: none;
	border-left: solid 1px #666666;
}
#main-nav li.first
{
	border-left: none;
}
#main-nav a
{
	font-size: 120%;
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
	margin: 10px;
}
#main-nav a:hover
{
	color: #FF6600;
}

#sd-nav
{
	float: left;
	width: 150px;
	padding: 10px;
	background: #f6f6f6;
	min-height: 500px;
}
#sd-nav ul
{
	margin: 0;
	margin-left: 5px;
}
#sd-nav ul li
{
	list-style: none;
}
#sd-nav li h3
{
	font-size: 92.5%;
}
#sd-nav li li
{
	font-size: 85%;
}

/* product results
----------------------------------------------------------*/
ul.product-results
{
	margin: 24px;
}
ul.product-results li
{
	list-style: none;
	width: 160px;
	float: left;
	height: 175px;
	text-align: center;
}
ul.product-results li h3
{
	font-size: 100%;
}

/* product details
----------------------------------------------------------*/
#product-details
{
	float: left;
	width: 650px;
	padding: 7px;
	margin-top: 10px;
}
#product-details .prod-wrap
{
	color: #666666;
}
#product-details .prod-wrap:after
{
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}
#product-details .prod-img
{
	float: left;
	width: 380px;
	text-align: center;
}
#product-details .prod-info
{
	float: left;
	width: 245px;
	margin-left: 10px;
}
#product-details .prod-info h3
{
	font-weight: normal;
}
#product-details .prod-info h3 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
#product-details .descriptionLabel
{
	margin-top: 10px;
	color: #666666;
}
#product-details .descriptionTitle
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#product-details .price
{
	margin-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
}
#product-details .add-to-bag
{
	margin-top: 14px;
}
#product-details .add-to-bag input.button
{
	margin-top: 14px;
}
#product-details .oldPrice
{
	color: #BBBBBB;
}
#product-details .newPrice
{
	color: #990000;
}
#product-details dd
{
	margin-bottom: 10px;
	width: 230px;
}
#product-details dd#dropdownoptions
{
	margin-top: 1em;
	clear: both;
}
#product-details dd label
{
	width: 90px;
	float: left;
}
#product-details dd#dropdownoptions select
{
	display: inline;
	padding-right: 0pt;
	width: 120px;
}
#product-details .addToBasket
{
	margin-top: 5px;
}

#product-details .reviews
{
	margin-top: 21px;
	padding: 10px;
}
#product-details .reviews ul
{
	margin: 0;
}
#product-details .reviews li
{
	list-style: none;
	border-bottom: solid 1px #cccccc;
	padding: 14px 0;
}

.breadcrumb
{
	margin-bottom: 14px;
}
#related-products
{
	float: left;
	width: 650px;
	margin-left: 20px;
}
#related-products ul
{
	margin: 0;
	padding-left: 2px;
}
#related-products li
{
	list-style: none;
	display: inline;
	float: left;
	width: 160px;
	border: solid 1px #f0f0f0;
	text-align: center;
}
#related-products h3
{
	background: #f0f0f0;
}
#related-products .prod-info h3
{
	background: #f0f0f0;
	height: 25px;
}


/* cart
----------------------------------------------------------*/
#shopping-cart
{
	padding: 1px;
}
#shopping-cart table
{
	width: 100%;
	margin-top: 14px;
}
#shopping-cart th
{
	font-weight: bold;
	border-bottom: solid 1px #f0f0f0;
	background: #f6f6f6;
}
#shopping-cart th, #shopping-cart td
{
	padding: 10px 10px;
	vertical-align: top;
}
#shopping-cart tr .quantity, #shopping-cart tr .remove
{
	text-align: center;
}
#shopping-cart p.description
{
	margin-top: 5px;
}
#shopping-cart p.added-on
{
	color: #999999;
	margin-top: 5px;
}
#shopping-cart div.action a:link, #shopping-cart div.action a:active, #shopping-cart div.action a:visited
{
	float: right;
	padding: 5px 10px;
	background: #f0f0f0;
	border: solid 1px #cccccc;
	font-size: 115%;
	font-weight: bold;
}
#shopping-cart div.action a:hover
{
	background: #d0d0d0;
}

div.item-added
{
	padding: 7px;
}

/* checkout
----------------------------------------------------------*/
div.checkout
{
	padding: 14px;
}
div.checkout h2
{
	border-bottom: 1px solid #cccccc;
	background: #f0f0f0;
	padding: 5px 10px;
}
div.checkout .hint
{
	font-size: 85%;
	font-style: italic;
}
div.checkout .open-id
{
	width: 49%;
	float: left;
	margin-right: 2%;
}
div.checkout .email-password
{
	width: 49%;
	float: left;
}
div.checkout .guest
{
	clear: both;
	padding-top: 14px;
}
div.checkout .guest div.wrap
{
	padding-left: 25px;
}
div.checkout div.wrap
{
	padding: 7px;
}
div.checkout ul li
{
	list-style: none;
}
div.checkout legend
{
	display: none;
}
div.checkout ol
{
	margin: 0;
}
div.checkout ol li
{
	list-style: none;
	padding: 2px 0;
}
div.checkout ol li label
{
	width: 150px;
	float: left;
}
div.checkout p.action
{
	padding-left: 160px;
}
div.paypal p
{
	padding-top: 7px;
}
/* MISC  
----------------------------------------------------------*/

.addressBook
{
	float: right;
	width: 150px;
	margin-left: 10px;
	margin-right: 40px;
}
.contentTextDisplay
{
	padding: 10px;
}

.notify-error
{
	padding: 10px;
	color: #990000;
	border: 1px solid #990000;
	background-color: #ffffcc;
	margin-bottom: 15px;
	width: 500px;
}
.notify-message
{
	padding: 10px;
	width: 600px;
	border: 1px solid #006600;
	vertical-align: middle;
	margin-bottom: 20px;
	background-color: #CCFFCC;
}


#minicart
{
	margin-top: 5px;
}
#minicart p
{
	margin-top: 7px;
}
#minicart input
{
	margin-top: 5px;
}

.customstore
{
	display: none;
}
.enlargeimage
{
	text-align: center;
}

.infopage p
{
	margin: 25px 40px;
}
.infopage h2
{
	font-size: medium;
	margin: 10px 40px;
}
.infopage h1
{
	margin: 10px 10px;
}
.contactform
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.contactformfields
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.contactformfields ul li label
{
	width: 105px;
	padding: 0px 20px 6px 8px;
	float: left;
	text-align: right;
	color: #000000;
	font-weight: bold;
}
.contactformfields ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.contactformfields ul li
{
	margin: 0 0 1em;
	padding: 3px 0 3px 2px;
	background: none;
	clear: left;
}
.formtextfield
{
	width: 210px;
	float: left;
	border: 1px solid #A5ACB2;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	height: 20px;
	font-size: small;
}

.contactformfields ul li .contactbutton
{
	margin-left: 133px;
}

.formbutton
{
	display: block;
	line-height: 38px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	padding-bottom: 5px;
	text-align: center;
	border: none;
}
.formbutton:hover
{
	text-decoration: underline;
}
.req
{
	font-size: small;
	color: #FF0000;
}
.validatorText
{
	padding: 0 0 0 5px;
}
input.error
{
	background: #fed;
	border: 1px solid #e00;
}
select.error
{
	background: #fed;
	border: 1px solid #e00;
}
span.error
{
	float: left;
	display: block;
	margin: 0 0 0 5px;
	padding: 3px;
	width: auto;
	font-weight: bold;
	color: #fff;
	background: red;
}
.failed-validation
{
	color: #f00;
}
input.error
{
	background: #fed;
	border: 1px solid #e00;
}
select.error
{
	background: #fed;
	border: 1px solid #e00;
}

/** begin messages **/
.error, .success, .note, .warning
{
	clear: both;
	font-weight: bold;
	font-size: 0.9em;
	padding: 4px 10px 4px 24px;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
}
.error
{
	background-color: #FDD9D9;
	background-image: url(/images/error.gif);
	border-color: #FBA3A3;
	color: #D80303;
}
.success
{
	background-color: #E4FCD9;
	background-image: url(/images/success.gif);
	border-color: #BFFDA3;
	color: #35A502;
}
.note
{
	background-color: #DDEAFA;
	background-image: url(/images/note.gif);
	border-color: #A3D8FD;
	color: #026DA5;
}
.warning
{
	background-color: #FBF0B3;
	background-image: url(/images/warning.gif);
	border-color: #FBBB95;
	color: #FD6002;
}
/** end messages **/

#content p
{
	line-height: 1.6em;
	margin-bottom: 10px;
}

#account
{
	width: 580px;
	padding: 10px 0;
	margin-left: 60px;
}
#account h2
{
	background: url(/images/sidehead.gif) no-repeat 0 0;
	margin: 0 10px;
	font-size: 1em;
	color: #ffffff;
	padding: 7px 10px;
}
#account ul
{
	list-style-type: none;
	background: #E0E0E0 url(/images/sidebody.gif) no-repeat 0 bottom;
	padding: 20px;
	margin: 0 10px 10px;
}
#account ul li
{
	padding: 4px 0 4px 14px;
	background: url(/images/bullet.gif) no-repeat 0 10px;
	line-height: 1.6em;
	font-size: 0.9em;
	font-weight: bold;
}
#account ul li a
{
	color: #000000;
	text-decoration: none;
}
#account ul li a:hover
{
	text-decoration: none;
	color: #ff0000;
}

.smallbox, .smallbox2
{
	width: 300px;
	padding: 10px 0;
	margin-left: 30px;
}
.smallbox
{
	float: left;
}
.smallbox2
{
	float: left;
}

.smallbox h2, .smallbox2 h2
{
	background: url(/images/smallsidehead.gif) no-repeat 0 0;
	margin: 0 10px;
	font-size: 1em;
	color: #ffffff;
	padding: 7px 10px;
}
.smallbox .content, .smallbox2 .content
{
	background: #E0E0E0 url(/images/smallsidebody.gif) no-repeat 0 bottom;
	padding: 20px;
	margin: 0 10px 10px;
}

.loginOrRegister
{
	margin-top: 20px;
}
.smallbox2 p
{
	margin-top: 39px;
	margin-left: 80px;
}
.smallbox2 input, .fadedButton
{
	font-size: 0.9em;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	background: #000000 url(/images/button.gif) repeat-x 0 0;
	border: 1px solid #B6B4B4;
	padding: 5px 10px;
	margin: 5px 0;
}

.AspNet-Login label em, .AspNet-PasswordRecovery em
{
text-decoration: underline;
font-style: normal;
}

.AspNet-Login .AspNet-Login-UserPanel, .AspNet-Login .AspNet-Login-PasswordPanel, .AspNet-Login .AspNet-Login-SubmitPanel,
.AspNet-PasswordRecovery-UserName-UserPanel

{
	padding: 0.25em 0.1em 0 0;
	text-align: right;
}

.AspNet-Login .AspNet-Login-UserPanel input,
.AspNet-Login .AspNet-Login-PasswordPanel input,
.AspNet-PasswordRecovery-UserName-UserPanel input
{
    width: 10em;
}


.checkout .nextholder
{
	width: 50%;
	float: right;
	text-align: right;
		padding-bottom: 5px;
}
.checkout .nextstep
{
	float: right;
}
.checkout .prevholder
{
	width: 50%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
}
.checkout .prevstep
{
	float: left;
}

fieldset {
margin: 1em;
padding: .5em;
border: 1px solid #d8d8d8;
}

legend {
font-size: 1.4em;
font-weight: 600;
padding: .2em;
}

label{
	float:left;
	width:10em;
}
#loading-mask
{
	width: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}