/* IMPORTS -------------------------------------------------------------------*/
@import url(base.css);
/* MAIN ----------------------------------------------------------------------*/

div.wrapper {
	position: relative;
		z-index: 3;
}
div#header {
	border-bottom: 3px solid #7a7d7f;
	height: 101px;
}
div#header .wrapper {
	width: 912px;
	margin: 0 auto;
	height: 101px;
}

div#header div#logo {
	width: 113px;
	height: 25px;
	position: absolute;
	left: 14px;
	bottom: 20px;
}

div#middle {
	background: #f7f7f7;
	margin-top: 3px;
	z-index: 1;
}
div#middle_ink
{
}
div#middle .wrapper {
	width: 912px;
	margin: 0 auto;
    height: 377px;
   	z-index: 1;
}

	div#middle div.fleft {
		z-index: 5;
		height: 377px;
		width: 608px;
		float: left;
	}
	div#middle div.fleft_ink {
		z-index: 5;
		width: 608px;
		float: left;
	}
	div#middle div.yellow {
		background: url(../gfx/mbg_yellow.jpg) no-repeat top right;
	}
	div#middle div.fiolet {
		background: url(../gfx/mbg_fiolet.jpg) no-repeat top right;
	}
	div#middle div.orange {
		background: url(../gfx/mbg_orange.jpg) no-repeat top right;
	}
	div#middle div.fright {
		width: 300px;
		float: right;
		height: 377px;
		overflow: hidden;
		border-left: 1px solid #d5d5d5;
		background: url(../gfx/right_bg.jpg) repeat-x top left;
	}

	div#middle div.fright_ink {
		width: 300px;
		float: right;
		height:547px;
		border-left: 1px solid #d5d5d5;
		background: #f7f7f7 url(../gfx/right_bg.jpg) repeat-x top left;
	}
div#bottom {
	border-top: 1px solid #dadbde;
	margin-top: 3px;
	background: #fff url(../gfx/bottom_bg.jpg) repeat-x top left;
}

div#bottom .wrapper {
	width: 912px;
	margin: 0 auto;
}
div#bottom .wrapper_ink {
	width: 912px;
	margin: 0 auto;
	z-indeks:-1;
	height:148px;
}

div#choosecat {
    margin-top: 25px;
    padding-left: 20px;
}
div#choosecat ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}
    div#choosecat ul li {
        width: 280px;
        height: 45px;
        background: url(../gfx/choosecat_li_bg.jpg) repeat-x top left;
    }
    div#choosecat ul li a {
        display: block;
        width: 280px;
        height:45px;
        line-height: 30px;
        border-top: 1px solid #d0d0d0;
        color: #000;
        text-decoration: none;
        text-indent: 65px;
        text-align:left;
    }
    div#choosecat ul li.last a {
        border-bottom: 1px solid #d0d0d0;
    }
    div#choosecat ul li a { background-position: 9px 3px; background-repeat: no-repeat; }
    div#choosecat ul li a.kia { background-image: url(../gfx/cat_01.gif); }
    div#choosecat ul li a.agd { background-image: url(../gfx/cat_02.gif); }
    div#choosecat ul li a.es { background-image: url(../gfx/cat_03.gif); }
    div#choosecat ul li a.eu { background-image: url(../gfx/cat_04.gif); }
    div#choosecat ul li a.hc { background-image: url(../gfx/cat_05.gif); }
    div#choosecat ul li a.tit { background-image: url(../gfx/cat_06.gif); }
    
    div#choosecat ul li a:hover {
        text-decoration: underline;
    }
