/* Electronic Healing - Master CSS template */

/* HTML Elements */
html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

h1
{
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	margin-bottom: 5px;
	
}

h2
{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	margin-bottom: 5px;
	
}
h3, h4
{
	font-size: small;
	margin-bottom: 5px;
	color:#0066CC;
}
.product_top_links
{
text-align: right;
float: right;
}
p
{
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: medium;
	font-size: x-small;
}

table
{
	border-collapse: collapse;
}

td
{
	vertical-align: top;
}

/* Global fonts */
html, body, p, td, select, input, textarea
{
	font-family:  verdana, arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
input, select, textarea
{
/*background:#D6D7E9;*/
}
img {
border:0px;
}
/* Links */
a
{
}

/* Generic Styles */
.price
{
	font-weight: bold;
	color: #2A5CF8;
}

a.links1
{
	color:#009999;
	border-bottom: 1px dashed #cccccc;
	text-decoration: none;
}

a.links1:visited
{
	color: #009999;
	text-decoration: none;
}

a.links1:hover
{
	color:#00CCCC;
		text-decoration: none;
	
}

a.links2
{
	color: #0000FF;
	text-decoration: underline;
}

a.links2:visited
{
	color: #9900FF;
	text-decoration: underline;
}

a.links2:hover
{
	color: #FF0000;
	text-decoration: none;
}

a.links3
{
	color: #0000FF;
	text-decoration: underline;
}

a.links3:visited
{
	color: #9900FF;
	text-decoration: underline;
}

a.links3:hover
{
	color: #FF0000;
	text-decoration: none;
}

/* Site */
.site_wrapper
{
	position: relative;
	width: 760px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin: 0 auto;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	padding-bottom: 10px;
}

.site_header
{
	position: absolute;
	width: 760px;
	height: 120px;
	margin: 0;
	padding: 0;
	background: url("../skin/site_header.jpg") no-repeat;
	top: 2px;
}
.site_header_2
{
	position: absolute;
	right: 15px;
	width:195px;
	top: 140px;
}
.site_header_2 input {
background-color:#ffffff;
color:#333333;
font-weight:normal;
border: 1px solid #B3B3FF;
width: 125px;
}
.site_header_2 #submit_button {
cursor: pointer;
border-style:outset;
background:#D2D5F0;
width: 50px;
color: #333333;
} 
.site_header .menu
{
	position: absolute;
	width: 500px;
	top: 130px;
	left: 6px;
	background-color:#10202c;
	color: red !IMPORTANT;

}

.site_header .menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 760px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	
}
.header_menu
{

}


.site_header .menu ul .last
{
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 8px;
	border-right: 0px;
}

.site_header a:link, .site_header a:visited
{
	
	color:#003366;
	text-decoration: none;
	height: 30px;
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 32px;
	text-align:center;

}
.site_header .menu ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	
	/*border-right: 1px solid #ffffff;*/
	
	
}
.site_header a:hover
{
	
	color:#CCCCFC;
	text-decoration: none;
}

.site_columns
{
	position: relative;
	top: 120px;
	width: 760px;
	padding-bottom: 80px;
}

.site_footer
{
/*position: relative;
bottom:0;
right:552px;*/
border-top: 1px dashed #cccccc;
	width: 100%;
	height: 60px;
	margin-top:28px;
	margin-bottom: 5px;
	padding-top: 8px;
	text-align: center;
	clear: both;
}
.site_footer .copyright {
font-size: xx-small;
padding-top: 9px;
}
.site_footer a{
color:#000000;
}
/* Columns */
.heading_products
{
	text-align: center;
}
.column_right
{
	position: absolute;
	top: 50px;
	right: 0; 
	width: 160px;
	height: 600px;
	
}

.column_middle
{
	position: absolute;
	top: 0;
	left: 0; 
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 760px;
}
.column_middle_1
{
	position: absolute;
	top: 50px;
	left: 0; 
	margin-left: 0px;
	margin-right: 160px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #d1d3e0;
	width: 572px;
}
.column_middle a, a:visited {
	padding-top: 3px;
	color:#003399;
	/*border-bottom: 1px dotted #009900;*/
	text-decoration: none;
}
.column_middle a:hover {
	padding-top: 3px;
	color:#009900;
	text-decoration: none;
}
.column_right p, .column_left p
{
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-top: 5px;
}
.column_right h2 {
text-align: center;
}
.form_element {
width: 160px;
background-color:#CACBFF;
border: 1px solid #8B8BC7;
padding: 2px;
}
.form_button {
width: 160px;
}
/* Menus */


