@charset "utf-8";

/*---------------------- 
  RESET CSS
------------------------*/
html, body, div, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, 
a, span, img, strong, 
dl, dt, dd, ol, ul, li,
form, fieldset, label, input, textarea, legend
{
     margin: 0px;
     padding: 0px;
     border: none;
     outline: 0px; 
     font-weight: normal;
}

ul, ol, li{list-style-type: none;}
a{text-decoration:none; color:#000;}
a:hover{
	text-decoration:underline;
}

/*---------------------- 
  CUSTOM CSS
------------------------*/
/* typography */
body {
	color: #787878;
	font-family: Arial;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {font-weight:bold; color:#000000; margin:0px;}
strong{font-weight:bold;}
p {
	margin:0 0 13px;
	line-height: 20px;
}

/*------------------------- constant style -----------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.block{display:block;}
.au{margin:0 auto;}
.ac {text-align:center;}
.al{text-align:left;}
.ar{text-align:right;}
.r{margin:0px; padding:0px; border:none; list-style: none;}
.none{text-indent:-9999px; font-size:1%; overflow:hidden;}
.n{display:none;}
.oh{overflow: hidden;}

/* constant typography */
.b{font-weight:bold;}



/* CSS Document */

/*---------------------      GENERAL     ------------------------------*/
body{
	background-color: #fff;
	text-align: center;
}

#wrapper_body{
	width: 880px;
	padding: 0px 10px;
	margin-top: 20px;
	text-align: left;
	overflow: hidden;
}
/*-----------------------------------------
  				HOME PAGE
 ------------------------------------------*/


/*---------------------- 
  HEADER
------------------------*/
#wrapper_header{
	overflow: hidden;
/*	height: 95px;*/
}

#wrapper_header a.logo{
	float: left;
	overflow: hidden;
	width: 200px;
}

/*-------------------------- MENU BAR ----------------------------*/

#wrapper_header ul.menu{
	margin-bottom: 5px;
	overflow:hidden;
	float: left;
	width: 650px;
	margin-top: 20px;

	margin-bottom: 20px; 
	
}

#wrapper_header ul.sub{
	margin-left: 27px;
	overflow: hidden;
	margin-top: 5px;
	width: 700px;
}


#wrapper_header ul.menu li{
	list-style: none;
	float: left;
	width: 120px;
	text-align: center;
	margin-left: 10px;
/*	background-color: #f00;*/
	border-right: 1px solid #686868;
	line-height: 14px;
	height: 14px;
	font-size: 12px;
	font-weight:bold;
}

#wrapper_header ul.menu.sub li{
	font-size: 10px;
	font-weight: normal;
/*	width: 100px;*/
	width: 700px;
	font-weight: bold;
	text-align: left;
	color: #aaa;
	
/*	background-color: #f00;*/
}

#wrapper_header ul.menu li.last{
	border: none !important;
	width: 100px;
}

#wrapper_header ul.menu li a{
	color: #686868;
	font-weight:bold;
}

#wrapper_header ul.menu li a.active,
#wrapper_header ul.menu li a:hover{
	color: #6cc0ff !important;
	text-decoration: none;
}

#wrapper_header ul.menu.sub li{
	border-right: 1px solid #c5c4c4;
	line-height: 10px;
	height: 10px;
}

#wrapper_header ul.menu.sub li a{
	color: #c5c4c4;
}

/****************************** NAV BAR ***************************************/
#navigation_bar{
	background-color: #0169b2;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	clear: both;
	margin-top: 16px;
}

#navigation_bar ul li{
	float: left;
	text-align: center;
	background-image:url(../images/nav_bullet.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#navigation_bar ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navigation_bar ul li.large{
	width: 120px;
}

#navigation_bar ul li a.active,
#navigation_bar ul li a:hover,
#navigation_bar ul li.last a{
	color: #a0d7ff !important;
}

#navigation_bar ul li.last{
	background-image: none;
}

/****************************** SEARCH BAR ***************************************/
#search_bar{
	float: right;
	width: 285px;
	text-align:right;
	background-color: #0169b2;
	height: 30px;
	padding: 0px;
}

#search_bar span{
	line-height: 30px;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}
