*, html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background: #edf5fa;
}
img {
	border: 0;
}
a {
	color: #2760b6;
}
a:hover {
	
}
input, textarea
{
	border: 1px solid #D1D1D1;
	background: #fff;
	padding: 2px;
}
select {
	border: 1px solid #D1D1D1;
	background: #fff;
	padding: 0;
	}
ul {
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;
	}
caption, #content th, .ord_form th {
	padding: 3px 0;
	font-weight: bold;
	background: #265eb2;
	color: #fff;
}
#content th {
	padding: 2px;
}
/* Errors */
.error, .info, .warning, #TB_ajaxContent p.error {
	background: #FFF9D1;
	padding: 15px;
	margin: 0 0 10px 0;
	border: 1px solid #F7DA3C;
}
.error p, .info p, .warning p {
	font-weight: bold;
}
.error img {
	margin-right: 10px;
}
.info p {
	display: block; line-height: 40px;
}
.fieldError, span.asterisk {
	color: #ff0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.out_of_stock {
	color: #ff0000;
}
	/* 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;
		}
.display_price {
	margin-bottom: 1em;
}
.display_price .price_description {
	width: 1%;
	white-space: nowrap;
}
.display_price div.button {
	margin-top: 5px;
}
.orders_data td {
	border-bottom: 1px solid #ccdcea;
}

/* CSS/Non-table Forms */
div.form, form.form {
	padding: 15px;
	background: #fff;
	border: 1px solid #ccdcea;
}
	div.form h5, form.form h5 {
		font-size: 17px;
		padding: 0 0 10px 0;
	}
	.left_align input.text {
		width: 150px;
	}
	.left_align input.text, .left_align label {
		margin: 5px 0;
		float: left;
	}
	.left_align label {
		display: inline-block;
		width: 140px;
		clear: left;
	}
	.left_align .fieldError {
		margin: 0 0 0 125px;
		clear: left;
		float: left;
	}
	/* Advanced search */
	.search_box #phrase {
		width: 120px;
	}
	#advanced_search {
		padding: 10px 28px 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;
		}
	.modify-search {
		padding: 0 20px;
	}
	/* Form - label on top */
	.duo label {
		display: block;
		font-weight: bold;
		color: #888;
	}
	.duo input {
		width: 150px;
	}
	.duo select {
		width: 157px;
	}
	.duo #CustomerBillingCountry, .duo #CustomerShippingCountry {
		width: 300px;
	}
		table.duo th {
			text-align: left;
		}
		/* div - border */
		div.bord_form {
			border: 1px solid #cbe0f1;
		}
		div.gray {
			border-color: #cbe0f1;
		}
		div.pad {
			padding: 10px;
		}
		/* Form - orders form */
		.ord_form, .ord_form table {
			border-right: 1px solid #899fd2;
		}
		.ord_form td, .ord_form th {
			border-left: 1px solid #899fd2;
			border-bottom: 1px solid #899fd2;
			background: #fff;
			padding: 2px;
			text-align: left;
		}
		.ord_form td.sec {
			background: #d2dfee;
		}
		.ord_form th  {
			border-top: 1px solid #899fd2;
			background: #CFE1AF;
			color: #367E00;
		}
		.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;
		}
	/* Grid view */
	table.grid {
		width: 100%;
		margin: 0 0 1em;
		border-collapse: separate;
		border-spacing: 5px;
		border: 0;
		empty-cells: show;
	}
		table.grid td {
			width: 33%;
			border: 2px solid #E3F0F8;
			background: #fff;
		}
			table.grid td td {
				border: 0;
			}
		td.grid_full {
			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 {
			padding-top: 10px;
			vertical-align: bottom;
		}
	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;
		}
	ul.sub li a {
		color: #174897;
		}
	div.breadcrumb {
		border-bottom: 1px dotted #8abbdb;
		padding: 8px 10px;
		color: #000;
		font-size: 11px;
		margin-bottom: 12px;
	}
	div.breadcrumb span {
		float: right;
		font-size: 11px;
		padding: 0px;
	}
	div.breadcrumb a {
		text-decoration: underline;
		font-size: 11px;
	}
	div.breadcrumb a:hover {
		text-decoration: none;
		color: #000;
	}

