/* _messages
==========================================*/


/* FILM REAL STYLES*/
.H {
  position:relative;overflow:hidden;width:200px;height:50px;border:solid black 1px;
}

.V {
  position:relative;overflow:hidden;width:100px;height:250px;border:solid black 1px; margin-top:30px;
}




.error_message {
	margin:10px;
	background: #FFBABA;
	border:solid 1px #990000;
	font-size:12px;
	color: #D8000C;
	padding:5px;
	font-weight:bold;
	text-align:left;
}
.error_message li {
	list-style:inside disc;
	padding:2px 0 2px 0;
	color: #D8000C;
	font-weight:normal;
}
#social_network{
	position:fixed;
	top:225px;
	z-index:1000;
}
.success_message {
	margin:10px;
	background: #DFF2BF;
	border:solid 1px #006600;
	font-size:12px;
	color: #4F8A10;
	padding:5px;
	font-weight:bold;
	text-align:left;
}
.success_message li {
	list-style:inside disc;
	padding:2px 0 2px 0;
	color: #4F8A10;	
}
.warning_message {
	margin:10px;
	background: #FEEFB3;
	border:solid 1px #9F6000;
	font-size:12px;
	color: #9F6000;
	padding:5px;
	font-weight:bold;
	text-align:left;
}

.cart_header {
	color: #FFFFFF; 
	font-weight: bold; 
	font-size:12px;
	background:#494949;
}
.cart_item_row {
	border-bottom:1px #323232 solid;
	color: #FFFFFF;
	font-size:11px;
}
.cart_total_row {
	border-top:1px #4E4E4E solid;
	border-bottom:1px  #4E4E4E solid;
	color:#FFFFFF;
}
	
.cart_item_options {
	color:#b3b3b3;
}
.cart_update_button {
	width:85px;
	padding:4px 0 4px 0;
	background:#282828;
	border:1px solid #037EA8;
	color:#FFFFFF;
	font-size:12px;
}
.cart_checkout_button {
	width:85px;
	height:19px;
	background:#282828;
	border:1px solid #8ac800;
	color:#FFFFFF;
	font-size:12px;
	padding:4px 0 0 0;
	text-align:center;
}
.cart_return_button {
	float:right;
	width:110px;
	height:19px;
	background:#282828;
	border:1px solid #037EA8;
	color:#FFFFFF;
	font-size:12px;
	padding:4px 0 0 0;
	margin:0 10px 0 0;
	text-align:center;
}
.cart_cancel_button {
	float:left;
	width:83px;
	height:19px;
	background:#282828;
	border:1px solid #CC0000;
	color:#FFFFFF;
	font-size:12px;
	padding:4px 0 0 0;
	text-align:center;
}

.cart_checkout_button_form_button {
	float:right;
	width:95px;
	background:#282828;
	border:1px solid #8ac800;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding:4px 0 4px 0;
}
.checkout_text_information {
	color:#FFFFFF;
}

/* LINK styles moved to bottom to stick to cascading order */
.clear {
	clear:both;
	height: 0.1px;
}


/* Film Reel Style*/
.H {
  position:relative;overflow:hidden;width:400px;height:250px;border:solid black 1px;
}

.V {
  position:relative;overflow:hidden;width:400px;height:250px;border:solid black 10px;
}

body
{
background:url(/graphics/bg.jpg) repeat-x #e4e9ec top;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px auto auto auto;
color:#4F4E46;
}
p{

margin-top:1px;
}

#main_container{
width:1000px;
height:auto;
margin:auto;
padding:0px;
background-color:33ffdd;
/*background-color:#4F4E46;*/

}
#header{
width:1000px;
height:136px;
background:url(/graphics/header.png);
margin:auto;
}

#contactcolor{
color: #ffffff;
}

#logo{
float:left;
padding:45px 0 0 15px;
}
#main_content{
clear:both;
}
.languages{
float:right;
width:150px;
padding:8px 0 0 0;
}
.lang_text{
float:left;
padding:0 5px 0 0;
color:#1DA1CF;
}
a.lang{
display:block;
float:left;
padding:0 5px 0 5px;
}
.top_right{
width:800px;
float:right;
}
.big_banner{
float:right;
padding:35px 65px 0 0;
}

/*---------------- account tab----------------------*/
a {
	text-decoration:none;
}

#account_tab{
	background-color: transparent;
	width: auto;
	height: 30px;
	float: right;
	margin-top: -36px;
	text-align: right;
	padding:0px 20px 0px 0;
	color: #9e9e9e;
	font-size: 14px;
}
	
