*, html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: 0;
}
a {
	color: #070;
}
a:hover {
	color: #070;
	text-decoration: none;
}
input, textarea
{
	border: 1px solid #D1D1D1;
	background: #fff;
	padding: 2px;
}
select {
		border: 1px solid #D1D1D1;
		background: #fff;
		padding: 0;
	}
ul {
	margin-left: 15px;
	list-style: none none;
	}
li {
	list-style-image: url(../images/arrow.gif);
	padding-bottom: 0.5em;
}
.hidden {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	color: #686868;	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {
	font-weight: normal;
	color: #686868;
	font-size: 18px;
	background: #fff url(../images/dynamic_title.jpg) no-repeat;
	line-height: 31px;
	margin: 0;
	padding: 0 0 12px 10px;	
}
h2 {
	color: #686868;
	font-size: 15px;
	background: #fff url(../images/dynamic_title.jpg) no-repeat;
	line-height: 31px;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}
.form h2 {
	padding: 0;
	background: transparent none;
}
h4, h4 a {
	font-size: 17px;
}
h4 {
	margin: 5px 0 10px 0;
	color: #686868;
}
h5 {
	font-size: 12px;
}

input, select, label, textarea, .button a.button_link {
	font-size: 12px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 2px;
}
/* Errors */

.error, .info, .warning, #TB_ajaxContent p.error {
	min-height: 40px;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 50px;
	font-weight: bold;
	background: #FFF9D1 url(../images/error.gif) 5px 5px no-repeat;
	border: 1px solid #F7DA3C;
}
/* .error p, .info p, .warning p {
	display: block;
	line-height: 20px;
	font-weight: bold;
}
.message img, .error img, .info img, .warning img {
	margin-right: 10px;
	vertical-align: middle;
} */
.fieldError, span.asterisk {
	color: #ff0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.out_of_stock {
	font-weight: bold;
	color: #ff0000;
}
.label-new {
	float: right;
}
	/* fixes for the manufacturers page */
	span.clear, span.left, span.right {
		display: block;
	}
	span.right {
		padding: 0 0 0 7px;
	}
		span.right a {
			color: #fff;
			font-weight: normal;
		}
		h2 span.right a {
			color: #9C9C9C;
		}
/* CSS/Non-table Forms */
.form, form.form {
	padding: 15px;
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
}
	.left_align input.text {
		width: 150px;
	}
	.left_align input.text, .left_align label /* , .checkout_table input.text, .checkout_table label */ {
		margin: 5px 0;
		float: left;
	}
	.left_align label, .checkout_table label {
		/* display: inline-block;
		width: 140px;
		clear: left; */
	}
	.left_align .fieldError, .checkout_table .fieldError {
		margin: 0 0 0 125px;
		clear: left;
		float: left;
	}
	/* Form - label on top */
	.duo label {
		margin-top: 5px;
		white-space: nowrap;
		display: block;
	}
	.duo input {
		width: 150px;
	}
	.duo select {
		width: 157px;
	}
	.duo #CustomerBillingCountry, .duo #CustomerShippingCountry {
		width: 300px;
	}
		.duo th, .duo td {
			padding: 3px 5px;
		}
		.duo th {
			text-align: left;
		}
		/* div - border */
		div.bord_form {
			border: 1px solid #B8D289;
		}
		div.gray { /* Should be div.bord_form.gray but IE still does not support this */
			border-color: #ccc;
		}
		div.pad {
			padding: 10px;
		}
		/* Form - orders form */
		.ord_form, .ord_form table {
			border-right: 1px solid #B8D289;
			/* background: #fff; */
		}
		.orders_data {
			background: #fff;
			border: 1px solid #DCDCDC;
		}
		.orders_data th, .orders_data td {
			border: 1px solid #DCDCDC;
		}
		.ord_form td, .ord_form th, .ord_form caption {
			border-left: 1px solid #B8D289;
			border-bottom: 1px solid #B8D289;
			background: #F5F5F5;
			padding: 2px;
			/* text-align: left; */
		}
		.ord_form td.sec {
			background: #E4EED2;
		}
		.ord_form th, .ord_form caption  {
			border-top: 1px solid #B8D289;
			background: #CFE1AF;
			font-weight: bold;
			color: #367E00;
			text-align: left;
		}
		.ord_form th.tright {
			text-align: right;
		}
		.ord_form .price {
			text-align: right;
		}
		.ord_form a.details {
			padding: 0 0 0 14px;
			background: url('../images/icons.gif') 0 -131px no-repeat;
		}
		.ord_form .sku {
			font-size: 10px;
		}
		/* Borderless & backgroundless table */
		table.no_bord, table.no_bord td.no {
			border: none;
			background: none;
		}
	ul.sub {
		margin: 0 30px;
		background: transparent url(../images/dot_hr.gif) repeat-x 0% 100%;
		padding-bottom: 15px;
	}
	ul.sub li {
		padding: 3px 0 3px 10px;
		}
	ul.sub li a {
		color: #338202;
		}
	div.breadcrumb {
		background: transparent url(../images/breadcrumb_bg.jpg) repeat-x 0% 100%;
		margin: 0 7px;
		padding: 8px 10px;
		color: #000;
		font-size: 11px;
		margin-bottom: 12px;
	}
	div.breadcrumb span {
		float: right;
		font-size: 11px;
	}
	div.breadcrumb span.right {
		color: #3a7c01;
		padding: 0px;
	}
	div.breadcrumb a {
		text-decoration: underline;
		font-size: 11px;
	}
	div.breadcrumb a:hover {
		text-decoration: none;
		color: #000;
	}
	.icon-rss {padding: 0 0 0 18px; background: url(../images/icon-rss.gif) 0 50% no-repeat;} 
	
