﻿body
{
	font-family:Arial, Verdana, Helvetica;
	font-size:68.8%;
	
	margin:0px;
	padding:0px;
	
}



/* ELEMENTS */

.nowrap{white-space:nowrap;}
.block{display:block;}


.dashed{border-bottom:1px dashed;}
.nounder{text-decoration:none;}
.bold{font-weight:bold;}
.nospace{margin-top:0px;margin-bottom:0px;padding:0px;}

.margin5rl{margin-left:15px;margin-right:15px;}

.size10{font-size:10px;}
.size11{font-size:11px;}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}

img {border:0px;}
img.left{float:left;margin:14px 14px 14px 0px;}
img.right{float:right;margin:14px 0px 14px 14px;}

H1
{
	padding:0px;
	margin:6px 0px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	
}
H2
{
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:0px;
	margin:6px 0px;
}
H3
{
	font-size:11px;
	font-weight:bold;
	color:#333;
}

H4
{
	font-size:10px;
	font-weight:bold;
	color:#333;
}

H5
{
	font-size:11px;
	font-weight:bold;
	color:#333;
}


H6
{
	font-size:10px;
	font-weight:bold;
	color:#333;
}


P,TD,label
{
	font-size:11px;
	color:#333;
}
A,div
{
	
	font-size:11px;
}
A
{
	color:#336699;
}
A:hover
{
	color:#336699;
}
A:visited
{
	color:#336699;
}

.orange{color:#FF6306!important;}
.blue{color:#051C3C!important;}

/*      BEAUTYFUL TABLE       */
.beauty
{
	border-collapse:collapse;
	border:0px;
	z-index:1;
}
.beauty thead td{border:0px;background-color:#FF6306;color:#fff;font-weight:bold;padding:5px;}
.beauty thead th{background-color:#051C3C;color:#fff;font-weight:normal;font-size:10px;padding:5px;}
.beauty tbody .even{background-color:#DDDDDD;}
.beauty tbody td{padding:2px 5px;font-weight:bold;color:#666;}
.beauty tfoot td{border:0px;height:9px;padding:0;background:url(layout/beuty_foot_bg.png) repeat-x top left #FF6306;}

.beauty .tl{z-index:1;position:absolute;top:-5px;left:-5px;width:15px;height:15px;background:url(layout/beuty_corners_tl.png) no-repeat top left;}
.beauty .tr{z-index:1;position:absolute;top:-5px;right:-5px;width:15px;height:15px;background:url(layout/beuty_corners_tr.png) no-repeat top right;}
.beauty .bl{z-index:1;position:absolute;bottom:0px;_bottom:-5px;left:0px;width:9px;height:9px;background:url(layout/beuty_corners_bl.png) no-repeat top left;}
.beauty .br{z-index:1;position:absolute;bottom:0px;_bottom:-5px;right:0px;width:9px;height:9px;background:url(layout/beuty_corners_br.png) no-repeat top right;}


/*      PRICELIST TABLE       */
.pr_header>p{margin:0px;padding:0px;}
.pr_header
{
	background-color:#051C3C;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 40px;
	
}
.pr_table
{
	border-collapse:collapse;
	z-index:1;
}
.pr_table, .pr_table th, .pr_table td{border-color:white;}
.pr_table thead th{background-color:#FF6306;color:#fff;font-weight:bold;font-size:12px;padding:5px;}
.pr_table .even{background-color:#DDDDDD;}
.pr_table .first{background-color:#fff!important;width:250px;}
.pr_table tbody td{padding:2px 5px;font-weight:bold;color:#666;}
.pr_tbl_over{padding-left:1px;border-left:1px solid #051C3C;border-right:1px solid #051C3C;border-bottom:1px solid #051C3C;}
/*.price_place{border: 1px solid #051C3C;}*/
.price_place{width:680px;}

/* SPECIAL */
#special
{
	background:#FF6306;
	margin-left:1px;
	border-bottom:1px solid #fff;
}
#special .hline
{
	height:5px;
	font-size:0.1px;
	background:url(layout/special_line.gif) repeat-x top left;
}
#special h5,#special h2,#special p,#special a, #special a:visited,#special a:hover{color:#fff;}
#special h5, #special p{margin-bottom:10px;}


.dot{background:url(layout/dot.gif) repeat-x top left;height:8px;margin-bottom:5px;}
.vDot{background:url(layout/vdot.gif) repeat-y top center;}

