table th{
	padding-bottom:5px;
	color:#386800;
}

li.address_title{
	color:#386800;
	line-height:22px;
	margin-bottom:5px;
}

.address_add{
	padding-top:10px;
}

li.address_company,
li.address_name,
li.address_address1,
li.address_address2,
li.address_city,
li.address_country,
li.address_phone,
li.address_phone_mobile
{
	padding-left:10px;
}

li.address_update{
	padding-top:10px;
}
li.address_update, li.address_delete{
	padding-left:10px;
}

#order-detail-content td span{
	/*width:100px;*/
}

#order_step{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:30px;
}
#order_step li{
	float: left;
	margin-right:30px;		list-style:none;
}

div.error{
	background-color:#EADAC0;
	padding: 5px 10px;
	color:red;
	font-weight:bold;
}
div.error ol{
	list-style-type:none;
}
div.error a.button_small{
	display:none;
}

#create-account_form .submit, #login_form .submit{
	/*text-align:right;*/
}

/* ===== Column 1 - style for my-account ===== */
#column1_top_menu_main ul {width:140px; list-style:none;}
#column1_top_menu_main li a {color:#703d1b; font-family:Arial, Helvetica, sans-serif; font-size:18px; line-height:30px; text-decoration:none;}
#column1_top_menu_main li.highlight a{color:#386800;	text-decoration:underline;}
#column1_top_menu_main li a:hover {color:#386800; text-decoration:underline;}
/* ===== Column 1 - style for my-account ===== */
#column1_top_menu_main ul ul {width:120px; margin-left:5px;}
#column1_top_menu_main ul ul li a {font-size:14px; line-height:16px;}
#column1_top_menu_main ul ul ul {width:120px; margin-left:10px;}
#column1_top_menu_main ul ul ul li a {font-size:11px; line-height:13px;}


.cart_navigation{
	margin: 0 auto;
	width:260px;
}
.hlb_continue_shopping{
	background:url("../images/btn_previous.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	float:left;
	display:block;
	text-indent:-9999px;
	width:111px;
	height:36px;
}
.hlb_previous{
	background:url("../images/btn_previous.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	float:left;
	display:block;
	text-indent:-9999px;
	width:111px;
	height:36px;
}
.hlb_next{
	background:url("../images/btn_next.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	float:left;
	display:block;
	text-indent:-9999px;
	width:90px;
	height:36px;
	margin-left:40px;
}
.hlb_update{
	background:url("../images/btn_update.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:79px;
	height:36px;
}
.hlb_add_an_address{
	background:url("../images/btn_add_an_address.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:140px;
	height:36px;
}
.hlb_btn_create_ur_ac{
	background:url("../images/btn_create_ur_ac.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:178px;
	height:36px;
}
.hlb_btn_delete{
	background:url("../images/btn_delete.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:79px;
	height:36px;
}
.hlb_btn_log_in{
	background:url("../images/btn_log_in.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:75px;
	height:36px;
}
.hlb_btn_register{
	background:url("../images/btn_register.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:92px;
	height:36px;
}
.hlb_btn_save{
	background:url("../images/btn_save.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:63px;
	height:36px;
}
.hlb_btn_send{
	background:url("../images/btn_send.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:65px;
	height:36px;
}
.payment_module a {
	text-decoration:none;
}
#product_photo{
	background-color:#FFFFFF;
}

/* ===== hlb_form ===== */
#hlb_form div.label, #hlb_form div.input, #hlb_form div.require{
	float:left;
}
#hlb_form div.row{
	clear:both;
	height: 20px;
	margin: 10px 0px;
}
#hlb_form div.label{
	width: 150px;
}
#hlb_form div.input, 
#hlb_form div.input input[type="text"], 
#hlb_form div.input input[type="password"],
#hlb_form div.input select.fix,
#hlb_form div.input textarea
{
	width: 200px;
}
#hlb_form div.input input[type="submit"]{
	float:right;
}

/* ===== account-creation_form ===== */
#hlb_form #account-creation_form div.label{
	width: 230px;
}
#hlb_form #account-creation_form div.input,
#hlb_form #account-creation_form div.input input[type="text"],
#hlb_form #account-creation_form div.input input[type="password"],
#hlb_form #account-creation_form div.input select.fix,
#hlb_form #account-creation_form div.input textarea
{
	width: 250px;
}

/* ===== address_form ===== */
#hlb_form #hlb_address_form div.label{
	width: 230px;
}
#hlb_form #hlb_address_form div.input,
#hlb_form #hlb_address_form div.input input[type="text"],
#hlb_form #hlb_address_form div.input input[type="password"],
#hlb_form #hlb_address_form div.input select.fix,
#hlb_form #hlb_address_form div.input textarea
{
	width: 250px;
}

/* ===== hlb_contact_form ===== */
#hlb_form #hlb_contact_form div.label{
	width: 160px;
}
#hlb_form #hlb_contact_form div.input,
#hlb_form #hlb_contact_form div.input input[type="text"],
#hlb_form #hlb_contact_form div.input input[type="password"],
#hlb_form #hlb_contact_form div.input select.fix,
#hlb_form #hlb_contact_form div.input textarea
{
	width: 200px;
}

input, select, textarea{
	color:#000000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:0px;
}

#bg_stripe{
	/*background:none;*/
	/*height:2200px;*/
}
#content_center{
	/*background:none;*/
}
body{
  /*background:none;*/
}
#content_center{
	/*background:none;
	background-color:#FBEFDB;*/
}

#manufacturers_block_left li a:hover{
	color:#703D1B;
	text-decoration:none;
}


/* ***** NEW CSS FOR CONTENT PAGE + others ***** */
h5{
	color:#000000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-top: 12px;
	/*margin-bottom: 6px;*/
}
#cart_summary h5 a {
	line-height: 18px;
}
#sitemap_page li{
	line-height: 16px;
}
#cms_content h3, #contact_us_content h3, #sitemap_page h3{
	padding-top: 10px;
}
#cms_content p, #contact_us_content p{
	margin: 12px 0px;
	line-height: 16px;
	font-size:12px;
	text-align: justify;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}
#contact_us_content div.error p{
	margin: 0px;
}
#column3_center{
	text-align: left;
}
#column3_center p{
	/*text-align: justify;*/
}
#column3_center h5{
	padding: 5px 0px;
}
#column3_center h5 a{
	line-height: 20px;
}

#footer_menu a.facebook_icon{
	background:url("../images/facebook_icon.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	/*display:block;*/
	text-indent:-9999px;
	width:15px;
	height:15px;
}