#search_bar input.input_text{
	height: 20px;
	width: 135px;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 5px;
	margin-left: 5px;
}

#search_bar a.btnOK{
	display: block;
	float: right;
	background-image:url(../images/btn_go.jpg);
	background-repeat:no-repeat;
	width: 35px;
	height: 30px;
	margin-left: 5px;
}




/*------------------------ MAIN CONTENT -------------------------------*/
/*---------------------- 
  SIDEBAR
------------------------*/
#wrapper_main #side_bar{
	float: left;
	width: 214px;
	background-color: #cfe3f1;
}

#wrapper_main #side_bar h1{
	background-image:url(../images/bkgTitleSideBar.jpg);
	background-repeat: no-repeat;
	height: 41px;
	line-height: 41px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
}

#wrapper_main #side_bar h2, #wrapper_main #side_bar h2 a {
	padding: 14px 14px;
	margin: 0;
	color: #0169b2;
	font-weight: bold;
	font-size: 12px;
}

#wrapper_main #side_bar ul{
	padding-left: 20px;
	padding-bottom: 10px;
/*	border-bottom: 1px solid #88b8d9;*/
}

#wrapper_main #side_bar div.separator {
	border-bottom: 1px solid #88b8d9;
	
}

#wrapper_main #side_bar ul.last{
	border: none;
}

#wrapper_main #side_bar ul li{
	color: #0169b2;
	margin-bottom: 5px;
}

#wrapper_main #side_bar ul li a{
	color: #0169b2;
	font-size: 13px;
}

#wrapper_main #side_bar li.subcategory_active a
{
	color: #099;
	font-weight: bold;
	
	
}


/*---------------------- 
  SLIDE SHOW
------------------------*/
#slideShow{
	float: left;
	width: 432px;
/*	height: 390px;*/
	padding: 20px;
	background-color: #fff;
	text-align: center;
	border-right: 1px solid #d3d3d3;
}

#slideShow .big_image{
	margin-bottom: 20px;
}

#slideShow ul.wrapper_minis{
	list-style: none;
	overflow: hidden;
	height: 89px;
	cursor: pointer;
}

#slideShow ul.wrapper_minis li{
	float: left;
	height: 89px;
	overflow: hidden;
	margin-right: 7px;
	padding-right: 8px;
	border-right: 1px solid #c1c1c1;
}

#slideShow ul.wrapper_minis li.last{
	border: none;
	margin: 0px;
	padding: 0px;
}

.rounded{
	background-color:#d3d3d3;
	padding: 1px;
	overflow: hidden;
}

.rounded.white{
	padding: 0px;
	background-image:url(../images/bkg_rounded.jpg);
	background-repeat:repeat-x;
	background-color: #f0f0f0;
}
/*----------------- Products ------------------*/

#product_listing
{
	float: left; 
	width: 666px; 
}

#wrapper_main .products_inner #products{
	float: left;
	overflow: hidden;
	width: 647px;
	margin-left: 10px;
	overflow: hidden;
}

#wrapper_main .products_inner #products li.product{
	padding-bottom: 17px;
	border-bottom:1px dashed #ccc;
	margin-bottom: 17px;
	overflow: hidden;
	height: 100%;
}

#wrapper_main .products_inner #products li.product.last{
	border: none;
	margin: 0px;
	padding: 0px;
}

#wrapper_main .products_inner #products li.product h1{
	margin: 0px !important;
	padding: 0px;
	font-size: 16px;
	color: #0169b2;
	font-weight: bold;
	margin-bottom: 4px;
	height: auto !important;
	position: relative;
}

#wrapper_main .products_inner #products li.product h2{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #0169b2;
	margin-bottom: 2px;
}

#wrapper_main .products_inner #products li.product p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

#wrapper_main .products_inner #products li.product .btnsOrder{
	overflow: hidden;
	height: 24px; 
}

#wrapper_main .products_inner #products li.product a.btnMoreInfo{
	float: left;
	background-image:url(../images/more-info.gif);
	width: 101px;
	height: 24px;
	display:block;

}

/*#wrapper_main .products_inner #products li.product a.btnBuyNow{
	float: left;
	background-image:url(../images/btnBuyNow.jpg);
	width: 101px;
	height: 24px;
	display:block;
	margin-right: 10px;
}*/



