 body {
	    font-family: Arial, Helvetica, sans-serif;
		background: url(../images/bg-body.jpg) repeat-x top;
	    color: #272516;
	    font-size: 13px;
	    font-style: normal;
	    font-weight: normal;
	}
	
	/*  Reset */
	
	html, body, div, ul, ol, li, h1, h2, h3, h4, p, form, table { margin: 0;padding: 0;	}
	a {
	    color: #7e914a;
	    text-decoration: none;
	}
	
	a:hover {
	    text-decoration: underline;
	}
	
	/* common codes */
	
	.left { float: left;}
	.right{ float: right;}
	.clear{ clear: both;}
	
	p {
	    line-height: 18px;
		padding-bottom: 14px;
	}
	ul {
	    list-style-image: none;
	    list-style-position: outside;
	    list-style-type: none;
	}
	img { border: none;	}
	h1 {
		font-size: 20px;
		color: #495c30;
		padding-bottom: 20px;
		text-transform: uppercase;
		
	}
	h2 {
		font-size: 13px;
		color: #495c30;
		padding-bottom: 20px;
		font-weight: bold;
		text-transform: uppercase;
	}
	h3 {
		font-size: 11px;
		color: #495c30;
		padding-bottom: 10px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: underline;
		letter-spacing: 2px;
	}
	.margin-bot {
		margin-bottom: 30px;
	}
	
#hline {
	width: 100%;
	background: #7e914a;
	height: 5px;
	margin-bottom: 15px;
}
#wrapper {
	width: 940px;
    margin: 0 auto;
}
#header {
	border-bottom: 1px #bfbfbf solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.logo {
	padding: 15px 0;
}
ul#nav {
	width: 600px;
	float: left;
	margin-top: 20px;
}
ul#nav li {
	float: left;
	margin-right: 30px;
	line-height: 25px;
}
ul#nav li a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #999999;
}
ul#nav li a:hover {
	color: #7e914a;
	text-decoration: none;
}
.ico-holder {
	float: right;
	width: 330px;
	margin-top: 15px;
}
.ico-cart, .ico-account  {
	background: url(../images/ico-cart.png) no-repeat left;
	height: 27px;
	line-height: 27px;
	padding-left: 35px;
	color: #999;
	font-size: 12px;
	float: left;
	margin-right: 25px;
}
.ico-cart a, .ico-account a {
	color: #999;
}
.ico-account {
	background: url(../images/ico-account.png) no-repeat left;
	margin-right: 0;
}

.typography {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999999;
}
#sidebar {
	width: 220px;
	float: left;
	margin-right: 20px;
}
.search-holder {
	margin-bottom: 30px;
}
input {
	margin: 0;
	padding: 0;
}
input.text {
	border: 1px #dadada solid;
	height: 24px;
	width:  180px;
	font-size: 12px;
	padding-left: 5px;
	float: left;
}
input.but-go {
	height: 26px;
	width: 33px;
	background: url(../images/but-go.jpg) no-repeat;
	float: left;
	border: none;
	cursor: pointer;
	
}
input.but-go:hover {
	background-position: 0 100%;
}
.about-circle {
	padding: 0 10px 10px 0;
}
.readmore a {
	color: #7e914a;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: underline;
}
.readmore a:hover {
	text-decoration: none;
}
#sidebar ul {
	margin-bottom: 20px;
}
#sidebar ul li {
	padding-bottom: 10px;
}
#sidebar ul li a {
	color: #999;
	font-size: 12px;
}
#sidebar ul li a:hover {
	text-decoration: none;
	color: #7e914a;
}
#content {
	width: 700px;
	float: left;
	
}
.main-banner {
	margin-bottom: 30px;
}
.product-thumb {
	width: 220px;
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}
.product-thumb.last {
	margin-right: 0;
}
#footer {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px #bfbfbf solid;
}
.copyright {
	width: 490px;
	float: left;
}

.copyright ul li {
	float: left;
	padding-right: 10px;
	color: #272516;
}
.copyright ul li a {
	color: #272516;
	display: block;
}

