/* CSS Document */

html, body
{
  background-color: #dcd5c2;
  margin:0px;
  padding:0px;

}

#MemberLoginForm_LoginForm_Email,#MemberLoginForm_LoginForm_Password {
	border: 1px solid #AAAAAA;
}

.left
{
  hspace:0px;
  vspace:0px;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}


p img
{
  padding:0px 5px 0px 0px;
  margin:0px 0px 0px 0px;
  vspace:0px;
  hspace:0px;
  border: 0;
}

#content img {

}

body
{
  background-color: #dcd5c2;
}

a {
	border: 0;
	color: #287EA3;
	font-size: 11px;
}

.etended_product_title a {
	font-weight:bold;
}

.product-title a {
	font-size: 11px;
	color: #287EA3;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

a.lang_selected:link {text-decoration: underline;}
a.lang_selected:visited {text-decoration: underline;}
a.lang_selected:active {text-decoration: underline;}
a.lang_selected:hover {text-decoration: none;}

a.current:link {text-decoration: none;}
a.current:visited {text-decoration: none;}
a.current:active {text-decoration: none;}
a.current:hover {text-decoration: underline;}


#page
{
  position:relative;
  width:1020px;
  margin:20px auto;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
}

.lang_selected
{
  font-family:Arial, Tahoma, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#b5262a;
}

#languages
{
  width:160px;
  position:absolute;
  top:-7px;
  left:860px;
}

.custom_lang
{
  float:left;
  padding:0px 0px 0px 0px;
  font-family:Arial, Tahoma, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#b5262a;
}

.separator
{
  padding:0px 3px 0px 3px;
  color:#b2ac9d;
}

.custom_lang_last
{
  float:left;
  padding:0px 0px 0px 0px;
}

#top
{
  height:18px;
  background: url('../images/top_middle_bg.gif') repeat-x bottom;
}

#top_left_img
{
  float:left;
  vertical-align:bottom;
}

#top_right_img
{
  float:right;
  vertical-align:bottom;
}

#middle
{
  padding:0px;
  margin:0px;
  background:#FFFFFF;
  position:relative;
}

#middle_left_top
{
  width:30px;
  height: 430px;
  position:absolute;
  top:0px;
  left:0px;
  background: url(../images/middle_left_top_img.gif) no-repeat top;
}

#middle_right_top
{
  width:30px;
  height: 430px;
  position:absolute;
  top:0px;
  right:0px;
  background: url(../images/middle_right_top_img.gif) no-repeat top;
}

#middle_left
{
  background:url(../images/middle_left_bg.gif) repeat-y left;
}

#middle_right
{
  background:url(../images/middle_right_bg.gif) repeat-y right;
}

#header_container
{
  padding:14px;
  background: white;
}

#header
{
  position:relative;
  background: url(../images/header.jpg) no-repeat top right white;
}

#logo_img
{
  border:0px;
}

#menu
{
  position:absolute;
  bottom:2px;
  left:265px;
  display:block;
  cursor:pointer;
  cursor:hand;
}


.top_menu
{
  position:relative;
  float:left;
  background:#2f2b28;
  margin-left:10px;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  /*Opera has bugged opacity*/
  /**opacity: 0.6;*/
  height:37px;
  padding-left:15px;
  padding-right:15px;
  font:Tahoma;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
  text-align:center;
}

.top_menu_item
{

}

.top_menu:hover
{
  position:relative;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  float:left;
  background:#2f2b28;
  margin-left:10px;
  height:37px;
  padding-left:15px;
  padding-right:15px;
  font:Arial;
  font-size:11px;
  font-weight:bold;
  color:#000000;
  background-color:#FFFFFF;
  text-align:center;
}

.top_menu_selected
{
  position:relative;
  float:left;
  background:#7c7978;
  margin-left:10px;
  height:37px;
  padding-left:15px;
  padding-right:15px;
  font:Arial;
  font-size:11px;
  font-weight:bold;
  color:#000000;
  background-color:#FFFFFF;
  text-align:center;
}

#container
{
  vertical-align:top;
  position:relative;
  padding:0px 30px;
  min-height:450px;
}

#side_menu
{
  width:250px;
  margin:0px 15px 0px 15px;
  float: left;
}

#side_menu_rows
{
  background-color:#2f2b28;
}

#side_menu a
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

#side_menu_element {
	color: #FFFFFF;
}