h1 {
	margin: 0 0 0.5em;
	font-size: 18px;
	font-weight: normal;
	color: #153f8f;
}
h2 {
	color: #819dd1;
	font-size: 15px;
	margin: 0;
	padding: 0 0 12px;
}
h2.nomarg {
	background-image: none;
	}
h2.nomarg span.left {
	font-size: 14px;
	color: #000;
	line-height: 150%;
	}
a.right {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	line-height: 150%;
	}
h4, h4 a {
	font-size: 17px;
	text-decoration: none;
	color: #8b8b8b;
}
h4 {
	
	padding-bottom: 4px;
	margin: 5px 0 10px 0;
}

input, select, label, textarea {
	font-size: 12px;
}
/* Buttons */
input.button, .button input {
	display: inline;
	border: 0;
}
.button {
	margin: 5px 0;
	padding: 0 0 0 5px;
	display: inline-block;
	background: transparent url(../images/button_bg.jpg) 0 0 no-repeat;
	border: none;
}
.button input, .button a {
	/* float: left; */
	/* display: block; */
	padding: 0 5px 0 0;
	margin: 0;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #5e5e5e;
	background: url(../images/button_bg.jpg) 100% 0 no-repeat;
	border: 0;
}
.button a, .button a:visited {
	/* height: auto; */
	display: inline-block;
	margin: 0;
	padding: 0 7px 0 2px;
	line-height: 26px;
	text-decoration: none;
	white-space: nowrap;
}
.box .button {
	margin: 0 5px;
}
.box .button a, .box .button a:visited {
	font-weight: normal;
}
.button_remove input, .button_remove a, .button_remove a:visited {
	color: #B61700;
}
#show_comparison {
	display: block;
	float: none;
	clear: both;
	margin: 5px;
	text-align: center;
}
.sort_view {
	float: right;
}
/* End of global CSS definitions */
div#container {
	margin-bottom: 20px;
	background: url(../images/head_top_lr.gif) repeat-x;
	color: #000;
}
	div.wrapper {
		width: 90%;
		min-width: 960px;
		margin: 0 auto;
	}
	* html div.wrapper {
		width: expression(this.width < 960 ? "962px" : "90%");
	}
		/* Header top */
		#head_container {
			padding-top: 6px;
		}
 		div#head_top {
			background: #B3D4EA url(../images/head_top_rep.gif) 0 100% repeat-x;
		}
			a#top_logo {
				float: left;
				margin-top: 6px;
			}
			
			div#top_menu {
				clear: right;
				float: right;
			}
				div#top_menu ul {
					float: right;
					list-style: none;
					margin: 4px 0 0 0;
				}
				div#top_menu ul li {
					float: left;
					padding-left: 8px;
					margin-left: 13px;
				}
					div#top_menu ul li a {
						line-height: 28px;
						padding-left: 5px;
						/*color: #9c9c9c;*/
						color: #555555;
						font-weight: bold;
						text-decoration: none;
					}
					div#top_menu ul li a:hover,
						div#top_menu ul li a.active {
					}
			
			div#language {
				color: #8a8a8a;
				margin: 18px 10px 0 0;
				height: 10px;/*30*/
				float: right;
			}
			div#search {
				background: #F3A8E9/*184797*/ 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;
					height: 23px;
					background: #d4d4d4 url(../images/search_but_bg.gif) repeat-x;
				}
		/* Header bottom */
		div#head_bot {
			position: relative;
			height: 152px;
		}
		#leaf {
			position: absolute;
			left: 0;
			top: 0;
			width: 383px;
			height: 152px;
			z-index: 2;
			background: url(../images/head_bot_logo.jpg) no-repeat;
		}
		/* Header slogan */
		#slogan {
			display: none;
		}
			/* Header login */
			div#head_ext_login {
				background:  url(../images/head_bot_ext_rep.jpg) 0 0 repeat-x;
				height: 31px;
				text-align: right;
			}
				div#head_ext_login a, div#head_ext_login span  {
					color: #fff;
					display: inline-block;
					line-height: 29px;
					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: 282px;
					float: left;
				}
			/* Header bottom pic */
			div#head_bot_pic {
				background: #fff url(../images/head_bot_pic.jpg) 100% 0 no-repeat;
				margin: 12px 0 0 auto;
				height: 108px;
			}
			.head_bot_block {
				height: 137px;
				margin: 0 0 0 393px;
				padding: 15px 20px 0 0;
				color: #b61700;
				font-size: 17px;
				font-weight: bold;
				overflow: hidden;
			}
			
			/* Content table */
			table#main td {
				vertical-align: top;
			}
			#content_wrap {
				width: 100%;
			}
			div#content {
					padding: 10px;
				}
				/* Content main classes */
				div#content div.top {
					margin: 0;
					padding: 0;
					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;
					}
					div#content div.top div.in {
						margin: 0 0 0 0;
						padding: 20px 20px 0;
						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;
					}					
			/* Headings */
			h3 {
				margin: 0;
				padding: 0px 13px;
				font-size: 17px;
				color: #0f4293;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			#content h3 {
				padding: 0 20px;
			}
			h3.gray {
				background: none;
				color: #7e7e7e;
			}
			h3.small {
				height: 33px;
				overflow: hidden;
			}
		    /* Left/Right boxes */
			h3.box_title {
				height: auto;
				line-height: 20px;
				background: url(../images/box_title_lr.jpg) 0 0 no-repeat;
				margin: 0;
				padding: 5px 10px;
				font-size: 16px;
				color: #fff;
			}
			td.boxes_lr {
				width: 214px;
			}
			td.boxes_lr ul {
				width: 214px;
				list-style: none;
			}
			div.box {
				background: #edf5fa;
				padding: 10px 0;
				width: 215px;
			}
			.box_content {
			}
			div.box form {
				background: #fff;	
				border:2px solid #e3f0f8;
				padding: 10px;
			}
			div.box select {
				margin: 0 auto;
			}
			a.highlight {
				display: block;
				margin-left: 15px;
			}
			/* Product displaying boxes */
			.prod_box {
				background: #fff;	
				border:2px solid #e3f0f8; 
			}
			div.prod_box table {
				margin-bottom: 2px;
			}
			div.prod_box td {
				color: #b61700;
				padding: 10px;
				font-size: 12px;
			}
			div.prod_box a {
				font-weight: bold;
				text-decoration: none;
				font-size: 12px;
				display: block;
				}
				/* Categories box */
				div#cat_box div, #man_list div {
					width: 214px;
					border-bottom: 1px dotted #80bee5;
				}
				div#cat_box div a, #man_list div a {
					display: block;
					text-decoration: none;
					padding: 7px 0 7px 20px;
					color: #50668a;
					background: url(../images/arrow-grey.gif) 5px 50% no-repeat;
				}
				div#cat_box div a:hover, #man_list div a:hover {
					color: #3E4F6A;
					background: url(../images/arrow-blue.gif) 5px 50% no-repeat;
					text-decoration: underline;
				}
				/* Manufacturers box */
				#man_list div {
					border-bottom: 1px dotted #80bee5;
				}
				a.highlight {
					display: block;
					padding: 0;
				}
				a.highlight:hover {
					color: #324056;
					text-decoration: underline;
				}
				/* News box */
				div.news {
					margin: 0 0 7px 0;
					border: 2px solid #E3F0F8;
					background-color:#fff;
					padding: 10px;
				}
				div.news div {
					color: #b9b9b9;
					font-weight: bold;
					font-size: 11px;
				}
				div.box a.view_all {
					display: inline-block;
					line-height: 16px;
					font-size: 12px;
				}
				div.box a.view_all:hover {
				}
				.icon-rss {
					margin: 0;
					padding: 0 0 0 18px;
					background: url(../images/icon-rss.gif) 0 50% no-repeat;
				}
				/* Login box */
				div#login_box {
					background: #fff;	
					border:2px solid #e3f0f8; 
					padding: 10px;
				}
				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 */
				input.search_btn {
					background: transparent;
					border: none;
					position: relative;
					top: 5px;
				}
				/* Menu box */
				.menu_box_table {
					border: 2px solid #E3F0F8;
					padding: 10px;
					background: #fff;
					}
				div.box_currency .box_content {
					padding: 5px 10px;
					background: #fff;
					border: 2px solid #E3F0F8;
				}
				/* 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;
				}
				#ProductAttributesFilterBox div.button {
					margin: 5px 0 5px;
				}
				/* Newsletter */
				#newsletter_box .input-text {
					width: 185px;
				}
				#content #newsletters p {
					margin: 0 0 1em;
				}
				#newsletters input {
					vertical-align: middle;
				}
			/* Page number*/
			div.page_number {
				padding: 5px 15px;
			}
			.order_product_egoods td {
				padding: 5px;
				border-bottom: 1px solid #899FD2;
				}