ul#li_3 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 17px;
}
ul#li_3 li {
    margin: 0px;
    padding: 0px;
    width: 292px;
    height: 142px;
    float: left;
    padding-left: 18px;
    padding-bottom: 18px;
}
ul#li_3 li.first { padding-left: 0px; }
ul#li_3 li div.liplain {
    position: relative;
	width: 292px;
	height: 142px;
	background: url(../gfx/li3_bg.jpg) no-repeat top left;
	text-align: center;
}
	ul#li_3 li div.liplain div.header {
		height: 30px;
	}
	ul#li_3 li div.liplain div.image {
		float: left;
		position: absolute;
		top: 9px;
		left: 20px;
	}
	ul#li_3 li div.liplain div.link {
		float: right;
		width: 136px;
		text-align: right;
		padding-right: 10px;
		height: 30px;
		line-height: 30px;
	}
	div.link a {
		color: #666;
		text-decoration: none;
	}
	div.link a:hover {
		text-decoration: underline;
	}
	ul#li_3 li div.liplain div.content {
		padding: 15px;
		height: 72px;
	}
	div.liplain div.content .left {
		width: 135px;
		min-height: 83px;
		float: left;
		text-align: left;
		padding-top: 10px;
		position: relative;
	}
	div.liplain div.content .right {
	
		float: right;
		height: 83px;
		text-align: right;
	}
	div.liplain div.content .right_ink {
	
		float: right;
		min-height: 83px;
		text-align: left;
	}
	div.liplain a.li3_morebtn {
		display: block;
		position: absolute;
		left: 0px;
		bottom: 15px;
		background: url(../gfx/readmore_btn_bg.jpg) no-repeat top left;
		width: 108px;
		height: 19px;
		text-align: center;
		line-height: 19px;
		color: #666;		
		text-decoration: none;
	}
	div.liplain a.li3_morebtn:hover {
		text-decoration: underline;
	}


div#catprod {
    margin-top: 25px;
    padding-left: 20px;
}
div#catprod ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}
    div#catprod ul li {
        width: 252px; /* 280 */
        height: 81px; /* 103 */
        background: url(../gfx/choosecat_li_bg.jpg) repeat-x top left;
        border-top: 1px solid #d0d0d0;
        padding: 11px 14px;
    }
    
    div#catprod div.left {
    	width: 100px;
    	background: none;
    	float: left;
    }
    div#catprod div.right {
    	float: right;
    	width: 150px;
    	border: none;
    	background: none;
    }
    div#catprod div.right h4 {
    	height: 26px;
    	border-bottom: 1px solid #ddd;
    	color: #666;
    	font-family: Arial, Verdana;
    	font-size: 11px;
    	color: #666;
    	line-height: 26px;
    }
    div#catprod div.right p {
    	padding-top: 13px;
    	line-height: 16px;
    }
    div#catprod div.right a {
    	color: #535353;
    	text-decoration: none;
    }
    div#catprod div.right a:hover {
    	color: #333;
    	text-decoration: underline;
    }
    div#catprod div.left img {
    	border: 1px solid #ddd;
    }

h2.choosesub {
	margin-top: 17px;
	padding-bottom: 14px;
}
ul#li_3sub {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul#li_3sub li {
    margin: 0px;
    padding: 0px;
    width: 292px;
    height: 98px;
    float: left;
    padding-left: 18px;
    padding-bottom: 18px;
}
ul#li_3sub li.first { padding-left: 0px; }
ul#li_3sub li div.liplain {
    position: relative;
	width: 292px;
	height: 98px;
	background: url(../gfx/li_subitem.gif) no-repeat top left;
	
}
	ul#li_3sub li div.liplain div.content {
		padding: 7px 10px;
		height: 65px;
	}
	ul#li_3sub li div.liplain div.content .left {
		width: 105px;
		height: 85px;
		padding: 0px;
		float: left;
		position: relative;
	}
	ul#li_3sub li div.liplain div.content .right {
		width: 160px;
		float: right;
		height: 85px;
	}
	ul#li_3sub a.h4 {
		display: block;
		padding:3px 20px 3px 0px;
		min-height:26px;
		height:26px !important;
		font-family: Arial, Verdana;
		font-size: 12px;
		color: #6c6f71;
		text-align: left;
		text-decoration: none;
		border-bottom: 1px solid #ddd;
		background: url(../gfx/r_arrow.gif) no-repeat top right;
		background-position: 150px 5px;
	}
	ul#li_3sub a.h4:hover {
		color: #333;
		text-decoration:underline;
	}
	ul#li_3sub p {
		text-align: left;
		padding: 13px 9px;
		background: url(../gfx/subitem_pbg.jpg) repeat-x top left;
	}
		ul#li_3sub p a {
			color: #00a2e3;
			text-decoration: underline;
		}