#wrapper_main .products_inner #products li.product .img_container {
	float: left;
	margin-right:10px;
	vertical-align: text-top;
	width: 180px;
	overflow: hidden;
}

/*-------------------------- Products ------------------------*/
#product_info{
	background-image:url(../images/bkg_rounded.jpg);
	background-repeat:repeat-x;
	background-color: #f0f0f0;
	float: left;
	overflow: hidden;
	width: 365px;
	padding: 20px;
}

#wrapper_main #product_info h1{
	font-size:18px;
	color: #0169b2;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #d3d3d3;
}

#wrapper_main #product_info p{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 5px;
	
}

#wrapper_main #product_info ul{
	margin-top: 6px;
	padding-bottom: 10px;
}

#wrapper_main #product_info ul li{
	list-style: none;
/*	height: 20px;*/
	line-height: 20px;
	color: #0169b2;
	font-size: 12px;
	padding: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	background-image:url(../images/bullet_list.jpg);
	background-repeat: no-repeat;
}

.product_specs
{
	width: 100%;
}
.product_specs th
{
	
	vertical-align: top;
	background-color: #FFF;
	padding: 10px;
	border-bottom: 1px solid #eee;
	
}

.product_specs td
{
	vertical-align: top;
	text-align: left;
	background-color: #FFF;
	border-bottom: 1px solid #eee;	
}



/*------------------------- Products Nav bar --------------------------*/
#product_nav_bar{
	clear: both;
	margin-top: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #cfe3f1;
}

#product_nav_bar strong{
	color: #0169b2;
	font-size: 11px;
}

#product_nav_bar a{
	font-size: 11px;
}

#product_nav_bar a.active,
#product_nav_bar a:hover{
	color: #0169b2 !important;
	text-decoration:none;
}

.sidebar_category
{
	cursor: pointer;
	
}

/*---------------------- 
  BODY
------------------------*/
#wrapper_main.inner_page{
	clear: both;
	overflow: hidden;
	margin-top: 35px;
}

#wrapper_main .products_inner{
	background-image: url(../images/bkg_products_inner.jpg);
	background-repeat:repeat-y;
	overflow: hidden;
}

/******************************* ACTIONS ********************************/
ul.actions{
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 30px;
}

ul.actions li{
	list-style: none;
	float: left;
	width: 211px;
	height: 108px;
	margin-right: 12px;
}
ul.actions li.last{
	margin-right: 0px;
}

/************************************* RHS **********************************/
.rhs{

	float: left;
/*	background-image:url(../images/bkg_rhs.jpg);*/
/*	background-repeat: no-repeat;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #0169B2;
	width: 185px;
	height: auto;
/*	margin-left: 11px;*/
	position: relative;
	left: 5px;
	color: #fff !important;
	font-size: 12px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 5px 5px 5px #888; 	
}


.rhs a {
	text-decoration: underline;
	color: #fff;
}

.rhs strong {
}

#wrapper_main .rhs h1{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#wrapper_main .rhs h2, #wrapper_main .rhs h2 a{
	border-top: 1px solid #ccc;
	width: 200px;
	font-size: 13px;
	padding-top: 10px;
	margin-left: 0;
	color: #fff;
	margin-bottom: 20px;
}

#wrapper_main .rhs p{
	padding: 0px;
	margin: 0px;
}

#wrapper_main .rhs p a{
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

/*------------------------ inner -------------------------------*/
#wrapper_main h1{
	font-weight: normal;
	font-size: 21px;
	color: #4a4a4a;
	margin-left: 5px;
/*	margin-bottom: 20px;*/
	
}

#wrapper_main h2, #wrapper_main .rhs h2 a{
	font-weight: normal;
	font-size: 17px;
	color: #6cc0ff;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 8px;
}

#wrapper_main .left{
	width: 610px;
	overflow: hidden;
	border-right:1px solid #c1c1c1;
	margin-right: 39px;
}

#wrapper_main p{
	padding: 35px;
}

#wrapper_main p a{
	font-weight: bold;
	text-decoration: underline;
	color: #6cc0ff;
}