.column_right .menu2 .product_list
{
	border-right: 1px solid #d1d3e0;
	border-left: 1px solid #d1d3e0;
	
}
	
.column_right .menu2 .product_list li
{
	padding-left: 1px;
	padding-right: 1px ;
	border-bottom: 1px dashed #cccccc;
}

.F11{
	font-size: 11px;
}
.column_right .menu2
{
	margin-bottom: 6px;
	width: 160px;
	padding-bottom: 10px;
	
}
.column_right .menu2 .heading
{
	padding:4px;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	background: #FFF url("../skin/menu_right_heading.gif") bottom no-repeat;
}
 .column_right .menu2 .product_list li .item
{
	position: relative;
	background-color: #fff;
	height: 85px;	
	padding: 5px;
}


.column_right .menu2 ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.column_right .menu2 ul li a:hover .title
{
	color: #d1d3e0;
}


 .column_right .menu2 .product_list li .item a
{
	padding: 0;
	display: inline;
	margin: 0;
	color:black;
}

.column_right .menu2 .product_list li .item a:hover
{
	
	color: #d1d3e0;
}

.column_right .menu2 .product_list li .image
{
	position: absolute;	
	top: 5px;
	width: 65px;
	height: 65px;
}

 .column_right .menu2 .product_list li .details
{
	position: absolute;
	top: 5px;
	left: 75px;
	cursor: pointer;
	display: inline;
	font-size: 10px;
	text-decoration: none;
	width:50%;
}

.column_right .menu .product_list li .price, .column_right .menu .product_list li .price a, .column_right .menu2 .product_list li .price, .column_right .menu2 .product_list li .price a
{
	color: #2A5CF8;
}

/* Forms */
.form_addtocart
{
	width: 500px;
}

.form_addtocart td
{
	border: 1px solid #003366;
}
.form_viewbasket tr
{
	border-right: 0px;
	border-left: 0px;
}

.form_addtocart .heading
{
	border: 0;
}

.form_addtocart th
{
	height: 25px;
	border: 0;
	border-left: 1px solid #003366;
	color: #fff;
	font-weight: bold;
	font-size: small;
	padding: 0 8px 0 8px;
	background: #003366;
}

.form_addtocart .heading .last_col
{
	background: #003366;
	width: 100px;
	text-align: center;
}

.form_addtocart td
{
	padding: 8px;
	border: 1px solid #003366;
}

.form_addtocart .buy_button
{
	text-align: right
}

.form_addtocart .buy_button td
{
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #A6B6E5;
}

.form_addtocart .buy_button input
{
	cursor: pointer;
}


/*==============================*/

.form_tellafriend
{
	width: 100%;
}

.form_tellafriend tr
{
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
}
.form_tellafriend tr
{
	border-right: 0px;
	border-left: 0px;

}

.form_tellafriend .heading
{
	border: 0;
}

.form_tellafriend .heading 
{
	height: 18px;
	background:url("../skin/column_middle_heading_3.gif");
	border: 0px;
	color: #003366;
	font-weight: bold;
	font-size: small;
	padding: 0 8px 0 8px;
	
	border-bottom: 1px solid #cccccc;
}


