* {
	margin:0;
	padding:0;
}

.left { float: left; }
.right { float: right; }
.half { width: 49%; }
.third { width: 33%; }
.full_width { width: 100%; clear: both; }
.right_text { text-align: right; }

a img { border: none; }

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans, sans-serif;
	font-size: 100%;
	background: #FEFEFE;
}

h1 { font-size: 180%; font-weight: normal; text-transform: lowercase; }
h2 { font-size: 140%; font-weight: normal; text-transform: lowercase; }
h3 { font-size: 110%; font-weight: normal; text-transform: lowercase; }
h4 { font-size: 75%; font-weight: normal; }

p, li { 
	font-size: 75%;
	line-height:17px;
}

p, ul {
	padding:5px 0;
}


a:link,
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

dt, dd {
  font-size: 12px;
}

table {
	padding:5px 0;
	border-collapse:collapse;
	/*width:500px;*/
}

table.wide {
	width:640px;
	/*width:500px;*/
}

th, td {
	font-size:12px;
	line-height: 17px;
	padding:0;
	margin:0;
	text-align:left;
	padding:4px 14px 4px 6px;
	vertical-align:top;
}

th {
	background-color:#000;
	color:#FFF;
}

td	{
	color:#444;
}

tr.dark {
	background-color:#ccc;
}

tr.light {
	background-color:#eee;
}

.imgRight {
	width:200px;
	float:right;
	font-size:11px;
	line-height:14px;
	padding:0px 0 0 20px;
	display:block;
}

.imgRight300 {
	width:300px;
	float:right;
	padding:0px 0 0 20px;
	display:inline;
}

.imgLeft {
	width:200px;
	float:left;
	padding:0px 20px 0 0px;
	display:inline;
}

.imgLeft300 {
	width:300px;
	float:left;
	padding:0px 20px 10px 0px;
	display:inline;
	overflow:hidden;
}

.imgRight p, .imgRight300 p, .imgLeft p, .imgLeft300 p {
	clear:both;
	font-size:11px;
	line-height:16px;
}

.hold {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}

.clear {
    width: 100%;
    clear: both;
    height: 0;
    font-size: 0%;
    overflow: hidden;
}

.btn_go { margin-left: 5px; }

#top,
#header,
#top_navigation {
    overflow: hidden;
    padding: 8px 0;
}

#top #basket p {
    margin: 3px 0 0;
    padding: 0;
    line-height: 16px;
}

#top #basket a:link,
#top #basket a:visited {
    color: #F23E3B;
    font-weight:bold;
}

#basket img {
	padding-right:8px;
}

.logo {
    width: 385px;
    padding: 0 0 10px;
    overflow: hidden;
}

.logo h1 {
    color: #B2A398;
    font-weight: normal;
    font-size: 260%;
}

.logo p {
    color: #FFF;
    font-size: 106%;
    letter-spacing:-1px;
    padding:7px 0 0 0px;
}

.logo h1 span { color: #FFF; }

.info h2,
.info h3 { color: #FFF; }
.info span { font-size: 150%; }
.info p { 
	color: #FFF;
	font-size:80%;
	padding-top:4px;
	padding-bottom:0px;
}
.info a {
	color:#F23E3B;
}

#top { background: #FFF; }
#header { background: #000; }
#top_navigation { 
	background: #D1C8C0;
}

#header .right { text-align: right; }
#top_navigation ul { 
	list-style-type: none;
	margin: -1px 0 0;
	padding: 0;
	width: 760px;
}
#top_navigation li { 
	display: inline;
	font-weight: normal;
	font-size: 12px;
}

#top_navigation a:link,
#top_navigation a:visited {
    text-transform: lowercase;
    color: #000;
    margin: 0 15px 0 0;
    padding: 0 0 2px;
}

#top_navigation p { 
	padding: 0;
}

#top_navigation input { 
	margin:0 5px 0 0;
	float: left; 
}


#breadcrumbs {
    margin: 2px 0;
    overflow: hidden;
}

#breadcrumbs a:link,
#breadcrumbs a:visited { color: #000; }
#breadcrumbs a:hover { text-decoration: underline; }