/* End of global CSS definitions */
div#container {
	color: #000;
}
	div.wrapper {
		width: 90%;
		min-width: 960px;
		margin: 0 auto;
	}
		/* Header top */
		#head_container {
			background: #d4d4d4 url(../images/head_top_lr.gif) 0 100% repeat-x;
		}
		div#head_top {
			background: #eaeaea url(../images/head_top_rep.gif) 0 100% repeat-x;
		}
			a#top_logo {
				float: left;
				margin: 0 0 6px 15px;
			}
						
			div#top_menu {
				clear: right;
				float: right;
			}
				div#top_menu ul {
					float: right;
					list-style: none none;
					margin: 4px 0 0 0;
				}
				div#top_menu ul li {
					list-style: none none;
					float: left;
					background: url(../images/head_top_but.jpg) no-repeat;
					padding: 5px 0 4px 8px;
					margin: 0 0 0 13px;
				}
					div#top_menu ul li a {
						padding: 0 5px;
						color: #9c9c9c;
						font-weight: bold;
						text-decoration: none;
						outline: none;
						white-space: nowrap;
					}
					div#top_menu ul li a:hover,	div#top_menu ul li a.active {	
						color: #6A6A6A;
					}
			
			div#language {
				float: right;
				height:34px;
				margin:14px 10px 0 0;
				color: #8a8a8a;
			}
			div#search {
				background: #6FAD1F url(../images/head_search_ext.jpg) no-repeat;
				height: 34px;
				float: right;
				margin: 1px 0 0 0;
			}
				div#search input#sbox {
					border: 1px solid #fff;
					height: 14px;
					padding: 3px;
					margin: 10px 0 0 54px;
					background: #fff url(../images/search_text_bg.gif) repeat-x;
				}
				div#search input.button {
					margin: 10px 12px 0 0;
					border: 1px solid #fff;
					height: 18px;
					background: #d4d4d4 url(../images/search_but_bg.gif) repeat-x;
				}
		
		/* Header bottom */
		#head_bot {
			height: 152px;
			position: relative;
		}
		#grass {
			position: absolute;
			left: 0; top: 0;
			z-index: 2;
			/* float: left; */
			width: 382px;
			height: 152px;
			background: url(../images/head_bot_logo.jpg) 0 100% no-repeat;
		}
		/* Header slogan */
		#slogan {
 			width: 345px;
			/* height: 152px; */
			position: absolute;
			left: 10px;
			bottom: 0;
			top: auto;
			z-index: 5;
			overflow: hidden;
			margin: 0;
			padding: 0 0 0.5em;
			font-family: Helvetica, Verdana, Tahoma, sans-serif;
			font-weight: normal;
			font-size: 1.6em;
			text-align: left;
			color: #fff;
		}
		
			/* Header login */
			div#head_ext_login {
				height: 31px;
				background: #6FAD1F;
			}
				div#head_ext_login a, div#head_ext_login span  {
					color: #fff;
					display: inline-block;
					line-height: 29px;
					float: right;
					padding: 0 15px 0 0;
				}
				div#head_ext_login a.login {
					background: url(../images/icons.gif) 100% -83px no-repeat;
					margin: 0 10px 0 0;
				}
				div#head_ext_login a.register {
					background: url(../images/icons.gif) 100% -104px no-repeat;
					margin: 0 15px 0 0;
				}
				div#head_ext {
					background: url(../images/head_bot_ext.jpg) no-repeat;
					height: 31px;
					width: 179px;
					float: left;
				}
			/* Header bottom pic */
			div#head_bot_pic {
				background: #E9E9E9 url(../images/head_bot_pic.jpg) 100% 0 no-repeat; 
				margin: 12px 0 0 auto;
				height: 108px;
				/* width: 570px;
				float: right; */
			}
			.head_bot_block {
				padding: 10px;
				text-indent: 40%;
			}