/* ------------cart page----------- */
table tr td.c-product {
	width: 15%;
	padding: 1%;
}
table tr td.c-desc {
	width: 43%;
	padding-right: 1%;
}
table tr td.c-price {
	width: 14%;
	padding-right: 1%;
}
table tr td.c-qty {
	width: 12%;
}
table tr td.c-total {
	width: 14%;
	padding-right: 1%;
}

tr#title td {
	font-size: 11px;
	color: #272516;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
	line-height: 24px;
	border-bottom: 1px #bfbfbf solid;
}
tr#inner td {
	font-size: 13px;
	color: #000;
	padding: 10px 0;
}
input.text-s {
	border: 1px #dadada solid;
	height: 24px;
	width:  50px;
	font-size: 12px;
	padding: 0 5px;
	
}
tr#bottom td {
	border-top: 1px #bfbfbf solid;
	padding: 20px 0;
}
tr#bottom td.c-price {
	font-size: 11px;
	color: #272516;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
}

.but-grey-s, .but-grey-b, .but-black {
	background: #e5e5e5;
	padding: 4px 8px;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
}
.but-grey-s:hover, .but-grey-b:hover  {
	background: #d9d9d9;
	text-decoration: none;
}
.but-grey-b {
	font-size: 21px;
	padding: 16px;
	letter-spacing: 0;
	
}
.but-black, #coupon input.coupon-update {
	background: #495c30;
	color: #fff;
	padding: 15px 8px;
	margin-bottom: 10px;
}
.but-black:hover, #coupon input.coupon-update:hover {
	background: #5a723b;
	text-decoration: none;
}
tr#bottom td.c-qty  {
	padding-top: 20px;
}
tr#bottom2 td {
	padding: 15px 0
}
/* ------------Category page----------- */

.category-photo {
	float: left;
	width: 460px;
	margin-bottom: 30px;
}
.category-intro {
	float: left;
	width: 220px;
	padding-left: 20px;
}
.pagination {
	border-left: 1px #bfbfbf solid;
	display: block;
	margin-top:10px;	
}
.pagination ul {
	margin-bottom: 10px;
}
.pagination ul li {
	font-size: 11px;
	color: #495c30;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
	padding: 10px;
	float: left;
}
.pagination ul li a {
	color: #999999;
	display: block;
}
.pagination ul li a:hover {
	color: #495c30;
	text-decoration: none;
}
.pagination ul li.visited {
	color: #000;
}

.pagination .pagingDiv span.label {
	margin-left: 9px;
}

.pagination .pagingInfo {
	margin-left: 80px; 
}

.back {
	width: 26px;
	height: 26px;
	background: url(../images/arrow-prev.png) no-repeat;
}

.next {
	width: 26px;
	height: 26px;
	background: url(../images/arrow-next.png) no-repeat;
}

.prev, .next, .back {
	margin-left: 10px;
	float: left;
}
.prev a, .next a, .back a {
	background: url(../images/arrow-prev.png) no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 26px;
	height: 26px;
}
.prev a:hover, .next a:hover, .back a:hover  {
	background-position: 0 100%;
}
.next a {
	background: url(../images/arrow-next.png) no-repeat;
}
/* ------------Category page----------- */
input.text3, input.text4 {
	border: 1px #dadada solid;
	height: 24px;
	width:  213px;
	font-size: 12px;
	padding-left: 5px;
}
.contact-form {
	width: 460px;
}
textarea.enquiry {
	border: 1px #dadada solid;
	height: 100px;
	width: 448px;
	margin: 20px 0;
	padding: 5px;
	font-size: 12px;
}
input.but-black, #coupon input.coupon-update {
	border: none;
	background: #495c30;
	padding: 10px 8px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
/* ------------New Account page----------- */
form.new-account, form.form-holder {
	width: 385px;
	margin-top: 20px;
}
.heading {
	font-size: 15px;
	color: #495c30;
	font-weight: bold;
	padding-bottom: 25px;
}

form.new-account label, form.form-holder label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
}
.input-holder {
	margin-bottom: 20px;
}

.input-holder select {
	width: 213px;
	
}

input.next2 {
	background: url(../images/arrow-next.png) no-repeat;
	display: block;	
	width: 26px;
	height: 26px;
	border: none;
	cursor: pointer;
}
.input-holder2 {
	padding-left: 357px;
}
input.next2:hover {
	background-position: 0 100%;
}