/*---------------------- 
  PRODUCTS LIST
------------------------*/
#wrapper_main .products_inner #products{
	float: left;
	overflow: hidden;
	width: 647px;
	margin-left: 10px;
	overflow: hidden;
}

#wrapper_main .products_inner #products li.product{
	padding-bottom: 17px;
	border-bottom:1px dashed #ccc;
	margin-bottom: 17px;
	overflow: hidden;
	height: 100%;
}

#wrapper_main .products_inner #products li.product.last{
	border: none;
	margin: 0px;
	padding: 0px;
}

#wrapper_main .products_inner #products li.product h1{
	margin: 0px !important;
	padding: 0px;
	font-size: 16px;
	color: #0169b2;
	font-weight: bold;
	margin-bottom: 4px;
	height: auto !important;
	position: relative;
}

#wrapper_main .products_inner #products li.product h2{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #0169b2;
	margin-bottom: 2px;
}

#wrapper_main .products_inner #products li.product p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

#wrapper_main .products_inner #products li.product .btnsOrder{
	overflow: visible;
	height: 24px; 
}



#wrapper_main .products_inner #products li.product a.btnMoreInfo{
	float: left;
	background-image:url(../images/more-info.gif);
	width: 101px;
	height: 24px;
	display:block;

}

/*#wrapper_main .products_inner #products li.product a.btnBuyNow{
	float: left;
	background-image:url(../images/btnBuyNow.jpg);
	width: 101px;
	height: 24px;
	display:block;
	margin-right: 10px;
}
*/


#wrapper_main .products_inner #products li.product .img_container{
	float: left;
	margin-right:10px;
	vertical-align: text-top;
	width: 180px;
	overflow: hidden;
}

/********************************************* FOOTER *********************************/
#wrapper_footer{
	clear: both;
	background-image:url(../images/bkg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 50px;
	height: 70px;
	line-height: 70px;
	color: #666;
	text-align: center;
}

#wrapper_footer.inner_page{
	margin-top: 30px;
}

#wrapper_footer a{
	color: #6cc0ff;
}

/* *************** MB *************** */

#wrapper_main .text_page h1
{
	margin-top: 20px;
	margin-left: 0px;
}

#wrapper_main .text_page h2
{
/*	margin-left: 21px;*/
}

#wrapper_main .text_page p
{
	padding: 0;
	margin-left: 20px;
}

#wrapper_main .text_page
{
	padding-right: 28px;
	
}


#wrapper_main div.search_info
{
	font-size: 14px;
	color: #0169B2;
	margin-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
}

#wrapper_main div.search_category
{
	font-size: 18px;
	border-bottom: 1px solid #0169B2;
	color: #0169B2;
	margin-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 647px;
}

#wrapper_main div.search_category a {
	color: #0169B2;
}

#wrapper_main p.category_text
{
	padding: 0 0 0 35px;
}

#wrapper_main p.category_text a, #wrapper_main p.category_text a:visited {
	font-weight: normal;
	color: #0169B2;	
}

#wrapper_main p.category_text a.bold, #wrapper_main p.category_text a.bold:visited {
	font-weight: bold;	
}

#wrapper_main h1{
	font-size:18px;
	color: #0169b2;
	font-weight: bold;
/*	padding: 0px 0px 0 20px;*/
}

.no_background_image
{
	background: none !important;
}


.listing_price
{
	background-color: #0a0;
	width: 100px;
	color: #fff;
	padding: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	position: relative;
	top: 4px;
	margin-left: 10px;
}