#home_content {
    float: left;
    width: 710px;
    margin: 0 10px 0 0;
}

#elementsWrapper {
    overflow: hidden;
}

#elementsWrapper .element {
    float: left;
    width: 227px;
    margin: 10px 0 0;
    padding: 0 1px;
    background: #FFF url(/images/bg_element.gif) repeat-y;
}

#elementsWrapper .element .fade {
    /*min-height: 400px;*/
    overflow: hidden;
    padding-bottom:5px;
    background: #FFF url(/images/bg_element_fade.gif) repeat-x scroll bottom;
}

#elementsWrapper .element.two { margin: 10px 11px 0 12px; }

.element h2 {
    color: #FFF;
    padding: 5px 10px;
    font-size: 100%;
    font-weight: normal;
    text-transform: lowercase;
}

.element ul {
    list-style-type: none;
    margin: 8px 10px 10px;
    padding: 8px 0 0;
    border-top: 1px solid #CBCBCB;
    height:120px;
}

.element.inspiration li,
.element.inspiration a { color: #5C879E; }
.element.finishing li,
.element.finishing a { color: #A89959; }
.element.essential li,
.element.essential a { color: #684750; }
.element.default li,
.element.default a { color: #B2A398; }

.element.inspiration h2 { background: #5C879E; }
.element.finishing h2 { background: #A89959; }
.element.essential h2 { background: #684750; }
.element.default h2 { background: #B2A398; }

.element.inspiration h2 a { color: #fff; }
.element.finishing h2 a { color: #fff; }
.element.essential h2 a { color: #fff; }
.element.default h2 a { color: #fff; }

.element p {
    color: #333;
    padding: 5px 10px;
    height:150px;
}

.element p.browsetherange {
    height:auto;
}


#right_side {
    float: right;
    width: 240px;
}

.box_element {
    width: 240px;
    margin: -4px 0 10px 0;
}

.box_element .top {
    width: 240px;
    height: 5px;
    background: #FFF url(/images/box_top.gif) no-repeat scroll top;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.box_element .body {
    width: 230px;
    padding: 0 5px 5px;
    background: #FFF url(/images/box_background_white.gif) repeat-y;
    overflow: hidden;
}

.box_element .body.red { background: #FFF url(/images/box_background_red.gif) repeat-y; }

.box_element .bottom {
    width: 240px;
    height: 5px;
    background: #FFF url(/images/box_bottom.gif) no-repeat top;
    overflow: hidden;
}

.box_element .body h3 {
    margin: 10px 20px 5px 15px;
    color: #B2A398;
    font-weight: normal;
}

.box_element .body h4 {
    margin: 10px 20px 5px 15px;
    color: #333;
    font-weight: normal;
}

.box_element .body p {
    margin: 5px 10px 5px 15px;
    color: #333;
    line-height: 17px;
}

.box_element .body a {
    color: #333;
    background: transparent url(/images/arrow_grey.gif) no-repeat scroll left;
    padding-left: 10px;
}

.box_element .body.red p { color: #FFF; }
.box_element .body.red a {
    color: #FFF;
    background: transparent url(/images/arrow_white.gif) no-repeat scroll left;
}


#content {
    float: left;
    width: 960px;
    overflow: hidden;
}

#content #sub_navigation {
    float: left;
    width: 200px;
    margin-right: 40px;
}

#content #sub_navigation ul {
    margin: 27px 0 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #dbd3cc;
}

#content #sub_navigation a {
    display: block;
    padding: 7px 0 6px;
    font-size: 12px;
    color: #444;
    font-weight: bold;
    border-top: 1px solid #dbd3cc;
    text-transform: lowercase;
}

#content #sub_navigation a:hover {
    text-decoration: none;
    color: #e93c2b;
}

#content #sub_navigation a.on {
    color: #e93c2b;
    background: #FFF url(/images/bg_sub_nav_on.gif) no-repeat right;
}

#content .body_copy { float: right; }
#content .body_copy.navigation { width: 720px; }
#content .body_copy.no_navigation { width: 960px; }


#content h1,
#content h2,
#content h3,
#content h4 {
    margin: 15px 0 5px 0;
    color: #444;
    padding:5px 0px;
}


#content p,
#content li {
    color: #444;
}

#content a:link,
#content a:visited { color: #000; }
#content a:hover { text-decoration: underline; }

#content .body_copy a {
	text-decoration: underline;
}
#content .body_copy a:hover {
	color:#f23e3b;
}

#content ul,
#content ol {
    margin: 5px 0 10px;
    padding: 0 0 0 20px;
    overflow:hidden;
}

#content .form {
    border-top: 1px solid #B2A398;
    border-left: 1px solid #B2A398;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background: #EEE;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 3px;
    width: 300px;
}

#content .form.narrow { width: 200px; }
#content .form.fifty_px { width: 50px; }

#content #from_date.form,
#content #to_date.form { width: 70px; }

#content textarea.form { height: 150px; }
#content textarea.form.shallow { height: 80px; }

#content .half { width: 49%; }

#content .full {
    width: 100%;
    clear: both;
}