/* ------------Login page----------- */

form.login {
	width: 300px;
	float: left;
	padding-right: 48px;
	border-right: 1px #bfbfbf solid;
}
.new-custo {
	width: 300px;
	padding-left: 50px;
	float: left;
}
.link {
	color: #444444;
	text-decoration: underline;
	
}
.link:hover {
	text-decoration: none;
}
input.text4 {
	width: 290px;
}
.margin-top40 {
	margin-top: 40px;
}
.holder-2 {
	margin: 15px 0;
}
.holder-3 {
	margin: 30px 0;
}
.price {
	font-size: 20px;
	padding-bottom: 10px;
}
.availability span {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 4px;
	color: #888;
}
.circle-thumb {
	width: 61px;
	height: 61px;
	float: left;
	margin-right: 10px;
}
.circle-thumb.last {
	margin-right: 0;
}

/**
 * Misc
 */
.sort {
	float:right;
	margin-bottom: 10px;
}

.price .incl-tax {
	font-size: 9px;
	text-decoration: none;
	padding-left: 2px;
}

.price .discount {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: line-through;
}

.product-details {
}

.product-details .p-detail-label {
	width: 150px;
	float: left;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #888888;
	margin-bottom:5px;
}

.product-details .p-detail-info {
	float: left;
	width: 200px;
	margin-bottom:5px;
}

.product-details .p-detail-info select {
	width: 135px;
}

.product-details .p-name {
	border-bottom: 1px #bfbfbf solid;
	margin-bottom: 10px;
}
.product-details .p-name h1 {
	padding-bottom:10px;
}

.sidebar-box .innermiddleleftnavoutr {
	margin-left: 10px;
}

.product-thumb a img.align-center {
	margin: 0 auto;
	display: block;
	text-align:center;
}

.product-thumb .p-details-overlay {
	/*position: absolute;
	background-image: url(../images/overlay.png);
	margin-top:55px;
	margin-left:50px;
	margin-right:10px;
	width: 130px;*/
	color: #1A1F2B;
	width: 220px;
	position: absolute;
	bottom: 10px;
	text-align:center;
	padding: 5px 0px;
	height: auto;
	background: none !important;
}

.p-details-overlay .p-name {
	text-transform: uppercase; 
}

.product-thumb:hover .p-details-overlay .p-name {
	text-decoration:underline;
}

.p-details-overlay .p-price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
}

.sidebar-box-inner ul.sub-menu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
}

.message {
	margin: 5px 0px;
}

.message.error {
	color: #999999;
}

.message.error.right {
	text-align: right;
}

.message.cart {
	background:#F7F7F7; 
	border:1px solid #DDDDDD; 
	padding:10px; 
	margin-top:3px; 
	margin-bottom:15px;
}

.logo {
	float:left;
	width:350px;
}

.banner-holder {
	float:right;
}
/**
 * popup login
 */
.forgot {
	float: left;
	margin: 12px 0 0 20px;
}

#loginform #signin {
	height: 32px;
	width: 92px;
	float: left;
	cursor: pointer;
	background: url(../images/but-signin.png) no-repeat;
	margin-top: 0;
	border: none;
}

.re-customer {
	width: 288px;
	float: left;
}
#returning #e, #returning #p {
	border: 1px solid #999;
	width: 230px;
	height: 22px;
	padding: 4px 0 0 5px;
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
	vertical-align: middle;
}
#returning label {
	display: block;
	padding-bottom: 5px;
}

.ui-widget-header {
	background: none repeat scroll 0 0 #495C30 !important;
	border: 1px solid #DDDDDD !important;
	color: #FFFFFF !important;
	font-weight: bold !important;	
}

.ui-state-hover {
	background: none repeat scroll 0 0 #DDDDDD !important;
	border: 1px solid #FFFFFF !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

/**
 * coupon
 */
#coupon label {
	width: 60px;
}

#coupon input.coupon-update {
	margin-left: 5px;
}

/**
 * /checkout/confirm page
 */

.account-box {
	margin-top: 10px;
}
/*Payment Icons*/
.paymentIcons {
	float:left;
	}
	.paymentIcons img {
		margin:2px 5px 0 0}
