/* ############################# Basic element styles   */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color: #6c6763;
}
.clear{clear:both;}
.clear_left{clear:left;}
.clear_right{clear:right;}
a img{border:none;}
form{
margin:0px;
padding:0px,
}
/* ############################# colours   */

.green {
	color: #d2db30;
}
.dark_grey {
	color: #6c6763;
}
.light_grey {
	color: #c9c0b7;
}

/* ############################# main divs   */
#content{
	width:758px;
	border: 1px solid #333333;
	border-bottom: none;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	background: #ded9d3;
}

/* ############################# top bar  */
#top_bar{
	background: #c9c0b7;
	height: 90px;
	position: relative;
	top: -120px;
	z-index: 2;
	text-align: right;
}
#top_bar a img{
	border-style: none;
}

/* ############################# logo   */
#logo{
	width:90px;
	height:85px;
	padding: 35px 0px 0px 45px;
	margin: 0px;
	position: relative;
	top: 0px;
	z-index: 3;
	background: #d2db30 url(../images/logo.gif);
	font-size: 0px;
	color: #D1DA2C;
}
/* ############################# search bar   */
#search_bar{
	background: #6c6763;
	height: 37px;
	position: relative;
	top: -120px;
	z-index: 1;
}
#top_form{
	margin:0px;
	padding:9px 0px 0px 280px;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
#content #search_bar #top_form a{
	color: #FFFFFF;
	text-decoration: none;
}
#content #search_bar #top_form a:hover{
	text-decoration: underline;
}

#top_form input{
	font-size: 9px;
	color: #6c6763;
	margin: 0px;
	padding: 2px 5px;
	border-style: none;
	letter-spacing: 1px;
	vertical-align: text-bottom;
		background: #ded9d3;
}
#content #search_bar #top_form #basket_items {
	width: 50px;
	margin-right: 60px;
	margin-left: 5px;

}

#content #search_bar #top_form #str_search {
	margin-left: 5px;
}
#content #search_bar #top_form #search{
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	}
/* ############################# left menu   */	
	
	
#left_menu{

	position: relative;
	top: -120px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	float: left;

}
#left_menu ul{
	background: #c9c0b7;
	width: 120px;
	font-size: 14px;
	color: #FFFFFF;
	list-style: outside;
	margin: 0px;
	padding:10px 5px 10px 10px;
	border-bottom: 15px solid #6c6763;

}
#left_menu ul li{
	margin-left:10px;
}
#left_menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	
}
#left_menu ul li a:hover {
	color: #666;
}
#left_menu .green{
	background: #d2db30;
	width: 115px;
	font-size: 14px;
	color: #6c6763;
	margin: 0px;
	padding:10px;	
	font-weight: normal;
	border-bottom: 15px solid #6c6763;
}
#left_menu .green a{
	color: #6c6763;
	text-decoration: none;
}
#left_menu .left_img{
	background: #6c6763;
	width: 135px;
	margin: 0px;
	padding:0px 0px 10px;
	text-align: center;
}
#left_menu .left_img a img{
	border: none;
}

/* ############################# footer   */

#footer{
	background: #6c6763;
	height: 20px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}




/* ############################# index specific   */
#main_content{
	position: relative;
	top: -120px;
	width:615px;
	float: right;
}


.index_item{
	width:245px;
	float:left;
	margin-left:25px
}
.index_item h3{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #6c6763;
	margin: 7px 0px 0px;
	padding: 1px 3px;
	width: 150px;
}
.index_item img{
	padding: 0px;
	border-style: none;
}
.index_item img.main{
	display: block;
	border: 2px solid #6c6763;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
#main_content .index_item ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#main_content .index_item ul li {
	font-size: 10px;
	height: 12px;
	margin: 0px 0px 0px 17px;
	padding: 0px;
	color: #6c6763;	
}


