@charset "utf-8";
@import url("reset.css");

img {
	border:0;
}

.width35 {
	width:35%;
}

.width40 {
	width:40%;
}

.width50 {
	width:50%;
}

.width60 {
	width:60%;
}

.width100 {
	width:100%;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

.clear {
	clear:both;
}

.bold {
	font-weight:bold;
}

.padLeft-9 {
	padding-left:9px;
}

.padRight-18 {
	padding-right:18px;
}

.marTop-10{
	margin-top:-10px;
}

.marTopplus-15{
	margin-top:15px;
}

.padBottom-5 {
	padding-bottom:5px;
}

body {
	background-color:#000000;
	background-image:url(../images/backgrounds/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

/*
#container {
	margin:0 auto;
	width:960px;
	background-color:#fff;
}
*/

#container {
	background-color:#FFFFFF;
	margin:auto;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
	width:960px;
}

/*////////////////////////////Header*/



#top {
	display:inline;
	float:left;
	clear:both;
	height:130px;
	width:960px;
}

#log-in {
	float:left;
	display:inline;
	width:140px;
	height:34px;
	padding:8px 0px 0 815px;
	background-image:url(../images/backgrounds/dot-bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:right;
}

#log-in input.log-in {
	background-color:#FFFFFF;
	border:1px solid #a4a4a4;
	width:122px;
	height:12px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:a4a4a4;
	line-height:11px;
	margin-left:5px;
	margin-top:4px;
}

#log-in span.seperator, #log-in a {
	margin-top:5px;
}

#log-in .submit, #log-in span.seperator,#log-in a {
	padding-left:5px;
}
/*////////////////////////////End Header*/

/*////////////////////////////NAVIGATION BAR */

#navigation-bar {
	clear:both;
	float:left;
	display:inline;
	clear:both;
	width:960px;
	height:57px;
	background-color:#fff;
	border-bottom:2px solid #384740;
}

#top-nav {
	float:left;
	display:inline;
	width:951px;
	margin-top:14px;
	padding-left:9px;
	margin-bottom:5px;
}

#search-form {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	height:70px;
	margin-top:2px;
	margin-bottom:3px;
	background-color:#edeeed;
	padding-bottom:5px;
}

#search-form form {
	padding:0  5px 5px 5px;
}

#search-form input.search-form {
	background-color:#FFFFFF;
	border:1px solid #a4a4a4;
	width:122px;
	height:12px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:a4a4a4;
	line-height:11px;
	margin-left:5px;
	margin-top:5px;
}

#search-form label {
	margin-right:5px;
}

#search-form .submit, #search-form label.seperator,#search-form a {
	padding-left:5px;
}

#breadcrumb-nav {
	float:left;
	display:inline;
	clear:both;
	width:680px;
	padding-left:9px;
	margin-top:1px;
}

/*////////////////////////////END NAVIGATION BAR */



/*////////////////////////////MAIN CONTENT*/
#main-content {
	float:left;
	display:inline;
	clear:both;
	width:960px;
	min-height:259px;
	height:auto !important;
	height:259px;
	background-color:#FFF;
}

#left-column {
	float:left;
	display:inline;
	width:710px;
	min-height:259px;
	height:auto !important;
	height:259px;
	margin:9px 0;
	padding-right:11px;
	background-image:url(../images/vertical-break.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

#nk-to-go-left {
	border: 1px solid #4C5A53;
	display: inline;
	float: left;
	width: 320px;
	padding:0 10px;
	margin-left:9px;
	min-height:397px;
	height:auto !important;
	height:397px;
}

hr {
	clear:both;
	border:none;
	background-color:#4C5A53;
	color:#4C5A53;
	height:1px;
}

#nk-to-go-right {
	background-color: #DBDEDD;
	border: 1px solid #4C5A53;
	display: inline;
	float: left;
	margin-left: 15px;
	padding:0 10px;
	width: 319px;
	min-height:397px;
	height:auto !important;
	height:397px;
}

