*, html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: 0;
}
a {
	color: #007cb0;
}
a:hover {
	color: #007cb0;
}
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;
	}
.hidden {
	display: none;
}
/* Errors */
.error, .info, .warning {
	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;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.nomarg {
	margin: 0;
}
	/* 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 */
div.form, form.form {
	padding: 15px;
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
}
	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 */
	.ext_fields label {
		width: 150px;
	}
	.ext_fields input, .ext_fields select {
		width: 200px;
		margin: 4px 0;
	}
	.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;
		}
	/* Form - label on top */
	.duo td {
		padding:5px;
	}
	.duo label {
		white-space: nowrap;
		display: block;
	}
	.duo input {
		width: 190px;
	}
	.duo select {
		width: 197px;
	}
	.duo #CustomerBillingCountry, .duo #CustomerShippingCountry {
		width: 300px;
	}
		table.duo th {
			text-align: left;
		}
		/* div - border */
		div.bord_form {
			border: 1px solid #c9c9c9;
		}
		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 #c9c9c9;
		}
		.ord_form td, .ord_form th {
			border-left: 1px solid #c9c9c9;
			border-bottom: 1px solid #c9c9c9;
			background: #F5F5F5;
			padding: 2px;
			text-align: left;
		}
		.ord_form td.sec {
			background: #e4e4e4;
		}
		.ord_form th  {
			border-top: 1px solid #c9c9c9;
			background: #c9c9c9;
			color: #000;
		}
		.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 */
	div.grid {
		padding: 5px;
		float: left;
		text-align:center;
		margin: 5px 0 0 7px;
		width: 29%;
		min-height: 210px;
	}
	div.grid table tr td {
		text-align:center;
		}
	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: #c30b0b;
		}
	div.breadcrumb {
		background-color:#e9e9e9;
		padding: 8px 10px;
		color: #000;
		font-size: 11px;
		margin-bottom: 12px;
	}
	div.breadcrumb span.right {
		color: #c30b0b;
		font-size: 11px;
		padding: 0px;
	}
	div.breadcrumb a {
		text-decoration: underline;
		font-size: 11px;
	}
	div.breadcrumb a:hover {
		text-decoration: none;
		color: #000;
	}

h1 {
	font-size: 20px;
	color: #8a8a8a;
	margin: 0 0 7px 5px;
}
h2 {
	color: #c30b0b;
	font-size: 15px;
	line-height: 31px;
	margin: 0;
	padding: 0;
}
h2.nomarg {
	background-image: none;
	}
h2.nomarg span.left {
	font-size: 19px;
	color: #000;
	line-height: 150%;
	}
a.right {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	line-height: 150%;
	}
h4 {
	font-size: 12px;
	text-decoration: none;
	color: #007cb0;
}
h4 a {
	font-size: 12px;
	text-decoration: underline;
	color: #007cb0;
}
h4 {
	padding-bottom: 4px;
	margin: 5px 0 10px 0;
}

