﻿html, body {
	height: 100%;
}
body {
	background:#fff url(../img/bg_page.png) no-repeat center top;
}
a {
	color:#0090ca;
	text-decoration:none;
}
a:hover {
	color:#e20e55;
	text-decoration:underline;
}
#container {
	width:990px;
	min-height: 100%;
	position:relative;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
#headers {
	width:990px;
	height:120px;
	margin:0 auto;
	background:url(../img/bg_header.png) no-repeat;
	margin-bottom:10px;
} 
#logo {
	width:230px;
	height:100px;
	text-align:center;
	padding-top:5px;
	padding-left:10px;
	float:left;
} 
#menu {
	background:url(../img/bg_menu.png) no-repeat;
	width:675px;
	height:43px;
	float:right;
	margin-right:12px;
	padding-left:15px;
	margin-top:19px;
}
#menu li {
	list-style:none;
	display:inline-block;
	height:43px;
	line-height:43px;
}
#menu li a {
	display:block;
	height:100%;
	color:#000;
	text-decoration:none;
}
#menu li a:hover {
	color:#e20e55;
}
#menu li.active a {
	color:#FFF;
}
#menu li span.first, #menu li span.last {
	display:block;
	width:7px;
	height:100%;
	float:left;
}
#menu li span.last {
	float:right;
	background:url(../img/bg_menu_separ.png) no-repeat right 1px;
	margin-left:7px;
}
#menu li span.first {
	margin-right:7px;
}
#menu li.last span.last {
	float:right;
	background:none;
}
#menu li.active {
	background:url(../img/bg_menu_active.png) repeat-x;
}
#menu li.active span.first {
	background:url(../img/bg_menu_active_left.png) no-repeat;
	margin-right:10px;
}
#menu li.active span.mid {
	position:relative;
	top:5px;
}
#menu li.active a span.last {
	background:url(../img/bg_menu_active_right.png) no-repeat;
	margin-left:10px;
}
#menu li.active span.last {
	background:none;
}
#perso .perso_btn {
	background:url(../img/btn_header.png) no-repeat 11px 3px;
}
#home_front {
	width:100%;
	min-height:370px;
}
#slider_container {
	width:716px;
	margin-left:18px;
	height:375px;
	float:left;
}
.slider_container {
	border:1px #bababa solid;
	margin-left:11px;
}
#slider_border {
	width:716px;
	height:283px;
	background:url(../img/bg_slider_border.png) no-repeat;
}
#result_count {
	color:#000;
}
#column_left {
	width:242px;
	float:left;
	margin-bottom:55px;
}
#search_container {
	width:248px;
	margin-top:10px;
}
.search_block_container {
	padding-left:8px;
}
.search_top {
	height:47px;
	background:url(../img/bg_search_top.png) no-repeat;
}
.search_middle {
	min-height:270px;
	padding-top:20px;
	background:url(../img/bg_search_middle.png) repeat-y;
}
.search_bottom {
	height:17px;
	background:url(../img/bg_search_bottom.png) no-repeat;
	margin-bottom:7px;
}
.prod_slideshow .nivo-caption {
	bottom:-29px;
}
#content_home_container {
	margin-top:-30px;
	float:left;
}
#content_home_middle {
	min-height:250px;
	background:url(../img/bg_content_home_top.png) top no-repeat;
	padding:20px 30px 20px 30px;
}
/*#content_home_bottom {
	height:24px;
	background:url(../img/bg_content_home_bottom.png) no-repeat;
	margin-bottom:40px;
}*/
#content_page_container {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:7px;
	float:left;
	width:740px;
}
/*#content_page_top {
	height:51px;
	background:url(../img/bg_content_page_top.png) no-repeat;
}*/
#content_page_middle {
	min-height:300px;
	background:url(../img/bg_content_page.png) no-repeat;
	padding:20px 20px 30px 20px;
}
#content_page_bottom {
	height:24px;
	background:url(../img/bg_content_page_bottom.png) no-repeat;
	margin-bottom:20px;
}
#column_container {
	margin-top:30px;
	margin-left:8px;
}
#column_middle {
	min-height:321px;
	padding:0px 20px 5px 25px;
	color:#666;
}
#home_title {
	width:716px;
	height:55px;
	background:url(../img/bg_slider_title.png) no-repeat center;
	margin-top:15px;
	text-align:center;
}
#page_title {
	margin-bottom:10px;
}
h1, h3, h4 {
	color:#e20e55;
	font-size:18px;
	line-height:20px;
	font-family: 'Philosopher', arial, serif;
	font-weight:normal;
	margin-bottom:15px;
}
h3, h4 {
	color:#e20e55;
	font-size:17px;
	margin:20px 0 2px 0;
}
h4 {
	font-size:15px;
}
#home_title h1 {
	display:none;
}
#control {
	margin-right:10px;
}
#footer {
	background:#e5e5e5 url(../img/logo_footer.png) center 50px no-repeat;
	width:100%;
	height:120px;
	margin:0 auto;
	padding-top:19px;
	padding-left:18px;
	text-align:center;
	/*position:absolute;
	bottom:0;*/
	border-top:#e42263 1px solid;
}
#footer a {
	text-decoration:none;
	color:#434343;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration:underline;
}
.value {
	color:#e20e55;
	font-family: 'Philosopher', arial, serif;
}
.value.big {
	font-size:20px;
	font-weight:bold;
}
a .mini_tech {
	color:#555;
}
a .mini_tech:hover {
	color:#000;
}
a .mini_value {
	color:#000;
}
.res_tbl {
	border:2px solid #e8e8e8;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.res_tbl_title {
	padding:6px 2px 4px 7px;
}
.res_tbl_title h2 a {
	color:#000;
}
.res_tbl_details {
	margin-bottom:4px;
}
.res_tbl_value {
	width:75px;
	float:left;
	background: #E20E55;
	color:#FFF;
	line-height:18px;
	height:18px;
	text-align:center;
	padding:2px 7px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.prod_details.btn.small {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
}
.jcarousel-skin-front .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 15px;
    height: 117px;
    cursor: pointer;
    background: transparent url(../img/arrows_carousel.png) no-repeat -52px 0;
}
.jcarousel-skin-front .jcarousel-next-horizontal:hover {
    background-position: -36px 0;
}
.jcarousel-skin-front .jcarousel-next-horizontal:active {
    background-position: -35px 0;
}
.jcarousel-skin-front .jcarousel-next-disabled-horizontal, .jcarousel-skin-front .jcarousel-prev-disabled-horizontal {
	background:none;
}
.jcarousel-skin-front .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 15px;
    height: 117px;
    cursor: pointer;
    background: transparent url(../img/arrows_carousel.png) no-repeat 0 0;
}
.jcarousel-skin-front .jcarousel-prev-horizontal:hover {
    background-position: -16px 0;
}
.jcarousel-skin-front .jcarousel-prev-horizontal:active {
    background-position: -15px 0;
}