div#why {
    margin-top: 25px;
    padding-left: 20px;
}
div#why ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}
    div#why ul li {
        width: 252px; /* 280 */
        background: url(../gfx/choosecat_li_bg.jpg) repeat-x top left;
        border-top: 1px solid #d0d0d0;
        padding: 11px 14px 11px 0px;
    }
    div#why div.content {
    	margin-top: 10px;
    }
    div#why a.h4 {
		display: block;
		height: 26px;
		line-height: 26px;
		font-family: Arial, Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #6c6f71;
		text-align: left;
		text-decoration: none;
		border-bottom: 1px solid #ddd;
		background: url(../gfx/r_arrow.gif) no-repeat;
		background-position: 240px 8px;
    }
    
    div#why div.left {
    	width: 100px;
    	background: none;
    	float: left;
    }
    div#why div.right {
    	float: right;
    	width: 150px;
    	border: none;
    	background: none;
    }
    /*
    div#catprod div.right h4 {
    	height: 26px;
    	border-bottom: 1px solid #ddd;
    	color: #666;
    	font-family: Arial, Verdana;
    	font-size: 11px;
    	color: #666;
    	line-height: 26px;
    	padding-left:14px;
    }*/
    div#why div.right p {
    	height: 77px;
    	overflow: hidden;
    	line-height: 16px;
    	color: #535353;
    	text-align:left;
    }
    div#catprod div.right a {
    	color: #535353;
    	text-decoration: none;
    }
    div#why div.right a:hover {
    	color: #333;
    }
    div#why div.left img {
    	border: 1px solid #ddd;
    }
    li#advsearch select{
    	color: #6c6f71;
    	font-size: 11px;
    	display: block;
    	width: 242px;
    	height: 20px;
    	margin-top: 10px;
    	border: 1px solid #aeb1b4;
    }
    li#advsearch input.searchbtn {
    	margin-top: 10px;
    	font-weight: bold;
    	font-size: 11px;
    	color: #6c6f71;
		width: 242px;
		height: 21px;
		background: url(../gfx/search_btn_long.jpg) no-repeat top left;
    }
    
    
ul#li_4sub {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul#li_4sub li {
    margin: 0px;
    padding: 0px;
    width: 214px;
    height: 67px;
    float: left;
    padding-left: 18px;
    padding-bottom: 18px;
}
ul#li_4sub li.first { padding-left: 0px; margin-left:0px;}
ul#li_4sub li div.liplain {
    position: relative;
	width: 214px;
	height: 67px;
	background: url(../gfx/li4_subitem.gif) no-repeat top left;
	
}
	ul#li_4sub li div.liplain div.content {
		padding: 6px;
		height: 55px;
		
	}
	ul#li_4sub li div.liplain div.content .left {
		width: 62px;
		height: 55px;
		padding: 0px;
		float: left;
		position: relative;
	}
	ul#li_4sub li div.liplain div.content .right {
		width: 137px;
		float: right;
		height: 55px;
	}
	ul#li_4sub a.h4 {
		display: block;
		padding:3px 20px 3px 0px;
		min-height:26px;
		height:26px !important;
		font-family: Arial, Verdana;
		font-size: 11px;
		color: #333333;
		text-align: left;
		text-decoration: none;
		border-bottom: 1px solid #ddd;
		background: url(../gfx/r_arrow.gif) no-repeat top right;
		background-position: 125px 5px;
	}
	ul#li_4sub a.h4:hover {
		color: #333;
		text-decoration:underline;
	}
	ul#li_4sub p {
		text-align: left;
		padding: 5px;
		background: url(../gfx/subitem_pbg.jpg) repeat-x top left;
	}
		ul#li_3sub p a {
			color: #00a2e3;
			text-decoration: underline;
		}
    a.normal, a.slast
	{
		text-align:left;
	}
	 a.normal:hover, a.slast:hover
	{
		text-align:left;
	}
	a.newprod
	{
		text-align:left;
	}
	a.newprod:hover
	{
		text-decoration:underline;
	}