#list_img
{
  padding-right:10px;
  padding-left:25px;
}

#list_img_selected
{
  padding-right:6px;
  padding-left:21px;
}

.first_lvl
{
  position:relative;
  padding:10px 0px 10px 0px;
  margin:0px 0px 0px 0px;
  color:#FFFFFF;
  font-family:Tahoma, Arial, Verdana;
  font-weight:bold;
  font-size:11px;
  background:url(../images/menu_li_img.png) repeat-x bottom;
  cursor:pointer;
  cursor:hand;
}

.first_lvl:hover
{
  background-color:#575451;
}

.second_lvl:hover
{
  background-color:#575451;
}

.second_lvl
{
  padding:8px 0px 8px 52px;
  margin:0px 0px 0px 0px;
  color:#FFFFFF;
  font-family:Tahoma, Arial, Verdana;
  font-weight:bold;
  font-size:11px;
  cursor:pointer;
  cursor:hand;
}


.menu_selected
{
  background-color:#575451;
}

.left_menu_selected
{
  background-color:#575451;
}

#partner
{
	background: white;
  padding:15px 0px;
  float: left;
}

#spacer
{
	width:250px;
	padding:15px;
	height: 100px;
	background-color: red;
	position: relative;
	left: 0px;
	bottom:0px;
}

#contact
{
  width:140px;
  color:#75706d;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
  background:url(../images/contact_border.jpg) repeat-y;
  float:left;
  padding:10px;
  margin-top:15px;
  margin-bottom:15px;
  text-decoration:none;
}

#contact a
{
  text-decoration:none;
}

#contact p
{
	padding:0px;
	margin:0px;
}

div.cleaner
{
  clear:both;
}

#bottom
{
  clear:both;
  height:11px;
  background: url('../images/bottom_bg.gif') repeat-x top;
}

#bottom_left_img
{
  float:left;
  vertical-align:top;
}

#bottom_right_img
{
  float:right;
  vertical-align:top;
}

#copyright
{
  float:left;
  font-family:Tahoma;
  font-size:11px;
  color:#9e9888;
  padding:0px 30px;
}

#copyright p
{
  padding:0px;
  margin:0px 0px 0px 10px;
}

#implement
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  float:right;
  color:#9e9888;
  padding:0px 30px;
  margin-right:10px;
}

#implement a
{
  color:#767268;
}

#implement p
{
  padding:0px;
  margin:0px;
}

.used_color
{
  color:#9e9888;
}


/** News */
#news_list
{
	width:650px;
}

.news_list_item
{
  position:relative;
	padding:10px 0px 15px 0px;
	background: url(../images/news_item_list_bg.gif) repeat-x bottom;
	display: table;
	width: 650px;
}

.news_list_item_top
{
  position:relative;
}

.news_list_item_top a
{
  font-family:Tahoma, Arial, Verdana;
  font-size:12px;
  font-weight:bold;
  color:#b5262a;
  margin-top:0px;
}

.news_list_item_top .date
{
  position:absolute;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#75706d;
  right:0;
  top:-10px;
}

.news_picture
{
  margin-top:5px;
  width:80px;
  height:66px;
  float: left;
  margin-right:15px;
  margin-bottom:5px;
}

.news_picture img
{
  width:80px;
  height:66px;
  border:2px solid black;
}

.message
{
	margin-top:5px;
}