#category_landing {
    float: left;
    width: 960px;
    overflow: hidden;
}

#category_image_wrapper {
    float: left;
    width: 710px;
    margin-top: 2px;
}

#available_categories {
    float: right;
    width: 236px;
    height: 264px;
}

#available_categories h1 {
    margin: 15px 0 10px;
    padding: 0 15px 0 15px;
    color: #FFF;
}

#available_categories p {
    padding: 0 0 0 15px;
}

#available_categories ul {
    list-style-type: none;
    padding: 0 0 0 15px;
}

#available_categories li { color: #FFF; line-height: 16px; }

#available_categories a:link,
#available_categories a:visited { color: #FFF; }

.inspiration #available_categories { background: #FFF url(/images/bg_available_categories_inspiration.jpg) no-repeat; }
.finishing #available_categories { background: #FFF url(/images/bg_available_categories_finishing.jpg) no-repeat; }
.essential #available_categories { background: #FFF url(/images/bg_available_categories_essential.jpg) no-repeat; }
.default #available_categories { background: #FFF url(/images/bg_available_categories_default.jpg) no-repeat; }

#category_wrapper {
    float: left;
    width: 954px;
    margin: 10px 0 0;
    padding: 0 5px 0 1px;
    clear: both;
    overflow: hidden;
    background: green url(/images/bg_category_wrapper.gif) repeat-y;
}

#category_header {
    height: 92px;
}

#category_header h2 {
    float: left;
    color: #FFF;
    margin: 25px 0 0 20px;
    font-size: 200%;
}

#content #category_header h3 {
  font-size: 16px;
  color: #FFF;
  margin: 5px 0 0 0;
}

#category_header div {
    width: 246px;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 0px;
	_margin: 0px; 
}


#category_header div img {
  float: left;
  margin-right: 30px;
}

#category_header input {
  margin-top: 10px;
}

#category_header div select {
  width: 150px;
  background-color: #fff;
  border: 1px solid #ccc;
}

#category_header a:link,
#category_header a:visited { color: #FFF; }

.inspiration #category_header { background-color: #5C879E; }
.finishing #category_header { background-color: #A89959; }
.essential #category_header { background-color: #684750; }
.default #category_header { background-color: #B2A398; }

#category_fade {
    width: 955px;
    padding: 30px 0;
    overflow: hidden;
    background: #FFF url(/images/bg_category_fade.gif) repeat-x scroll bottom;
}

#category_no_fade {
    width: 955px;
    padding: 15px 0;
    overflow: hidden;
    background: #FFF url(/images/bg_category_no_fade.gif) repeat-x scroll bottom;
}

#btn_previous,
#btn_next {
    float: left;
    margin-top: 85px;
    width: 55px;
    height: 55px;
    display: block;
    background: blue;
    visibility: hidden;
    cursor: pointer;
}

.inspiration #btn_previous { background: transparent url(/images/btn_previous_inspiration.gif) no-repeat scroll bottom right; }
.finishing #btn_previous { background: transparent url(/images/btn_previous_finishing.gif) no-repeat scroll bottom right; }
.essential #btn_previous { background: transparent url(/images/btn_previous_essential.gif) no-repeat scroll bottom right; }