#head_bot_pic .head_bot_block h2 {
	font-family: Arial, Helvetica, sans-serif;
	background:none;
	font-size:14px;
	color: #333333;
	}

#head_container h2 {
	background:none;
	line-height: 0px;
	margin: 0;
	padding: 0;
	}
			
			/* Content table */
			#main {
				width: 100%;
			}
			table#main td {
				vertical-align: top;
			}
			#content_wrap {
				width: 100%;
				padding: 0;
			}
			div#content {
					padding: 15px;
				}
				/* Content main classes */
				h2.nomarg {
					background-image: none;
					}
				h2.nomarg span.left {
					font-size: 14px;
					line-height: 150%;
					}
				a.right {
					font-size: 11px;
					font-weight: normal;
					padding: 0;
					line-height: 150%;
					}
				div#content div.dynamic {
					/* margin: 0 0 10px 0; */
				}
					div#content div.dynamic p {
						margin: 0 0 0 10px;
					}
					
				div#content div.top {
					background: url(../images/dynamic_top.png) top left repeat-x;
				}
					div#content div.dynamic_l {
						background: url(../images/dynamic_top_l.png) top left no-repeat;
						/*padding-left: 20px;*/
					}
					div#content div.top div.in {
						margin: 0 0 0 20px;
						padding: 20px 20px 0 0;
						/* width: 450px; */
						background: url(../images/dynamic_top_r.png) top right no-repeat;
					}
					
				div#content div.bottom {
					margin: 0;
					padding: 0;
					background: url(../images/dynamic_bottom.png) bottom left repeat-x;
				}
				div#content div.dynamic_bottom_l {
					margin: 0;
					padding: 0;
					background: url(../images/dynamic_bottom_l.png) bottom left no-repeat;
				}
					div#content div.bottom div.in {
						margin: 0 0 0 40px;
						padding: 0 40px 0 0;
						background: url(../images/dynamic_bottom_r.png) bottom right no-repeat;
					}

			.sort_view {
				float: right;
				margin-bottom: 1em;
			}
			/* Subcategories */
			.subcategory {
				margin: 0 0 5px;
				padding: 5px;
				border-top: 1px solid #ddd;
			}
			.categoryImage {
				float: left;
				margin-right: 10px;
			}
			/* Headings */
			.green_title {
				background: url(../images/green_title.gif) 0 0 repeat-x;
			}
			.green_l {
				padding-left: 10px;
				background: url(../images/green_title_l.gif) 0 0 no-repeat;
			}
			.green_l h3 {
				height: 59px;
				line-height: 33px;
				margin: 0;
				padding: 0px 13px;
				font-size: 17px;
				color: #fff;
				background: url(../images/green_title_r.gif) 100% 0 no-repeat;
			}
			.gray_title {
				background: url(../images/gray_title.gif) 0 0 repeat-x;
			}
			.gray_l {
				padding-left: 10px;
				background: url(../images/gray_title_l.gif) 0 0 no-repeat;
			}
			.gray_r {
				padding-right: 10px;
				background: url(../images/gray_title_r.gif) 100% 0 no-repeat;
			}
			.gray_title h3 {
				height: 59px;
				line-height: 33px;
				margin: 0;
				padding: 0px 13px;
				font-size: 17px;
				color: #fff;
			}
			h3.small {
				height: 33px;
				overflow: hidden;
			}
				/* Grid View */
	
	table.grid {
		width: 100%;
		margin: 0 0 1em;
		border-top: 1px dotted silver;
		border-right: 1px dotted silver;
		empty-cells: show;
	}
		table.grid td {
			width: 31%;
			border-left: 1px dotted silver;
			border-bottom: 1px dotted silver;
		}
			table.grid td td {
				border: 0;
			}
		td.grid_full {
			width: 33%;
			height: 33%;
			padding: 0px 5px 10px;
		}
		table.product_wrapper {
			height: 100%;
		}
		table.product_wrapper .product_title_image {
			vertical-align: top;
		}
		#main table.product_wrapper td.product_details {
			vertical-align: bottom;
		}
		table.grid a.grid_product_thumb {
			display: block;
			padding: 0px;
			margin: 0 0 10px;
			float: none;
			text-align: center;
		}
			.grid h4 {
				text-align: center;
			}
			.grid div.button {
				margin: 5px 0 0 0;
			}
		    /* Left/Right boxes */
			h3.box_title {
				width: 188px;
				height: 33px;
				line-height: 33px;
				margin: 14px 0 0 0;
				padding: 0px 13px;
				color: #fff;
				background: url(../images/box_title_lr.jpg) 0 0 no-repeat;
				font-size: 14px;
			}
			td.boxes_lr ul {
				list-style: none none;
			}
			div.box {
				background: #F2FAE9;
				padding: 13px;
				width: 188px;
			}
			div.box_align_center {
				background: #F2FAE9;
				padding: 14px;
				width: 186px;
				text-align: center;
			}
			div.box select {
				margin: 0 auto;
			}
			.box .button {
				
			}
			/* Product displaying boxes */
			div.prod_box table {
				margin-bottom: 2px;
				background: #fff;	
			}
			div.prod_box td {
				color: #a1550b;
				padding: 10px 3px;
				font-size: 12px;
			}
			div.prod_box a {
				/* color: #2b6600; */
				font-weight: bold;
				text-decoration: none;
				font-size: 12px;
				display: block;
				}
				/* Categories box */
				div#cat_box div {
					background: url(../images/cat_item_bg_rep.jpg) bottom repeat-x;
					width: 214px;
				}
				div#cat_box div a {
					color: #616060;
					display: block;
					text-decoration: none;
					padding: 7px 0 7px 25px;
					background: url(../images/cat_arrow.gif) 10px center no-repeat;
				}
				div#cat_box div a:hover {
					color: #285F03;
					background: url(../images/cat_arrow_active.gif) 10px center no-repeat;
					text-decoration: underline;
				}
				/* Manufacturers box */
				#man_list div {
					background: url(../images/dot_green_hr.gif) repeat-x 0% 100%;
					padding: 5px 0;
				}
				#man_list a:hover {
					color: #375416;
					text-decoration: underline;
				}
				#man_list  a, a.highlight {
					color: #527E21;
					text-decoration: none;
				}
				/* View all manufacturers */
				a.highlight {
					display: block;
					border-bottom: 0;
					background: #527E21;
					color: #fff;
					padding: 5px 15px;
				}
				a.highlight:hover {
					background: #375416;
				}
				/* News box */
				#news-box {
					color: #A2C650;
				}
				div.news {
					margin: 0 0 12px 0;
				}
				div.news div {
					color: #A2C650;
					font-weight: bold;
					font-size: 11px;
				}
				div.box a.view_all {
					display: inline-block;
					line-height: 16px;
					font-size: 12px;
					color: #527E21;
					font-weight: bold;
					text-decoration: none;
				}
				div.box a.view_all:hover {
					color: #6BA32B;
				}
				/* Login box */
				div#login_box a {
					display: inline-block;
					line-height: 23px;	
					padding: 0 0 0 20px;
					float: left;
					clear: left;
				}
				div#login_box a.profile {
					background: url(../images/icons.gif) 2px -2px no-repeat;
				}
				div#login_box a.orders {
					background: url(../images/icons.gif) 2px  -21px no-repeat;
				}
				div#login_box a.login {
					background: url(../images/icons.gif) 0 -43px no-repeat;
				}
				div#login_box a.register {
					background: url(../images/icons.gif) 0 -65px no-repeat;
				}
				/* Search box */
				.search_box {
					text-align: center;
				}
				.search_box #phrase {
					width: 120px;
				}
				input.search_btn {
					background: transparent;
					border: none;
					position: relative;
					top: 5px;
				}
				/* Attributes filter box */
				#ProductAttributesFilterBox fieldset, #ProductAttributesFilterBox .item-wrapper {
					padding: 5px 0;
					border: 0;
					border-bottom: 1px solid #dbdbdb;
				}
				#ProductAttributesFilterBox legend {
					margin: 0;
					padding: 5px 0 0;
					color: #000;
					font-weight: bold;
				}
				#ProductAttributesFilterBox select {
					max-width: 180px;
				}
				* html #ProductAttributesFilterBox select {
					width: 180px;
				}
				#ProductAttributesFilterBox option {
					padding: 0 5px 0 0;
				}
				#ProductAttributesFilterBox input.valueFrom,
				#ProductAttributesFilterBox input.valueTo {
					width: 40px;
				}
	/* Advanced search */
	#advanced_search {
		padding: 10px 30px 0 0;
		text-align: center;
	}
	.ext_fields label {
		width: 150px;
	}
	.ext_fields input, .ext_fields select {
		width: 200px;
		margin: 4px 0;
	}
	.ext_fields input.valueFrom, .ext_fields input.valueTo {
		width: 40px;
	}
	.ext_fields .marg_left {
			float: left;
			display: block;
			width: 200px;
			margin: 5px 0 5px 150px;
		}
		.auto input {
			width: auto !important;
		}
		.ext_fields div.auto input {
			/* display: block; */
		}		
			/* Page number*/
			div.page_number {
				padding: 5px 15px;
			}
		table.order_product_egoods td {
			padding: 5px;
		}
		#order_table_holder .product_image {
			padding-top: 40px;
		}
