* {
	font-family:tahoma, arial, helvetica, sans-serif;
}

body {
	color:#6e6e6e;
}

body, #main, a, small.attr  {
	font-size:12px;
}

#whole {
	width:1000px;
	margin:auto;
}

#topbar {
	height:39px;
/*	background-color:#818181;*/
	background-image:url(images/skin/topbar_bk.gif);
}

#topbar .logo {
	width:192px;
	height:37px;
	background-color:#bdbdbd;
	border-right:2px solid white;
	float:left;
}

#topbar .logo img {
/*	margin-top:5px;*/
}

#topbar .menu {
	text-align:right;
	color:white;
	padding-top:5px;
	font-size:11px;
}

#topbar .menu a {
	margin-left:5px;
	margin-right:5px;
	color:#c0c0c0;
}

#topbar .menu a:hover {	
	color:white;
	text-decoration:underline;
}

#head {
	background-image:url(images/skin/head_bk.gif);
	height:108px;
}

#head .topbox {
	float:right;
	width: 250px;
	height:102px;
	background-image:url(images/skin/topbox_bk.gif);
	margin-top:6px;
}

#head .topbox .cnt {
	background-image:url(images/skin/topbox_left.gif);
	background-repeat:no-repeat;
	padding-left:5px;
	height:102px;
}

#quickfind, #lang {
	padding:5px;
	text-align:left;
}

#quickfind .boxhead {
	background-image:url(images/skin/search_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:13px;	
}

#quickfind .text {
	width: 200px;
	margin-top:2px;
}

#quickfind .button input {
	margin-left:5px;
}

#lang .boxcnt {
	padding-top:5px;
}

#head {
	position:relative;
	height:146px;
}

#head .bar {
	position:absolute;
	left:0px;
	top:108px;
	background-image:url(images/skin/head_bar_bk.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:1000px;
}

#head .cie {
	position:absolute;
	left:0px;	
	top:0px;
	z-index:10;
} 

#head .cie .img {
	float:left;
	padding-right:15px;
}

#head .cie .name {
	font-size: 21px;
	color: #52bb47;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	margin-left: 180px;
}

#head .cie .slogan {
	block: inline;
	font-size: 12px;
	color: #628fc1;
	text-align: center;
	margin-left: 180px;
}

#leftcolumn {
	vertical-align:top;	
	width:191px;
	height:100%;
}

#rightcolumn {
	vertical-align:top;	
	width:164px;
	height:100%;
}

#rightbar .boxCnt {
	width:164px;
}

td.maincont_mid_td {
/*	width:381px;*/
	width: 809px;
}

#leftbar div.box .boxHead, #rightbar div.box .boxHead, #main .boxHead,
#leftbar div.box .boxHead a, #rightbar div.box .boxHead a, #main .boxHead a {
	color:#52bb47;
	font-size:18px;	
}

#leftcolumn {
	background-image:url(images/skin/leftbox_right_bk.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

#leftbar div.box {
	background-image:url(images/skin/leftbox_right_bk.gif);
	background-repeat:repeat-y;
	background-position:top right;
	width:191px;
}

#leftbar div.boxCnt {
	width:190px;
}

#leftbar div.boxCnt, #rightbar div.boxCnt {
	background-image:url(images/skin/leftbox_bottom_bk.gif);
	background-repeat:repeat-x;
	background-position:bottom left;

	padding-top:5px;
	padding-bottom:5px;
}

#midmenu {
	height:27px;
	background-image:url(images/skin/midmenu_bk.gif);
	text-align:right;
	width: 100%;
}

#midmenu .menu {
	padding-right:5px;
	padding-top:2px;
	color:white;
	background-image:url(images/skin/midmenu_end.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#midmenu .menu a {
	color:#757575;
	font-weight:bold;
	font-size:12px;
	padding-right:5px;
	padding-left:5px;
}

#midmenu .menu a:hover {
	color:white;
}

.maincont_mid_td {
	padding:0;
	background-image:url(images/skin/main_right_bk.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

#main {
	padding:5px;
}

#rightbar .box .boxCnt, #rightbar .box .boxHead {
	padding-left:5px;
}

#new_products .boxHead {
	padding-top:5px;
	padding-bottom:5px;
}

#new_products {
	margin-top:10px;
}

#new_products .boxtable td {
	padding:5px;
	text-align:center;
}
#new_products .boxtable td td {
	border:none;
}

.maincont_mid_td div.products {
	background-image:url(images/skin/dots.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:5px;
		
	border:0px;
}

#footer {
	background-image:url(images/skin/footer_bk.gif);
	background-repeat:repeat-x;	
	margin-bottom:10px;
	text-align:right;
}

#footer .menu {
	padding-top:12px;
	color:white;
	padding-bottom:10px;
	clear:both;
}

#footer .menu a {
	color:white;
	margin-left:5px;
	margin-right:5px;
}

#footer .power {
	margin-top:3px;
}

#categories .item {
	background-image:url(images/skin/category_item_bk.gif);
	background-repeat:no-repeat;
	border-bottom:2px solid white;
	border-top:1px solid #e0e0e0;
	background-color:#f0f0f0;
}

#categories .item a {
	padding-left:15px;
	display:block;
}

#categories .item .count {
	color:gray; 
	font-size:10px;
}

input.button {
	cursor:pointer;
	background-color:#aedfa9;
	color:black;
	border-color:#aedfa9;
}

div.button {
	text-align:right;
}

#main div.main .boxHead {
	
	background-image:url(images/skin/dots.gif);
	background-repeat:repeat-x;
	background-position:top left;
	margin-top:5px;
	padding-top:5px;		
	border:0px;
}

.main, .main table {
 font-size:12px;
}

.smallText {
	font-size: 12px;
}

.boxCntOut .productListing .boxtable {
	width: 100%;
}

.categories td {
	padding-bottom: 20px;
}