.inspiration #btn_next { background: transparent url(/images/btn_next_inspiration.gif) no-repeat scroll bottom left; }
.finishing #btn_next { background: transparent url(/images/btn_next_finishing.gif) no-repeat scroll bottom left; }
.essential #btn_next { background: transparent url(/images/btn_next_essential.gif) no-repeat scroll bottom left; }

#categories_wrapper {
    float: left;
    position: relative;
}

.product_button_bar {
    width: 955px;
    margin: 15px 0 15px;
    overflow: hidden;
}

#content .product_button_bar p {
    width: 410px;
    margin: 3px 20px 0 0;
}

#content .product_button_bar p span {
    float: right;
    margin: 3px 10px 0 0;
}

#content .product_button_bar p input {
    float: right;
}

#content .product_button_bar ul {
    list-style-type: none;
    padding: 0;
}

.product_button_bar li { display: inline; }
.product_button_bar .btn_list {
    margin: 0 0 0 20px;
    padding: 10px 0 10px 30px;
}

.inspiration .product_button_bar .gallery { background: #FFF url(/images/bg_gallery_view_inspiration.jpg) no-repeat scroll left; }
.inspiration .product_button_bar .list { background: #FFF url(/images/bg_list_view_inspiration.jpg) no-repeat scroll left; }
.inspiration .product_button_bar .gallery.on { background: #FFF url(/images/bg_gallery_view_inspiration_on.jpg) no-repeat scroll left; }
.inspiration .product_button_bar .list.on { background: #FFF url(/images/bg_list_view_inspiration_on.jpg) no-repeat scroll left; }

.finishing .product_button_bar .gallery { background: #FFF url(/images/bg_gallery_view_finishing.jpg) no-repeat scroll left; }
.finishing .product_button_bar .list { background: #FFF url(/images/bg_list_view_finishing.jpg) no-repeat scroll left; }
.finishing .product_button_bar .gallery.on { background: #FFF url(/images/bg_gallery_view_finishing_on.jpg) no-repeat scroll left; }
.finishing .product_button_bar .list.on { background: #FFF url(/images/bg_list_view_finishing_on.jpg) no-repeat scroll left; }

.essential .product_button_bar .gallery { background: #FFF url(/images/bg_gallery_view_essential.jpg) no-repeat scroll left; }
.essential .product_button_bar .list { background: #FFF url(/images/bg_list_view_essential.jpg) no-repeat scroll left; }
.essential .product_button_bar .gallery.on { background: #FFF url(/images/bg_gallery_view_essential_on.jpg) no-repeat scroll left; }
.essential .product_button_bar .list.on { background: #FFF url(/images/bg_list_view_essential_on.jpg) no-repeat scroll left; }

#categories_wrapper.standard { width: 955px; }

#categories_wrapper .item,
#more_products .item {
    float: left;
    position: relative;
}

#categories_wrapper .item.gallery_large { width: 236px; height: 340px; padding: 0 23px 0 22px; }
#categories_wrapper .item.gallery_small,
#categories_wrapper .item.standard,
#more_products .item.gallery_small { width: 200px; padding: 0 14px 10px 22px; }

#categories_wrapper .item .seperator,
#more_products .item .seperator {
    display: block;
    height: 5px;
    margin: 6px 0;
}

#categories_wrapper .item.gallery_large .seperator { width: 236px; }
#categories_wrapper .item.gallery_small .seperator,
#more_products .item.gallery_small .seperator { width: 200px; }

.inspiration #categories_wrapper .item .seperator,
#more_products.inspiration .item.gallery_small .seperator { background: #5C879E; }
.finishing #categories_wrapper .item .seperator,
#more_products.finishing .item.gallery_small .seperator { background: #A89959; }
.essential #categories_wrapper .item .seperator,
#more_products.essential .item.gallery_small .seperator { background: #684750; }
.default #categories_wrapper .item .seperator,
#more_products.default .item.gallery_small .seperator { background: #B2A398; }

#categories_wrapper .item h3 {
    font-weight: bold;
}

#categories_wrapper .item.gallery_large h3 { width: 195px; height: 50px; padding: 0 10px; }
#categories_wrapper .item.gallery_small h3,
#categories_wrapper .item.standard h3,
#more_products .item h3 { width: 161px; margin: 0; padding: 0 10px; }

#categories_wrapper .item h3 span {
    float: left;
    display: block;
}

#categories_wrapper .item p,
#more_products .item p { padding: 5px 10px; clear: left; }

#categories_wrapper .item img,
#more_products .item img { border: none; display: block; }

#categories_wrapper .item a,
.fade p a { background: transparent url(/images/link_arrow_default.gif) no-repeat scroll left; padding: 0 0 0 10px; }

.inspiration #categories_wrapper .item a,
.inspiration .fade p a { background: transparent url(/images/link_arrow_inspiration.gif) no-repeat scroll left; padding: 0 0 0 10px; }
.finishing #categories_wrapper .item a,
.finishing .fade p a { background: transparent url(/images/link_arrow_finishing.gif) no-repeat scroll left; padding: 0 0 0 10px; }
.essential #categories_wrapper .item a,
.essential .fade p a { background: transparent url(/images/link_arrow_essential.gif) no-repeat scroll left; padding: 0 0 0 10px; }


#categories_wrapper .item a.non_arrow_link {
    padding: 0;
    background: none;
    border: none;
}

.inspiration #categories_wrapper .item a,
#more_products.inspiration .item a { color: #5C879E; }
.finishing #categories_wrapper .item a,
#more_products.finishing .item a { color: #A89959; }
.essential #categories_wrapper .item a,
#more_products.essential .item a { color: #684750; }
.default #categories_wrapper .item a,
#more_products.default .item a { color: #B2A398; }

/*** Product list view ***/
#content p.product_list {
    width: 913px;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    overflow: hidden;
    position: relative;
}

.product_list.blue { background: #dde9f0; }
.product_list.header { font-weight: bold; }

.product_list span {
    display: block;
    float: left;
    padding-right: 5px;
}

.product_list .code { width: 80px; padding-right: 10px; }
.product_list .description { width: 415px; padding-right: 40px; }
.product_list .description.long { width: 775px; padding-right: 20px; }
.product_list .list_price { width: 85px; }
.product_list .your_price { width: 65px; }
.product_list .live_stock { width: 65px; }
.product_list .future_stock { width: 85px; }
.product_list .quantity { width: 40px; text-align: center; }

.product_list .quantity input,
.item.standard input.quantity {
    width: 30px;
    border: 1px solid #CCC;
}


/*** Product styles ***/
#product_top {
    width: 950px;
    height: 5px;
    background: #FFF url(/images/bg_product_top.gif) no-repeat;
}

#product {
    width: 950px;
    margin: 0;
    padding: 0 5px;
    background: #FFF url(/images/bg_product_body.gif) repeat-y;
    overflow: hidden;
}

#product_bottom {
    width: 960px;
    height: 8px;
    margin: 0 0 10px;
    background: #FFF url(/images/bg_product_bottom.gif) no-repeat;
}

#product .product_image {
    float: left;
    margin-left: -1px;
}

#product .details {
    float: left;
    width: 375px;
    min-height: 448px;
    padding: 0 0px 0px 10px;
}

#product .details.inspiration { background: #5C879E; }
#product .details.finishing { background: #A89959; }
#product .details.essential { background: #684750; }
#product .details.default { background: #B2A398; }

#product .details h2,
#product .details h3 {
    color: #FFF;
}

#product .details p {
    color: #000;
}