input, select, label, textarea {
	font-size: 12px;
}
/* Buttons */
input.submit, input.button, div.button input {
	cursor: pointer;
}
div.margtop {
	margin-top: 5px;
}
input.button, div.button input {
	padding: 0 12px;
	border: 0;
}
div.button {
	display: inline-block;
	background: url(../images/button_bg.jpg) no-repeat;
	border: none;
}
div.button input {
	padding: 0 15px 0 10px;
	margin: 0 0 0 5px;
	height: 26px;
	font-weight: bold;
	color: #5e5e5e;
	background: url(../images/button_bg.jpg) 100% 0 no-repeat;
}
/* End of global CSS definitions */
div#container {
	background: url(../images/head_top_lr.gif) repeat-x;
	color: #000;
}
	div.wrapper {
		width: 947px;
		margin: 0 auto;
	}
		/* Header top */
		div#head_top {
			background: url(../images/head_top_rep.gif) repeat-x;
			height: 77px;
		}
			a#top_logo {
				float: left;
				margin: 0 0 0 15px;
			}
			
			div#top_menu {
				clear: right;
				float: right;
				width: 700px;
			}
				div#top_menu ul {
					float: right;
					list-style: none;
					margin: 4px 0 0 0;
				}
				div#top_menu ul li {
					float: left;
					background: url(../images/head_top_but.jpg) no-repeat;
					padding-left: 8px;
					margin-left: 13px;
				}
					div#top_menu ul li a {
						line-height: 28px;
						padding-left: 5px;
						color: #9c9c9c;
						font-weight: bold;
						text-decoration: none;
					}
					div#top_menu ul li a:hover,
						div#top_menu ul li a.active {	
						color: #6A6A6A;
					}
			
			div#language {
				color: #8a8a8a;
				margin: 12px 10px 0 0;
				height: 30px;
				float: right;
			}
			div#search {
				height: 34px;
				position:absolute;
				top:10px;
				left:263px;
			}
				div#search input#sbox {
					border: 1px solid #fff;
					padding: 3px;
					width:210px;
					margin:0;
					background: #fff;
					border-bottom:#d3d3d3 1px solid;
					border-top:#d3d3d3 1px solid;
					border-left:#d3d3d3 1px solid;
					height:17px;
				}
				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 {
			background: url(../images/head_bot_logo.jpg) no-repeat;
			height: 152px;
		}
		/* Header slogan */
		div#head_bot h1 {
			float: left;
			font-family: Helvetica, Verdana, Tahoma, sans-serif;
			font-weight: normal;
			font-size: 2em;
			margin: 106px auto 0 auto;
			width: 350px;
			text-align: center;
			color: #fff;
		}
			/* Header login */
			div#head_ext_login {
				background: url(../images/head_bot_ext_rep.jpg) repeat-x;
				width: 570px;
				height: 31px;
				float: right;
			}
				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_left.jpg) no-repeat;
				margin-top: 12px;
				width: 570px;
				float: right;
			}
				div#head_bot_pic div.right {
					height: 108px;
					width: 570px;
					background: url(../images/head_bot_pic.jpg) 100% 0 no-repeat;					
				}
			
			/* Content table */
			table#main td {
				vertical-align: top;
			}
			#content_wrap {
				width: 100%;
			}
			div#content {
					padding: 15px;
				}
				/* Content main classes */
				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_lr.jpg) top left no-repeat;
				}
				div#content div.bottom {
					background: url(../images/dynamic_bot_lr.jpg) bottom left no-repeat;
				}
					div#content div.bottom div.in {
						margin: 0 0 0 35px;
						padding: 0 0 40px 0;
						background: url(../images/dynamic_bot_lr.jpg) bottom right no-repeat;
					}
					div#content div.top div.in {
						margin: 0 0 0 15px;
						padding: 20px 20px 0 5px;
						width: 450px;
						background: url(../images/dynamic_top_lr.jpg) top right no-repeat;
					}
			/* Headings */
			h3 {
				line-height: 30px;
				padding: 0px 13px 10px 0;
				font-size: 16px;
				color: #444444;
			}
			h3 span {
				font-size: 16px;
			}
			h3.gray {
			}
			h3.small {
				height: 33px;
				overflow: hidden;
			}
		    /* Left/Right boxes */
			h3.box_title {
				width: 188px;
				height: 33px;
				line-height: 31px;
				background: url(../images/niyasun/box_title.gif) 0 0 no-repeat;
				margin: 0;
				font-size: 14px;
				color:#fff;
				padding-left:10px;
			}
			h3.box_title span {
				font-size: 17px;
				font-family:Arial Narrow, Arial, Helvetica, sans-serif
			}
			td.boxes_lr ul {
				width: 214px;
				list-style: none;
			}
			div.box {
				width: 207px;
				padding-bottom:13px;
			}
			div.box_align_center {
				padding: 14px;
				width: 186px;
				text-align: center;
			}
			div.box select {
				margin: 0 auto;
			}
			/* Product displaying boxes */
			div.prod_box table {
				margin-bottom: 2px;
				background: #fff;
				border-bottom:#969696 1px solid;	
			}
			div.prod_box td {
				color: #921e1e;
				padding: 10px;
				font-size: 12px;
			}
			div.prod_box a {
				color: #007cb0;
				font-weight: bold;
				text-decoration: none;
				font-size: 12px;
				line-height: 100%;
				display: block;
				}
				/* Categories box */
				div#cat_box {
					padding-bottom:15px;
				}
				div#cat_box div {
					background: url(../images/niyasun/dot_hr.gif) bottom repeat-x;
					width: 207px;
				}
				div#cat_box div a {
					color: #535353;
					display: block;
					font-weight:bold;
					text-decoration: none;
					padding: 5px 0 5px 11px;
				}
				div#cat_box div a:hover {
					color: #000;
				}
				/* Manufacturers box */
				#man_list div {
					background: url(../images/niyasun/dot_hr.gif) repeat-x 0% 100%;
					padding: 5px 0;
				}
				#man_list a:hover {
					color: #000;
				}
				#man_list  a {
					text-decoration:none;
					color:#535353;
					font-weight:bold;
					display:block;
					padding-left:11px;
				}
				a.highlight {
					color: #527E21;
					text-decoration: none;
				}
				/* View all manufacturers */
				a.highlight {
					border-bottom: 0;
					display:block;
					width:177px;
					padding-left:10px;
					color: #c30b0b;
					font-weight:bold;
					text-decoration:underline;
				}
				a.highlight:hover {
					text-decoration:none;
				}
				/* News box */
				div.news {
					margin: 0 0 12px 0;
				}
				div.news div {
					color: #A2C650;
					font-weight: bold;
					font-size: 11px;
				}
				div.box a.view_all {
					font-size: 12px;
					color: #527E21;
					font-weight: bold;
				}
				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 */
				input.search_btn {
					background: transparent;
					border: none;
					position: relative;
					top: 5px;
				}
					
			/* Page number*/
			div.page_number {
				padding: 5px 15px;
			}
