/*** Page Settings ***/
h1, h2, h3, p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

p, td {
	font-family:Helvetica;
	font-size:12px;
	color:#000000;
	text-align:justify;
}

img {
	border:0px;
	margin:0px auto 0px 0px;
	* display:block;
}

a {
	color:#585657;
	text-decoration:none;
}

table {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
}

td {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

ul {
	margin:4px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

li {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

.btn {
	cursor:pointer;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

div.clear {
	clear:both;
}

/*** Header ***/
div.header_content {
	position:absolute;
	width:900px;
	left:550px;
	text-align:left;
}

div.header_content div.head_logo {
	width:666px; height:103px;
}

div.header_content div.head_logo img.logo {
	position:absolute;
	top:20px; left:0px;
	/* width:251px; height:51px;	 */
	width:224px;
}

div.header_content div.head_logo img.line {
	position:absolute;
	top:28px; left:288px;
	width:324px; height:32px;
}

div.header_content div.search {
	position:absolute;
	left:647px; top:12px;
	width:200px; height:103px;
}

div.header_content div.search table {
	position:absolute;
	top:22px; left:8px;
	width:95%;
}

div.header_content div.search table td {
	height:24px;
	font-size:12px;
	color:grey;
	text-align:center;
	vertical-align:middle;
}

div.header_content div.search table td.title {
	width:65px;
	font-size:11px;
}

div.header_content div.search table td.input {
	width:83px; height:16px;
}

div.header_content div.search table td.input  input.txt {
	width:78px; height:16px;
	font-size:10px;
	background:transparent;
	border:1px solid grey;
}

div.nav {
	width:223px; height:20px;
	float:left;
	margin:0px 3px 0px 0px;
	overflow:hidden;
	position:relative;
}

/*** Footer ***/
div.footer_content {
	position:absolute;
	width:900px;
	left:550px; height:100%;
	text-align:right;
	background-image:url(../images/common/bottom2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div.footer_content p {
	float:right;
}

/*** BLOCK ***/
div.ff_main_content div.block {
	height:471px;
}

/************************* About Wiko *************************/
div.company_news {
	position:relative;
	width:953px; height:447px;
	background-image:url(../images/common/bg_news4.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

div.news_main_content {
	position:absolute;
	width:450px;
	top:30px; left:240px;
	text-align:left;

}

/******************** Company News ********************/
div.news_main_content h3.company_news {
	margin-bottom:20px;
}

div.vscroller-mainbody {
	height:263px; 
	overflow:hidden;
	margin-left:3px;
	width:380px;
}

	div.news_main_content img.vscroller-up {
		position:absolute;
		top:33px;
		left:380px;
	}

	div.news_main_content img.scroll_bar {
		position:absolute;
		top:51px;
		left:385px;
	}
	
	div.news_main_content img.vscroller-down {
		position:absolute;
		top:282px;
		left:380px;
	}

div.news {
 	position:relative;
 	width:500px;
	margin-top:10px;
	margin-bottom:30px;
}

div.news_date,
div.news_content {
	float:left;
}

div.news_date {
	margin-right:8px;
	background:url(../images/about_wiko/Date_Square.jpg) no-repeat right bottom;
	width:59px;
	height:43px;
	position:relative;
}

	div.news_date p.month {
		font-size:20px;
		position:absolute;
		top:2px;
		left:23px;
	}
	
	div.news_date p.day {
		font-size:15px;
		position:absolute;
		top:22px;
		left:27px;
	}

div.news_content {
	width:290px;	
}

	div.news_content p.para_head {
		font-weight:bold;
		line-height:0px;
		margin:5px 0px 8px 0px;
}

	div.news_content div.desc {
		position:relative;
		margin-top:15px 0px 5px 0px;
	}
	
		div.thumbnail {
			float:left;
			width:80px;
		}
			div.thumbnail img.photo {
				margin:0px 10px 5px 0px;

			}
			
			
			
			
/********** Products **********/
div.ff_main,
div.ff_main_content {
	position:relative;
}

div.ff_main_content div.box_main {
	position:relative;
	background-image:url(../images/common/product_bg2.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	margin-top:15px;
	width:953px; height:419px;
}

div.box_left,
div.box_right {
	position:relative;
	float:left;
}

/********** Left Box **********/
div.box_left {
	margin-top:11px;
	width:164px;
}
	div.menu {
		text-align:left;
		height:370px;
		overflow:auto;
	}

		div.menu div.item ul {
			list-style-position:outside;
			list-style-type:square;
		}
		
		div.menu div.item ul {
			margin-left:8px;
			margin-bottom:3px;
		}
		
		div.menu div.item ul li {
			margin-left:10px;
			font-size:16px;
			font-weight:200;
			* font-weight:bold;
			color:#6F6B69;
		}
		
		div.menu div.item ul.sub_title li {
			color:#6F6B69;
			font-size:11px;
			font-weight:100;
		}
		
		div.menu div.item ul.prod li {
			color:#6F6B69;
			font-weight:100;
		}
		
			div.menu div.item ul li {
				color:#6F6B69;
			}
			
			div.menu div.item ul.sub_title a:hover{
				color:#75C4EF;
			}
			
			div.menu div.item ul.prod a:hover{
				color:#75C4EF;
			}
			
			
			
			
/********** Right Box **********/
div.box_right {
	width:789px;
}
	div.product_main {
		margin-left:84px; /* space between box_left and box_right  */
		margin-top:23px;
	}

		div.product_main div.product_slide_show {
			position:relative;
			float:left;
			width:375px;
		}
			div.product_main div.photo,
			div.product_main div.thumbnails {
				position:relative;
				float:left;
			}

			div.product_main div.photo {
				width:286px; height:287px;
				background-image:url(../images/products/BigSquareBg.jpg);
				background-repeat:no-repeat;
				background-position:top left;
			}
			
			div.product_main div.photo img {
				position:absolute;
				top:4px; left:4px;
				width:273px; height:273px;
			}
			
			div.product_main div.thumbnails {				
				margin-left:10px;
			}
			
			div.product_main div.thumbnails div.thumb_bg {
				position:relative;
				margin:0px 0px 10px 0px;
				width:63px; height:64px;
				background-image:url(../images/products/SmallSquareBg.jpg);
				background-repeat:no-repeat;
				background-position:top left;
			}
			
				div.thumbnails div.thumb_bg img {
					position:absolute;
					top:3px; left:3px;
					width:52px; height:52px;
				}
			
			div.product_main div.other_products {
				position:absolute;
				width:375px; height:64px;
				left:5px; top:303px;				
			}
			
			div.product_main div.other_products img.prod {
				margin:0px 7px 0px 7px;
				width:56px; height:56px;
			}
			
				div.other_products div.left {
					left:0px;
					position:absolute;
					top:20px; 
				}
				
				div.other_products div.right {
					left:342px;
					position:absolute;
					top:20px; 
				}
				
				div.other_products div.scroller-mainbody {
					left:30px;
					overflow:hidden;
					position:absolute;
					top:0px;
					width:300px;
				}
			
		div.product_main div.product_desc {
			margin-left:19px;
			margin-top:16px;
			float:left;
			width:230px;			
			
			/* border:solid; */
		}
		
			div.product_desc h3 {
				font-size:15px;
				margin-left:0px;
				text-align:left;
			}
			
			div.product_desc div.content {
				margin-top:20px;
				height:300px;
				overflow:auto;
				/* border:solid; */
			}
			
				div.product_desc div.content p {
					padding-left:2px;
				}

/************************ Search ************************/
div.result {
	text-align:center;
}

div.search_result {
	width:640px;
	margin:20px auto 20px auto;
	border-bottom:1px solid #8D8D8D;
	text-align:center;
}

table.search_result {
	width:600px;
	margin:0px auto 0px auto;
	text-align:left;
}

table.search_result td {
	text-align:left;
	vertical-align:middle;
	padding:15px 0px 20px 0px;
}

table.search_result td.prod_name {
	font-size:18px;
	border-bottom:1px solid #8D8D8D;
	vertical-align:bottom;
	padding:0px 0px 0px 0px;
}

table.search_result td.prod_img {
	width:140px;
	text-align:center;
	vertical-align:top;
}

table.search_result td.prod_img img{
	width:100px; height:100px;
}

table.search_result td.prod_desc {
	padding-top:8px;
}

table.search_result td.prod_desc p {
	position:relative;
	left:20px;
}

div.pagination  {
	margin-top:30px;
	margin-bottom:40px;
}

div.pagination a.page {
	margin:0px 4px 0px 4px;
}