@CHARSET "UTF-8";
@IMPORT URL("styles/left.css");
@IMPORT URL("styles/center.css");
@IMPORT URL("styles/right.css");

*{
	margin: 0;
	padding: 0;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #1c80c0;
	font-size:11px;
	text-decoration: none;
}

a:HOVER{
	text-decoration: underline;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FDFDFD;
	background-image: url("images/template/bg_body.jpg");
	background-repeat: repeat-x;
}

img{
	border: 0;
}

/**/
/* Parent */
/**/
.parent{
	width: 990px;
	margin: 0 auto;
	background-image: url("images/template/bg_body.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background: #F00;
}

/**/
/* Top */
/**/
.divTop{
	float: left;
	width: 990px;
	height: 135px;
	margin: 0 auto;
	background: #FFF;
}

.divTop .logo{
	float: left;
	width: 404px;
	height: 135px;	
	background-image: url("images/template/logo.jpg");
	background-repeat: no-repeat;
}

.divTop .logo div{
	float: left;
	width: 90px;
	height: 90px;
	margin-top: 5px;
	margin-left: 20px;
	cursor: pointer;	
}

.divTop .right{
	float: right;
	width: 25px;
	height: 135px;
	background-image: url("images/template/top_right.jpg");
	background-repeat: no-repeat;
}

.divTop .menus{
	float: right;
	width: 561px;
	height: 135px;
}

.divTop .menus a{
	color: #FFF;
	font-size: 9px;
}

.divTop .menu1, 
.divTop .menu2, 
.divTop .menu3, 
.divTop .menu4{
	float: left;
	width: 561px;
	color: #FFF;
	font-size: 9px;
	padding-top: 5px;
}

.divTop .menu1{
	height: 19px;
	background-image: url("images/template/bg_menu1.jpg");
	background-repeat: repeat-x;
}

.divTop .menu1 a{
	color: #FFF;
}

.divTop .menu1 .mLeft{
	float: left;
	width: 350px;
}

.divTop .menu1 .mRight{
	float: right;
	width: 200px;
	text-align: right;
}

.divTop .menu2{
	height: 30px;
	padding-top: 25px;
	text-align: center;
	background-image: url("images/template/bg_menu2.jpg");
	background-repeat: repeat-x;
}

.divTop .menu3{
	height: 51px;
	line-height: 25px;
	background-image: url("images/template/bg_menu_3_4.jpg");
	background-repeat: repeat-x;
	overflow: hidden;
}

.divTop .menu3 a{
	color: #FFF;
	font-size: 9px;
}

.divTop .menu4{
	/*height: 22px;
	/*background-image: url("images/template/bg_menu4.jpg");
	background-repeat: repeat-x;*/
}

/**/
/* Cont */
/**/
.divCont{
	float: left;
	width: 990px;
	background-color: #fefdfd;
	background-image: url("images/template/bg_cont.jpg");
	background-repeat: repeat-x;
	background-position: top;
	
}

.barTop{
	float: left;
	width: 990px;
	height: 10px;
	background-image: url("images/template/top_cont.jpg");
	background-repeat: no-repeat;
	
}

/**/
/* ProductListing */
/**/
.productListing-heading{
	border-bottom: 1px solid #DDD;
}

.productListing-heading a{
	color: #FFF;
	font-weight: bold;
}

.productListing{
}

.productListing td{
	text-align: left;
	padding: 7px
}

/**/
/* divBottom */
/**/
.divBottom{
	float: left;
	width: 970px;
	padding: 10px;
	margin-top: 20px;
}

.divBottom .topBottom{
	float: left;
	width: 970px;
	height: 4px;
	font-size: 1px;
	background: url("images/template/top_bottom.jpg") no-repeat;
}

.divBottom .contBottom{
	float: left;
	width: 930px;
	padding: 10px 20px;
	background: #dfdfdf;
}

.divBottom .contBottom .left{
	float: left;
	width: 404px;
	font-size: 10px;
	font-weight: bolder;
	border-right: 1px dotted #000;
}

.divBottom .contBottom .right{
	float: right;
	width: 505px;
	padding-top: 12px;
	padding-left: 20px;
	text-align: center;
	font-size: 9px;
}

.divBottom .bottomBottom{
	float: left;
	width: 970px;
	height: 4px;
	font-size: 1px;
	background: url("images/template/bottom_bottom.jpg");
}