#product .details strong {
    color: #FFF;
}

#more_products {
    width: 950px;
    height: 420px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: #FFF url(/images/bg_more_products.jpg) no-repeat;
    overflow: hidden;
}

#more_products h1 {
    margin: 20px 0 20px 20px;
}

#more_products.inspiration h1 { color: #5C879E; }
#more_products.finishing h1 { color: #A89959; }
#more_products.essential h1 { color: #684750; }
#more_products.default h1 { color: #B2A398; }


/*** Basket ***/
table#basket {
    width: 960px;
    margin: 20px 0 30px 0;
}

table#basket th { background: #B2A398; font-weight: bold; color: #444; }
table#basket tr.dark { background: #D1C8C0; }
table#basket tr.light { background: #E3DFD9; }

table#basket .code { width: 120px; }
table#basket .description { width: 460px; }
table#basket .unit_price { width: 80px; }
table#basket .weight { width: 80px; }
table#basket .quantity { width: 80px; }
table#basket .sub_total { width: 80px; }

table#basket_totals { width: 275px; float: right; }
table#basket_totals th { background: none; color: #444; }
table#basket_totals th { width: 160px; font-weight: bold; }
table#basket_totals td { width: 75px; } 

table#basket .quantity input.form {
    width: 30px;
    text-align: center;
}