.title, .searchResults h2
{
  font-family:Tahoma, Arial, Verdana;
  font-size:14px;
  font-weight:bold;
  color:#b5262a;
  padding-bottom:15px;
  padding-top:10px;
}

.searchResults p {
	display: block;
}

.searchResultHeader {
	display: block;
}

.searchResults a {
	font-weight:bold;
	padding: 2px 0px 2px 0px;
	margin-left: 10px;
}

.searchResults br {
	display: none;
}


/** Simple products */
.product_list_item
{
  margin-top:10px;
	margin-bottom:10px;
	
	background: url(../images/news_item_list_bg.gif) repeat-x bottom;
	padding:0px 0px 0px 0px;
	margin-left:280px;
	min-height:85px;
}

.product_picture
{
	margin-top:5px;

  display: block;
  overflow: hidden;
  float: left;
  margin-right:15px;
  margin-bottom:5px;
  padding:0px 0px 0px 0px;
}

.product_picture img
{
  border:2px solid black;
  padding:0px 0px 0px 0px;
}

.product_list_item a
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
}

.param
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#56524f;
  float:left;
  margin:5px 15px 0px 0px;
  width: auto;
}

.param_value
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#56524f;
  float:left;
  margin-top:3px;
  width: auto;
  clear:both;
}

/** Extended products */
.exntded_product_list_item
{
  margin-top:0px;
	margin-bottom:0px;
	background: url(../images/news_item_list_bg.gif) repeat-x bottom;
	padding:5px 5px 10px 0px;
	margin-right:15px;
	min-height:100px;
	width:660px;
	float:right;
}

.back
{
	margin-top:20px;
	margin-bottom:5px;
	padding:0px;
	margin-left:0px;   
}

.back_product
{
  margin-top:10px;
	margin-bottom:5px;
	padding:0px;
	margin-left:3px;
}

.extended_product_picture
{
	margin:5px 15px 0px 0px;
	padding:0px 0px 0px 0px;

	max-width: 300px;
	max-width: 300px;
	float:left;
	display:block;

	height: auto;
	width: auto;
}

.extended_product_picture a
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}

.extended_product_picture img
{
  display: block;
  margin:0px 0px 0px 0px;
  max-width: 300px;
  max-width: 300px;
  border:2px solid black;
}

.extended_group_table tr
{
	padding:0px 15px 0px 0px;
	margin:0px;

	height: 20px;
}

.extended_group_table td
{
	padding:0px 15px 0px 0px;
	vertical-align: middle;
	height: 20px;
}

.extended_group_table td form
{
  height: 20px;
}

.extended_product_title
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#56524f;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  height:30px;
}

.extended_param_title
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#9b9b9b;
}

.extended_param_title
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#56524f;
}

.param_title
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#56524f;
  float: left;
  clear:both;
}

#in_cart
{
  cursor:pointer;
  cursor:hand;
}

#cart
{
  position:absolute;
  top:-12px;
  left:530px;
  width:147px;
  height:22px;
  background:#e8e2d1;
  border:1px solid #b9a698;
  margin-right:15px;

}

#cart_lang
{
  position:absolute;
  top:-12px;
  left:690px;
  width:147px;
  height:22px;
  background:#e8e2d1;
  border:1px solid #b9a698;
  margin-right:15px;
}

#cart_text
{
  position:absolute;
  top:3px;
  color:black;
}


#cart_text a
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
  color:black;
}

#cart_delete
{
  position:relative;
  float:right;
  width:82px;
  height:15px;
  background:#e8e8e8;
  border:1px solid #cecece;
}

#cart_text_delete
{
  position:absolute;
  top:1px;
  margin-left:5px;
}

#cart_text_delete a
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#585858;
}

#search_form
{
  width:200px;
  position:absolute;
  top:-11px;
  left:700px;
}

#SearchForm_SearchForm_Search
{
  width:114px;
  height:16px;
  background: #FFFFFF;
  border-top: 1px solid #838383;
  border-left: 1px solid #838383;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#000000;
  padding:2px 5px 0px 5px;
}

