/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(bgr.jpg) #e4e4e4;
	color: #666666;
	font: 12px Arial,Verdana,Helvetica,Geneva,Sans-Serif;
}
a{
	color: #d72da2;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px;
}
li{
	list-style: none;
}
.al{
	text-align:left;
}
.ar{
	text-align:right;
}
/*=== Layout ===*/
#page, #page-bot{
	background: url(page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 8px;
	width: 800px;
}
#page-bot{
	background: url(page-bot.png) no-repeat top;
	height: 9px;
	overflow: hidden;
}
/*=== Header ===*/
#header{
	background: url(header-bgr.gif) repeat-x top;
	height: 117px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 87px;
	width: 372px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: #e896d8;
	height: 29px;
	padding: 6px 10px 0;
}
#nav1 li{
	float: left;
	line-height: 24px;
	margin: 0 4px 0 0;
	text-transform: uppercase;
}
#nav1 li a{
	background: url(nav-normal.gif) no-repeat left;
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 0 0 21px;
	text-decoration: none;
}
#nav1 li a span{
	background: url(nav-normal.gif) no-repeat right;
	display: block;
	float: left;
	height: 24px;
	padding: 0 21px 0 0;
}
#nav1 li a:hover{
	background: url(nav-hover.gif) no-repeat left;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
#nav1 li a:hover span{
	background: url(nav-hover.gif) no-repeat right;
}


#nav1 li.active a{
	background: url(nav-hover.gif) no-repeat left;
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 0 0 21px;
	text-decoration: none;
}

#nav1 li.active span{
	background: url(nav-hover.gif) no-repeat right;
}
/*- Nav2 -*/
.nav2{
	font-size: 10px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.nav2 li{
	background: url(hl-dash.gif) repeat-x bottom;
	border: 0;
	font-weight: normal;
	line-height: 23px;
}
.nav2 li.last{
	background: none;
}
.nav2 li a{
	background: url(ico-list.gif) no-repeat 0 4px;
	color: #666666;
	height: 23px;
	padding: 0 0 0 12px;
}
.nav2 li a:hover{
	color: #00a8ff;
	text-decoration: none;
}
/*=== Shopping Cart Items ===*/
#cart{
	float: right;
	padding: 16px 0 0;
	width: 414px;
}
* html #cart{
	padding: 10px 0 0;
}
#cart h2{
	background: url(cart-h-bgr.gif) no-repeat top;
	color: #ffffff;
	font: bold 12px/22px Georgia, "Times New Roman", Times, serif;
	height: 22px;
	margin: 0 0 4px;
	padding: 0 0 0 35px;
}
#cart h2 em{
	font-style: normal;
	font-weight: normal;
}
#cart ul{
	padding: 0 32px 0 28px;
}
#cart li{
	background: url(ico-list.gif) no-repeat left;
	clear: both;
	color: #ffffff;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 12px;
	padding: 0 0 0 8px;
}
#cart li a{
	color: #781a5a;
	text-decoration: underline;
}
#cart li a:hover{
	color: #781a5a;
	text-decoration: none;
}
#cart li strong{
	float: left;
}
#cart li em{
	float: right;
	font-size: 11px;
	font-style: normal;
}
#cart li.viewall{
	background: url(cart-total-bgr.gif) no-repeat left;
	clear: both;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 2px 0 0;
	padding: 0 10px 0 8px;
}
#cart li.viewall a{
	color: #ffffff;
	text-decoration: underline;
}
#cart li.viewall a:hover{
	color: #ffffff;
	text-decoration: none;
}
#cart li strong{
	float: left;
}
/*=== Cart Page ===*/
.CartTable{
	text-align:center;
}
.CartTable td{
	padding: 7px 10px;
}
.CartTable th {
	background:#f1a4e2;
	color:#333333;
	height:20px;
	padding:0 10px
}
.CartTotal{
	border-top:1px solid #f1a4e2;
}

