﻿/* Global formating */
body {
	margin: 5px 0px 0px 0px;
	color: #666;
	font-family: Arial;
	font-size: 8pt;
	background-color: #fff;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;	
}
h1 {
	font-size: 12pt;
	color: #263b54;
}
h2 {
	font-size: 10pt;
	color: #2cadff;
}
h3 {
	font-size: 8pt;
	color: #666;
}
p, td {
	color: #666;
	font-family: Arial;
	font-size: 8pt;
}
a {
	color: #3399ff;
	text-decoration: none;
}
a:hover {
	color: #3399ff;
	text-decoration: none;
}
.ctltext {
	color: #333;
	font-family: Arial;
	font-size: 8pt;	
}
/* layout format */
#container {
	/*position: absolute; left:50%; width:800px; margin-left: -400px; */
	width:860px;
	background-color: #fff;
    margin-left: auto; margin-right: auto;	
}
.wrapper { width: auto; display: block; }
.clearformat {
	width: auto; display: block; clear: both;
}
#header {
	width: auto;
	height: 200px;
	margin: 5px 0px 5px 0px;
}
#nav {
	width: auto;
	height: 25px;
	padding-top: 9px;
	padding-left: 10px;
	background-color: #2dadff;
	background-image: url('nav_bg.jpg');
	background-repeat: repeat-x;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}
.navcr1 {
	background-image: url('nav_lf.jpg');
	background-repeat: no-repeat;
	width: 10px;
}
.navcr2 {
	background-image: url('nav_rt.jpg');
	background-repeat: no-repeat;
	width: 10px;
}

.footer {
	clear: both;
	width: auto;
	padding: 5px 10px;
	background-color: #fff;
	border-top: 1px solid #dcedf7;
	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: 170px;
	padding: 5px 20px 5px 5px;
	margin-right: 20px;
	border-right: 1px solid #dcedf7;
}	
.coldata {
	float: left;
	width: 630px;
	padding: 5px 5px 5px 0px;
	min-height: 300px;
}
.colpub {
	float: right;
	width: 130px;
	padding: 5px;
}	
/* content boxes */
.box1top {
	width: auto;
	height: 20px;
	color: #263b54;
	font-size: 12pt;
	font-weight: bold;
	/*padding-left: 5px;
	padding-top: 5px;*/
	margin-bottom: 5px;
}
.box1 {
	/*width: auto;
	padding: 5px;
	background-color: #eef9ff;
	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: 300px;
	margin-right: 20px;
}
.colemail {
	float: left;
	width: 300px;
}
.colphotos {
	float: left;
	width: 240px;
	margin-right: 10px;
}
.colprod {
	float: left;
	width: 380px;
}

/* 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 {
	margin-bottom: 15px;
}
.catheader {
	cursor: pointer; 
	font-size: 8pt;
	font-weight: bold;
	padding: 3px 0px 3px 0px; 
	border-top: 1px dotted #dcedf7;
}
.catitem {
	width: auto;
	padding: 2px 0px 2px 20px;
}

/* Shopping cart */
.cartbox {
	padding: 3px; 
	width: auto;
}
.cartvalue { font-size: 12pt; }
.cartuser { margin-top: 20px; }
.cartbuttons { width: 50%; text-align: center; background-color: #dcefff; color: #07487e; padding: 3px;}
.carttotal { background-color: #eef9ff; }