#nk-corporate {
	border: 1px solid #4C5A53;
	display: inline;
	float: left;
	width: 678px;
	padding:0 10px;
	margin-left:9px;
	min-height:397px;
	height:auto !important;
	height:397px;
}

#contact-form {
	float: left;
	display: inline;
	clear:both;
	width: 410px;
	margin-bottom: 9px;
	margin-left: 9px;
}

	#contact-form input.textbox {
		width:190px;
		background-color:#FFFFFF;
		border:none;
		border-bottom:1px dotted #787878;
	}

	#contact-form textarea.textbox {
		width:390px;
		background-color:#FFFFFF;
		border:1px dotted #787878;
	}

	#contact-form select.textbox {
		width:63px;
		background-color:#FFFFFF;
		border:1px dotted #787878;
		padding:2px;
	}

#contact-addresses {
	float: right;
	display: inline;
	width:280px;
	text-align:right;
}

#customer-comments {
	float: left;
	display: inline;
	clear:both;
	width: 430px;
	margin-bottom: 9px;
	margin-left: 9px;
}

#customer-form {
	float: left;
	display: inline;
	margin-bottom: 9px;
	margin-left: 9px;
	margin-right:9px;
}

	#customer-form p {
		font-size:11px;
		margin-bottom:5px;
	}
	
	#customer-form p.customer-review-name,
	#customer-form p.customer-review-email {
	margin:0 20px 0 0;
	}

	#customer-form input.textbox {
		width:250px;
		background-color:#FFFFFF;
		border:none;
		border-bottom:1px dotted #787878;
	}

	#customer-form textarea.textbox {
		width:520px;
		background-color:#FFFFFF;
		border:1px dotted #787878;
	}

	#customer-form select.textbox {
		width:100px;
		background-color:#FFFFFF;
		border:1px dotted #787878;
		padding:2px;
	}

#top-images {
	float:left;
	display:inline;
	position:relative;
	width:696px;
	height:240px;
	margin:1px 0 0 9px;
	border:1px solid #aeaeae;
	overflow:hidden;
}

#location-image {
	float:left;
	display:inline;
	position:relative;
	width:696px;
	height:391px;
	margin:1px 0 0 9px;
	border:1px solid #aeaeae;
	overflow:hidden;
}

#careers-form {
	float: left;
	display: inline;
	clear:both;
	width: 650px;
	margin-bottom: 9px;
	margin-left: 9px;
}
	#careers-form p.width30 {
		width:33%;
		
	}
	
	#careers-form label {
		float:left;
		display:inline;
		width:120px;
	}
	
	#careers-form input.checkbox {
		float:left;
		display:inline;
		margin:0 5px 0 0;
	}

	#careers-form input.textbox {
		width:190px;
		background-color:#FFFFFF;
		border:none;
		border-bottom:1px dotted #787878;
	}

	#careers-form textarea.textbox {
		width:610px;
		background-color:#FFFFFF;
		border:1px dotted #787878;
	}
	
	#careers-form .horizontal-break {
		margin:10px 0;
	}

.slide-image {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:696px;
	height:240px;
	z-index:1;
	cursor:pointer;
}

#image-location {
	position:absolute;
	float:left;
	display:inline;
	height:21px;
	top:219px;
	left:5px;
}

.white-sq {
	float:left;
	display:inline;
	position:relative;
	width:20px;
	height:21px;
	background-image:url(../images/rotatation/white-sq.png);
	z-index:20;
	cursor:pointer;
}
.green-sq {
	float:left;
	display:inline;
	position:relative;
	width:20px;
	height:21px;
	background-image:url(../images/rotatation/green-sq.png);
	z-index:20;
	cursor:pointer;
}
.horizontal-break {
	float:left;
	display:inline;
	clear:both;
	height:11px;
	width:698px;
	margin:4px 0 0 9px;
	background-image:url(../images/horizontal-break.gif);
	background-position:center left;
	background-repeat:repeat-x;
}

#right-column {
	float:left;
	display:inline;
	width:227px;
	min-height:259px;
	height:auto !important;
	padding-left:3px;
	height:259px;
	margin:9px 0;
}