/*=== All Columns ===*/
#columns{
	background: url(columns-bgr.gif) repeat-y;
	padding: 0 30px 25px;
}
#columns h2, #columns h3, #columns h4{
	color: #710e51;
	font: 24px Georgia,"Times New Roman", Times, serif;
	margin: 0 0 10px;
}
#columns h3{
	font-size: 12px;
	margin: 0 0 2px;
	text-transform: uppercase;
}
#columns h4{
	color:#00a8ff;
	font-size: 18px;
	margin: 0 0 2px;
	text-transform: uppercase;
	margin:0 0 20px;
}
#columns h3 a{
	color: #00a8ff;
}
#columns p{
	line-height: 17px;
	padding: 0 0 15px;
}
/*=== Left Column ===*/
#leftcol{
	color: #393939;
	float: left;
	margin: 10px 0 0;
	padding: 0 0 20px;
	width: 155px;
}
#columns #leftcol h2{
	color: #00a8ff;
	font-size: 18px;
	margin: 0 0 10px;
}
#columns #leftcol h2.category,
#columns #leftcol h2.newsletter{
	background: url(ico-category.gif) no-repeat 0 6px;
	height: 1%;
	margin: 0 0 10px -20px;
	padding: 0 0 0 20px;
	position: relative;
}
#columns #leftcol h2.newsletter{
	background: url(ico-news.gif) no-repeat 0 6px;
}
/*=== Center Column ===*/
#centercol{
	float: right;
	margin: 10px 0 0;
	width: 548px;
}
/*=== Product Page ===*/
#product-image{ 
	float:left;
	width:215px;
	display:inline;
}
#product-content{
	float:left;
	width:333px;
	display:inline;
}
#product-content form{
	margin:15px 0;
}
#product-content label{
	display:block;
	width:80px;
	float:left;
	font:14px Georgia, "Times New Roman", Times, serif;
}
.product-price{
	color:#e715a3;
	font:16px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#product-content .btn{
	margin: 0px 0 2px 0;
	padding: 0;
	width: auto;
	border:0 !important;
}
#product-content select{ 
	background:#FFFFFF !important;
	min-width:150px;
	width:150px;
	margin:0px 0 10px 0;
}
#product-content input{ 
	background:#FFFFFF !important;
	margin:0px 0 10px 0;
}
/*=== Forms ===*/
.button{ border:0 !important; margin:0; padding:0;}
/*=== Product Wrapper ===*/
.wrapper{
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
	width: 255px;
}
#columns .wrapper p{
	padding: 0;
}
.wrapper img{
	border: 1px solid #d8d8d8;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
}
.wrapper .price{
	color: #e715a3;
	font: 18px Georgia,"Times New Roman", Times, serif;
}
.wrapper .price em{
	color: #676767;
	font: 9px Arial, Helvetica, sans-serif;
}
.wrapper .action{
	clear: both;
	margin: -3px 0 0;
}
/*=== Styling Forms ===*/
.basketselect{ width:150px;}
/*- Search -*/
#search{
	float: right;
	height: 19px;
}
#search div{
	background: url(search-bgr.gif) no-repeat left top;
	height: 22px;
	padding: 0 0 0 5px;
}
#search input{
	background: transparent;
	border: 0;
	float: left;
	width: 140px;
}
#search .btn{
	margin: 0 0 0 15px;
	padding: 0;
	width: auto;
}
/*- Newsletter -*/
#newsl{
	height: 22px;
}
#newsl div{
	background: url(news-bgr.gif) no-repeat left top;
}
#newsl input{
	background: transparent;
	border: 0;
	margin: 0 0 0 5px;
	width: 120px;
}
#newsl .btn{
	margin: 5px 0 0;
	padding: 0;
	width: auto;
}
/*=== Styling Buttons ===*/
a.add2cartbtn{
	background: url(ico-cart.gif) no-repeat left;
	padding: 0 0 0 22px;
	text-decoration: underline;
}
a.detailsbtn{
	background: url(ico-details.gif) no-repeat left;
	padding: 0 0 0 22px;
	text-decoration: underline;
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #271e29;
	height: 74px;
}
#footer a{
	color: #271e29;
}
/*- Copyright -*/
#copyright{
	background: url(footer-bgr.gif) no-repeat top left;
	float: left;
	height: 44px;
	padding: 30px 0 0;
	text-align: center;
	width: 350px;
}
#paypal{
	float: right;
	margin: -5px 0 0;
	position: relative;
	text-align: center;
	text-align: center;
	width: 446px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
img.fr{
	border: 1px solid #94407a;
	margin: -10px 0 0 20px;
}
.fixl{
 clear:left;
}

