﻿/* Global formating */
body {
	margin: 0px;
	color: #333;
	font-family: Arial;
	font-size: 8pt;
	background-color: #d7ecff;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;	
	
}
h1 {
	font-size: 12pt;
	color: #004195;
}
.title1 {
	font-size: 12pt;
	font-weight: bold;
	color: #004195;
}
h2 {
	font-size: 10pt;
	color: #6699cc;
}
h3 {
	font-size: 9pt;
	color: #333;
}

.title2 {
	font-size: 10pt;
	font-weight: bold;
	color: #6699cc;
}
p, td {
	color: #333;
	font-family: Arial;
	font-size: 8pt;
}
a {
	color: #2c88c9;
	text-decoration: none;
}
a:hover {
	color: #2c88c9;
	text-decoration: underline;
}
.ctltext {
	color: #333;
	font-family: Arial;
	font-size: 8pt;	
}
/* layout format */
#container {
	position: absolute; left:50%; width:900px; margin-left: -450px;
	background-color: #fff;
}
.wrapper { width: auto; display: block; }
#header {
	width: auto;
	height: 150px;
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;	
}
#nav {
	width: auto;
	height: 24px;
	padding-top: 128px;
	padding-left: 10px;
	color: #fff;
	font-size: 9pt;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer {
	clear: both;
	width: auto;
	padding: 5px 10px;
	background-color: #fff;
	border-top: 2px solid #07487e;
	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: 580px;
	padding: 5px;
	margin-right: 10px;
	min-height: 300px;
}
.colpub {
	float: right;
	width: 130px;
	padding: 5px;
}	
/* content boxes */
.box1top {
	width: auto;
	height: 20px;
	background-color: #105daa;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box1, .box2, .box3 {
	width: auto;
	padding: 5px;
}
.box2top {
	width: auto;
	height: 20px;
	background-color: #6699cc;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.box3top {
	width: auto;
	height: 20px;
	background-color: #909090;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
/* 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;
}
.separator {
	width: 100%; height: 1px; border-bottom: 1px dotted #cccccc;
}
/* Custom formats */
.colcontact {
	float: left;
	width: 360px;
	margin-right: 10px;
}
.colemail {
	float: left;
	width: 340px;
}
.colphotos {
	float: left;
	width: 240px;
	margin-right: 10px;
}
.colprod {
	float: left;
	width: 230px;
}

/* Galeria */
.dvimgfoto {
	height: 104px;
	width: 138px;
}
.dvfoto {
	border: 1px solid #e8e8e8;
	height: 140px;
	width: 145px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

/* Categories */
.boxcateg {
	width: auto;
	padding: 1px;
	background-color: #eef9ff;
	border: 1px solid #cccccc;
}
.catheader {
	/*background-color: #ccc;*/
	cursor: pointer; 
	color: #07487e;
	font-size: 8pt;
	font-weight: bold;
	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: #dcefff; color: #07487e; padding: 3px;}
.carttotal { background-color: #eef9ff; }