/* Footer */
#footer {
	height: 134px;
	padding-top: 5px;
	background: url(../images/footer_bgr.png) 0 0 repeat-x;
}
#footer .wrapper {
	height: 60px;
	padding-top: 5px;
	background: url(../images/footer_menu.png) 50% 30px no-repeat;
}
		div#footer .powered {
			float: right;
			color: #666;
			text-decoration: none;
			font-size: 11px;
		}
	div#footer .powered a, #footer .center, #footer .center a {
		font-size: 11px;
	}
	#footer .center {
		padding-left: 120px;
		color: #666;
	}
	div#footer div.footer_menu {
		margin-bottom: 1.2em;
		color: #265eb2;
	}
		div#footer div.footer_menu a {
			color: #265eb2;
			text-decoration: none;
		}
		div#footer div.footer_menu a:hover {
			text-decoration: underline;
		}
		#footer .footer_menu {
			text-align: center;
		}
		/* Categories */
		.subcategories {
			padding: 10px 0;
		}
		.subcategory {
			margin: 0.5em 0;
			padding: 0.5em;
			border-bottom: 1px dotted #e2eef5;
			background: #fff;
		}
		.categoryImage {
			float: left;
			margin-right: 5px;
		}
		
		/* Homepage - Featured products */
		div.prod {
			border: 1px solid #e4f0f8;
			margin: 0 0 10px;
			padding: 15px 5px 20px;
			background: #fff;
		}
			div.prod div.right_prod {
				margin: 0 15px 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: #b61700;
					font-weight: bold;
				}
			
	/*Contact form */
	table.contact_form {
		margin: 0 auto;
		border: 2px solid #E3F0F8;
		background: #fff;
		width:100%;
	}
	table.contact_form td {
		padding: 7px 15px;
	}
	table.contact_form label {
		white-space: nowrap;
		margin: 0 10px 0 0;
	}
	table.contact_form textarea {
		width: 300px;
		height: 110px;
	}
	/* Product Page */
	.product_content {
		padding: 10px 20px;
		background: #FFFFFF none repeat scroll 0 0;
		border: 2px solid #E3F0F8;
	}
	.product_content .table_price {
		margin: 0 0 1em;
	}
	.product_content .table_price td {
		padding: 3px;
		white-space: nowrap;
	}
	div.prod_opts div {
		background: url(../images/bullet.gif) left center no-repeat;
		padding: 0 0 0 15px;
		margin: 0 0 5px 0;
	}
	.bord_top {
		border-top: 1px solid #ccc;
		padding: 10px 0;
	}
	.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;
	}
	.big_image {
		text-align: center;
	}
	.product_features {
		line-height: 180%;
	}
	.product_features li {
		padding: 0;
		list-style-image: url(../images/bullet_blue.gif);
		background: transparent none;
	}
	div.col2 {
		width: 50%;
		text-align: right;
	}
	.product_buttons {
		width: 100%;
	}
	/* 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;
		text-decoration: none;
		color: #5e5e5e;
		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;
	}
	.tabs-menu li.active a:hover, .tabs-menu li.active a:active {
		text-decoration: none;
	}
	.tab-content {
		display: none;
		padding: 10px 0;
	}
	.productRating {
		padding: 10px 0;
	}
	.productReviews {
		padding: 10px 0 0;
	}
	.productReviews h5 {
	}
	.review {
		padding: 10px 10px 10px 15px;
		border-top: 1px solid #ccc;
	}
	.review_content {
	}
	.review_author {
		margin: 0 0 5px;
	}
	/* Minicart */
	.view_cart {
		line-height: 160%;
		font-size: 12px;
		background: #fff;	
		border:2px solid #e3f0f8; 
		padding: 10px;
	}
		.view_cart span {
			font-weight: bold;
			color: #686868;
		}
		.view_cart a {
			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 {
		line-height: 30px;
		background: #a4a4a4;
		color: #fff;
	}
	table.cart td {
		background: #fff url(../images/cart_prod_bg.jpg) repeat-x;
		vertical-align: middle !important;
		padding: 8px;
	}
	#cart_coupon {
		color: #fff;
	}
	/* Cart page bottom */
	table.cart_bot th {
		border-top: 1px solid #c2c2c2;
		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 td.price {
				padding: 5px;
				border-bottom: 1px solid #c2c2c2;
				background: #fff;
				color: #B61700;
			}
			table.cart_bot td div.button {
				margin-top: 5px;
			}
			table.cart_bot td div.big {
				margin-top: 10px;
			}
			
	/* Checkout pages steps */
	.checkout_table {
		width: 100%;
	}
	.checkout_table td.td_box {
		width: 50%;
		padding: 10px;
		background: #fff;
		border: 2px solid #E3F0F8;
	}
	.checkout_table td td {
		padding: 2px;
		border: 0;
	}
	.checkout_table th {
		text-align: left;
	}
	#anonymus_checkout_form p {
		margin-bottom: 1em;
	}
	div#check_steps div {
		float: left;
		white-space: nowrap;
		margin: 0 1%;
		padding: 5px 0;
		text-align: center;
		color: #656565;
		border-bottom: 1px solid #b5b5b5;
		font-weight: bold;
		width: 23%;
	}
	div#check_steps div.sel {
		color: #153e8f;
		border-bottom: 2px solid #153e8f;		
	}
	table td.select-address {
		padding-bottom: 10px;
	}
	table td.select-address select, table td.select-address option {
		width: 200px;
	}
	table td.select-address option {
		padding-right: 10px;
	}
	/* Checkout methods */
	form.check_methods div.left {
		width: 45%;
		margin: 0 10px 10px 0;
	}
	#checkout_confirm table.cart_bot td {
		text-align: right;
	}
	table.totals {
		margin: 0 0 0 auto;
	}
	#DropdownCategories.box {
		padding-top: 0;
	}
	#DropdownCategories ul {
		margin: 0;
		padding: 0;
		list-style: none none;
		width: 214px;
	}
	#DropdownCategories li {
		padding: 0;
		border-bottom: 1px dotted #80bee5;
	}
	#DropdownCategories ul ul {
		display: none;
		z-index: 5;
		border: 1px dotted #80bee5;
		border-bottom: 0;
		background: #d5efff;
	}
	#DropdownCategories a, #DropdownCategories a:visited {
		display: block;
		padding: 8px 5px 7px 20px;
		/*color: #616060;*/
		color: #555555;
		text-decoration: none;
	}
	#DropdownCategories a.isParent {
		background: transparent url(../images/darrow-grey.gif) 5px 50% no-repeat scroll;
	}
	* html #DropdownCategories a {
		height: 1%;
	}
	* html #DropdownCategories li { /* ie6 fix */
		float: left; width: 100%; margin: 0;
	}
	#DropdownCategories a:hover, #DropdownCategories a:active {
		background: transparent url(../images/arrow-blue.gif) 5px 50% no-repeat scroll;
	}
	#DropdownCategories a.isParent:hover, #DropdownCategories a.isParent:active {
		background-image: url(../images/darrow-blue.gif);
	}

#product-comparison table {
	background: #fff;
}
#product-comparison th, #product-comparison td {
	border: 1px solid #ccc;
}
#product-comparison th {
	text-align: left;
}
#product-comparison td {
	padding: 2px;
	text-align: center;
}
#product-comparison th.product_compared {
	color: #5E5E5E;
	text-align: center;
	background: transparent none;
}
#product-comparison .product_thumb {
	display: block;
	margin: 10px auto;
}
#show_comparison a, #show_comparison a:visited {
	display: block;
	text-align: center;
}
#product-comparison h3 {
	margin: 0 0 10px;
}
#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;
}
/* ==================== */
.hidden {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tright, td.tright {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.nomarg {
	margin: 0;
}
.label-new {
	float: right;
}
.wide {
	width: 100%;
}