/*=== Checkout Forms ===*/
.myform {
	margin: 0;
	padding: 0;
	font-size: 100%;
	min-width: 500px;
	max-width: 560px;
	width: 560px;
}
.myform fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
}
.myform fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}
label {
	font-size: 100%;
}
label u {
	font-style: normal;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
}
textarea {
	overflow: auto;
}
.myform div {
	clear: left;
	display: block;
	width: 354px;
	height: expression('1%');
	margin: 5px 0 0 0;
	padding: 1px 3px;
}
.myform fieldset div.notes {
	float: right;
	width: 158px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 88%;
}
.myform fieldset div.notes h4 {
	padding: 3px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
	text-align:center
}
.myform fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}
.myform fieldset div.notes p.last {
	margin: 0em;
}
.myform div fieldset {
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin: 0 0 0 144px;
	padding: 0 5px 5px 5px;
	width: 197px;
}
.myform div fieldset legend {
	font-size: 100%;
	padding: 0 3px 0 9px;
}
.myform div.required fieldset legend {
	font-weight: bold;
}
.myform div label {
	display: block;
	float: left;
	width: 130px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}
.myform div.optional label, label.optional {
	font-weight: normal;
}
.myform div.required label, label.required {
	font-weight: bold;
}
.myform div label.labelCheckbox, .myform div label.labelRadio {
	float: none;
	display: block;
	width: 200px;
	height: expression('1%');
	padding: 0;
	margin: 0 0 5px 142px;
	text-align: left;
}
.myform div fieldset label.labelCheckbox, .myform div fieldset label.labelRadio {
	margin: 0 0 5px 0;
	width: 170px;
}
.myform div img {
	border: 1px solid #000000;
}
p.error {
	color: #ffffff;
	padding: 3px 3px 5px 27px;
	border: 1px solid #000000;
	margin: auto 100px;
}
.myform div.error {
	color: #666666;
	border: 1px solid #ff0000;
}
.myform div.error p.error {
	border-style: none;
	font-size: 88%;
	font-weight: bold;
	margin: 0 0 0 118px;
	width: 200px;
	color: #ff0000;
}
.myform div select, .myform div textarea {
	width: 200px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}
.myform div input.inputText, .myform div input.inputPassword {
	width: 200px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}
.myform div input.inputSmall{
	width:50px;
}
.myform div input.inputFile {
	width: 211px;
}
.myform div select.selectOne, .myform div select.selectMultiple {
	width: 211px;
	padding: 1px 3px;
}
.myform div select.selectDate{
	width: 80px;
	padding: 1px 3px;
}
.myform div input.inputCheckbox, .myform div input.inputRadio, input.inputCheckbox, input.inputRadio {
	display: inline;
	height: auto;
	width: auto;
	background-color: transparent;
	border-width: 0;
	padding: 0;
	margin: 0 0 0 140px;
}
.myform div.submit {
	width: 214px;
	padding: 0 0 0 146px;
}
.myform div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0;
}
.myform div input.inputSubmit, .myform div input.inputButton, input.inputSubmit, input.inputButton {
	border:0 !important;
	width: auto;
	padding: 0 6px;
	margin: 0;
}
.myform div.submit div input.inputSubmit, .myform div.submit div input.inputButton {
	float: right;
	margin: 0 0 0 5px;
}
.myform div small {
	display: block;
	margin: 0 0 5px 142px;
	padding: 1px 3px;
	font-size: 88%;
	height: expression('1%');
}

label img {
	
}
.myform fieldset legend {
	line-height: 150%;
}
.myform input, .myform select, .myform textarea {
	background-color: #ffffff;
}
.myform textarea.expanding {
	overflow: auto;
	overflow-x: auto;
	overflow-y: visible;
}
div.optional label:before {
	content: '';
}
div.required label:before {
	content: '';
}
.myform div label.labelCheckbox, .myform div label.labelRadio, label.labelCheckbox, label.labelRadio {
	display: block;
	width: 190px;
	height: expression('1%');
	padding: 4px 0 0 18px;
	text-indent: -18px;
	line-height: 120%;
}
.myform div label.labelCheckbox input.inputCheckbox, .myform div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
	margin: 0;
}
.myform div fieldset input.inputText, .myform div fieldset input.inputPassword, .myform div fieldset input.inputFile, .myform div fieldset textarea.inputTextarea {
	width: 160px;
	margin: 0 0 0 18px;
	margin: expression('0px 0 0 -124px');
}
.myform div label.compact {
	display: inline;
	width: auto;
	padding: 4px 10px 0 0;
	text-indent: 0;
	margin: 0 0 0 0;
}
.myform div.wide label {
	float: none;
	display: block;
}
.myform div label.wide {
	width: 348px;
}
.myform div.wide input.inputText, .myform div.wide input.inputPassword, .myform div.wide input.inputFile, .myform div.wide select, .myform div.wide textarea {
	width: 344px;
	margin: 0;
}
.myform div.notes p, .myform div small {
	line-height: 125%;
}
.myform div.wide small {
	margin: 0 0 5px 0;
}