#right-shopping-basket {
	float:left;
	display:inline;
	width:100%;
	min-height:247px;
	height:auto !important;
	height:247px;
}

.right-shop-top-row {
/*	float:left;*/
	display:block;
	clear:both;
	width:100%;
	height:28px;
}

.right-shop-top-row .left {
	margin-top:6px;
}

.right-shop-category-row {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	height:14px;
	background-color:#4d5a53;
	border-bottom:1px solid #b8bdba;
	margin-top:1px;
}
.odd-row {
	background-color:#edeeed;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
.even-row {
	background-color:#fff;
}

.col-1 {
	width:98px;
	padding-left:4px;
}
.col-2 {
	width:53px;
	text-align:center;
	
}
.col-3 {
	width:50px;
	text-align:center;
}

.delete {
	float:right;
	display:inline;
	margin-top:2px;
	padding-right:5px;
}

.even-row .delete{
	margin-top:3px;
}

.horizontal-break-thin {
	float:left;
	display:inline;
	clear:both;
	height:11px;
	width:100%;
	background-image:url(../images/horizontal-break.gif);
	background-position:center left;
	background-repeat:repeat-x;
}

#home-delivery {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	height:117px;
	background-color:#edeeed;
	margin-top:2px;
	margin-bottom:3px;
	background-image:url(../images/backgrounds/home-delivery-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

input.input-box {
	background-color:#FFFFFF;
	border:1px solid #a4a4a4;
	width:122px;
	height:12px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:a4a4a4;
	line-height:11px;
	margin-top:11px;
	margin-right:4px;
}

#home-delivery p .submit {
	margin-top:8px;
	padding-left:2px;
}

#keep-in-touch {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	min-height:137px;
	height:auto !important;
	background-color:#edeeed;
	margin-top:2px;
	margin-bottom:3px;
}

#keep-in-touch label {
	width:38px;
	margin-top:12px;
}

#keep-in-touch .submit{
	margin-top:9px;
	width:45px;
}

#calendar {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	min-height:80px;
	height:auto !important;
	height:80px;
}

#latest-news {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	min-height:60px;
	height:auto !important;
	height:60px;
}

#category-thumbnails {
	float:left;
	display:inline;
	clear:both;
	width:700px;
	padding-left:9px;
	margin-top:-6px;
}

.category {
	float:left;
	display:inline;
	width:134px;
	min-height:165px;
	height:auto !important;
	height:165px;
	background-image:url(../images/backgrounds/category-bg.gif);
	background-position:bottom center;
	background-color:#57645d;
	background-repeat:no-repeat;
	margin-bottom:13px;
	margin-right:6px;
}

.category-thumb {
	float:left;
	display:inline;
	width:132px;
	height:133px;
	margin-top:1px;
	padding-left:1px;
}

.category-title {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	text-align:center;
	min-height:13px;
	height:auto !important;
	height:13px;
	margin-top:6px;
	padding-bottom:3px;
}

#show-sortby {
	float:right;
	display:inline;
	width:400px;
	margin-top:20px;
}

#show-sortby.search-page {
	margin-top:8px;
}

#show-sortby.no-title {
	margin-top:-40px;
}


#show-sortby .left {
	padding-left:10px;
}
#show-sortby select {
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:4px;
	padding-left:0px;
}
#show-sortby label {
	margin-top:4px;
}

#show-sortby label.left,#show-sortby select.left {
	padding-left:0px;
}

#show-sortby div.left {
	padding-top:2px;
}

#search-content {
	float:right;
	display:inline;
	width:450px;
	margin-top:10px;
}

#date-selector {
	float:right;
	display:inline;
	width:200px;
	margin-top:20px;
}

#date-selector.no-title {
	margin-top:-40px;
}

#date-selector select {
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:4px;
}
#date-selector label {
	margin-top:4px;
}

#date-selector .left {
	padding-left:10px;
}

#date-selector label.left {
	padding-left:0px;
}

#date-selector div.left {
	padding-top:2px;
}


