﻿/* Global formating */
body {
	margin: 0px;
	color: #666;
	font-family: Arial;
	font-size: 8pt;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 12pt;
	font-weight: normal;
	color: #660033;
}
h2 {
	font-size: 10pt;
	font-weight: normal;
	color: #660033;
}
p, td {
	color: #666;
	font-family: Arial;
	font-size: 8pt;
}
a {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
.ctltext {
	color: #333;
	font-family: Arial;
	font-size: 8pt;	
}
/* layout format */
#container {
	position: absolute; left:50%; width:800px; margin-left: -400px;
	background-color: #fff;
}
.wrapper { width: auto; display: block; }
#header {
	width: auto;
	height: 100px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
}
#nav {
	width: auto;
	height: 24px;
	padding-top: 10px;
	padding-left: 5px;
	background-color: #821944;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 9pt;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: inherit;
	text-decoration: underline;
}
.navcr1 { width: 8px; background-image: url('nav_cr01.jpg'); background-repeat: no-repeat; }
.navcr2 { width: 8px; background-image: url('nav_cr02.jpg'); background-repeat: no-repeat; }	
.footer {
	clear: both;
	width: auto;
	padding: 5px 10px;
	background-color: #fff;
	border-top: 5px solid #831844;
	border-bottom: 1px solid #390418;
	height: 16px;
}
.footsec1 {
	float: left;
	width: 260px;
}
.footsec2 {
	float: left;
	width: 260px;
	text-align: center;
}
.footsec3 {
	float: left;
	width: 260px;
	text-align: right;
}
.colcategories {
	float: left;
	width: 140px;
	padding: 5px;
	margin-right: 10px;
}	
.coldata {
	float: left;
	width: 480px;
	padding: 5px;
	margin-right: 10px;
	min-height: 300px;
}
.colpub {
	float: right;
	width: 130px;
	padding: 5px;
}	
/* content boxes */
.box1top {
	border: 1px solid #d3d1c5;
	width: auto;
	height: 20px;
	background-image: url(box1hr_bg.jpg);
	background-repeat: repeat-x;		
	color: #60575a;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box1 {
	width: auto;
	padding: 5px;
	border: 1px solid #e6e3da;	
	background-image: url(prod_bg.jpg);
	background-repeat: repeat-x;		
}
.box2top 
{
	border: 1px solid #d3d1c5;
	width: auto;
	height: 20px;
	background-image: url(box1hr_bg.jpg);
	background-repeat: repeat-x;
	color: #60575a;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box2 {
	width: auto;
	padding: 5px;
	border: 1px solid #e6e3da;	
	background-image: url(prod_bg.jpg);
	background-repeat: repeat-x;		
}
.box3top {
	border: 1px solid #d3d1c5;
	width: auto;
	height: 20px;
	background-image: url(box3hr_bg.jpg);
	background-repeat: repeat-x;		
	color: #60575a;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box3 {
	width: auto;
	padding: 5px;
	border: 1px solid #e6e3da;	
	background-image: url(prod_bg.jpg);
	background-repeat: repeat-x;		
}
/* Datagrid */
.gridheader {
	width: auto;
	height: 20px;
	background-image: url(box1hr_bg.jpg);
	background-repeat: repeat-x;		
	color: #60575a;
	font-weight: bold;
}
.griditem {
	background-color: #fbfbfb;
	color: #666;
}
.gridalternate {
	color: #666;
}
.gridpager {
	background-color: #f3f3f3;
}
.gridheaderview {
	background-color: #333;
	height: 18px;
	color: #fff;
	font-weight: bold;
}
.griditemview {
	background-color: #fff;
	color: #666;
}

/* Custom formats */
.colcontact {
	float: left;
	width: 230px;
	margin-right: 10px;
}
.colemail {
	float: left;
	width: 240px;
}
.colphotos {
	float: left;
	width: 240px;
	margin-right: 10px;
}
.colprod {
	float: left;
	width: 230px;
}

/* Products */
.dvprod {	
	width: 145px;
	height: 145px;
	border: 1px solid #e6e3da;	
	background-image: url(prod_bg.jpg);
	background-repeat: repeat-x;		
	padding: 5px;
}
.dvimgprod {
	text-align: center;
}
.dvimg1 {
	height: 104px;
	width: 138px;
}
.prodprice {
	font-size: 10pt;
	color: #993300;
}
.prodpromo {
	color: red;
	font-weight: bold;
}
.prodnew {
	color: green;
	font-weight: bold;
}
.proddisp {
	color: Orange;
	font-weight: bold;
}
/* Categories */
.boxcateg {
	width: auto;
	padding: 1px;
	border: 1px solid #e6e3da;	
	background-image: url(prod_bg.jpg);
	background-repeat: repeat-x;
}
.catheader {
	cursor: pointer; 
	color: #5d585e;
	font-size: 8pt;
	padding: 2px;
}
.catitem {
	width: 125px;
	background-color: #fff;
	padding: 2px 2px 2px 5px;
}

/* Shopping cart */
.cartbox {
	padding: 3px; 
	text-align: center;
	width: auto;
}
.cartvalue { font-size: 12pt; }
.cartuser { margin-top: 20px; }
.cartbuttons { width: 50%; text-align: center; background-color: #e6e3da; color: #07487e; padding: 3px;}
.carttotal { background-color: #fbf4ee; }