#content #newsletters p {
	margin: 0 0 1em;
}
#newsletters input {
	vertical-align: middle;
}
		
/* Footer */
div#footer {
	border-top: 8px solid #6fad1f;
	margin: 37px 0 0 0;
}
#footer .center {
	font-size: 11px;
}
		div#footer .powered, div#footer a {
			color: #676767;
			text-decoration: none;
			font-size: 11px;
		}
		.powered {
			float: right;
		}
	div#footer div.footer_menu {
		margin: 5px 10px;
		padding: 5px 0;
		color: #367f00;
		text-align: center;
	}
		div#footer a {
			color: #367f00;
		}
		div#footer div.footer_menu a:hover {
			color: #639A28;
		}
		
		/* Homepage - Featured products */
		div.prod {
			border-bottom: 1px dotted #D9D9D9;
			padding: 15px 0 20px 0;
			margin: 0 15px;
		}
		#featured_products .prod {
		}
			div.prod div.right_prod {
				margin: 0 0 0 115px;
			}
				div.prod div.right_prod p {
					font-size: 11px;
					margin-left: 0 !important;
				}
			div.prod a.left {
				width: 110px;
				text-align: center;
			}
			div.prod table, div.grid table {
				margin: 10px 0;
			}
				div.prod table td, div.grid table td {
					color: #000;
				}
				div.prod table td span, div.prod table td del, div.grid table td span, div.grid table td del {
					margin-left: 5px;
					color: #a1550b;
					font-weight: bold;
				}
				.price_value, .price_value strong {
					color: #a1550b;
				}
			
	/*Contact form */
	table.contact_form {
		margin: 0 auto;
		border: 1px solid #dcdcdc;
		background:#f5f5f5;
		width:100%;
	}
	table.contact_form th {
		padding: 9px;
		text-align: left;
		vertical-align: top;
	}
	table.contact_form td {
		padding: 7px 15px;
		vertical-align: top;
	}
	table.contact_form label {
		white-space: nowrap;
		margin: 0 10px 0 0;
	}
	table.contact_form textarea {
		width: 300px;
		height: 110px;
	}
	/* Product Page */
	div.prod_opts div {
		background: url(../images/bullet_green.gif) left center no-repeat;
		padding: 0 0 0 15px;
		margin: 0 0 5px 0;
	}
	.big_image {
		text-align: center;
	}
	.big_image img {
		display: block;
		margin: 0 auto;
	}
	#product_image {
		margin: 0 auto;
	}
	.bord_top {
		border-top: 1px solid #ccc;
		padding: 10px 5px;
	}
	.bord_top div.left span {
		color:#802525;
		font-weight:bold;
	}
	.bord_top div.left del {
		color:#802525;
		font-weight:bold;
	}
	.bord_top div.right {
		text-align: right;
	}
	.bord_top a {
		color: #3A7C01;
	}
	.bord_top div.button {
		margin-bottom: 5px;
	}
	.table_price td {
		padding: 2px 3px;
	}
	.product_content .table_price {
		margin: 0 0 1em;
	}
	.product_content .table_price td {
		padding: 3px;
		white-space: nowrap;
	}
	/* Tabs */
	.tabs {
		padding: 0;
	}
	#content .tabs-menu {
		margin: 0 0 10px;
		padding: 0;
		border-bottom: 1px solid #ccc;
	}
	#content .tabs-menu li {
		float: left;
		margin: 0 2px 0 0;
		padding: 0 0 0 5px;
		list-style: none;		
		background: #dadada url(../images/tab-product.png) 0 0 no-repeat;
	}
	#content .tabs-menu li.active {
		background-image: url(../images/tab-product-active.png);
		background-color: #fff;
	}
	.tabs-menu a, .tabs-menu a:visited, .tabs-menu span {
		display: block;
		padding: 0 10px 0 5px;
		line-height: 26px;
		font-weight: bold;
		color: #5e5e5e;
		text-decoration: none;
		outline: none;
		background: #dadada url(../images/tab-product.png) 100% 0 no-repeat;;
	}
	.tabs-menu li.active a, .tabs-menu li.active a:visited, .tabs-menu li.active span {
		color: #000;
		background-image: url(../images/tab-product-active.png);
		background-color: #fff;
	}
	.tabs-menu li.active a, .tabs-menu li.active a:visited {
		text-decoration: underline;
	}
	.tab-content {
		display: none;
		padding: 10px 0;
	}
	.product_features {
		padding-left: 25px;
		line-height: 180%;
	}
	.product_features li {
		padding: 0;
		list-style-image: url(../images/bullet_green.gif);
		background: transparent none;
	}
	.product_detailed_description ul {
		padding: 0.5em 0;
	}
	.product_buttons {
		width: 100%;
		/* text-align: right; */
	}
	/* Product rating */
	.rating_page .message {
		text-align: center;
		font-weight: bold;
	}
	.rating_page th, .rating_page td {
		padding: 5px;
		border-bottom: 1px dotted #ccc;
	}
	.rating_page th {
		font-weight: bold;
		text-align: right;
		vertical-align: top;
	}
	div.col2 {
		width: 50%;
		text-align: right;
	}
	#product-attributes th, #product-attributes td {
		padding: 3px 5px;
		text-align: left;
		border-bottom: 1px dotted #D9D9D9;
	}
	.productReviews {
		padding: 10px 0 0;
	}
	.productReviews h5 {
	}
	.review {
		padding: 10px 0;
		border-bottom: 1px dotted #D9D9D9;
	}
	.review_content {
	}
	.review_author {
		margin: 0 0 5px;
	}
	/* Minicart */
	.view_cart {
		line-height: 160%;
		font-size: 12px;
	}
		.view_cart span {
			font-weight: bold;
			color: #686868;
		}
		.view_cart a {
			color: #070;
			font-size: 11px;
		}
	/* Send to friend form */
	textarea#emailNotes {
		width: 320px;
		height: 100px;
	}
	div.sf_buts {
		margin: 10px 0 0 0;
	}
	div.sf_buts span {
		width: 5px;
		height: 1px;
		display: inline-block;
	}
	/* Manufacturers page */
	div.manuf div.right_prod {
		margin: 10px 0 0 135px;
	}
	div.manuf a.left {
		padding-right: 10px;
		border-right: 1px solid #ccc;
	}
	/* Cart page */
	table.cart th, table.cart caption {
		line-height: 30px;
		background: #a4a4a4;
		color: #fff;
		font-weight: bold;
	}
	table.cart td {
		background: #fff url(../images/cart_prod_bg.jpg) repeat-x;
		vertical-align: middle !important;
		padding: 8px;
		border-bottom: 1px solid #c2c2c2;
	}
	.cart_coupon form {display: inline;}
	.cart_buttons {padding-top: 10px;}
	
	/* Cart page bottom */
	table.cart_bot th {
		border-bottom: 1px solid #c2c2c2;
		padding: 0 5px;
		text-align: left;
		line-height: 27px;
	}
	table.cart_bot th.nobot {
		border-bottom: 0;
	}
		table.cart_bot th div {
			line-height: 20px;
		}
	table.cart_bot .price {
			text-align: right;
			width: 40%;
		}
	table.cart_bot b {
		color: #565656;
	}
		table.cart_bot td.price {
			padding: 5px;
			border-bottom: 1px solid #c2c2c2;
			background: #e7e7e7;
		}
		table.cart_bot td div.button {
			margin-top: 5px;
		}
		table.cart_bot td div.big {
			margin-top: 10px;
		}
			
	/* Checkout pages */
	.checkout_page .boxes_lr {
		width: auto;
	}
	div#check_steps {
		margin-left: 9px;
	}
	div#check_steps div {
		float: left;
		width: 24%;
		white-space: nowrap;
		margin: 0 1% 0 0;
		padding: 5px 0;
		text-align: center;
		color: #656565;
		border-bottom: 1px solid #b5b5b5;
		font-weight: bold;
	}
	div#check_steps div.sel {
		color: #78b325;
		border-bottom: 2px solid #78b325;		
	}
	.checkout_table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 5px;
	}
	.checkout_table td, .checkout_table th {
		padding: 2px;
		text-align: left;
	}
	.checkout_table td.td_box {
		width: 50%;
		background: #F5F5F5;
		border:1px solid #DCDCDC;
		padding:15px;
	}
	#anonymus_checkout_form p {
		margin-bottom: 0.5em;
	}
	table td.select-address {
		padding-bottom: 15px;
	}
	table td.select-address select, table td.select-address option {
		width: 200px;
	}
	table td.select-address option {
		padding-right: 10px;
	}
	/* Checkout methods */
	.shippingMM input {
		margin-right: 5px;
	}
	.shippingMethods input {
		margin-right: 5px;
	}
	form.check_methods td.td_box {
		width: 50%;
	}
	.check_methods textarea {
		width: 100%;
	}
	#checkout_confirm .cart_bot {
		margin: 0 0 0 auto;
	}
	table.totals th, table.totals td {
		text-align: right;
	}
	#DropdownCategories.box {
		width: auto;
		padding: 0;
	}
	#DropdownCategories ul {
		margin: 0;
		padding: 0;
		list-style: none none;
		background: #F2FAE9;
	}
	#DropdownCategories li {
		list-style: none none;
		padding: 0;
		background: #fff url(../images/cat_item_bg_rep.jpg) repeat-x 0 100%;
	}
	#DropdownCategories ul ul {
		width: 214px;
		display: none;
		z-index: 5;
		border: 1px solid #ccc;
		border-bottom: 0;
	}
	#DropdownCategories a, #DropdownCategories a:visited {
		display: block;
		padding: 8px 20px 7px 25px;
		color: #616060;
		text-decoration: none;
	}
	#DropdownCategories a.isParent {
		background: transparent url(../images/cat_arrow.gif) no-repeat scroll 10px center;
	}
	* html #DropdownCategories a {
		height: 1%;
	}
	* html #DropdownCategories li { /* ie6 fix */
		float: left; width: 100%; margin: 0;
	}
	#DropdownCategories a:hover, #DropdownCategories a:active {
		/* background: #cecece; */
		background: transparent url(../images/cat_arrow_active.gif) no-repeat scroll 10px center;
	}