#products {
	float:left;
	display:inline;
	clear:both;
	min-height:40px;
	height:auto !important;
	height:40px;
	width:700px;
	margin-left:9px;
	padding-top:10px;
	background-image:url(../images/horizontal-break.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.product-top-row {
	float:left;
	display:inline;
	width:700px;
	height:18px;
	background-color:#3e4941;
}

#right-shopping-basket th, #right-shopping-basket td, #your-basket th, #your-basket td {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 4px 0;
}


#right-shopping-basket th, #your-basket th, .product-top-row th {
	background: #3e4941 url("../images/backgrounds/category-bg.gif") bottom left;
	color: #fff;
}

#right-shopping-basket td, #your-basket td {
	color: #3e4941;
}

/*#preview{
	position:absolute;
	border: 1px solid #68716e;
	background:#68716e;
	display:none;
	color:#fff;
	}
*/
.product-top-row .col-1,.product-top-row .col-2,.product-top-row .col-3,.product-top-row .col-4,.product-top-row .col-5 {
	padding-top:4px;
	padding-bottom:4px;
}
#products table {
	width:700px;
	margin-top:10px;
	margin-bottom:18px;
}
#products .odd-row {
	float:left;
	display:inline;
	width:700px;
	background-color:#ebecec;
	padding-bottom:2px;
}

#products .even-row {
	float:left;
	display:inline;
	width:700px;
	background-color:#fff;
	padding-bottom:2px;
}

#products .even-row .col-img,#products .even-row .col-1,#products .even-row .col-2,#products .even-row .col-3,#products .even-row .col-4,#products .even-row .col-5 {
	float:left;
	display:inline;
	height:60px;
}
#products .even-row .col-img, #products .even-row .col-1,#products .even-row .col-2,#products .even-row .col-3, #products .even-row .col-5 {
	padding-top:58px !important;
	height:60px;
}

#products .odd-row .col-img,#products .odd-row .col-1,#products .odd-row .col-2,#products .odd-row .col-3,#products .odd-row .col-4,#products .odd-row .col-5 {
	float:left;
	display:inline;
	height:60px;
}
#products .odd-row .col-img,#products .odd-row .col-1,#products .odd-row .col-2,#products .odd-row .col-3,#products .odd-row .col-5 {
	padding-top:58px !important;
	height:60px;
}

#products .odd-row .col-1, #products .even-row .col-1 {
	padding-top: 15px !important;
}

#products .odd-row .col-img,#products .even-row .col-img{ 
padding-top:15px !important;
padding-left:5px;
}

#products .even-row .col-3 input, .basket-quantity input {
	background-color:#fff;
	border:none;
	text-align:center;
	padding:0;
	float:left;
	display:inline;
	width:40px;
	margin-top:-1px;
	padding-left:2px;
}

#products .odd-row .col-3 input {
	background-color:#EBECEC;
	border:none;
	text-align:center;
	padding:0;
	float:left;
	display:inline;
	width:40px;
	margin-top:-1px;
	padding-left:2px;
}

#products .even-row .col-img, #products .odd-row .col-img,.product-top-row .col-img{
 width:140px;
}

#products .even-row .col-1, #products .odd-row .col-1,.product-top-row .col-1{
	width:250px;
}

#products .even-row .col-2, #products .odd-row .col-2,.product-top-row .col-2 {
	width:63px;
}

#products .even-row .col-2 span.left, #products .odd-row .col-2 span.left {
	text-align:center;
	width:51px;
}

#products .even-row .col-3, #products .odd-row .col-3, .product-top-row .col-3{
	width:70px;
	text-align:center;
}


.product-top-row .col-4, #products .even-row .col-4, #products .odd-row .col-4{
	padding-left:10px;
	padding-right:10px;
	width:90px;
	text-align:center;
}

.product-top-row .col-4 input, #products .even-row .col-4 input, #products .odd-row .col-4 input{
	margin-left:8px;
	float:left;
	display:inline;
	text-align:center;
	margin-top:0px;
}

