* {
	margin: 0px auto;
	padding: 0px;	
}

body {
	font-family: lucida grande, trebuchet ms;
	font-size: 11px;
	/*background: url(../images/img/bg.jpg) repeat-x #4380C5;*/
	background: #FFFFFF url(../images/img/bg.gif) repeat-x scroll center bottom;
	color: #4b4b4b;
	text-align: center;
	padding-top: 25px;
}

/** TEMPLATE STYLING **/

#wrapper {
	width: 970px;
	border: 7px solid #8F7A6D;
	background: #fff;
	position: relative;
}

#header {
	height: 76px;
	/*background: #E8F4F6 url(../images/img/bg_top.gif) repeat-x;*/
	background: #E8F4F6 url(../images/img/header-bg.gif) repeat-x scroll left top;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	left: 5px;
}

#hotzone {
	position: absolute;
	top: 13px;
	_top: 5px;
	left: 250px;
	text-align: center;
	width: 300px;
}

#session {
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-size: 11px;
	text-align: right;
}

#session a, a.visited, a.active {
	color: #287dde;	
}

#session a:hover {
	color: #696969;
}

#session li {
	display: inline;
	list-style: none;
	margin-left: 5px;
}

#menu {
	height: 28px;
	background: url(../images/img/bg_menu.gif) repeat-x;	
	text-align: center;
	text-transform: lowercase;
	padding-top: 10px;
	color: #fff;
}

#menu li {
	display: inline;
	list-style: none;
	margin: 0 20px;
}

#menu a, a.visited, a.active {
	font-size: 13px;
	color: #fff;
}

#menu a:hover {
	color: #8CD5F2;
}

#middle {
	background: #ebf3ff;
	padding: 5px;	
	font-size: 11px;
	border-bottom: 1px solid #c9daf3;
}

#middle a, a.visited, a.active {
	color: #6c6f74;	
}

#middle a:hover {
	color: #287dde;
}

#search_top {
	background: #fff;
	width: 190px;
	padding: 3px;
	border: 1px solid #d6d6d6;
	float: left;
}

#search_top input {
	border: none;	
}

.submit {
	position: relative;
	top: 2px;	
}

#left {
	width: 189px;
	float: left;	
	text-align: left;
}

#left ul {
	list-style: none;	
}

#container {
	width: 970px;
	float: left;	
	text-align: left;
}

#content_product {
	width: 750px;
	float: left;
	margin: 0 10px;
	_margin: 0 5px;
	text-align: left;
}

#content {
	width: 570px;
	float: left;
	margin: 0 10px;
	_margin: 0 5px;
	text-align: left;
	padding-bottom: 15px;
}

#content p {
	padding: 5px 10px;	
}

#content li {
	margin: 5px 0 5px 25px;
	_margin: 0px 0 5px 15px;
}

#right {
	width: 189px;
	float: right;
	text-align: left;
}

#footer {
	border-top: 1px dotted #ccc;
	padding: 10px;
	background: url(../images/img/bg_top.gif) repeat-x #fff;
	text-align: left;
	font-size: 11px;
}

#footer hr {
	margin: 10px 0;
	_margin: 0;
}

.productbox {
	width: 110px;
	height: 135px;
	_height: 165px;
	float: left;
	margin: 0px 11px 2px 0px;
	padding: 10px;
	text-align: center;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

.productbox a, a.visited, a.active {
	color: #1F5CA1;
}

.productbox a:hover {
	color: #696969;	
}

.subcategories {
	padding: 10px;	
	background: #F0F2F6;
	float: left;
	width: 176px;
}

.subcategories li {
	list-style: none;
}

.boxcontent {
	padding: 5px 10px;
	position: relative;
	font-size: 11px;
}

.boxcontentscroll {
	padding: 5px;
	position: relative;
	overflow-y: scroll;
	height: 100px;
	width: 179px;
}

.box {
	font-size: 11px;
	color: #3c3c3c;
	background: #F3F8FF;
	width: 189px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	_margin-bottom: 5px;
}

.box li {
	list-style: none;
	margin-bottom: 5px;
}

.boxfilter {
	margin-top: 10px;
	position: relative;
}

#product_contain {
	width: 750px;
	margin-top: 15px;
	position: relative;
	float: left;
}

#product_images {
	width: 244px;
	height: 374px;
	_height: 386px;
	float: left;	
	border: 1px solid #ccc;
	padding: 10px 10px 6px 10px;
	text-align: center;
}

#product_container {
	width: 452px;
	height: 380px;
	_height: 392px;
	float: right;
	border: 1px solid #ccc;
	padding: 5px 10px;
	position: relative;
	text-align: left;
}

#product_overview {
	width: 181px;	
	float: left;
} 

#product_order {
	width: 239px;	 
	float: right;
	background: #F3F8FF;
}

#product_overview hr {
	border: none;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	_margin: 1px 0;
	*margin: 1px 0;
}

#product_overview h3 {
	font-size: 12px;
}

#product_order hr {
	margin: 0px;	
}

#product_order select {
	margin: 0px;
	font-size: 12px;
}