#account_acc{
	background-image: url(/graphics/icon_08.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 31px;
	width: 80px;
	height: 17px;
	float: right;
	padding-top: 10px;
	margin-right: 30px;
}
#account_signup{
	background-image: url(/graphics/icon_add_user.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 31px;
	width: 80px;
	height: 19px;
	float: right;
	padding-top: 10px;
	margin-right: 30px;
}

#account_logout{
	background-image: url(/graphics/icon_05.png);
	width: 50px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 31px;
	padding-top: 9px;
	float: right;
}
#account_login{
	background-image:url(/graphics/icon_login.png);
	width: 50px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 31px;
	padding-top: 9px;
	float: right;
}


#account_tab a:link{
	color:#ffffff;
	text-decoration: none;
	}
	
#account_tab a:visited{
	color:#ffffff;
	text-decoration: none;
	}
.account_signup_button {
	float:left;
	width:135px;
	background:#282828;
	border:1px solid #8ac800;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding:4px 0 4px 0;
}


/*---------------- menu tab----------------------*/
#menu_tab{
width:1000px;
height:36px;
background:url(/graphics/menu_bg.gif) repeat-x;
}
ul.menu {
list-style-type:none; float:left; display:block; width:982px; 
margin:0px; padding:0px;background:url(/graphics/menu_bg.gif) repeat-x;}

ul.menu li {
display:inline;
font-size:11px;
font-weight:bold;
line-height:36px;
}
ul.menu li.divider {
display:inline;
width:4px;
height:36px;
float:left;
background:url(/graphics/menu_divider.gif) no-repeat center;
}

a.nav:link, a.nav:visited {
display:block; float:left; padding:0px 8px 0px 8px; margin:0 14px 0 14px;height:36px;text-decoration:none;color:#fff;}

a.nav:hover{
display:block; float:left; padding:0px 8px 0px 8px; margin:0 14px 0 14px;height:36px;text-decoration:none;color:#199ECD;}

/*----------------crumb_navigation-------------*/
.crumb_navigation{
width:980px;
height:15px;
padding:5px 10px 0 20px;
color:#333333;
background:url(/graphics/navbullet.png) no-repeat left;
background-position:5px 8px;
}
.crumb_navigation a{
color:#0fa0dd;
text-decoration:underline;
}
span.current{
color:#0fa0dd;
}

/*-------------left_content------------------*/
.left_content{
width:180px;
float:left;
padding:0 0 0 5px;
}
.title_box{
width:180px;
height:30px;
margin:5px 0 0 0;
background:url(/graphics/menu_title_bg.gif) no-repeat center;
text-align:center;
font-size:13px;
font-weight:bold;
color:#159dcc;
line-height:30px;
}

.film_img{
width:180px;
background-repeat:repeat-y;
background:url(/graphics/film_img.png);
}


.left_images{
width:180px;
height:600px;

marbackground-color:transparent;gin:15px 0 0 0;
text-align:center;
font-size:13px;
font-weight:bold;
color:#159dcc;
line-height:30px;
}
/*--------left menu---------*/

ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	font-weight:bold;
	font-variant: inherit;
	cursor: default;
	width: 177px;
}

ul.MenuBarActive
{
	z-index: 1000;
}

ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 177px;
}

ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}

ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}

ul.MenuBarVertical ul li
{
	width: 8.2em;
}


ul.MenuBarVertical
{
	border: 1px solid #CCC;
}

ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}

ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #000;
	padding: 0.5em 0.75em;
	color: #fff;
	text-decoration: none;
}

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000;
	color: #fff;
}

ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #000;
	color:#fff;
}

ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: ;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(/graphics/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}
/************** END OF LEFT MENU *******************/
.border_box{
width:180px;
background-color:transparent;
height:auto;
text-align:center;
}
.product_title{
color:#ff8a00;
padding:5px 0 5px 0;
font-weight:bold;
}
.product_title a{
text-decoration:none;
color:#ff8a00;
padding:5px 0 5px 0;
font-weight:bold;
}
.product_title a:hover{
color:#064E5A;
}
.product_img{
padding:5px 0 5px 0;
}
.prod_price{
padding:5px 0 5px 0;
}
span.reduce{
color:#666666;
text-decoration:line-through;
}
span.price{
color: #ff8a00;
}
/*----------newsletter--------------*/
input.newsletter_input{
width:150px;
height:16px;
border:1px #ddd9d9 solid;
margin:10px 0 5px 0;
font-size:12px;
padding:3px;
color:#999999;
}
a.join{
width:17px;
display:block;
margin:0px 0 5px 110px;
padding:2px 8px 6px 8px;
text-decoration: underline;
color:#169ECC;
}
.banner_adds{
width:180px;
text-align:center;
padding:10px 0 10px 0;
}
/*--------------oferta------------------*/
.oferta{
width:585px;
height:300px;
background:transparent;
float:left;
padding:0px;
margin:0 0 5px 5px;
}
.oferta_img{
float:left;
padding:10px 0 0 10px;
}
.oferta_title{
font-size:15px;
color:#159dcc;
font-weight:bold;
}
.oferta_details{
width:340px;
float:left;
padding:20px 0 0 30px;
}
.oferta_text{
padding:5px 0 5px 0;
font-size:12px;
color:#159dcc;
text-align:justify;
line-height:15px;
}
/*center content--------------------------*/
.center_content{
width:600px;
float:left;
padding:5px 10px 5px 15px;

}
.center_title_bar{
width:575px;
height:31px;
float:left;
padding:0 0 0 10px;
margin:10px 0 0 5px;
line-height:31px;
font-size:12px;
color:#159DCC;
font-weight:bold;
background:url(/graphics/bar_bg.gif) no-repeat center;
}
.center_img_container{
	float:left;
	width:100%;
	margin-left: 15px;
	
	}