/*** Vertical Buttons ***/
.jcarousel-skin-front .jcarousel-next-vertical {
    position: absolute;
    bottom: 3px;
    left: 40px;
    width: 117px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../img/arrows_carousel.png) no-repeat -69px -53px;
}
.jcarousel-skin-front .jcarousel-next-vertical:hover {
    background-position: -69px -36px;
}
.jcarousel-skin-front .jcarousel-next-vertical:active {
    background-position: -69px -35px;
}
.jcarousel-skin-front .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 40px;
    width: 117px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../img/arrows_carousel.png) no-repeat -69px 0;
}
.jcarousel-skin-front .jcarousel-prev-vertical:hover {
    background-position: -69px -17px;
}
.jcarousel-skin-front .jcarousel-prev-vertical:active {
    background-position: -69px -16px;
}
.jcarousel-skin-front .jcarousel-next-disabled-vertical, .jcarousel-skin-front .jcarousel-prev-disabled-vertical {
	background:none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .btn.page_nb.active {
	background: #e20e55;
}
.ui-slider-horizontal .ui-slider-range {
	background:#333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color:#e20e55;
}

.ui-state-default.ui-state-active {
	color:#fff
}
#prod_similar {
	color:#444;
	font-family: 'Philosopher', arial, serif;
	font-weight:normal;
	font-size:13pt;
}
.prod_no_img.h40 {
	border-color:#CCC;
	color:#999;
	background:#ebebeb;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border-color:#b2b2b2;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .btn.page_nb.active {
	
}
#tabs .tab_content, #tabs .tab_content_simple, #tabs1 .tab_content_simple, #tabs2 .tab_content_simple, #tabs3 .tab_content_simple {
	border-top-color:#e20e55;
}
#perso {
	width:635px;
}/*
#perso .perso_btn.explore {
	display:none;
}*/
#perso .perso_icon.request {
	background-position:-111px 0px;
}
#netty_signature { display:none; }

.btn.search { color:#444; }
.btn.search:hover, .prod_action .btn:hover, .btn.small:hover, .ui-tabs .ui-state-hover a { color:#e20e55; }