/* main template */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	/*background-color: #780400;*/
	/*background-color: #993333;*/
	background-color: #A771AF;
}
 
a img { border: none 0px; vertical-align:top; }
a { text-decoration: none; color: #996633; }
a:hover { text-decoration: underline; color: #333333; }

div#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

div#head {
	width: 800px;
	height: 133px;
	background-image: url(../images/header.jpg);
}

div#nav {
	background-color: #23A0B2;
	border-top: solid 3px #D4D0C8;
	border-bottom: solid 3px #D4D0C8;
	text-align: center;	
	padding: 4px;
	color: #FFFFFF;	
}

div#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div#nav a:hover { color: #DCCC7B; }

div#nav2 {
	/* using background color from #wrapper */
}

div#shopnav {
	float: left;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 20px;
}

div#myaccount {
	float: right;
	background-color: #FFFFFF;
	text-align: right;
	padding: 5px 20px 5px 20px;
}

div#shopnav a {
	color: #23A0B2;	
	font-weight: normal;
	text-decoration: none;
}

div#shopnav a:hover { color: #DCCC7B; }

div#content {
	clear: both;
	background-color: #FFFFFF;
	border-bottom: solid 3px #D4D0C8;
}

div#footer {
	background-color: #23A0B2;
	padding: 3px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

div#footer a {
	color: #FFFFFF;
	text-decoration: none;
	clear: both;	
}

div#footer a:hover { color: #DCCC7B; }

div#footer .textgray { color: #333333; }

/* shop.php */
div#cartnav {
	margin-left: 2px;
	margin-right: 2px;
	text-align: right;
	padding: 4px 10px 3px 4px;
	background-color: #780400;
	color: #FFFFFF;
}

table#shopcontent {	width: 100%; }

td#left {
	width:20%;
	background-color:#FFF8EE;
	/* background-color:#D9EBFD; */ 
	margin: 5px 0px 5px 5px;
	padding: 10px;
	vertical-align: top;
}

td#right {
	background-color:#FFF8EE; 
	/* background-color:#BED7FC; */
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(../images/bg_right.png);
	margin: 5px 5px 5px 0px;
	vertical-align: top;
}

/* OC: Left content */
#cat1
{	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
	margin-top: 5px;
	margin-bottom: 2px;	
}

div#cat2
{
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #996633;
}

div#cat2 a { font-weight: bold; color:#666666; }
div#cat2 a.selected { color: #996633; }


div#cat2 a:hover { color:#666666; text-decoration: none; }

div#cat3
{
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	padding-left: 1em;
	color: #996633;
}

div#cat3 a { color: #333333; }
div#cat3 a.selected { color: #996633; }

div#cat3 a:hover { text-decoration: none; }

.img_border {
	border: 1px solid #999999;
}

.img_border_unselected {
	border: 1px dashed #999999;
}

.img_border_selected {
	border: 2px solid #666666;
}

/* many pages -- about the forms */
.frm_left {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	padding-bottom: 5px;
}

.frm_right {
	text-align: left;
	padding-left: 5px;
	vertical-align: top;
	padding-bottom: 5px;	
}

.frm_warning {
	color: #FF3300;
}

/* my account pages */
.menuitem {
}

.menuitem a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.menuitem a:hover {
	text-decoration: none;
	background-color: #FFAA99;
}

.menuitem a#selected {
	background-color: #FFCC99;
}