#search_submit
{
  width:19px;
  height:19px;
  background: url(../images/search_submit.png) no-repeat;
  cursor:pointer;
  cursor:hand;
  position:absolute;
  top:1px;
  left:135px;
}

#SearchForm_SearchForm_action_results
{
  display:none;
}

.extended_group_table
{
  margin-top:12px;
}

.table_colors_tr td
{
  padding-top:0px;
}

#popup_title
{
  margin:0px 0px 0px 50px;
}

.input_text
{
  width:50px;
  background: #eeeeee;
  border: 1px solid #7a7a7a;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#6b635c;
}

.cart_add_title
{
  font-family:Tahoma, Arial, Verdana;
  font-size:12px;
  font-weight:bold;
  color:#6b635c;
}

#cart_submit
{
  cursor:pointer;
  cursor:hand;
  position:relative;
  width:130px;
  background: #2f2b28;
  margin-top: 15px;
}

#cart_submit_text
{
  position:absolute;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
  top:3px;
}

.product_picture_inside img
{
  width:246px;
  height:246px;
  border:1px solid black;
}

#product_inside
{
  margin:0px;
  padding:0px;
}

#product_inside tr
{
  margin:0px;
  padding:0px;
}


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

#product_inside_text
{
  margin-left:10px;
}

#cart_data_table td
{
  width:550px;
}

.cart_img_td
{
  width:96px;
}


.cart_img_td img
{
  width:96px;
  height:63px;
  border:1px solid black;
}

.cart_delete
{
  position:relative;
  width:80px;
  height:15px;
  background:#eeeeee;
  border:1px solid #c2c2c2;
  cursor:hand;
  cursor:pointer;
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#585858;
}

.cart_delete img
{
  border:0px;
}

.cart_delete_text
{
  position:aboslute;
  top:0px;
}

.extended_link
{
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:bold;
}

.extended_link_div
{
  padding:5px 0px 5px 15px;
}

#Form_EditForm
{
  width:500px;
  float:left;
}

.more:hover
{
  background:#b5262a;
  color:#FFFFFF;
}

.more
{
  cursor:hand;
  cursor:pointer;
  width:108px;
  height:13px;
  background:#FFFFFF;
  border:1px solid #b5262a;
  text-align:center;
  color:#b5262a;
  margin-right:10px;
  
  float:right;
  padding: 5px 5px 5px 5px;
}

.more_inside:hover
{
  background:#b5262a no-repeat fixed 0 0;
  color:#FFFFFF;
  margin-top: 15px;
}

.more_inside
{
	background:#FFFFFF no-repeat fixed 0 0;
	right:0px;
	cursor:hand;
	cursor:pointer;
	width:108px;
	height:16px;
	border:1px solid #b5262a;
	float:left;
	text-align:center;
	color:#b5262a;
	clear: both;
	margin-top: 15px;
}

.ordered
{
  padding-top:10px;
}

#icon_holder
{                
  padding:0px 0px 10px 0px;
  margin:0px 0px 10px 273px;
  position:absolute;
  width:680px;
  background: url(../images/news_item_list_bg.gif) repeat-x bottom;
}

.icon_table
{       
  position:relative;
  float:left;
  margin:0px 0px;
  height:22px;
}

.side_group_holder
{

}

.VendorImageHolder_selected {
	display: inline;
}

.VendorImageHolder {
	display: inline;
}

#VendorMenuHolder {
	display: table;
	width: 662px;
	border-bottom: 1px solid #565656;
	position: relative;
}

#VendorMenuHolder .dLi {
	float: left;
	margin-right: 2px;
}

#VendorMenuHolder .dLi a {
	display: block;
	text-decoration: none;
	width: 116px;
}

#VendorMenuHolder .dLi a img {
	border: none;
	display: block;
	margin: 0 auto;
}

