@charset "windows-1252";
/* CSS Document */
html { font-size:100%; }

body 
{
	background:#D5CCBB; 
	font-size: 62.5%;
	line-height:1.3em;
}

table td
{
	vertical-align:top;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.page
{
	background: url(../images/bg.gif) no-repeat left bottom #2D0A0A;
	margin-top:5px;
	padding:10px 0;
	width:780px;
	_width: 800px;
}

#popup 
{ 
	margin: 10px auto;
	padding: 10px;
	width:400px;
}

#popup fieldset legend
{
	font-size: 12px;
	font-weight: bold;
	color:#DF93BE;
}

#footer
{
	margin: 5px auto;
  	width:780px;
	font-size: 1.1em;
	color: #330000;
	text-align: left;
}

.content
{
	color:#ddd;
	padding: 0 10px 30px 0;
}

.white_bg
{
	background:white;
	color:	#660000;
	padding:10px 10px 30px;
}

.white_bg p
{
	font-size:1.1em;
	line-height:1.3em;
}

.white_bg a
{
	color:#FF6699;
}

p.larger { font-size: 1.4em }

p.highlight 
{ 
	font-size: larger;
	background-color: #DF93BE;
	color: #660000;
	padding: 10px;
}


/* Left Side 
-------------------------------------------*/
#logo
{
	text-align:center;
	margin-top:20px;
}

#side_nav ul
{
	margin-bottom:15px;
}

#side_nav ul li
{
	text-align:right;
	color:#B3BC3B;
	margin-bottom:5px;
	font-size:1.1em;
}

#side_nav ul li a { color:#FFFFFF; }

#side_nav ul li a:hover, #side_nav ul li#curr a { color:#DF93BE; }

/* Right Side
-------------------------------------------*/
#top_nav
{
	z-index:20;
	margin:10px 0 20px;
	height:14px;
}

#top_nav ul li
{
	display:block;
	float:left;
	position:relative;
	font-size:1.1em;
	z-index:20;
	margin-right:30px;
}

#top_nav li ul
{
	display:block;
	left:-200em;
	top:100%;
	position:absolute;
	border:1px solid #FFFFFF;
	background-color:#330000;
	padding:5px 0;
	width:160px;
	z-index:20;
}

#top_nav li li
{
	margin:0;
	line-height:14px;
}

#top_nav li li a
{
	width:140px;
	display:block;
	padding:3px 10px;
	color:#CCC;
}

#top_nav li li a:hover 
{ 
	background:#660000; 
	text-decoration: none;
}

#top_nav ul li.over ul
{
	left:-10px;
}

/* Product Listing 
-------------------------------------------*/
.products
{
	margin-bottom:20px;
}

.product
{
	text-align:center;
	height:300px;
}

.product .price
{
	font-size:1.2em;
	margin-bottom:0.3em;
	font-weight:bold;
/*	width:150px;
	margin:0 auto;*/
}

.was
{
	text-decoration:line-through;
}

/* Product details
-------------------------------------------*/
#product_info
{
	margin-bottom:10px;
}

#product_info #image
{
	text-align:center;
}

/* Forms
-------------------------------------------*/
form { margin-bottom:10px; }

select 
{ 
	font-size: 0.9em;
}

input
{
	font-size: 1em;
}

fieldset.form
{
	font-size:1.1em;
	margin-bottom:10px;
}

fieldset.form p
{
	font-size:1em;
	margin:0.5em 0 0.5em 8em;
}

fieldset.form em
{
	font-style:normal;
	font-weight:normal;
	color:#FF00CC;
	margin-right:2px;
}

fieldset.form legend
{
	padding-bottom:10px;
}

fieldset.form label
{
	float:left;
	padding-top:2px;
	margin-right:3px;
	text-align:right;
	font-weight:bold;
	width:80px;
	color:#ddd;
}

.white_bg fieldset.form label
{
	color:	#660000;
}

fieldset.form label.nofloat
{
	width:auto;
	float:none;
}

fieldset.form li
{
	margin-bottom:10px;
	clear:left;
}

.buttonContainer { margin-top:20px; }


#product_page h2 { border-bottom:1px solid #660000; }

/* Status
-------------------------------------------*/
.status { color:#999; }
.red, .pink { color:#FF6699; }
.green { color:#B3BC3B; }

/* Cart
-------------------------------------------*/
#cart
{
	font-size:1.1em;
	border-collapse:collapse;
}

#cart th
{
	border-bottom:1px solid #330000;
}

#cart th, 
#cart td 
{
	text-align:left;
	padding-top:5px;
	vertical-align:top:
}

#cart #shipping_details
{
	padding:5px;
	border-bottom:1px solid #330000;
	margin-bottom:10px;
}

#cart #shipping_details th
{
	text-align:right;
	width:10em;
	padding-right:5px;
	border:none;
}

/* Login Form
-------------------------------------------*/
#login_container
{
	background:white;
	padding:1px 10px;
}

#login_container a
{
	color:#FF6699
}

fieldset#login label 
{
	color:#888;
	width:70px; 
}

/* FIND LOCATION FORM */
fieldset#find_location {border:1px solid #FFFFFF;}

/* TELL A FRIEND */
fieldset#tell_a_friend {border:1px solid #FFFFFF;}
fieldset#tell_a_friend label {width: 100px;}

/* BILLING FORM */
fieldset#billing_details label { width:100px; }

fieldset#billing_details li p { margin-left:105px; }

/* SHIPPING FORM */
fieldset#shipping_details label { width:135px; }

fieldset#shipping_details li p { margin-left:140px; }

/* CC FORM */
fieldset#cc_details label { width:150px; }

fieldset#cc_details fieldset label, fieldset#shipping_details fieldset div { margin-left:150px; }

/* CHANGE PASSWORD */
fieldset#change_password label { width:135px; }

/* Confirmation
-------------------------------------------*/
fieldset.confirmation
{
	font-size:1.1em;
	line-height:1.4em;
}

fieldset.confirmation li
{
	display:block;
	line-height:15px;
	margin-bottom:0;
}

fieldset.confirmation label
{
	text-align:right;
	font-weight:bold;
	width:180px;
	padding-right: 5px;
	margin-right:5px;
	float:left;
}

#scroller_container 
{
	border: 1px solid #B3BC3B;
	height: 25px;
	overflow: hidden;
	z-index:1;
	margin-bottom:10px;
}

#scroller_text
{
	line-height:25px;
	font-size:1.2em;
	background:white;
	color:#B3BC3B;
}

#scroller_text a
{
	color:white;
	text-decoration:underline;
}