/* Footer */
div#footer {
	border-top: 8px solid #6fad1f;
	margin: 37px 0 0 0;
	color: #676767;
}
		div#footer div.left, div#footer a {
			color: #676767;
			text-decoration: none;
			font-size: 11px;
		}
	div#footer div.left, div#footer div.right {
		margin: 5px 10px;
		padding: 5px 0;
	}
	div#footer div.right {
		color: #367f00;
	}
		div#footer div.right a {
			color: #367f00;
		}
		div#footer div.right a:hover {
			color: #639A28;
		}
		
		/* Homepage - Featured products */
		div.prod {
			border-bottom: 1px solid #D9D9D9;
			padding: 15px 0 20px 0;
			margin: 0 15px;
		}
			div.prod div.right_prod {
				margin: 0 0 0 190px;
				padding-left:20px;
			}
				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 td, div.grid table td {
					color: #c30b0b;
					text-align:center;
				}
				div.prod table td span, div.prod table td del, div.grid table td span, div.grid table td del {
					margin-left: 5px;
					color: #c30b0b;
					font-weight: bold;
				}
			
	/*Contact form */
	table.contact_form {
		margin: 0 auto;
		border: 1px solid #dcdcdc;
		background:#f5f5f5;
		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 */
	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 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: #c40b0b;
	}
	.product_features {
		line-height: 180%;
	}
	.product_features img {
		margin: 0 5px;
	}
	#cart_form {
		border: 1px solid #ccc;
		padding: 10px;
	}
	div.col2 {
		width: 50%;
		text-align: right;
	}
	/* Minicart */
	div#view_cart {
		line-height: 160%;
		font-size: 12px;
	}
		div#view_cart span {
			font-weight: bold;
			color: #686868;
		}
		div#view_cart a {
			color: #007CB0;
			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 {
		
	}
	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 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 .price {
			text-align: right;
			width: 40%;
		}
	table.cart_bot b {
		color: #565656;
	}
			table.cart_bot td.price {
				width: 100%;
				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 steps */
	div#check_steps div {
		float: left;
		white-space: nowrap;
		margin: 0 5px 0 0;
		padding: 5px 0px;
		text-align:center;
		color: #656565;
		border-bottom: 1px solid #b5b5b5;
		font-weight: bold;
		font-size:12px;
		width: 24%;
	}
	div#check_steps div.sel {
		color: #c30b0b;
		border-bottom: 2px solid #c30b0b;		
	}
	/* Checkout methods */
	form.check_methods div.left {
		width: 43%;
		margin: 0 10px 10px 0;
	}
	
/* New styles */
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../images/niyasun/footer_bg.gif);
	background-repeat:repeat-y;
	background-color:#343434;
	}
.header_wrapper {
	background-image:url(../images/niyasun/body_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:185px;
	position:relative;
	}
.header {
	width:963px;
	padding-left:25px;
	height:185px;
	background:url(../images/niyasun/header_top.jpg) no-repeat;
	}
.content_wrapper {
	width:100%;
	background:#fff url(../images/niyasun/header_bottom.jpg) no-repeat;
	}
	.content_separator_bg {
		background:transparent url(../images/niyasun/dot_vert.gif) repeat-y 248px 0;
		width:963px;
		position:relative;
		}
		.left_column {
			float:left;
			width:236px;
			padding:0 18px 15px 25px;
			}
		.right_column {
			width:700px;
			padding-bottom:15px;
			float:left;
			}
			.call_us {
				height:63px;
				text-align:right;
				line-height:43px;
				font-size:19px;
				}
				.call_us span {
					font-size:19px;
					color:#8f8f8f;
					}
.clear {
	clear:both;
	}
.footer {
	height:40px;
	color:#a3a3a3;
	padding-top:10px;
	padding-left:270px;
	font-size:11px;
	}
	.footer a {
		color:#a3a3a3;
		text-decoration:none;
		font-size:11px;
		}
td {
	vertical-align:top;
	}
.search_button {
	border:none;
	padding:0;
	margin:0;
	}
.powered {
	width:200px;
	white-space:nowrap;
	font-size:11px;
	color:#a3a3a3;
	}
.footer td {
	color:#a3a3a3;
	}
.product {
	width:33%;
	float:left;
	height:290px;
	text-align:center;
	}
	.product h4 {	
		font-size:12px;
	}
	.product h4 a {
		color:#007cb0;
		text-decoration:underline;
		}
	.price_table {
		color:#c30b0b;
		font-size:12px;
		margin:0 auto;
		}
		.price_table tr td {
			text-align:center;
			}
	h1.product_title {
		color:#000;
		}
.view_cart {
	position:absolute;
	top:0;
	left:890px;
	top:10px;
	}
	.view_cart a {
		color:#fff;
		text-decoration:none;
		font-weight:bold;
		font-size:12px;
		}
.left_bg {
	background:url(../images/niyasun/payments.gif) no-repeat 23px 99%;
	padding-bottom:140px;
	}