.listing_price span.old_price
{
	font-size: 11px;
/*	text-decoration: line-through;*/
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.price
{
	border: 1px solid #ccc;
	margin: 15px 0 15px 0;
	padding: 10px 0 10px 10px;
	font-size: 16px;
	width: 180px;
	-webkit-box-shadow: 2px 2px 2px #888; padding: 5px 5px 5px 15px;
	-moz-box-shadow: 5px 5px 5px #888; padding: 5px 5px 5px 15px;
	box-shadow: 5px 5px 5px #888; padding: 5px 5px 5px 15px;
}

.price .old_price
{
	font-size: 13px;
	padding-left: 10px;
	color: #f00;
	text-decoration: line-through;
}


.price .new_price
{
	color: #0169B2;
}

.img_container_category
{
		float: left;
		margin-right:10px;
		vertical-align: text-top;
		width: 110px;
		overflow: hidden;
		min-height: 160px; 
		padding-left: 40px;		
}

#wrapper_main .homepage p
{
	padding: 5px;
}

#mainImage
{
	width: 880px; 
	height: 298px;
}

#back_to_outlet 
{
	margin-left: 10px;
	margin-bottom: 5px;
	
}

#back_to_outlet a
{
	font-weight: strong;
	color: #666;
}

.similar_products *
{
	color: #0169B2;
}

#catalog_download
{
	cursor: pointer;
	background-image: url(/images/DownloadPDF.png);
	background-repeat:no-repeat;
	background-position: 5% 30%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 10px 15px 80px;
	border: 1px solid #0169B2;
	background-color: #E0EAF9;
	font-size: 18px;
	font-weight: bold;
	color: #0169B2;
	width: 260px;	
}

#slogan
{
	width: 600px; 
	letter-spacing:8px; 
	font-family: "Century Gothic", "Helvetica Neue", "Tahoma", Arial, sans-serif;
	text-transform: uppercase;
	overflow: hidden; 
	color: #aaa; 
	padding-top: 3px;
	padding-left: 50px; 
	font-size: 17px; 
	text-align: left;	
	text-shadow: 3px 3px 3px #eee;
}


#product_actions
{
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
}

.text_page ul
{
	margin-left: 10px;

}

.text_page li
{
	padding: 4px;
}

#documents
{
	margin-top: 10px;
	border-top: 1px solid #eee;
/*	border-bottom: 1px solid #c1c1c1;*/

}

#videos
{
	margin-top: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #c1c1c1;	
}

#links
{
	text-align: left;
	margin-top: 10px;
	border-top: 1px solid #eee;
/*	border-bottom: 1px solid #c1c1c1;	*/
}

#links ul, #links ul li
{
	list-style-type: disc;
	list-style-position: inside;
}



#documents h3, #videos h3, #links h3
{
	text-align: left;
	font-size: 15px;
	color: #0169B2;
	margin-top: 10px;
	
}


.document
{
	text-align: left;
	margin-top: 10px;
	padding: 10px;
}

.document img
{
	margin-right: 15px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

h4
{
	margin-left: 20px;
	color: #0169B2;
	font-size: 13px;
	text-decoration: underline;
	margin-bottom: 5px;
}


#error { 
	border: 1px solid #d00;
	color: #fff;
	background-color: #FF6699;
	padding: 10px;
	margin-bottom: 20px;
}

#notice {
	border: 1px solid #090;
	color: #090;
	background-color: #cfc;
	padding: 10px;
	margin-bottom: 20px;
}

/* Tell a friend form */

#tellfriend {
    position: absolute;
    margin-top: -100px;
		top: 400px;
    left: 400px;
    width: 380px;
    z-index: 1;
		display: none;
}


#tellfriend {
	position: absolute;
	margin-top: -300px;
	left: 400px;
	color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 1;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

#tellfriend a.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(/images/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#tellfriend form textarea {
	height: 120px;
}




/* @end */

/* @group Forms */


.contact-form {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

.contact-form form input.std_input {
	margin-bottom: 10px;
}

form label.clear {
	clear: both;
	float: left;
	margin-top: 10px;
}

form label.full {
	width: 99%;
}

form label.required {
	font-weight: bold;
}

form select {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
}

form label {
	color: #808080;
	font-size: 14px;
	margin-top: 6px;
}

form input.std_input,
form textarea {
	border: 1px solid #ccc;
	width: 97%;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #6e6e6e;
}

form table {
	width: 100%;
}

form table input.std_input {
	width: 93%;
}

form table.three-col input.std_input {
	width: 90%;
}

form input.form_but {
	margin-top: 10px;
	background-color: #93ba31;
	border: 3px solid #afdd39;
	color: #fff;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
}



#poll_form 
{
	width: 300px;
	border: 1px solid #ddd;
}

#poll_table td
{
	padding: 6px;
}