.form_tellafriend td
{
	padding: 8px;
	/*border-top: 1px solid #E9EE1A;*/
}
.form_tellafriend tr {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.form_tellafriend .send_button
{
	text-align: right;
	
}

.form_tellafriend .send_button td
{
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.form_tellafriend .send_button input
{
	background-image: url("/common/skin/form_tellafriend_button.gif");
	width: 82px;
	height: 21px;
	font-size: small;
	font-weight: bold;
	color: #003366;
	cursor: pointer;
	margin: 5px;
}

.form_tellafriend .send_button input:hover
{
	color:#003366;
	background: cccccc;
}


/*===============================================*/

/*view basket form */
.form_order_items
{
	width: 70%;
	text-align:left;
}

.form_order_items tr
{
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}

.form_order_items .heading
{
	border: 0;
}
.form_order_items td
{
	padding: 8px;
	/*border-top: 1px solid #A6B6E5;
	border-right: 1px solid #A6B6E5;
	border-left: 1px solid #A6B6E5;*/
}

.form_order_items th
{
	height: 25px;
	border: 0;
	border-left: 1px solid #FF6600;
	color: #fff;
	font-weight: bold;
	font-size: small;
	padding: 0 8px 0 8px;
	background: #FF6600;
}

.form_order_items .heading .last_col
{
	background: #FF6600;
}


.form_order_items td 
{
	padding: 8px;
	border-top: 1px dashed #FF6600;
	/*border-right: 1px solid #A6B6E5;
	border-left: 1px solid #A6B6E5;*/
}
.form_order_items .top td
{
	padding: 8px;
	border-top: 0px;
	
}
.form_order_items .buy_button
{
	text-align: right;
	border: 0;
}
.form_order_items .buy_button td
{
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #FF6600;
}

.send_button input
{
	border: 0;
	width: 82px;
	height: 21px;
	font-size: small;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


.form_order_items .buy_button input
{
	background-image: url("../skin/form_addtocart_button.gif");
	border: 0;
	width: 82px;
	height: 21px;
	font-size: small;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.form_order_items .buy_button input:hover
{
	color: #cccccc;
}
.form_viewbasket
{
	width: 650px;
	margin-left: 60px;
}

.form_viewbasket tr
{
	/*border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;*/
}

.form_viewbasket .heading
{
	border: 0;
}
.form_viewbasket td
{
	padding: 8px;
	/*border-top: 1px solid #A6B6E5;
	border-right: 1px solid #A6B6E5;
	border-left: 1px solid #A6B6E5;*/
}

.form_viewbasket th, .heading .last_col
{
	height: 25px;
	border: 0;
	color: #003366;
	font-weight: bold;
	font-size: small;
	padding: 0 8px 0 8px;
	background: #ffffff;
	border-bottom: 1px solid #003366;
}
.form_viewbasket .line_item, .form_viewbasket .total
{
border: 1px solid #003366;
background-color: #B7D1E8;
}

.form_viewbasket td 
{
	padding: 8px;
	
}
.form_viewbasket .top td
{
	padding: 8px;
	border-top: 0px;
	
}
.form_viewbasket .buy_button
{
	text-align: right;
	border: 0;
}
.form_viewbasket .buy_button td
{
	margin: 0;
	padding: 0;
	border: 0;
}


.form_viewbasket .buy_button input
{
	font-weight: bold;
	cursor: pointer;
}

.form_viewbasket .buy_button input:hover
{
	color: #cccccc;
}


/* search form */

.form_search .heading
{
	background: #7D92D5 url("../skin/form_search_heading.gif") no-repeat left;
	width: 100%;
	height: 25px;
}

.form_search .heading_right
{
	background: #7D92D5 url("../skin/form_search_heading_right.gif") no-repeat right;
	float: right;
	width: 35px;
	height: 25px;
}

.form_search form
{
	border: 1px solid #A6B6E5;
	margin: 0;
	padding: 10px;
}

.form_search .search_button
{
	border: 1px solid #7D92D5;
	background-color: #DEDFE2;
}

/* Lists */
.multi_column_list
{
	width: 100%;
	clear: both;
}

.multi_column_list .item
{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 33%;
	text-align: center;

}

.multi_column_list .item a
{
	display: block;
	text-decoration: none;
	color: #525151;
}

.multi_column_list .item .image
{
	height: 85px;
	cursor: pointer;
}

.multi_column_list .item .title
{
	font-weight: bold;
	color: #525151;
	margin-bottom: 5px;
}

.single_column_list
{
margin-bottom: 20px;
}

.single_column_list .item
{
	border-bottom: 1px solid #C9D2ED;
	height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

.single_column_list .item a
{
	display: block;
	text-decoration: none;
	color: #525151;
	border: 0px;
}

.single_column_list .item .image
{
	float:  left;
	width: 220px;
	cursor: pointer;
}

.single_column_list .item .title
{
	font-weight: bold;
	color: #525151;
	margin-top: 10px;
}

.single_column_list .item .description
{
	color: #525151;
	cursor: pointer;
}
.button_print_invoice {
position:absolute;
top: 200px;
left: 250px;
}
.invoice_body {
margin: 7px;
padding: 7px;
}
.invoice_tables td{
padding: 5px;
border: 1px solid #ffffff;
text-align:left;
}
.cc_button {
border:0px;
width: 180px;
height:28px;
background-image:url(../skin/button_make_payment.gif);
cursor:pointer;
}
.cc_images img{
border: 1px solid #999999;
background: #ffffff;
padding: 2px;
}
.secure_logos {
width: 150px;
text-align: center;
left: 15px;
position: relative;
}
.secure_logos img{
margin-top: 10px;
}
.note_text_1 {
color:#CC0000;
}
.related_list {

margin: 10px;
}
.related_list .item {
border-bottom: 1px dashed #666666;
padding-bottom: 10px;
clear:both;
}
.related_list_compact {
margin: 5px;
}
.related_list .item h2 {
display: inline;
}
.related_list .item .timestamp {
display: inline;
color: #666666;
}

.related_list ul {
list-style-type:none;
margin: 0px;
padding: 0px;
}
.related_list_compact ul {
list-style-type:circle;
margin: 0px;
padding-left: 20px;
}
.related_list a {
display: block;
font-weight:bold;
margin-top: 5px;
}
.related_list_compact a {
display: block;
font-weight:bold;
margin-top: 2px;
}
.related_list .item h1 {
display: inline;
}
.related_list .item img {
float: left;

}
.relate_list li {
border-bottom: 1px dashed #999999;
margin-bottom: 20px;
}
.related_list_compact li {
margin-bottom: 0px;
}
.basket_variant {
color:#666666;
}

.box {
border: 1px solid #FF6565;
width: 466px;
}
.box h2 {
padding: 8px;
}
.seperator {
padding-top: 10px;
margin-top: 10px;
clear:both;
border-top: 1px dashed #cccccc;
}
#declaration {
display:none;
}
.column_cart {
padding:1px;
}
.column_cart th {
background-color: #73B960;
}
.column_cart .row_1 {

border-bottom:1px dashed #CCCCCC;
margin-left: 3px;
}

.column_cart .row_1 td, .column_cart .row_2 td{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 2px;
}
.column_cart .row_2 {
border-bottom:1px dashed #CCCCCC;
margin-left: 3px;
}
.column_cart .buy {
text-align: center;
} 
.column_cart .buy input {
width: 180px;
height: 25px;
}
.other_searches {
display: inline;
list-style-type:none;
}
.page_links {
display: inline;
width: 300px;
height: 30px;
border: 1px solid #000000;
background-color:#A8A8FF;
color: #000000;
font-weight:normal;
padding-left: 5px;
}
.page_links a{
width: 30px;
height: 30px;
padding:5px;
display: inline;
border-left: 1px solid #000000;
background-color:#7171FF;
color: #FFFFFF;
border-right: none;
}
.page_links a:hover{
padding:5px;
width: 25px;
height: 25px;
display: inline;
border-left: 1px solid #000000;
background-color:#A8A8FF;
border-right: none;
color: #FFFFFF;
}
.page_links .selected {
display: inline;
padding:5px;
width: 25px;
height: 25px;
display: inline;
border-left: 1px solid #000000;
margin:0;
background-color:#FFFFFF;
color: #000000;
}
.page_links .last {
border-right: 1px solid #000000;
}
.form_viewbasket .checkout_button input {
width: 100%;
height:28px;
font-weight: bold;
font-size:medium;
cursor: pointer;
font-family:Arial, Helvetica, sans-serif;
background-color:#CCCCCC;
}
.form_viewbasket .checkout_button {
text-align: center;
border: 0px;
}
.menu p {
margin-right: 12px;
}
.shopzilla_rate {
text-align: center;
}
.link_view_details {
font-weight: bold;
text-decoration:underline;
margin-top: 10px;
color:#009933;
}
.newsletter_signup 
{
text-align: center;
}
.newsletter_signup input {
width: 150px;
background-color:#FF9900;
color: #000000;
}
.price_label {
display: inline;
font-family:Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
color:#FF0000;
}
.delivery_message {
color: #CC3300;
font-weight: bold;
}
.alert_message {
color: #CC3300;
font-weight: bold;
}
.bold {
font-weight: bold;
}
.review{
padding-bottom: 10px;
}
.special_offer_message {
color:#FF0000;
font-weight:bold;
}
.breadcrumbs
{
color:#FF9933;
padding-left: 12px;
padding-top: 4px;

}
.breadcrumbs a{
color: #FF9933;
text-decoration:none;
font-weight: bold;
}
.breadcrumbs a:visited, .breadcrumbs a:link {
color: #FF9933;
text-decoration:none;
font-weight: bold;
}
.product_title_and_price
{
	width: 500px;
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.article_header
{
position: absolute;
	background-color:#E3E8F0;
	height: 28px;
	width:575px;
	
}
.article_header h1
{
	position: absolute;
	top: 5px;
	margin:0;
	padding-left: 10px;
	display: inline;
	font-size:14px;
	font-weight:bold;
}

.column_middle_new
{
	position: absolute;
	width: 760px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin: 0 auto;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */

}
.column_middle, .column_middle_product, .product_title_and_price, .column_middle_heading{
	width: 761px;
	position: absolute;
	top: 15px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.column_middle p, .column_middle_product p, .column_middle h1, .column_middle_product h1, .column_middle h2, .column_middle_product h2, .column_middle h3, .column_middle_product h3, .column_middle h4, .column_middle_product h4, .column_middle div, .column_middle_product div, .column_middle ul, .column_middle_product ul
{
padding-left: 10px;
padding-right: 10px;
}
.column_middle_product
{
padding-top: 51px;
}
.column_middle_heading
{
	width: 570px;
	position: absolute;
	top: 0;
	height:31px;
	border-left: none;
	border-right: none;
	
}
.product_title_and_price h1, .product_title_and_price h2
{
position: absolute;
top: 0px;
left: 10px;
margin:0;
padding: 0;
display: inline;
font-size:14px;
font-weight:bold;
}
.product_title_and_price h2 {
left: 535px;
text-align:right;
}
.product_title_and_price
{
	background-color:#E3E8F0;
	height: 29px;
}
.column_middle img {
/*margin: 5px;*/
}
.column_middle a, a:visited {
	padding-top: 3px;
	color:#663300;

	text-decoration: none;
}
.column_middle a:hover {
	padding-top: 3px;
	color:#FF9933;
	
	text-decoration: none;
}
.column_middle {
margin-top: 25px;
}
.big_button
{
font-weight: bold;
font-size: medium;
width: 100%;
background-color:#CCCCCC;
}
.wholesale_login
{
text-align: center;
}
.wholesale_login td 
{
text-align: left;
}
.product_list_area
{
margin-top: 4px;
display: block;
clear:both;
}
.currency_selector 
{
background-color:#BABCDA;
padding-top: 4px;
padding-bottom:4px;
}
.row_odd td, .cell_odd
{
background-color:#DDDEEC;
border-bottom: 1px dashed #BABCDA;
padding 3px;
padding-top: 5px;
}
.row_even td, .cell_even
{
background-color:#D7E1E8;
border-bottom: 1px dashed #BABCDA;
padding 3px;
padding-top: 5px;
}
.row_odd , .row_even, .cart {
border-left: 1px solid #003366;
border-right: 1px solid #003366;

}
.cart 
{
border-top: 1px solid #003366;
border-bottom: 1px solid #003366;
margin-bottom: 5px;
}
.cart th, .form th
{
color: #ffffff;
background-color:#003366;
text-align: left;
padding: 5px 3px 5px 3px;
}
.cart td{ padding: 5px;
vertical-align:middle;}
.form {
margin-top: 10px;
margin-bottom: 10px;
background-color:#C1C5DD;
border:1px solid #003366;
}
.form td{
padding: 5px;
}
.wholesale_order_status {
border:1px solid #003366;
padding: 5px;
background-color: #D6D7E9;
}
.wholesale_order_status h3
{
margin: 0px;
padding: 0px;
}

