@charset "utf-8";
@import url(module_header.css);
@import url(module_mainnav.css);
@import url(module_home.css);
@import url(module_sub.css);
@import url(module_footer.css);

/* CSS Document */
* { margin: 0; padding: 0; }

body {
	background: #fff url(../images/bg_main.png) top left repeat-x;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* main container */
#container {
	width: 900px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: left;
	background: #fff;
}

#content h1 {
	font-size: 20px;
	margin: 0 30px 15px 10px;
	padding: 0 !important;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #614a5d;
	text-transform: uppercase;
}

/***************************/
/* sub nav with categories */
#subNav {
	display: block;
	margin: 0 0 10px 0;
	width: 155px;
	padding: 0px 0px 20px 0px;
	height: auto !important;
	background: #f4f4f4;
}

#subNav ul {
	margin: 0;
	padding: 0;
	width: 155px;
	list-style: none;
	display: block;
	border-top: 1px solid #e6e4d2;
	text-align:right;
}

#subNav ul li {
	margin: 0;
	padding: 7px 0 9px 0;
	display: run-in;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #e6e4d2;
}

#subNav ul li a {
	margin: 0 5px 0 0;
	padding: 0 10px 0 5px;
width: 135px;
display:block;
	color: #614a5d !important;
	text-decoration: none;
	background: url(../images/arrow_nav.gif) 100% 5px no-repeat;
	font-size: 11px;
}

#subNav ul li a:hover {
	text-decoration: underline;
}

#subNav ul li ul {
	margin: 5px 0 0 0;
	padding: 0;
	width: 155px;
	list-style: none;
	border-top: none;
}

#subNav ul li ul li {
	margin: 0;
	padding: 2px 0 4px 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	border-bottom: none;
}

#subNav ul li ul li a {
	margin: 0 15px 0 0px !important;
	padding: 0 8px 0 0;
	font-size: 10px;
	color: #000 !important;
	text-decoration: none;
	background: url(../images/arrow_nav2.gif) 100% 5px no-repeat;
}

#subNav ul li ul li ul {
	margin: 5px 0 0 0;
	padding: 0;
	width: 155px;
	list-style: none;
	border-top: none;
}

#subNav ul li ul li ul li {
	margin: 0;
	padding: 2px 0 4px 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	border-bottom: none;
}

#subNav ul li ul li ul li a {
	margin: 0 25px 0 0px !important;
	padding: 0 !important;
	color: #000 !important;
	text-decoration: none;
	background: none !important;
	font-size: 10px;
}




/***************/
/* other links */
#otherNav {
	display: block;
	margin: 0 0 10px 5px;
	width: 150px;
}

#otherNav ul {
	margin: 0 0 0 5px;
	list-style: none;
}

#otherNav ul li {
	border-bottom: 1px solid #e6e4d2;
	padding: 4px 0 6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#otherNav ul li a
{
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

#otherNav ul li a:hover {
	text-decoration: underline;
}



/*************/
/* headings */
/* left col headings */
#columnLeft h2, #columnRight h2 {
	display: block;
	height: 25px;
	padding: 10px 0 0 10px;
	font-size: 18px;
	color: #614a5d;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
}

#columnContent h2 {
	display: block;
	height: 25px;
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
	font-size: 18px;
	color: #614a5d;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
}


#columnLeft h3, #columnContent h3, #columnRight h3 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 14px; }

#columnLeft #otherNav h2 {
	padding-left: 5px;
}

#columnContent ul {
margin:0px 0px 19px 20px;
color:#614a5d;
}

#columnContent ul li {
margin: 0px 0px 10px 0;
list-style: none;
padding: 0 0 0 10px;
line-height: 20px;
background: url(../images/list_arrow.gif) 0% 9px no-repeat;
font-size: 12px;
}

#columnContent input{
width:200px;
font-size:12px;
color:#666666;
}

#columnContent select{
min-width:200px;
font-size:12px;
color:#666666;
}


#columnContent textarea{
width:202px;
font-size:12px;
color:#666666;
}





/************************/
/* common page elements */
.cleaner {
	clear: both;
}

.none {
	display: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.center {
	text-align: center;
}

a.arrow_purple {
	font-weight: bold;
	text-decoration: none;
	color: #614A5D;
	padding: 0 15px 0 0; 
	background: url(../images/arrow_purple.png) right 3px no-repeat
}

a.arrow_purple:hover {
	text-decoration: underline;
}

.buttonrow { width: 100%; overflow: hidden; }
.buttonrow a {
	font-weight: bold;
	text-decoration: none;
	color: #614A5D;
	padding: 0 15px 0 10px; 
	background: url(../images/arrow_purple.png) right 3px no-repeat
}

.buttonrow a:hover {
	text-decoration: underline;
}

#cartsubtitle { margin: 20px 0 0 10px; }

.agreebutton { margin: 0 0 20px 100px; overflow: hidden; }

.agreebutton a, #cartsubtitle a {
	font-weight: bold;
	text-decoration: none;
	color: #614A5D;
	padding: 0; 
	background: none;
}

.agreebutton a:hover, #cartsubtitle a:hover {
	text-decoration: underline;
}


#banners { margin: 30px 0 20px 0; padding: 0; width: 100%; }
#banners a img { margin: 0 0 10px 10px; border: none; }

#affiliateform { border: none; }
#affiliateform legend { display: none; }


.pager { margin: 15px 0 0 0 !important; width: 100%; text-align: center !important; }

.pager ul { margin: 0 !important; padding: 0 !important; height: 25px !important; list-style: none; text-align: center !important; }

.pager ul li { 
	display: inline !important;
	margin: 0 3px !important; 
	padding: 3px 8px !important;
	text-align: center !important; 
	list-style: none; 
	background: #efefef !important; 
	border: 1px solid #dcdcdc !important;
	color: #333333; 
	font-weight: normal; 
	font-size: 12px; 
}

.pager ul li a, .pager ul li a:visited { margin: 0 !important; padding: 0 !important; text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #333333; }
.pager ul li a:hover { text-decoration: none; color: #000; }

.pager ul li.current { font-weight: bold; background: #614a5d !important; border: 1px solid #4c3a49 !important; color: #fff !important; font-family: Arial, Helvetica, sans-serif; }
.pager ul li.current a, .pager ul li.current a:hover, .pager ul li.current a:visited { text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #fff !important; }

.pager ul li.disabled { font-weight: normal; background: #eeeeee !important; border: 1px solid #dddddd !important; color: #cccccc !important; font-family: Arial, Helvetica, sans-serif; }
.pager ul li.disabled a, .pager ul li.disabled a:hover, .pager ul li.disabled a:visited { text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #cccccc !important; }