.left {
	float: left;
}
table.left td {
	float: none;
}
.right {
	float: right;
}
.tright, th.tright {
	text-align: right;
}
.center {
	text-align: center;
}
.middle, table#main td.middle {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.nomarg {
	margin: 0;
}
.wide {
	width: 100%;
}

table.table_form th, table.table_form td{
	padding: 2px;
}
table.th_right th {
	text-align: right;
}
.price_value {
	color: #A1550B;
}
del.price_value {
	
}
.message {
	color: #A1550B;
}
/* Buttons */
input.submit, input.button, div.button input {
	cursor: pointer;
}
div.margtop {
	margin-top: 5px;
}
input.button, .button input {
	/* display: block; */
	border: 0;
}
 a.button_link {
	display: inline-block;
	text-align: center;
 }
.button {
	display: inline-block;
	margin: 5px 0;
	padding: 0 0 0 5px;
	background: url(../images/button_bg.jpg) no-repeat 0 0;
}
.button input, .button a, .button a:visited {
	padding: 0 5px 0 0;
	margin: 0;
	height: 26px;
	font-weight: bold;
	color: #5e5e5e;
	background: url(../images/button_bg.jpg) 100% 0 no-repeat;
	border: 0;
}
.button a, .button a:visited {
	display: inline-block;
	margin: 0;
	padding: 0 7px 0 2px;
	line-height: 26px;
	text-decoration: none;
	vertical-align: middle;
}
a.button_link:hover, a.button_link:active {
	color: #5e5e5e;
}
#show_comparison.button {
	float: none;
	display: block;
	clear: both;
	text-align: center;
}
#show_comparison a, #show_comparison a:visited {
	display: block;
}
#product-comparison table {
	empty-cells: show;
}
#product-comparison th, #product-comparison td {
	border: 1px solid #ccc;
}
#product-comparison td {
	text-align: center;
}
#product-comparison .product_thumb {
	display: block;
	margin: 0 auto;
}
#product-comparison .button {
	margin: 0;
}
#product-comparison .button_remove {
	margin: 0 0 15px;
}
#product-comparison th.attribute_name {
	text-align: left;
}
#product-comparison th.product_compared {
	width: 50%;
	height: 100%;
	padding: 5px 5px 15px;
	text-align: center;
}
.product_compared .wrapper {
	width: 100%;
	height: 100%;
}
#product-comparison .wrapper td {
	border: 0;
}
.product_compared .product_image {
	height: 100%;
}
.product_compared .product_details {
	vertical-align: bottom;
}

/* Additions by PER */

.in #privacy p em {
	font-size:1.4em;
	}
	
.in #privacy p em strong{
	line-height:2em;
	}
	
.in #privacy  p {
	font-size:1em;
	}

p {padding-bottom:10px;}