﻿body 
{
	background: #252324 url('images/top-background.gif') repeat-x;
	font-family: Arial, Courier;
	font-size: 11px;
	color: #797875;
}

h1, h2, h3, p, form, img, div, ul, li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.clear
{
  clear: both;
}

a, a:hover
{
	color: #f3b04b;
}

a:hover 
{
	text-decoration:none;
}

.error, .message
{
	color: red;
	margin: 0px 0px 10px 0px;
}

.form-field 
{
	padding: 3px 0px 3px 0px;
	height: 20px;
}

.form-field div
{
	float: left;
	width: 150px;
}

.form-field p 
{
	float: left;
	width: 500px;	
}

.form-field p input 
{
	width: 300px;
}

.form-field p select 
{
	width: 300px;
}
/* HEADER
************************************************/

#header 
{
	width: 930px;
	margin: 30px auto 0px auto;
	color: #ffffff;
}

#header div#logo 
{
	width: 445px;
	height: 98px;
	float: left;
	margin-left: 41px;
	background-image: url('images/logo.png');
}

#header div#header-nav 
{
	float: right;
	text-align: right;
	padding-right: 38px;
	width: 400px;
} 

#header div#header-nav div#search-box 
{
	font-weight:bold;
}

#header div#header-nav div#search-box input.input 
{
	background-color: #252324;
	border: 1px solid #484848;
	width: 132px;
	color: #ffffff;
	font-family: "Century Gothic", Verdana, Courier;
	font-size: 11px;
}

#header div#header-nav div#search-box input.submit
{
	background-color:#000000;
	border: none;
	font-family: "Century Gothic", Verdana, Courier;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
}

#header div#header-nav div#search-box input.submit:hover 
{
	color: #f3b04b;
	cursor: pointer;
}

#header div#header-nav ul 
{
	list-style-type:none;
	font-weight: bold;
	margin-top: 12px;
}

#header div#header-nav ul li 
{
	float: right;	
	background: #000000 url('images/gold-dot.gif') no-repeat;
	padding-left: 10px;
	margin-left: 20px;
}

#header div#header-nav ul li a 
{
	color: #ffffff;
	text-decoration: none;
}

#header div#header-nav ul li a:hover
{
	color: #f3b04b;
}

#header-links 
{
	padding: 20px 0px 0px 0px;
	font-size: 12px;
	color: #f3b04b;
	width: 400px;
	float: right;
}

#header-links a 
{
	text-decoration: none;
}

#header-links a:hover 
{
	text-decoration: underline;	
}

/* BODY
*************************************************/

#body 
{
	width: 930px;
	margin: 16px auto 0px auto;
	line-height: 18px;
	font-size: 12px;
}

/* HOME PAGE
*************************************************/

#home-content 
{
	width: 930px;
	margin: 35px auto 0px auto;
}

#home-content div#welcome-text 
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 42px;
	width: 570px;
	border-right: 1px #797875 dotted;
}

#home-content div#welcome-text img 
{
	margin-bottom: 10px;
}

#home-main
{
	border: none;
}

#home-content div#account-links 
{
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}

#home-content div#account-links a 
{
	font-size: 18px;
	text-decoration: none;
	color: #797875;
}

#home-content div#account-links a:hover 
{
	color: #ffffff;
}

#home-content div#account-links p
{
	background: #252324 url('images/gold-arrow.gif') top right no-repeat;
	text-align: right;
	padding: 0px 20px 0px 0px;
	margin: 15px 0px 0px 0px;
	line-height: 22px;
}

/* FOOTER
*************************************************/

#footer 
{
	width: 930px;
	margin: 60px auto 0px auto;
	text-align: center;
}

#footer p 
{
	margin: 8px 0px 8px 0px;
}

#footer a 
{
	color: #797875;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: none;
}

/* INTERIOR NAVIGATION
*************************************************/

#top-navigation ul
{
	list-style-type: none;
	width: 930px;
	margin: 0px auto 0px auto;
}

#top-navigation ul li 
{
	float: left;	
	height: 56px;
}

#top-navigation ul li a img 
{
	border: none;	
}

/* INTERIOR CONTENT
*************************************************/

#main-content 
{
	width: 929px;
	background: #ffffff url('images/interior-background.gif') top left repeat-y;
}

#main-content-bottom
{
	background: #797875 url('images/bottom-corner.gif') top left no-repeat;
	height: 50px;
}

#left-navigation 
{
	float: left;
	width: 165px;
	padding: 70px 0px 0px 20px;
}

#left-navigation p 
{
	padding: 10px 20px 0px 0px;
	font-size: 12px;
}

#left-navigation p a 
{
	color: #797875;
	text-decoration: none;
}

#left-navigation p a:hover
{
	color: #f3b04b;
}

#left-navigation p a img 
{
	border: none;
}

#left-navigation div.collection-area 
{
	font-family: Verdana;
}

#left-navigation div.collection-area h3 
{
	font-size: 12px;
}

#left-navigation div.collection-area ul
{
	list-style-type: none;
	margin-left: 10px;
}

#left-navigation div.collection-area ul li
{
	margin: 2px 0px 2px 0px;
}	

#left-navigation div.collection-area ul li a
{
	text-transform: capitalize;
	font-size: 11px;
	text-decoration:none;
}

#left-navigation div.collection-area ul li a:hover
{
	text-decoration: underline;
}