#promo_code_entry {
  float: left;
}

#promo_code_entry p.invalid_promo {
  font-weight: bold;
  color: #F23E3B;
}

#promo_code_entry label {
  color: #444;
  font-weight: bold;
}

#basket_buttons {
  clear: both;
  float: right;
  padding: 20px 35px 0 0;
}


#content .new_user textarea.form { height: 60px; }

/*** Previous orders ***/
#previous_orders {
    float: left;
    overflow: hidden;
    width: 100%;
}

#previous_orders h3 {
    overflow: hidden;
}

#previous_orders p {
    float: left;
    width: 100%;
    clear: left;
    margin: 0;
    padding: 0;
}

#previous_orders p.header { background: #B2A398; font-weight: bold; }
#previous_orders p.dark { background: #D1C8C0; }
#previous_orders p.light { background: #E3DFD9; }

#previous_orders p span {
    float: left;
    display: block;
    padding: 5px 10px 4px;
}

#previous_orders span.order_number { width: 140px; }
#previous_orders span.account_number { width: 120px; }
#previous_orders span.customer_order_reference { width: 120px; }
#previous_orders span.price { width: 130px; }
#previous_orders span.vat { width: 85px; }
#previous_orders span.date { width: 105px; }
#previous_orders span.delivery_status { width: 110px; }

span.cancelled,
#content span.cancelled a:link,
#content span.cancelled a:visited { color: #F33; }
span.outstanding,
#content span.outstanding a:link,
#content span.outstanding a:visited { color: #F33; }
span.partial,
#content span.partial a:link,
#content span.partial a:visited { color: #F93; }
span.complete,
#content span.complete a:link,
#content span.complete a:visited,
span.delivered,
#content span.delivered a:link,
#content span.delivered a:visited { color: #090; }

/* Previous order page */
#previous_orders span.product_code { width: 100px; }
#previous_orders span.description { width: 310px; }
#previous_orders span.qty_ordered { width: 90px; }
#previous_orders span.qty_delivered { width: 90px; }
#previous_orders span.due_in { width: 90px; }
#previous_orders span.line_price { width: 60px; }
#previous_orders span.status { width: 80px; }

#select_dates {
    float: right;
    overflow: hidden;
    width: 350px;
    margin: 15px 0 0;
    text-align: right;
}

#select_dates .button_image {
    position: relative;
    top: 6px;
}

.buttons {
    clear: both;
}


#footer {
    height: 80px;
    margin-top: 15px;
    padding-top: 10px;
    background: #FEFEFE url(/images/bg_footer.gif) repeat-x scroll top;
}

#footer ul { list-style-type: none; }
#footer li { display: inline; }

#footer p,
#footer a {
    line-height: 20px;
    color: #333;
}

.category_mini_image {
  width: 95px;
  display: block;
}

div.scroller { 
  /* modify width and height of scrolling section if necessary    */
  width: 845px;
}

div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)     */
  width:845px;
  height:360px;
  float:left;
}

#search_results {
  margin: 1em;
}

#search_results dt {
  margin: 1em 1em 1em 0;
  border-top: 1px solid #ccc;
}

#search_results dd {
  margin: 0 1em 1.4em 1em;
}

#search_results img {
  float: left;
  margin: 0 1em 1.4em 0;
  padding: 3px;
  border: 1px solid #ccc;
}

#search_results dt {
  clear: both;
}

.pagination {
  text-align: center;
  margin: 1em 0 1em 0;
  font-size: 75%;
}