img {
	border: none;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 5px 0;
	_margin: 1px 0;
}

form {
	margin:0;
	padding:0;
}

.profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	text-align: center;
	padding: 7px;
	color: #A3C762;
	margin: 10px 0;
}

.profile a, a.visited, a.active {
	color: #696969;
	margin: 0 5px;
}

.profile a:hover {
	color: #A3C762;
}

.profile li {
	list-style: none;
	display: inline;
}

a, a.visited, a.active {
	color: #205DA2;
	text-decoration: none;	
}

a:hover {
	color: #696969;
	cursor: pointer;
}

blockquote, p {
	padding: 5px;	
}

.TopBottomBar{
	font-size:11px;
}

.rightbox {
	margin-bottom: 3px; 
	padding: 3px;
}

.strike{
	text-decoration:line-through;
	color: #aeaeae;
}
/** BOX STYLES **/

A:ACTIVE.BoxLink{color: #4380C5;}
A:LINK.BoxLink{color: #4380C5;}
A:VISITED.BoxLink{color: #4380C5;}
A:HOVER.BoxLink{color: #696969;}

/** PAGE HEADER AND NAVIGATION					**/
.pageHeader{
	text-align:left;
	padding:5px 0;
	margin:0px;
	color: #4380C5;
	font-size: 15px;
}

.pageNavigation{
	background: #A8ADB4;
	color: #fff;
}

.pageNavigation a, a.visited, a.active {
	color: #fff;	
}

.pageNavigation a:hover {
	color: #696969;	
}

/** CATALOG ITEMS				 				**/
.CatalogNavigation{

}

.CatalogItemDark{
	background: #c1c7cf;
	padding: 5px;
	color: #3f4145;
}

.CatalogItemDark a, a.visited, a.active {
	color: #3f4145;
}

.CatalogItemDark a:hover {
	color: #205DA2;	
}

.CatalogItemLight{
	padding: 10px;
}

/** LISTS FOR CART ITEMS - USES CATALOG STYLES **/

.listHeader{

}

.listItem{

}

/** FORMS										**/
/**NEW FORM STYLES**/

.formFieldSet{
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	/*border-style: outset;*/
	padding: 10px;

}

.formContent{
	clear:both;
	float:left;
	padding-left:0px;
	width:99%;
}

.formSeparator{
	padding:6px;
}

.formHeader{
	clear:both;
	padding:5px;
	color: #4380C5;
	font-size: 14px;
}

.formLine{
	clear:both;
	float:left;
	width:100%;
}

.formCaption{
	float:left;
	padding:5px;
	margin-top:3px;
	text-align:right;
	width:40%;
}

.formControl{
	float:left;
	padding:5px;
}

.formSpace{
	float: left;
	padding: 5px;
	padding-left: 15px;
}

.formSpace label {
	float: left;
	width: 90%;
}

.formControlText{
	width:144px;
}

.formControlSelect{
	width:150px;
}

.formButtons{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
	float:left;
	width:99%;
}
/**NEW FORM END**/

label {
	float: left;
	width: 30%;
	padding: 2px;
}

.formline {
	padding: 10px;	
}

.FormItems{
	padding:2px;
}

.formRemark{
}

.ProductSubtitle{
	padding: 5px 0;
	margin: 0px;
	font-size: 18px;
}

.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-weight: bold;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	position: relative;
	top: 1px;
	*top: 1px;
	_top: 2px;
}

.shadetabs a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: -1px;
	border: 1px solid #ccc;
	color: #4B4B4B;
	background: #FFF;
	float: left;
}

.shadetabs a:visited{
	color: #2d2b2b;
}

.shadetabs a:hover{
	color: #000;
}

.shadetabs a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
}

.shadetabs a.selected{ /*selected main tab style */
	background: #EBF3FF;
	border-bottom-color: #EBF3FF;
	color: #1F5CA1;
}

.shadetabs a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #000;
}

.tabcontentcontainer {
	border:1px solid #ccc;
	margin-bottom: 1em;
	padding: 1px 10px;
	clear: both;
}

.tabcontent{
	display: none;
	padding: 10px 5px;
	text-align: left;
}

.tabcontent h2 {
	color: #000;	
}

object {
	margin: 0px;
	padding: 0px;
}

.alsobought {
	float: left;
	height: 155px;
	width: 125px;
	padding: 5px;	
	text-align: center;
	background: #fff;
	margin-right: 5px;
	border: 1px solid #c2d1e9;
	font-size: 11px;
}

.alsoboughtimg {
	height: 100px;	
}

table#storeFront {
width:100%;
}

#storeFront td {
background-color:#CCCCCC;
padding:12px;
vertical-align:top;
width:50%;
}

#storeFront h2 {
background:transparent none repeat scroll 0%;
float:left;
font-size:1.2em;
margin:0pt;
}

#storeFront h2 a {
color:#5A4529;
}

#storeFront small {
color:#000000;
float:right;
}

#storeFront small a {
color:#000000;
}

.clear {
clear:both;
height:0pt;
}