.product-top-row .col-4 .left, #products .even-row .col-4 .left, #products .odd-row .col-4 .left,.product-top-row .col-4 .right, #products .even-row .col-4 .right, #products .odd-row .col-4 .right{
	padding-top:5px;
}

.product-top-row .col-5, #products .even-row .col-5, #products .odd-row .col-5{
	width:50px;
	text-align:center;
}

.bottom-row {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	height:20px;
	margin-top:10px;
}

.bottom-row .col-1{
	width:50%;
}

.bottom-row .col-4{
	width:40%;
	text-align:right;
	float:right;
	padding-right:25px;
}

#product-image {
	float:left;
	display:inline;
	clear:both;
	width:210px;
	height:192px;
	padding-left:9px;
}

#product-description {
	float:right;
	display:inline;
	width:475px;
	height:172px;
	margin-top:20px;
}

#price-row {
	float:right;
	display:inline;
	clear:both;
	width:420px;
	height:30px;
	margin:4px 0 2px 0;
}

#price-row div.quantity{
clear:both;
	width:70px;
	margin-top:3px;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #3e4941;
}

#price-row div.quantity input.quantity {
	float:left;
	display:inline;
	width:42px;
	background-color:#fff;
	border:none;
	text-align:center;
}

input.quantity {
	margin-left:12px;
	margin-top:-2px;
}

.product-price {
	float:right;
	display:inline;
	height:14px;
	width:200px;
	text-align:right;
	margin-top:5px;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #3e4941;
	}
	
