﻿/* Global formating */
body {
	margin: 0px;
	color: #666;
	font-family: Arial;
	font-size: 8pt;
	background-color: #333;
	background-image: url(body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
h1 {
	font-size: 12pt;
	font-weight: normal;
	color: #993300;
}
h2 {
	font-size: 10pt;
	font-weight: normal;
	color: #cc6600;
}
p, td {
	color: #666;
	font-family: Arial;
	font-size: 8pt;
}
a {
	color: #2c88c9;
	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:860px; margin-left: -430px;
	background-color: #fff;
}
.wrapper { width: auto; display: block; }
#header {
	width: auto;
	height: 118px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;	
}
#nav {
	width: auto;
	height: 24px;
	padding-top: 8px;
	padding-left: 5px;
	background-color: #07487e;
	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;
}
.footer {
	clear: both;
	width: auto;
	padding: 5px 10px;
	/*background-color: #fff;
	border-top: 2px solid #333;*/
	height: 16px;
}
.footsec1 {
	float: left;
	width: 280px;
}
.footsec2 {
	float: left;
	width: 280px;
	text-align: center;
}
.footsec3 {
	float: left;
	width: 280px;
	text-align: right;
}
.colcategories {
	float: left;
	width: 180px;
	padding: 5px;
	margin-right: 10px;
}	
.coldata {
	float: left;
	width: 480px;
	padding: 5px;
	margin-right: 10px;
	min-height: 300px;
}
.colpub {
	float: right;
	width: 150px;
	padding: 5px;
}	
/* content boxes */
.box1top {
	width: auto;
	height: 20px;
	background-image: url(box1hr_bg.jpg);
	background-repeat: repeat-x;		
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box1 {
	width: auto;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
}
.box2top {
	width: auto;
	height: 20px;
	background-image: url(box2hr_bg.jpg);
	background-repeat: repeat-x;		
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box2 {
	width: auto;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
}
.box3top {
	width: auto;
	height: 20px;
	background-image: url(box3hr_bg.jpg);
	background-repeat: repeat-x;		
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box3 {
	width: auto;
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
}
/* Datagrid */
.gridheader {
	background-color: #70b4d9;
	background-image: url(gridheader_bg.jpg);
	background-repeat: repeat-x;
	height: 18px;
	color: #fff;
	font-weight: bold;
}
.griditem {
	background-color: #fbfbfb;
	color: #666;
}
.gridalternate {
	/*background-color: #f3f3f3;*/
	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 */
.dvimgprod {
	border: 1px solid #e8e8e8;
	height: 120px;
	/* width: 138px;*/ 
	width: 145px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.dvimg1 {
	height: 104px;
	width: 138px;
}
.prodprice {
	font-size: 10pt;
	color: Orange;
}
.prodpromo {
	color: red;
	font-weight: bold;
}
.prodnew {
	color: green;
	font-weight: bold;
}
.proddisp {
	color: Orange;
	font-weight: bold;
}
/* Categories */
.boxcateg {
	width: auto;
	padding: 1px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
}
.catheader {
	/*background-color: #ccc;*/
	cursor: pointer; 
	color: #2c88c9;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px;
}
.catitem {
	width: auto;
	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: #e7e7e7; color: #07487e; padding: 3px;}
.carttotal { background-color: #f5f5f5; }
