*{margin: 0; padding: 0;}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #1d2427;
	background-image: url(../Images/body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	vertical-align:top;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;}

p{
	font-size: 12px;
	line-height: 18px;}

a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	outline: none;}	

a:hover{
	text-decoration: none;
	outline: none;}

img{border: none;}

/*-----------------------------------------float : left, right, none */
.float_l{float: left;}
.float_r{float: right;}
.float_n{float: none;}

/*--------------------------------------------------------WRAPPER*/
.wrapperOutside{
	background: url('../Images/bkg_body.jpg') no-repeat center top;
	overflow: hidden;}

.wrapper{
	width: 960px;
	min-height: 1000px; 
	margin: 0 auto;
	overflow: hidden;}

/*--------------------------------------------------------HEAD*/
.header{
	display: block;
	height: 79px;}

.logo{
	width: 327px;
	height: 65px;
	float: left;}

/*-------------------------------------------------------------------top_nav */
.top_nav{
	position: relative;
	float: right;
	z-index: 30;}

.top_nav ul.top_navigation{
	float: left;
	margin-top: 1px;}

.top_nav ul.top_navigation li{
	position: relative;
	float: left;
	height: 21px;
	background: url('../Images/border_nav.gif') no-repeat left top;
	list-style-type: none;}

.top_nav ul.top_navigation li a{
	float: left;
	display: block;
	padding: 1px 9px 0px 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #8d8d8d;}

.top_nav ul.top_navigation li a:hover,
.top_nav ul.top_navigation li a.active{
	color: #fff;}

.top_nav ul.top_navigation li.border_none{
	background: none;}	

.top_nav ul.top_navigation li:hover ul {
	float: left;
	display: block;
	width: 139px;} 

.top_nav ul.top_navigation li ul{ 
	display: none;
	left: -12px;
	float: left;
	position: absolute; 
	width: 139px;
	margin-top: 17px;
	padding: 5px 0px 0px 0px;
	background: #2f373b url('../Images/under_top_nav.jpg') no-repeat left bottom;
	z-index: 21;}

.top_nav ul.top_navigation li.shadow_top_nav{
	min-height: 8px;
	height: 8px;
	display: block;
	width: 139px; 
	padding: 0;
	margin-top: 0px;
	margin-bottom: -6px;
	overflow: hidden; 
	background: url('../Images/under_top_navShadow.png') no-repeat bottom;}

.top_nav ul.top_navigation li ul li{
	float: left;
	display: block;
	width: 139px;
	min-height: 18px;
	padding-top: 0;
	background: none;}

.top_nav ul.top_navigation li ul li a{
	float: left;
	display: block;
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	text-transform: none;
	color: #fff;}

.top_nav ul.top_navigation li ul li a:hover{color: #8d8d8d;}

/*----------------------search_top*/
.search_top{
	float: left;
	display: inline;}

.top_nav input.form-text{
	float: left;
	display: block;
	width: 129px;
	height: 16px;
	margin: 0px 5px 0px 2px;
	padding: 2px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #8d8d8d;
	background-color: #2b3336;
	border: 1px solid #6b757b;}

.search_top a img{
	float: left;
	display: block;
	cursor: pointer;}

/*----------------------search_product*/
.search_product{
	position: absolute;
	top: 19px;
	right: 23px;
	width: 282px;
	padding: 0 1px;
	background-color: #484f53;
	overflow: hidden;}

.search_product ul{
	width: 282px;
	overflow: hidden;}

.search_product ul li.title{
	width: 268px;
	height: 23px;
	padding: 6px 8px 0px 8px;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	background: url('../Images/search_product_li.jpg') repeat-x left top;}

.search_product a.title{
	width: 268px;
	height: 23px;
	padding: 6px 8px 0px 8px;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align: right;
	background: url('../Images/search_product_li.jpg') repeat-x left top;}

.search_product a.title:hover{
	color: #8d8d8d;}

.search_product ul li{
	width: 282px;
	margin-bottom: 10px;
	list-style-type: none;
	overflow: hidden;}

.search_product ul li span{
	float: left;
	margin-top: -4px;}

.search_product ul li a img{
	float: left;
	width: 44px;
	height: 44px;
	margin-right: 10px;}

.search_product ul li a{
	display: block;
	width: 264px;
	padding: 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;}

.search_product ul li a:hover{
	color: #8d8d8d;
	cursor: pointer;}

/*-------------------------------------------------------------------top_menu*/	
.top_menu { 
	float: right;
	display: block;
	width: 630px;
	margin-top: 27px;}

.top_menu ul{
	float: right;
	display: block;
	list-style-type: none;}

.top_menu ul li{
	float: left;
	display: block;
	min-height: 30px;
	padding-top: 3px;
	position: relative;
	z-index: 29;}

.top_menu ul li a{
	float: left;
	display: block;
	height: 14px;
	cursor: pointer;
	text-indent: -9999px;}

/*.top_menu ul li a span{display: none;}*/

.top_menu ul li:hover ul {
	float: left;
	display: block;
	width: 161px;} 

.top_menu ul li ul{ 
	display: none;
	left: -17px;
	float: left;
	position: absolute; 
	width: 161px;
	margin-top: 22px;
	padding: 5px 0px 0px 0px;
	z-index: 21;
	background: #1d2427 url('../Images/under_menu.jpg') no-repeat left bottom;}

.top_menu ul li ul li.shadow{
	height: 18px;
	min-height: 18px;
	display: block;
	width: 160px; 
	padding: 0;
	margin-top: 0px;
	margin-bottom: -6px;
	overflow: hidden; 
	background: url('../Images/under_menuShadow.png') no-repeat bottom;}

.top_menu ul li ul li {
	float: left;
	display: block;
	width: 142px;
	min-height: 18px;
	padding: 0px 0px 0px 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	text-transform: none;
	color: #fff;}

.top_menu ul li ul li a:hover{color: #8d8d8d;}

.top_menu ul li ul li a.choosen{color: #8d8d8d;}

/*--------------------------------------------- CONTENT*/
.content{
	width: 960px;
	margin-top: 40px;
	overflow: hidden;}

.left{
	float:left;
	width: 212px;
	overflow: hidden;}

.right{
	float: right;
	width: 728px;
	overflow: hidden;}

.rightSmall{
	display: inline;
	width: 206px;
	overflow: hidden;}

/*---------------------------------------------------*/
.col_587_wrapper{
	width: 587px;
	overflow: hidden;}

.col_587{
	width: 587px;
	height: 282px;
	margin-bottom: 20px;
	background: url('../Images/box_585.png') no-repeat left top;
	overflow: hidden;}

/*------------------------------------------ SEARCH PAGES */
.big{
	width: 728px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;}

.big_top{
	width: 678px;
	height: 50px;
	padding: 23px 25px 0px 25px;
	background: url('../Images/big_top.png') no-repeat left top;
	clear: both;}
.big_padding{
	width: 678px;
	height: 5px;
	padding: 23px 25px 0px 25px;
	clear: both;}

.big_top h2{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #fff;}

.big_top_wrapper{
	width: 678px; 
	padding-bottom: 5px;
	border-bottom: 1px solid #3b4245;}

.big_bottom{
	width: 678px;
	height: 4px;
	padding: 0px 25px 0px 25px;
	background: url('../Images/big_bottom.png') no-repeat left top;
	overflow: hidden;
	margin: 20px -25px -20px;
	}

.big_content{
	position: relative;
	width: 678px;
	padding: 3px 25px 16px 25px;
	background: url('../Images/big_content.png') repeat-y left top;
	z-index: 13;
    font-size:14px;
    font-weight:normal;
    line-height:20px;
	}

.middle{
	width: 650px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
}

.middle_top{
	width: 670px;
	height: 50px;
	padding: 23px 0px 0px 10px;
	background: url('../Images/middle_top.png') repeat-x left top;
	clear: both;
}

.middle_top h2{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #fff;}

.middle_top_wrapper{
	width: 444px; 
	padding-bottom: 5px;
	border-bottom: 1px solid #3b4245;}

.middle_bottom{
	width: 444px;
	height: 4px;
	padding: 0px 25px 0px 25px;
	background: url('../Images/middle_bottom.png') no-repeat left top;
	overflow: hidden;
	margin: 20px -25px -20px;}

.middle_content{
	position: relative;
	width: 100%;
	padding: 3px 25px 16px 25px;
	background: url('../Images/middle_content.png') repeat-y left top;
	z-index: 13;
	background-image: url(../Images/ext_middle_content.png);
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #fff;}

h4{
	margin-top: -3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #fff;}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #fff;}

.font_weight_n{font-weight: normal;}

.small_top{
	width: 212px;
	height: 1px;
	background: url('../Images/small_top.png') no-repeat left top;
	overflow: hidden;
	clear: both;}

.small_bottom{
	width: 212px;
	height: 7px;
	background: url('../Images/small_bottom.png') no-repeat left top;
	overflow: hidden;}

.small_content{
	position: relative;
	width: 194px;
	padding: 0px 9px 10px 9px;
	background: url('../Images/small_content.png') repeat-y left top;
	z-index: 14;
	}
.products_content{
	position: relative;
	width: 194px;
	padding: 0px 9px 10px 9px;
	background: url('../Images/small_content.png') repeat-y left top;
	z-index: 14;
	height: 500px;
}

/*---------------------------------------------------- top_subNav*/	
.top_subNav{
	position: relative;
	display: inline;
	display: block;
	height: 32px;
	z-index: 28;}

.top_subNav_up{
	float: right;
	margin-top: -26px;}

.top_subNav_left{
	float: left;
	width: 3px;
	height: 32px;
	background: url('../Images/top_subNav_l.png') no-repeat left top;
	overflow: hidden;}

.top_subNav_right{
	float: left;
	width: 5px;
	height: 32px;
	background: url('../Images/top_subNav_r.png') no-repeat left top;
	overflow: hidden;}

.top_subNav ul{
	float: left;
	height: 23px;
	padding: 9px 8px 0px 8px;
	background: url('../Images/top_subNav.png') repeat-x left top;
	list-style-type: none;}

.top_subNav ul.float_n{float: none;}

.top_subNav ul li{ 
	float: left;}

.top_subNav ul li a{
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 10px;
	color: #8d8d8d;
	z-index: 11;}

.top_subNav ul li a:hover{color: #fff;}

.share{
	float: left;
	display: block;
	width: 13px;
	height: 11px;
	margin-right: 3px;
	background: url('../Images/share.png') no-repeat left 1px;
	overflow: hidden;}

.print{
	float: left;
	display: block;
	width: 12px;
	height: 11px;
	margin-right: 3px;
	background: url('../Images/print.png') no-repeat left top;
	overflow: hidden;}

.where_to_buy{
	float: left;
	display: block;
	width: 9px;
	height: 11px;
	margin-right: 3px;
	background: url('../Images/where_to_buy.png') no-repeat left 1px;
	overflow: hidden;}
	
	.where_to_buy_topNav{
	float: left;
	display: block;
	width: 9px;
	height: 11px;
	margin-right: 3px;
	background: url('../Images/where_to_buy.png') no-repeat left 1px;
	overflow: hidden;}

/*---------------------------------------------------- object*/	
.object{
	float: left;
	width: 156px;
	margin-bottom: 21px;
	overflow: hidden;}

.object_img{
	display: block;
	width: 156px;
	min-height: 156px;
	margin-bottom: 4px;
	background: url('../Images/bkg_object.png') no-repeat;
	cursor: pointer;
	overflow: hidden;}

.object_img a img{
	position: relative;
	width: 154px;
	min-height: 154px;
	margin: 0px 0px 0px 1px;
	z-index: 10;}
	
.object a span{
	margin-left: 1px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;}

.object p{
	margin-left: 1px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;}
/*--------------------------------------------------------------------number_pages */

.number_pages{
	position: relative;
	height: 23px;
	padding: 6px 25px 0px 10px;
	background: url('../Images/bkg_number_pages.jpg') repeat-x;
	overflow: hidden;
	clear: both;}

.number_pages p,
.number_pages a.view_all{
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #c1c2c1;}

.number_pages a.view_all:hover{color: #fff;}

.number_right{
	float: right;
	overflow: hidden;}

.number_middle{
	float: left;
	display: inline;
	margin: -4px 21px 0px 0px;}

.number_middle p{margin-right: 2px;}

.number_middle span{
	display: inline;
	font-size: 10px;
	color: #c1c2c1;}

.number_middle a{
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height:16px;
	color: #c1c2c1;
	text-decoration: none;}

.number_middle a:hover{
	color: #fff;
	text-decoration: underline;}

.number_middle a.choice{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;}

/*-----------------------------------------------------------Map page */
.map{
	position: absolute;
	top: -10px;
	width: 659px;
	height: 380px;
	background: url('../Images/map.png') no-repeat left top;
	z-index: -1;}

.select_map{
	float: left;
	width: 150px;
	height: 21px;
	margin: 17px 20px 30px 0px;
	padding: 1px 0px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6366;}
	
.map_wrapper{
	float: right;
	width: 492px;
	height: 487px;}

.map_txt{
	float: left;
	width: 161px;
	overflow: hidden;}

.map_txtBlock{
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;}

.map_txtBlock_act,
.map_txtBlock_act h3,
.map_txtBlock_act a{color: #acacac;}

.ico_map{
	height: 14px;
	padding-right: 16px;
	font-size: 10px;
	background: url('../Images/ico_map.gif') no-repeat right top;}

/*-----------------------------------------------------------search results page */
.small_content h2{
	width: 194px;
	height: 30px;
	overflow: hidden;}

/*-------------------------------------------------------*/
.small_content h2 {
 width: 179px;
 font-size: 12px;
 font-weight: bold;
 line-height: normal;
 padding: 12px 0px 2px 15px;
 color: #B3B3B3;
 text-transform: uppercase;
 overflow: hidden;}

.small_line{
	width: 194px;
	height: 3px;
	background: url('../Images/small_line.png') no-repeat left top;
	overflow: hidden;}

input.input_search{
	display: block;
	width: 152px;
	height: 17px;
	margin: 4px 0px 0px 15px;
	padding: 2px 10px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #2b3336;
	border: 1px solid #6b757b;}

.gategory{
	float: left;
	width: 169px;
	height: 21px;
	margin: 9px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6366;}

/*-----------------------------------------------------------company history page */
.history{
	position: absolute;
	left: 51px;
	bottom: 17px;
	width: 627px;
	height: 566px;
	z-index: -1;}

.txt_442{
	width: 442px;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;}

.txt_228{
	width: 228px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 15px;}

.txt_228 a{
	text-decoration: underline;}

.txt_228 a:hover{
	color: #707070;
	text-decoration: none;}

.txt_228 a:visited{
	color: #848b8f;
	/*text-decoration: none;*/
	 text-decoration: underline;}

.min_height_639{min-height: 639px;}
.min_height_362{min-height: 362px;}

/*-------------------------------------------------------------- left menu*/
.left_menu{
	width: 194px;
	overflow: hidden;}	

.left_menu li{
	display: block;
	float: left;
	width: 194px;
	list-style-type: none;}

.left_menu li a{
	display: block;
	width: 164px;
	padding: 0 15px 5px 15px;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;}

.left_menu li a:hover,
.left_menu li a.active_a{
	background-color: #22292d;}

.left_menu li ul{
	display: block;
	width: 164px;
	margin: -6px 0px 4px 15px;
	background-color: #22292d;
	overflow: hidden;}

.left_menu li ul li{
	display: block;
	border-bottom: none;
	width: 164px;}

.left_menu li.active_li{
	background-color: #22292d;
	padding-top: 5px;}

.left_menu li ul li a{
	width: 154px;
	display: block;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;}

.left_menu li ul li a:hover{
	color: #8d8d8d;}	

.left_menu li ul li a span.chosen{border-bottom: 1px solid #8d8d8d;}

/*-------------------------------------------------------------- product page*/

/*-----------------------------------------view_size_chart*/
ul.view_size_chart{
	float: left;
	width: 205px;
	height: 32px;
	margin-bottom: 15px;
	background: url('../Images/top_subNav.png') repeat-x left top;}

ul.view_size_chart li{
	position: relative;
	float: left;
	width: 205px;
	min-height: 32px;
	list-style-type: none;
	z-index: 40;}

ul.view_size_chart li a{
	float: left;
	display: block;
	width: 190px;
	padding: 6px 8px 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	color: #fff;}

ul.view_size_chart li:hover ul{
	float: left;
	display: block;
	width: 205px;} 

ul.view_size_chart li ul{ 
	display: none;
	left: 0px;
	float: left;
	position: absolute; 
	width: 205px;
	margin-top: 27px;
	padding: 5px 0px 13px 0px;
	background-color: #42474a;
	z-index: 21;}

ul.view_size_chart li ul li{
	float: left;
	display: block;
	width: 205px;
	min-height: 16px;
	background: none;}

ul.view_size_chart li ul li a{
	float: left;
	display: block;
	width: 190px;
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	color: #fff;}

ul.view_size_chart li ul li a:hover{color: #8d8d8d;}

.width_190{width: 190px;}

/*-------------------------------------------------------*/	
a.back{
	display: block;
	margin-bottom: 5px;}

a.back:hover{color: #8d8d8d;}

.product_wrapper{
	margin-bottom: 25px;
	overflow: hidden;}

.width_570{width: 570px;}

.product_img{
	position: relative;
	display: block;
	width: 322px;
	height: 355px;
	background: url('../Images/bkg_product_img.jpg') no-repeat left top;}

.product_img_570{
	position: relative;
	display: block;
	width: 570px;
	height: 355px;
	background: url('../Images/bkg_product_img_570.jpg') no-repeat left top;}

.product_img a{
	position: absolute;
	right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #848b8f;}

.zoom{
	bottom: 24px;
	padding-right: 18px;
	background: url('../Images/ico_zoom.gif') no-repeat right center;}

.view{
	bottom: 8px;
	padding-right: 18px;
	background: url('../Images/ico_view.gif') no-repeat right center;}

.product_txt{
	overflow: hidden;}

.width_214{width: 214px;}

.product_txt p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;}

.product_txt p.description{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 16px;}

.box_flash{
	width: 206px;
	height: 112px;
	margin-bottom: 20px;}

.box_flash_big{
	width: 282px;
	height: 112px;
	margin-bottom: 20px;}

.box_flash_middle{
	width: 228px;
	height: 113px;
	margin-bottom: 20px;}

.box_flash_728{
	width: 728px;
	height: 167px;
	margin-bottom: 18px;}

.box_flash_227{
	width: 227px;
	height: 113px;
	margin-bottom: 18px;}

/*------------------------------------------------gallery_smallthumbs  */	
.gallery_smallthumbs{
	position: relative;
	width: 678px;
	min-height: 91px;
	margin: 20px 0px 2px 0px;}

h2.headline_gellery{
	display: block;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #3b4245;}

.gallery_smallthumbs img{ display: block;}

/*-----------------------------------list block*/
.list_block
{   
	/*margin-bottom: 12px;*/
	padding: 0px 0px 15px 0px;
	/*border-bottom: 1px solid #3a4144;*/
	overflow: hidden;}

.list_block p{
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;}

.list_block p.date{
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	color: #ccc;}

.list_block a{
	font-size: 10px;
	line-height: 18px;}

/*----------------------------------------------------------- Login page*/
.login_txt{
	margin-bottom: 9px;
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;}

.login_label{
	float: left;
	width: 78px;
	font-weight: bold;
	font-size: 11px;
	line-height: 30px;}

.login_input{
	float: left;
	width: 300px;
	height: 17px;
	padding: 2px 5px 0px 5px;
	font-size: 11px;
	color: #8d8d8d;
	border: 1px solid #c1cbd0;}

/*----------------------------------------------------------- Contact Us page*/
.contact_form{
	width: 650pixels
#;
	margin-top: -2px;
	overflow: hidden;
	background-image: url(../Images/ext_middle_contact.png);
	background-repeat: repeat;
	width: 650px;
}

.contact_form h3{
	margin-top: 43px;}

.contact_form p,
.contact_form p a{
	margin-bottom: 11px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;}

.contact_form select{
	float: left;
	width: 154px;
	height: 22px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #5e6366;}

.contact_form label{
	float: left;
	width: 113px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;}

.contact_form label span{font-size: 13px;}
.formBTNs {
	border:1px solid #999999;
    background-image: url(../Images/submit.png);
	width:100px;
    font-family: "Arial", sans-serif;
    font-size:11px;
	font-weight:bold;
    color: #545454;
	background-repeat:no-repeat;
}
.contact_form input{
	float: left;
	width: 150px;
	height: 18px;
	margin-bottom: 8px;
	padding: 2px 5px 0px 5px;
	font-size: 11px;
	color: #8d8d8d;
	border: 1px solid #c1cbd0;
}

.contact_form textarea{
	float: left;
	width: 319px;
	height: 116px;
	margin-bottom: 8px;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #8d8d8d;
	border: 1px solid #c1cbd0;}

/*----------------------------------------------------------- Textpage */
.big_img{
	width: 443px;
	height: 202px;
	margin-bottom: 23px;
	padding-left: 1px;
	background: url('../Images/bkg_big_img.png') no-repeat left top;}

.txt_inner{
	margin: 2px 0px 20px 0px;
	overflow: hidden;}

.img_244{
	width: 243px;
	height: 244px;
	margin-top: 5px;
	padding-left: 1px;
	background: url('../Images/bkg_244.png') no-repeat left top;}

.col_170{
	width: 170px;
	overflow: hidden;}

.info{
	position:relative;
	display: block;
	margin-top: 6px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;}

.middle_inner{overflow: hidden;}

.middle_inner a{text-decoration: underline;}
.middle_inner a:hover{text-decoration: none; color: #8d8d8d;}
.middle_inner a:visited{text-decoration: underline; color: #8d8d8d}

.middle_inner h3{line-height: 18px;}

.middle_list{
	margin-bottom: 18px;
	overflow: hidden;}

.middle_inner .middle_list p{margin-bottom: 0px;}

.middle_inner .middle_list p span{
	font-size: 14px;
	font-weight: bold;}

.middle_inner p{ 
	margin-bottom: 16px;}

.font_size_14{
	font-size: 14px;
	line-height: 20px;}

.link,
.middle_inner a.link{
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;}

.link:hover,
.middle_inner a.link:hover{
	color: #8d8d8d;
	text-decoration: none;}

.link:visited,
.middle_inner a.link:visited{
	text-decoration: none;
	color: #fff;}

/*---------------------------------------button*/
.button{
	position: relative;
	display: inline;
	height: 26px;
	width:100px;
	padding-left: 20px;
	padding-bottom:3px;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	background: url('../Images/submit.png') no-repeat left 0;
	display:block;
	text-decoration: none;
}
/*
a.button span{
	display: block;
	height: 26px;
	padding-right: 22px;
	background: url('../Images/btn_r.png') no-repeat right 0;
}

a.button span span{
	display: block;
	height: 22px;
	padding: 4px 3px 0px 3px;
	white-space: pre;
	cursor: pointer;
	background: url('../Images/btn_m.png') repeat-x;
}

a.button:hover span span{
	color: #8d8d8d;
	text-decoration: none;}*/

.small{
 width: 212px;
 overflow: hidden;
 font-size: 12px;
 line-height: 18px;}

.small.with_pad h3{
 padding: 17px 0px 1px 14px;}
 
.small.with_pad p{
 padding: 0px 0px 7px 14px;}
 
ul.links{
 padding: 0px 0px 11px 14px;
 list-style-type: none;}
 
ul.links a{
 font-weight: bold;
 line-height: 18px;}
 
ul.links li a:hover{color: #8d8d8d;}


.mar_l_minus_3{margin-left: -3px;}

.separate
{
    width:444px;
    background-color:#3A4144;
    overflow:hidden;
    height:1px;
    margin-bottom:12px;
    }

.wrapper_img{
	float: left;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;}
	
.wrapper_img.last{margin-right: 0;}    
   
   .wrapper_product_img{
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-right: 6px;
	height:211px;}
.wrapper_wide_product_img{
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-right: 6px;
	height:170px;}
/*-----------------------------------------------------------MARGIN / PADDING */
.mar_r_17{margin-right: 17px;}
.mar_r_22{margin-right: 22px;}
.mar_r_49{margin-right: 49px;}

.mar_b_0{margin-bottom: 0;}
.mar_b_20{margin-bottom: 20px;}

.mar_t_0{margin-top: 0;}
.mar_t_minus_3{margin-top: -3px;}
.mar_t_15{margin-top: 15px;}
.mar_t_20{margin-top: 20px;}

.pad_b_0{padding-bottom: 0px;}
.pad_b_5{padding-bottom: 5px;}

.pad_t_0{padding-top: 0px;}
.pad_t_1{padding-top: 1px;}
.pad_t_6{padding-top: 6px;}

.New-releases-text {
padding-left:90px;
font-family:"Arial";
font-size:18px;
color:#FFFFFF;
}
.product-holder {
	margin: 0px;
	padding-top: 10px;
	float: right;
	height: 100%;
	width: 750px;
	vertical-align:top;
}
.design-desc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
.design-desc a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
