/* The Cellar Door shop CSS */

/* COLOURS:

	Light red		#D00123;
	Mid red			#B8011F; 
	Mid dark Red 	#C0272D;
	Dark red		#8B0117;
	White			#FFFFFF; 
	Text			#6A6E6F;
	Light brown		#EFE9D7;
	Mid brown		#CFBF88;
	Dark Brown		#9D6E00;	
	
*/

#stocklist {
	width: 648px;
	}
	
#stocklist .intro  {
	width: 540px;
	font-size: 11px;
	color: #6A6E6F;
	padding: 10px 20px;	
	}	

#stocklist .intro .bold {
	font-size: 20px;
	font-weight: 200;
	color: #9D6E00;	
	display: block;
	margin-bottom: 20px;
	}
	
#key {
	width: 492px;
	height: 20px;
	border: solid 1px #A1A1A1;
	background: url(../images/content/key_back.jpg) no-repeat;
	padding: 7px 0px 3px 48px;
	margin: 10px 20px;
	overflow: auto;
	}
	
#key .icon {
	height: 20px;
	font-size: 9px;
	color: #8B0117;
	line-height: 20px;
	float: left;
	margin-right: 5px;
	display: inline;
	}	
	
#stocklist #results {
	width: 520px;
	border: solid 1px #A1A1A1;
	padding: 10px;
	margin: 10px 20px;
	}
	
.item {
	width: 500px;
	background-color: #F4F4F4;
	border-bottom: solid 1px #A1A1A1;
	padding: 10px;
	margin: 10px 0px;
	display: block;
	overflow: hidden;
	}
	
.item .thumb {
	width: 58px;
	height: 58px;
	border: solid 1px #811218;
	float: left;
	clear: none;
	display: inline;
	}
	
.item .text {
	width: 300px;
	padding: 0px 15px;
	font-size: 10px;
	line-height: 130%;
	float: left;
	clear: none;
	display: inline;	
	}
	
*html .text {
	width: 290px;
	}	
	
.item .text .name {
	font-size: 11px;
	font-weight: bold;
	color: #9D6E00;
	display: block;
	}
	
.item .price {
	width: 80px;
	float: left;
	clear: none;
	font-weight: bold;
	line-height: 30px;	
	display: inline;	
	}
	
.item .button {
	padding: 0px;
	margin: 5px 0px;
	display: block;
	}
	
.item .extras {
	width: 410px;
	padding: 5px 0px 0px 70px;
	clear: both;
	}
	
.item .extras .icon {
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	float: left;
	margin-right: 5px;
	display: inline;	
	}
	
.sorry {
	font-size: 12px;
	color: #8B0117; 
	}	
	
.clearfix {
	clear: both;
	}
	
select.selectfield {
	width: 110px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #6A6E6F;
	border: 1px solid #A1A1A1;
	padding: 1px 0px;
	margin-bottom: 5px;
	}
	
*html select.selectfield {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #6A6E6F;
	border: 1px solid #A1A1A1;
	padding: 1px 0px;
	}	
	
/* View basket ----------------------------------------*/

#basketview {
	width: 500px;
	float: left;
	clear: none;
	display: inline;
	border: 1px solid #A1A1A1;
	padding: 20px;
	margin: 10px 0px;	
	}

	
#basket_item {
	width: 500px;
	border-bottom: solid 1px #CFBF88;	
	display: block;
	padding: 5px 0px;
	margin-bottom: 7px;
	overflow: hidden;
	}
	
#basket_item .brown {
	letter-spacing: 0px;
	font-weight: bold;
	color: #9D6E00;
	}		
	
#basket_item .remove{
	width: 60px;
	float: left;
	clear: none;
	display: inline;
	}	
	
#basket_item .product{
	width: 290px;
	float: left;
	clear: none;
	display: inline;
	}

#basket_item .quantity{
	width: 70px;
	float: left;
	clear: none;
	display: inline;
	margin-left: 10px;	
	}
	
#basket_item .quantity a:visited {
	display:inline;
	color:#6A6E6F;
	font-size:11px;
	letter-spacing:1px;
	line-height:140%;
	margin-right:1px;
	text-decoration:none;
	padding:0px;
	padding-top:1px;
	}	

#basket_item .box{
	height: 13px;
	line-height: 13px;
	font-size: 10px;
	border: solid 1px #E1E1E1;
	padding: 0px;
	margin: 0px;
	}
	
#basket_item .symbol{
	margin-left: 3px;	
	}		
	
#basket_item .price{
	width: 60px;
	float: left;
	clear: none;
	display: inline;
	margin-left: 10px;	
	}
	
#basket_item .total {
	width: 70px;
	float: left;
	clear: none;
	display: inline;
	color: #B8011F;
	font-weight: bold;
	padding-left: 360px;	
	}	
	
/*.checkout {
	width: 120px;
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	background: #D00123 url(../images/shop/tcd_basket_arrow2.gif) 0 center  no-repeat;
	border: 1px solid #8B0118;
	padding: 2px 3px 2px 18px;
	margin: 10px 0px;
	font-weight: bold;
	cursor: pointer;
	} */
	
#confirmation {
	width: 490px;
	color: #9D6E00;
	background: #EFE9D7; 
	padding: 10px 0px 20px 10px; 
	border-bottom: solid 1px #CFBF88;
	}									