.center_img{
	float:left;
	width:auto;
	height: auto;
	padding: 10px 5px 10px 5px;
	
	}
.center_text{
	padding: 5px 15px 0px 15px;
	line-height:18px;
}

.page_content{
	background-color:transparent;
	color: #000;
	font-style: normal;
	font-size: 12px;
	margin-bottom: 15px;
	min-height:113px;
	padding:0 0px 10px 0px;
}

.mpage_content{
        background:url(/graphics/manufacturers_bg.png);
        background-repeat:repeat;
	color: #ffffff;
	font-style: normal;
	font-size: 12px;
	margin-bottom: 15px;
	min-height:113px;
	text-align:left;
	margin-top:-20px;
	
}
.page_content ul{
	padding-left: 20px;
	
	}
.page_content p {
	line-height:18px;
	padding:5px 0 10px 0;
}


.mpage_content p {
       margin-top:6px;
	line-height:1px;
	margin-left:8px;

}
.page_content a:link{
	color: #0a80c3;
	text-decoration: none;
}

.page_content a:visited{
	color: #0a80c3;
	text-decoration: none;
}

.page_content a:hover{
	color: #0a80c3;
	text-decoration: underline;
}

/*----------------------right content--------------*/
.right_content{
width:180px;
float:left;
padding:0px;
}
.shopping_cart{
width:180px;
height:84px;
text-align:center;
}

.cart_title{
font-size:12px;
font-size:12px;
color:#847676;
font-weight:bold;
padding:0px;
}
.cart_details{
width:115px;
float:left;
padding:5px 0 0 15px;
text-align:left;
}
.cart_icon{
float:left;
padding:5px 0 0 5px;
}
span.border_cart{
width:100px;
height:1px;
margin:3px 0 3px 0;
display:block;
border-top:1px #999999 dashed;
}
/*---------prod_box----------*/
.product_gallery {
	width:250px;
	float:left;
	margin:10px 0 0 0;
}
.product_gallery_main {
	padding:2px;
	border:1px solid #7B7B7B;
}

.product_gallery_single {
	width:80px;
	float:left;
	margin:6px 0 1px 3px;
}
.product_details {
	color:#000;
	width:310px;
	float:left;
	margin:10px 0 0 13px;
}
.product_details p {
	margin:10px 0 10px 0;
}
.product_details h4 {
	color:#000;
}
.single_category {
	width:163px;
	float:left;
	margin:25px 10px 0 13px;
	text-align:center;
	border-style:groove;
}

.single_category img {
	padding:1px;
	border:1px solid #7B7B7B;
}
.single_category h5 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding:3px 0 0 0;
}

