/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #000000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

ul {
	padding: 0px 0px 0px 15px;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

table th {
	text-align: left;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

img { border: none; }

a {
	text-decoration: none;
	color: #A2373B;
}

a:hover {
	color: #000000;
}

.red {
	color: #990000;
}

/* LAYOUT CSS */

#container {
	width: 969px;
	margin: 0px auto;
}

#topnav {
	height: 60px;
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
}

#topnav ul {
	list-style: none;
	padding: 0px;
	clear: right;
	float: right;
	margin-top: 8px;
}

#topnav li {
	float: left;
	padding: 0px 10px 0px 11px;
	background-image: url('../images/topnav_divider.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#topnav li.first {
	background-image: none;
}

#topnav a {
	color: #FFFFFF;
}

#topnav img {
	vertical-align: middle;
	margin-right: 5px;
}

#topnav input {
	border: 0px;
	width: 136px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	padding: 1px;
	float: right;
	margin-left: 5px;
}

#topnav .submit {
	width: auto;
	height: 17px;
}

#header {
	background-color: #FFFFFF;
	height: 180px;
}

#header img {
	float: left;
}

#nav {
	height: 22px;
	background-color: #A7BC02;
	padding: 0px 0px 0px 60px;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	line-height: 20px;
	height: 22px;
	display: block;
	text-align: center;
}

#nav li {
	display: block;
	float: left;
	margin: 0px 10px;
	position: relative;
}

#nav li a {
	color: #000000;
}

#nav li a:hover {
	color: #FFFFFF;
}

#nav ul li ul {
	display: none;
	position: absolute;
	top: 22px;
	padding: 0px;
}

#nav ul li:hover ul, #nav ul li.hover ul {
	display: block;
}

#nav ul li ul li {
	display: block;
	float: none;
	text-align: left;
	background-color: #A7BC02;
	padding: 5px;
	white-space: nowrap;
	margin: 0px;
	text-transform: lowercase;
}

#content_box {
	background-color: #FFFFFF;
	padding: 15px 0px;
}

#content {
	float: right;
	width: 715px;
	margin: 10px 14px 0px 0px;
}

#leftnav {
	width: 240px;
}

#leftnav #subnav {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A2373B;
	width: 160px;
}

#leftnav ul {
	list-style: none;
	padding: 0px 0px 0px 10px;
}

#leftnav ul li {
	font-size: 18px;
	line-height: 20px;
}

#leftnav ul li img {
	vertical-align: middle;
	margin: 5px 0px;
}

#leftnav ul li ul {
	margin-bottom: 5px;
	padding: 0px 0px 0px 43px;
}

#leftnav ul li ul li {
	font-size: 14px;
	line-height: 24px;
}

#leftnav ul li ul li a {
	color: #000000;
}

#leftnav ul li ul li a:hover {
	color: #A2373B;
}

#footer {
	clear: right;
	color: #FFFFFF;
	border-top: 10px solid #A7BC02;
	padding: 5px 0px 15px 0px;
	text-align: center;
}

#footer ul {
	padding: 0px;
	list-style: none;
	text-align: center;
}

#footer li {
	margin: 0px 7px;
	display: inline;
}

#footer a {
	color: #FFFFFF;
}

#footer p {
	margin-top: 10px;
	font-size: 11px;
}

/* DATEPICKER CSS */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}



/* CATEGORY CSS */

#category, #category_subcats {
	width: 100%;
}

#category td, #category_subcats td {
	width: 33%;
	text-align: center;
	padding: 0px 5px 20px 5px;
}

#category table, #category_subcats table {
	height: 150px;
	border: 1px solid #666666;
	width: 160px;
	height: 160px;
	text-align: center;
	margin: 0px auto;
}

#category table td, #category_subcats table td {
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

#category_tools {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
}

#category_tools td {
	padding-bottom: 10px;
	vertical-align: bottom;
}

#gift_certificate td {
	padding: 2px 5px 2px 0px;
}

.button {
	border: 1px solid #000000;
	background-color: #A7BC02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 3px;
	color: #000000;
	text-transform: uppercase;
}

#product_image {
	float: right;
	width: 310px;
	text-align: center;
	margin-bottom: 10px;
}

#product_image img {
	padding: 5px;
	border: 1px solid #666666;
}

/* Begin calendar styles. */
table.calendar {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border-width: 0px;
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

table.calendar td.noborder {
	text-align: center;
	border-right: 0px;
	border-bottom: 0px;
}   

table.calendar td.calendarHeader, td.calendarNav{
	text-align: center;
	border-bottom: 1px solid #aaa;
}

table.calendar td.calendarHeaderLeft {
	text-align: center;
	border-bottom: 1px solid #aaa;
}

table.calendar td.calendarMonth{
	text-align: center;
}

table.calendar td.calendar {
	text-align: left;
	width:14%;
	height: 75px;
	padding: 4px;
	border-left: 0px;
	border-top: 0px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

table.calendar td.calendarLeft {
	text-align: left;
	width:14%;
	height: 75px;
	padding: 4px;
	border-top: 0px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

table.calendar td.calendarToday {
	text-align: left;
	width:14%;
	height: 75px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

/* End calendar styles.*/