.basket-row {
	float:left;
	display:inline;
	clear:both;
	width:700px;
	padding-left:9px;
	height:98px;
	background-image:url(../images/horizontal-break.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:2px;
}

.basket-image {
	float:left;
	display:inline;
	width:130px;
	height:86px;
}

.basket-title {
	float:left;
	display:inline;
	width:162px;
	height:21px;
	padding-top:4px;
	text-align:center;
	margin-top:30px;
	background-image:url(../images/basket-edge.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

.basket-quantity .left, .basket-quantity .right, #price-row div.quantity .left, #price-row div.quantity .right {
	margin-top:2px;
}

.basket-quantity {
	float:left;
	display:inline;
	width:70px;
	padding:4px 33px 0 34px;
	height:21px;
	text-align:center;
	margin-top:30px;
	background-image:url(../images/basket-edge.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

.basket-price {
	float:left;
	display:inline;
	width:77px;
	padding:4px 30px 0 30px;
	height:21px;
	text-align:center;
	margin-top:30px;
	background-image:url(../images/basket-edge.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
.basket-remove {
	float:left;
	display:inline;
	width:101px;
	padding:1px 15px 0 15px;
	height:24px;
	text-align:center;
	margin-top:30px;
}
.basket-total {
	float:left;
	display:inline;
	width:77px;
	padding:4px 30px 0 30px;
	text-align:center;
	margin-top:30px;
	background-image:url(../images/basket-edge.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
.basket-checkout {
	float:right;
	display:inline;
	width:206px;
	padding:1px 7px 0 15px;
	height:24px;
	text-align:right;
	margin-top:10px;
	margin-bottom:20px;
}

#basket-total {
	float:right;
	display:inline;
	width:202px;
	text-align:right;
	margin-top:25px;
	padding-right:18px;
}

#empty-basket {
	float:right;
	display:inline;
	width:101px;
	padding:1px 18px 0 18px;
	height:24px;
	text-align:center;
	background-image:url(../images/basket-edge.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

#basket-update {
	float:right;
	display:inline;
	width:101px;
	padding:1px 17px 0 17px;
	height:24px;
	text-align:center;
}

.related-item {
	float:left;
	display:inline;
	width:216px;
	min-height:80px;
	height:auto !important;
	height:80px;
	background-image:url(../images/vertical-break.gif);
	background-position:top right;
	background-repeat:repeat-y;
	padding-right:10px;
}

.shop-products {
	width:246px;
}

.no-background {
	background-image:none;
}

.feeds-title {
	float:left;
	display:inline;
}

.location {
	float:left;
	display:inline;
	overflow:hidden;
	width:217px;
	padding:5px;
	background-color:#4d5a53;
	background-image:url(../images/backgrounds/category-bg.gif);
	background-position:bottom center;
	background-repeat:repeat-x;
	text-align:center;
	margin-left:9px;
	margin-bottom:9px;
}

.location img {
	margin-top:5px;
}

.location-detail {
	float:left;
	display:inline;
	clear:both;
	width:100%;
}


.location-details {
	float:left;
	display:inline;
	width:100%;
}
.location-map {
	float:left;
	display:inline;
	clear:both;
	padding-left:9px;
	text-align:center;
	width:700px;
}

.location-description {
	float:left;
	display:inline;
	width:326px;
	min-height:180px;
	height:auto !important;
	height:180px;
	padding:0 15px 0 9px;
}

.location-opening {
	float:left;
	display:inline;
	width:120px;
	min-height:180px;
	height:auto !important;
	height:180px;
	padding-left:9px;
}

.location-contact-details {
	float:left;
	display:inline;
	width:650px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding:0 15px 0 9px;
}

#restaurant-details {
	float:left;
	display:inline;
	width:100%;
	background-image:url(../images/location/restaurant-bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

.restaurant-contact-details {
	float:left;
	display:inline;
	clear:both;
	width:135px;
	min-height:180px;
	height:auto !important;
	height:180px;
	padding:0 15px 0 9px;
}

.restaurant-description {
	float:left;
	display:inline;
	width:530px;
	min-height:180px;
	height:auto !important;
	height:180px;
	padding:0 9px 0 9px;
}

#calendar-holder {
	float:left;
	display:inline;
	width:700px;
	padding-left:9px;
}

.news-item {
	float:left;
	display:inline;
	width:330px;
	min-height:200px;
	height:auto !important;
	height:200px;
	background-image:url(../images/latest-news/bottom-bit.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:20px;
	margin-right:9px;
}

.top-bit {
	float:left;
	display:inline;
	width:330px;
	height:26px;
	background-image:url(../images/latest-news/top-bit.jpg);
}

.calendar-item {
	float:left;
	display:inline;
	clear:both;
	width:100%;
}

.chalk-top {
	float:left;
	display:inline;
	width:340px;
	height:48px;
	background-image:url(../images/latest-news/chalk-top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.chalk-bottom {
	float:left;
	display:inline;
	width:340px;
	height:41px;
	background-image:url(../images/latest-news/chalk-bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/*** CATEGORY START */
.width30 {
	width:220px;
}
.width50 {
	width:48%;
}

#checkout-content .checkout-left {
	display:inline;
	float:left;
	width:690px;
	background-image: url(/images/vertical-break.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	padding-right:20px;
	margin-top:9px;
	min-height:500px;
	height:auto !important;
	height:500px;
}
	#checkout-content .checkout-left h1 {
		height:45px;
	}
	
	.checkout-left .horizontal-break {
		width:690px;
	}

	#checkout-content p {
		float:left;
		display:inline;
		color:#3E4941;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px !important;
		line-height:16px !important;
		padding:0px 0 0px 9px !important;
		text-decoration:none;
		margin-bottom:5px;
	}

	#checkout-content label {
		display:inline;
		float:left;
		width:150px;
	}

	.cursor {
		cursor: pointer;
	}
	
	#checkout-content input.details, #checkout-content select.details, #checkout-content textarea.details {
		background:#FFFFFF none repeat scroll 0 0;
		border:1px solid #A4A4A4;
		color:#3E4941;
		display:inline;
		float:left;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		padding:3px;
		width:204px;
	}
	
	#checkout-content textarea.details {
		width:433px;
	}
	
	#checkout-content input.checkbox{
		padding:0;
		margin:0;
	}

#checkout-content .checkout-right {
	display:inline;
	float:right;
	width:250px;
	overflow:hidden;
	margin-top:9px;
}

#checkout-content .checkout-right h2 {
	margin-top:10px;
}
#date-selector label {
	padding-top:5px;
}
#date-selector input {
	padding-top:4px;
	padding-left:4px;
}
	
#date-selector select.textbox {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #3E4941;
	color:#3E4941;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:3px;
	width:60px;
}



.review-item{
	float:left;
	display:inline;
	clear:both;
	width:100%;
	padding-left:9px;
}
.review-item h2 {
	height:50px;
	padding-bottom:10px;
	cursor: pointer;
}
.review-item h2 .review-date {
	float:left;
	display:inline;
	padding:20px 0 0 10px;
}

.review-item p{
	float:left;
	display:inline;
	width:696px;
	clear:both;
	/*display:none;*/
}





/*////////////////////////////END MAIN CONTENT*/


/*////////////////////////////FOOTER CONTENT*/
#footer {
	float:left;
	display:inline;
	clear:both;
	width:960px;
	/*height:150px;*/
	height:48px;
	background-color:#4D5A53;
	background-image:url(../images/backgrounds/footer-bg.gif);
	background-position:top center;
	background-repeat:repeat-x;
}