.index_item p {
	color: #6c6763;
	margin: 0px;
	font-size: 12px;
	padding:0px;
	clear:both;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

.index_item a.buy {
	background-color: #6c6763;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	float:left;
	text-align: center;
	display: block;
	width: 111px;
	margin: 0px 10px 0px 0px ;
}

.index_item a.view {
	background-color: #6c6763;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	float:left;
	display: block;
	width: 111px;
	margin: 0px;
}

/* ################################ groups          */


.group_block {
	width: 140px;
	float:left;
	margin:0px 5px 0px 0px;
	padding: 0px;
	font-size: 10px;
	height: 260px;
}

.group_block img{
	padding: 0px 0px 5px 0px;
}

.group_block a img{
	display: block;
	border: 2px solid #6c6763;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
.group_block h2{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #6c6763;
	margin: 0px;
	padding: 1px 3px;
	width: 138px;
	height: 30px;
}
.group_block .content_text a{
	background-color: #6c6763;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	float:left;
	display: block;
	width: 55px;
	margin: 0px;
}
.group_block .content_text span a{
	background-color: #6c6763;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	float:left;
	text-align: center;
	display: block;
	width: 55px;
	margin: 0px 0px 0px 0px ;
}



/*          item details    */

.item{
	float:left;
	width:585px;;
}
.item img{
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px;
	border: 2px solid #6c6763;
}
.item p {
	float:left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 250px;
}
.alt_im_main{
	float: right;
	width:100px;
	font-size: 11px;
	text-align: center;
}

.legs {width:198px;float:left;	text-align: center;padding: 5px 0px 5px 0px;}
.legs img{
	float:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.legs_text{
	color: #666666;
	font-size: 10px;
	text-align: left;
}
.legs h4{margin: 0px;padding: 0px;}
.legs radio{margin: 0px;padding: 0px;}

.fabric_groups{
	width:120px;
	float:left;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
.fabric_groups img{float:left;padding:0px 0px 0px 5px;}
.groups_text{	color: #666666;font-size: 10px;}
.fabric_groups h4{margin: 0px;padding: 0px;}
.fabric_groups radio{margin: 0px;padding: 0px;}

.fabrics{width:120px;float:left;	text-align: center;padding: 5px 5px 5px 5px; height:110px;}
.fabrics img{float:left;padding:0px 0px 0px 5px;}
.fabric_text{	color: #666666;font-size: 10px;}
.fabrics h4{margin: 0px;padding: 0px;}
.fabrics radio{margin: 0px;padding: 0px;}

.beading {width:75px;float:left;	text-align: center;padding: 5px 0px 5px 0px;}
.beading img{float:left;padding:0px 0px 0px 5px;}
.beading_text{	color: #666666;font-size: 10px;}
.beading h4{margin: 0px;padding: 0px;}
.beading radio{margin: 0px;padding: 0px;}

h1.head2 a{color: #FFFFFF;}
h1.head2{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #6c6763;
	margin: 7px 0px 5px;
	padding: 1px 3px;
}
h2.head3{
	color:#6c6763;
	font-size: 14px;
	width: auto;
	margin: 0px;
	padding: 5px 0px;
	}
.materials {
	font-size: 10px;
	color: #333333;
	text-align: left;
}
/*  cart */
.current_heading{
	font-style: italic;
	font-weight: bold;
}
.current{}

.quant{
	font-size: 9px;
	color: #6c6763;
	margin: 0px;
	padding: 2px 5px;
	letter-spacing: 1px;
	vertical-align: text-bottom;
	background: #ded9d3;
	border: 1px solid #c9c0b7;
	width:12px;
	margin: 0px;
}


.sub_1{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 2px;
	text-align: left;
	border: none;
	cursor: hand;
	background: #ded9d3;
}


/* cart styles */
#update_button {
	font-size: 10px;
	background: #ded9d3;
	border: none;
	color: #666666;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.cart_quant {
	font-size: 10px;
	color: #666666;
	background: #ded9d3;
	border: 1px solid #CBBAA9;
	width:10px;
}
.quant_td{
	text-align: center;
		font-size: 11px;
	color: #87674d;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;	
}
.tab_header{
	font-size: 12px;
	font-weight: bold;
	color: #87674d;
	background-color: #ded9d3;
	padding-right: 5px;
	padding-left: 5px;
}
.tab_content{
	font-size: 11px;
	color: #87674d;
	padding:3px 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;	
}	
#main_table{
border-collapse:collapse;
}
	/* checkout styles */
#left_form{
	font-size: 10px;
	float: left;
	width: 45%;
}
#right_form{
	font-size: 10px;
	width: 45%;
}
#right_form strong,#left_form strong{
	font-weight: bold;
	color: #FF0000;
}
#left_form input{	
	font-size: 10px;
	color: #666666;
	background: #ded9d3;
	border: 1px solid #CBBAA9;
	width:150px;
}
#left_form select{	
	font-size: 10px;
	color: #666666;
	background: #ded9d3;
	border: 1px solid #CBBAA9;
	width:154px;
}
#right_form input{	
	font-size: 10px;
	color: #666666;
	background: #ded9d3;
	border: 1px solid #CBBAA9;
	width:150px;
}	
.form_names{
	text-align: right;
	vertical-align: top;
	padding-right: 3px;
	width: 125px;
}

	#right_form textarea{	
	font-size: 10px;
	color: #666666;
	background: #ded9d3;
	border: 1px solid #CBBAA9;
	width:150px;
}
	
.select_box {
	font-size: 10px;
	color: #666666;
	background: #ded9d3;
	border: 1px solid #CBBAA9;

}
	
.cust_links{
	font-size: 11px;
}
	
.brown{color: #87674d;}


a.popup1{
	color: #6c6763;
	font-size: 12px;
	text-decoration: none;
}
a.popup1:hover{
	text-decoration:underline;
}



