.pagination .disabled {
  color: #666;
}

.pagination .current {
  color: #C21E1B;
}

table.calendar td div, table.calendar td table {
  width: 275px;
}

table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999 1px;
	background-color: white;
	text-align: center;
        width: 300px;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCC 1px;
	text-align: left;
/*	color: #0054E3;*/
    color: #B2A398;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: #FFF;
	text-align: center;
	border-right: double #CCC 3px;
/*	color: #0054E3; */
    color: #B2A398;
}
table.calcells td.wkday {
	background-color: #DDD;
}
table.calcells td.wkend {
	background-color: #DDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #9CF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFF;
	color: #CCC;
}
table.calcells td.notallowed {
	background-color: #FFF;
	color: #EEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999;
}


#search_results_container {
  margin: 1em;
}

#search_results_container .inspiration {
  color: #5C879E;
}

#search_results_container .finishing {
  color: #A89959;
}

#search_results_container .essential {
  color: #684750;
}

#search_results_container li, #search_results_container h2 {
  clear: both;
}

#search_results_container h2.major_cat {
  border-top: 1px solid #999;
  padding-top: 0.8em;
}

#search_results_container ul li {
  padding: 0.3em 0 0.3em 0;
}

#search_results_container li dd {
  font-size: 125%;
}

.confirm dt {
  font-weight: bold;
  display: block;
  color: #444;
}

.confirm dd {
  margin-bottom: 15px;
}

#map_canvas {
  float: left;
  width: 75%;
  height: 390px;
  border: 1px solid #ccc;
  margin-right: 30px;
}

#map_address {
  width: 25%;
  float: right;
}

#print_crestwood_logo {
    height: 0;
    overflow: hidden;
}

#quick_jump {
  float:right;
  margin-top: 5px;
  margin-right: 5px;
  width: 230px;
}

#user_account_attributes_opt_in {
  margin-right: 5px;
}

#user_account_attributes_has_showroom {
  margin-right: 5px;
}

#content p.notice, #content p.error {
  font-size: 1.2em;
  margin-top: 20px;
}

#content p.notice {
  color: #090;
}

#content p.error {
  color: #F23E3B;
}

#content .locations {
  width: 50%;
}

#change_password_submit {
  margin-top: 10px;
}

#contact_us_locations {
  margin-left: -30px;
}

#contact_us_locations .location_column {
  float: left;
}

#contact_us_locations .location {
  margin-left: 30px;
  min-height: 230px;
}

p#login_error.error {
    font-size: 80%;
    text-align: left;
    padding: 15px;
    background: #F2F2F2;
    border: 1px dashed #333;
}

p#login_notice.notice {
    font-size: 80%;
    text-align: left;
    padding: 15px;
    background: #F2F2F2;
    border: 1px dashed #333;
}

#quick_jump {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid #ccc;
}

#map_balloon {
  display: none;
}

.promotional_price {
	color: #F93852;
	font-weight:bold;
}

.special_price {
	color: #4FBD3D;
	font-weight:bold;
}

.discounted_price {
	color: #3078DC;
	font-weight:bold;
}

.price_legend {
	float:left;
	clear:left;
	padding:0 0 0 20px;
	width:410px;
	margin:2px 0 0 0;
}

.price_legend li {
	margin-right:10px;
}


#basket_totals td input {
  	margin-right:18px;
}

.whatsthis {
  position: relative;
  top: 2px;
}

.required {
  color: #F23E3B;
}

#submit {
  margin-top: 50px; 
}

#content p.list_only {
  padding: 20px;
  width: 98%;
}

#site_by_whitespace {
  text-align: left;
  margin: 0pt;
  padding: 0pt;
  background-image: url(/images/whitespace_linkback.png);
  text-indent: -99999em;
  display: block;
  width: 130px;
  height: 17px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

#sitemap ul li {
  font-size: 12px;
}

/* marketing tools ---------------- */

div.imgRight {
	
	float:right;
	padding:0 90px 0 40px;
	
}

div.clearMe {
	
	clear:both;
	
}

div.horizLine {

	clear:both;
	border-top:solid 2px #999;

}