#footer-row-1{
	float:left;
	display:inline;
	width:944px;
	margin-top:25px;
	padding-left:8px;
	padding-right:8px;
}

#footer-row-1 .right {
	margin-top:-2px;
}

#footer-row-2{
	float:left;
	display:inline;
	clear:both;
	width:944px;
	margin-top:28px;
	padding-left:8px;
	padding-right:8px;
}

#footer-row-2 a{
	padding-right:15px;
}

#footer-row-3{
	float:left;
	display:inline;
	clear:both;
	letter-spacing:.6px;
	width:944px;
	margin-top:15px;
	padding-left:8px;
	padding-right:8px;
}


/*////////////////////////////END FOOTER CONTENT*/
/*
th.check-col-1 {
	float:left;
	display:inline;
	width:150px;
	height:14px;
}

td.check-col-1 {
	float:left;
	display:inline;
	width:130px;
	height:86px;
	padding:10px !important;
	text-align:center;
	border-bottom:1px solid #d6d6d6;
}
th.check-col-2 {
	float:left;
	display:inline;
	width:400px;
	height:14px;
}
td.check-col-2 {
	float:left;
	display:inline;
	width:400px;
	height:51px;
	padding:45px 0 10px 0 !important;
	border-bottom:1px solid #d6d6d6;
}
th.check-col-3, th.check-col-5 {
	float:left;
	display:inline;
	width:80px;
	height:14px;
	text-align:center;
}
td.check-col-3,td.check-col-5 {
	float:left;
	display:inline;
	width:80px;
	height:51px;
	padding:45px 0 10px 0 !important;
	text-align:center;
	border-bottom:1px solid #d6d6d6;
}
th.check-col-4 {
	float:left;
	display:inline;
	width:120px;
	height:14px;
	text-align:center;
}
td.check-col-4 {
	float:left;
	display:inline;
	width:120px;
	height:56px;
	padding:40px 0 10px 0 !important;
	text-align:center;
	border-bottom:1px solid #d6d6d6;
}

td.check-col-4 .left, td.check-col-4 .right{
	padding-top:6px;
}

td.check-col-4 input {
	text-align:center;
}
th.check-col-6 {
	float:left;
	display:inline;
	width:120px;
	height:14px;
	text-align:center;
}
td.check-col-6 {
	float:left;
	display:inline;
	width:120px;
	height:56px;
	padding:40px 0 10px 0 !important;
	text-align:center;
	border-bottom:1px solid #d6d6d6;
}

#sub-total-row .check-col-1, #sub-total-row .check-col-2,#sub-total-row .check-col-3,#sub-total-row .check-col-4,#sub-total-row .check-col-5,#sub-total-row .check-col-6 {
	height:14px;
	border-bottom:none;
	padding:6px 0 !important;
	text-align:center;
}

#sub-total-row .check-col-1 {
	padding:6px 10px 6px 10px !important;
}
#sub-total-row .check-col-5,#sub-total-row .check-col-6 {
	background: #3E4941 url(/images/backgrounds/category-bg.gif) 0% 100%;
	color:#FFFFFF;
}
*/