.single_category a:link { color: #7b7b7b; text-decoration:none; }
.single_category a:visited { color: #7b7b7b; text-decoration:none; }
.single_category a:hover { color: #0a80c3; text-decoration:none; }
.single_category a:visited:hover { color: #0a80c3; text-decoration:none; }

.single_product {
	width:163px;
	float:left;
	margin:15px 10px 0 13px;
	text-align:center;
	border-style:groove;
	
}

.product_wrapper {
	width:180px;
	float:left;
	margin:15px 5px 0 13px;
	text-align:center;
	
	
}

.details {
	min-width:80px;
	height:30px;
	float:left;
	text-align:center;
	background:url(/graphics/details_bg.png); 
	margin-top:4px;
	margin-left:1px;
	padding-top:6px;
	background-repeat:no-repeat
	
	
}
.single_product img {
	padding:1px;
	border:1px solid #7B7B7B;
}
.single_product h5 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding:3px 0 0 0;
}
.single_product h6 {
	font-size:11px;
	font-weight:normal;
	text-align:center;
	padding:3px 0 0 0;
	color:#b1b1b1;
}
.single_product a:link { color: #7b7b7b; text-decoration:none; }
.single_product a:visited { color: #7b7b7b; text-decoration:none; }
.single_product a:hover { color: #0a80c3; text-decoration:none; }
.single_product a:visited:hover { color: #0a80c3; text-decoration:none; }

.center_product_container {
	width:124px;
	float:left;
	margin:25px 13px 0 13px;
}

.center_product_container p {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding:3px 0 0 0;
}
.center_product_img {
	padding:1px;
	border:1px solid #7B7B7B;
}



.prod_box{
width:173px;
height:auto;
float:left;
padding:10px 10px 10px 11px;
}
.center_prod_box{
width:173px;height: auto;float:left; text-align:center;padding:0px; margin:0px; border:0px #F0F4F5 solid;
}
.prod_details_tab{
width:173px;
height:31px;
float:left;
margin:3px 0 0 0;
}
img.left_bt{
float:left;
padding:6px 0 0 6px;
}
a.prod_details{
width:75px;
height:24px;
display:block;
float:right;
background:url(/graphics/link_bg.gif) no-repeat center;
margin:2px 5px 0 0;
text-align:center;
line-height:24px;
text-decoration:none;
color:#159dcc;
}

a.prod_compare{
width:75px;
height:24px;
display:block;
float:left;
background:url(/graphics/link_bg.gif) no-repeat center;
margin:2px 0 0 5px;
text-align:center;
line-height:24px;
text-decoration:none;
color:#159dcc;
}
a.prod_buy{
width:75px;
height:24px;
display:block;
float:left;
background:url(/graphics/link_bg.gif) no-repeat center;
margin:2px 0 0 5px;
text-align:center;
line-height:24px;
text-decoration:none;
color: #006600;
}
/*---------prod_box_big----------*/
.prod_box_big{
width:554px;
height:auto;
float:left;
padding:10px 10px 15px 15px;
}
.center_prod_box_big{
width:554px;height: auto;float:left; text-align:center;padding:0 0 10px 0; margin:0px;border:1px #F0F4F5 solid;
}
.product_img_big{
width:170px;
padding:10px 0 0 10px;
float:left;
}
.details_big_box{
width:345px;
float:left;
padding:0 0 0 15px;
text-align:left;
}
.product_title_big{
color:#ff8a00;
padding:5px 0 5px 0;
font-weight:bold;
font-size:14px;
}
.specifications{
font-size:12px;
font-weight:bold;
line-height:18px;
}
.thumbs{
padding:8px 5px 8px 5px;
border:1px #DFD1D1 solid;
margin:15px 0 0 0;
}
.thumbs a{
padding:3px;
}
.prod_price_big{
padding:5px 0 5px 0;
font-size:16px;
}
a.addtocart{
width:76px;
height:27px;
display:block;
float:left;
background:url(/graphics/addtocart.gif) no-repeat left;
padding:0 0 0 33px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
a.compare{
width:76px;
height:27px;
display:block;
float:left;
margin:0 0 0 10px;
background:url(/graphics/compare.gif) no-repeat left;
padding:0 0 0 33px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
span.blue{
color:#159DCC;
}
/*---------------contact_form------------------*/
.contact_form{
width:355px;
float:left;
padding:0px 0 0 75px;
}
.form_row{
width:335px;
clear:both;
padding:10px 0 10px 0;
color:#a53d17;
}
label.contact{
width:75px;
float:left;
font-size:12px;
text-align:right;
padding:4px 5px 0 0;
color: #333333;
}
input.contact_input{
width:253px;
height:18px;
background-color:#fff;
color:#999999;
border:1px #DFDFDF solid;
float:left;
}
textarea.contact_textarea{
width:253px;
height:100px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #999999;
background-color:#fff;
border:1px #DFDFDF solid;
float:left;
}
a.contact{
width:99px;
height:27px;
display:block;
float:right;
margin:0 0 0 10px;
background:url(/graphics/contact_bt.gif) no-repeat left;
padding:0 0 0 10px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
/*--------------footer----------------*/
.footer{
width:1000px;
clear:both;
height:65px;
background:url(/graphics/footer_bg.gif) repeat-x top;
}
.left_footer{
float:left;
width:300px;
padding:5px 0 0 10px;
}
.right_footer{
float:right;
padding:15px 30px 0 0;
}
.right_footer a{
padding:0 0 0 7px;
text-decoration:none;
color: #666666;
}
.right_footer a:hover{
text-decoration:underline;
}

.center_footer{
float:left;
width:200px;
margin-left:310px;
text-align:center;
color:#666666;
padding:25px 0 0 60px;
}