#VendorMenuHolder .dLi a.active {
	height: 55px;
	background-color: #fff;
	border-left: 1px solid #565656;
	border-top: 1px solid #565656;
	border-right: 1px solid #565656;
	position: relative;
	top: 1px;
}

#VendorMenuHolder .dLi a.active img {
	position: relative;
	top: 4px;
}

#VendorMenuHolder .dLi a.inactive {
	height: 50px;
	background-color: #fff;
	position: relative;
	top: 5px;
	border-left: 1px solid #AEAEAE;
	border-top: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
}

a {
  font-family:Tahoma, Arial, Verdana;
  font-size:11px;
  font-weight:normal;
}

/*#content a,#languages a {
  color:#000000;
}*/

#content
{
  /*margin-left:280px;*/
  /*margin-right:25px;*/
  width:670px;
  float:right;
  /*position:absolute;
  right:44px;
  top:170px;*/
  position:relative;
  top:0px;
  right:10px;
  color:#56524f;
}

#content p {
	/*margin-right:25px;*/
	padding-bottom:10px;
}

.first_lvl_a_selected
{
  color: #FFFFFF;
  position:absolute;
  top:9px;
}

.first_lvl_a
{
  color: #FFFFFF;
  position:absolute;
  top:12px;
}

.second_lvl_a_selected
{
	color: #FFFFFF;	
}

.second_lvl_a
{
  color: #FFFFFF;
}

.first_lvl a {
	color: #FFFFFF;
}

.second_lvl a {
	color: #FFFFFF;
}

#cart_holder {
	width:660px;
	float:right;
	padding-right:20px;
}

.cart_item_fields {
	margin: 5px 15px 5px 15px;
}

.cart_item_fields tr{
	height: 25px;
}

.cart_item_fields td{
	padding: 0px 5px 0px 5px;
}

.cart_table_item {
	display: block;
	margin: 5px 0px 5px 0px;
}

#cart_holder {
	color: #666666;
}

.cart_item_fields .code_value {
	font-size: 13px;
	font-weight:bold;
}

.hr {
	height:1px;
	border-bottom: 1px solid #cccccc;
	width: 660px;
}

.big-hr {
	height:1px;
	border-bottom: 1px solid #cccccc;
}

#cart_holder {
	width: 660px;
}

.address_block {
	position:relative;
	/*right:10px;
	bottom:10px;*/
	clear:both;
	float:right;
	margin: 10px 10px 10px 10px;
}

#extended_group_table td {
	padding: 0px 4px 0px 4px;
}

.order_form_table tr {
	height: 20px;
}

.input_text_area
{
  background: #eeeeee;
  border: 1px solid #7a7a7a;
  font-family:Tahoma, Arial, Verdana;
  font-size:12px;
  font-weight:normal;
  color:#6b635c;
  overflow:hidden;
  height: 75px;
  width: 152px;
}

.input_order
{
  background: #eeeeee;
  border: 1px solid #7a7a7a;
  font-family:Tahoma, Arial, Verdana;
  font-size:12px;
  font-weight:normal;
  color:#6b635c;
  width:150px;
  height: 16px;
}

.select_order
{
  background: #eeeeee;
  border: 1px solid #7a7a7a;
  font-family:Tahoma, Arial, Verdana;
  font-size:12px;
  font-weight:normal;
  color:#6b635c;
  height: 18px;
}

.input_order_submit
{
  background:#2f2b28;
  border:1px solid black;
  font-family:Tahoma, Arial, Verdana;
  font-size:12px;
  font-weight:normal;
  color:#FFFFFF;
  cursor:pointer;
  cursor:hand;
  height: 16px;
}

#order_date_year {
	width: 61px;
}

#order_date_month {
	width: 43px;
}

#order_date_day {
	width: 43px;
}

#confirm {
	width: 152px;
}

#to_email
{
  width:152px;
}