#right-content 
{
	float: left;
	width: 740px; /* 724px */
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

#breadcrumb 
{
	height: 50px;
	background: #ffffff url('images/gray-dot.gif') bottom left repeat-x;
	padding: 21px 0px 0px 20px;
}

#breadcrumb  a
{
	text-transform: capitalize;
}

#breadcrumb img 
{
	float: right;	
	margin-right: 20px;
}

#interior-body 
{
	padding: 10px 20px 10px 20px;
}

.interior-steps 
{
	margin: 15px 0px 0px 5px;
}

.interior-steps img
{
	padding-right: 15px;
}

.bottom-links
{
	height: 80px;
	background: #ffffff url('images/gray-dot.gif') top left repeat-x;
	padding: 25px 25px 0px 0px;
	text-align: right;
}

/* ACCOUNT
*************************************************/

#Login1_RememberMe 
{
	width: 15px;
}

#Login1_LoginButton, 
#SubmitButton,
#PasswordRecovery1_UserNameContainerID_SubmitButton, 
#PasswordRecovery1_QuestionContainerID_SubmitButton,
#ChangePassword1_ChangePasswordContainerID_SubmitButton
{
	width: 153px;
	height: 21px;
}

#CreateUserWizard1___CustomNav0_StepNextButtonImageButton 
{
	text-align:left;
}

.account-category h3
{
	color: #f3b04b;
	font-size: 16px;
}

.account-category p 
{
	margin: 0px 0px 0px 10px;
}

.account-category p a
{
	color: #797875;
}

/* search results
*************************************************/

.search-results 
{
	width: 98%;	
	margin: 40px 0px 0px 30px;
}

.search-results tr td
{
	width: 25%;	
	padding: 0px 5px 50px 5px;
	vertical-align: bottom;
}

.search-results tr td a img
{
	border: none;
}

.search-results tr td h2
{
	font-size: 11px;
	margin-top: 3px;
	line-height: 11px;
}

.search-results tr td h4
{
	font-size: 11px;
	margin-top: 3px;
	line-height: 11px;
}

.search-results tr td h3 
{
	color: #f3b04b;
	font-size: 12px;
	margin-top: 5px;
	line-height: 13px;
}

.search-results tr td h3 a 
{
	text-decoration: none;
}

.search-results tr td div.price
{
	margin-top: 10px;
}

.search-results tr td div.price span
{
	color:#c40016;
	font-weight:bold;
}

.search-results-left 
{
	float: left;
	width: 250px;
}

.search-results-left h3
{
	font-size: 12px;
	margin-bottom: 6px;
}

.search-results-left select 
{
	width: 50px;
	font-size: 10px;
}

.search-results-left input
{
	margin-bottom: -5px;
}

.search-results-right a img
{
	border: none;
}

.search-results-right span
{
	margin: 0px 30px 0px 30px;
}

.search-results-right span a
{
	color: #797875;
}

.search-results-right span a:hover
{
	text-decoration: none;
}

.search-results-right
{
	margin-top: 30px;
	float: right;
	width: 400px;
	text-align: right;
	font-size: 11px;
}

.search-results-right span.current-page
{
	margin-right: 15px;
}

.family_products 
{
	width: 375px;
	float: right;
}

.family_products tr td
{
	vertical-align: bottom;
	padding: 10px;
}

.family_products tr td a img
{
	border:none;
}


.family_products tr td h3 a
{
	color: Black;
	font-size: 11px;
	text-decoration: none;
}

.family_products tr td h3 a:hover
{
	text-decoration: underline;
}

/* wish list 
*************************************************/

.merch
{
	padding-left: 15px;
}

#wish-list-table
{
	border: 1px solid #ededed;
	width: 100%;
	margin-top: 5px;
}

#wish-list-table tr.header td
{
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #ededed;
	background-color: #fbfbfb;
}

#wish-list-table tr.item td
{
	padding-top:10px;
}

#wish-list-table tr.item td div.description p
{
	padding: 10px;
	float: left;
	width: 100px;
}

#wish-list-table tr.item td div.description div
{
	padding: 30px 0px 0px 10px;
	float: left;
	width: 400px;
}

#wish-list-table tr.item td div.description div h3
{
	color: #ea8a01;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wish-list-table tr.item td div.description div h3 a
{
	text-decoration: none;
}

#wish-list-table tr.item td div.description div h3 a:hover
{
	text-decoration: underline;
}

#wish-list-table tr.item td div.description div h4
{
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wish-list-table tr.item td.remove,
#wish-list-table tr.item td.quan
{
	text-align:center;
}

#wish-list-table tr.item td.quan input
{
	width: 20px;
	text-align: center;
	border: 1px solid #ededed;
}

#wish-list-table tr.item td.remove a,
#wish-list-table tr.item td.quan a
{
	color: Black;
	font-size: 11px;
}


#wish-list-table tr.seperator td div
{
	border-bottom: 1px solid #ededed;
	text-align: center;
	margin: 0px 20px 0px 20px;
}

.save-list 
{
	float: right;
	margin: 25px 0px 15px 0px;
}

.print-list
{
	float: right;
	margin: 34px 20px 15px 0px;
}

.print-list img,
.save-list img 
{
	border: none;
}

/* Added 2/19/08 */

.mas-link 
{
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
}

.mas-link:hover 
{
	text-decoration: underline;
}

