@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#444444;
}

a
{
	color:#038f8e;
	text-decoration:none;
}

img
{
	border:0px;
}

#wrapper
{
	width:990px;
	margin:0 auto;
}

#header
{
	width:989px;
  height:85px;
  background-image:url(/LittleTerraImages/littleterra_banner.jpg);
	position:relative;top:0px;
}

#header #logo
{
	float:left;
}

#header #banner
{
	float:left;
}

.banner_search
{
  position:absolute;top:20px;right:184px;
  width:234px;
  height:16px; 
  border-style:none;
  padding:0px;
  margin:0px;
}

.banner_search .btn {
	margin-bottom: -3px;
}

.banner_search_input
{
  width:180px;
  height:11px;
  border:1px solid #016e4f;
  color:#557625;
  margin:0px;
  padding:2px 0px 2px 16px;
  font-size:9px;
  font-weight:bold;
}

.banner_links
{
  position:absolute;top:50px;right:194px;
  text-align:center;
  width:216px;
  height:13px;
  border:1px solid #016e4f;
  background-color:#e0fdbd;
  color:#557625;
  margin:0px;
  padding:3px;
  font-size:9px;
  font-weight:bold;
}

#main_nav
{
  position:relative;top:0px;  /*Needed to stop IE7 fucking up the left edge of the bar, fucking piece of Microsoft shite */
	background-image:url(/LittleTerraImages/nav_bar_bg.gif);
  background-repeat:repeat-x;
	width:auto;
	height:24px;
	padding:6px 0px 1px 0px;
	font-size:.9em;
	text-align:center;
}

#main_nav ul
{
	margin:0;
	padding:0;
}

#main_nav ul li
{
	color:#FFFFFF;
	font-weight:bold;
	display:inline;
	padding:0px 30px 0px 30px ;
	list-style-type:none;
}

#main_nav ul li a
{
	text-decoration:none;
	color:#FFFFFF;
}

#left_panel
{
	float:left;
	/*margin:0px 0px 0px 3px;*/
	padding-left:3px;
	width:150px;
}
#centre_panel
{
  float:left;
  
  width:656px;
  /*  margin:0px 0 0 14px;*/
  padding-left:14px;
}
.centre_heading , .center_box .hdr
{
  background-image:url(/LittleTerraImages/green_heading.gif);
  background-repeat:no-repeat;
  width:632px;
  height:16px;
  color:white;
  font-size:9pt;
  font-weight:bold;
  padding:6px 4px 6px 20px;
  /*margin:1px 13px 0px 5px;*/
}
.centre_content, .center_box .bod 
{  
  padding:6px 10px 6px 10px;
  /*margin:1px 13px 0px 13px;*/
}

.centre_home_content {
}
#page_banner {
	margin:0 0 10px 2px;
}
.center_home_box {
	width:320px;
	background-color:#0000CC;
	background: url(/LittleTerraImages/home_box_bod.gif) bottom left no-repeat;
	margin-bottom:10px;
	padding-bottom:5px;
}

.center_home_box .hdr{
	background:url(/LittleTerraImages/home_box_hdr.gif) top left no-repeat;
	/*width:135px;*/
	padding:5px 5px 5px 5px;
	color:#FFFFFF;
	font-size:.8em;
	text-align:left;
}

.center_home_box .bod{
	padding:5px;
	height:275px;
	color:#00958f;
	font-size:90%;
}

.center_home_box .ftr {
	clear:both;
}

.center_home_box .ftr a{	
	font-weight:bold;
	color:#ff7101;	
	padding:5px;
	font-size:90%;
}

.center_home_box  a{
	color:#00958f;	
}

.center_home_box .bod table {
	width:100%;
}

.center_home_box .bod td {
	border-bottom:1px dashed #003f8d;
	padding:0 5px 5px 5px;
}
.center_home_box .bod .product_price {
	color:#ff7101;
	font-weight:bold;
}

.home_clear {
	clear:both;
	height:1px;
}
.left {
	float:left;
}
.right {
	float:right;
}


.centre_content  #subcategory{
	width:100%;	
}

.centre_content  #subcategory td {
	vertical-align:top;
}

.centre_content  #subcategory td.right{
	padding-left:7px;
	width:305px;
}

.centre_content  #subcategory td.left{
	padding-right:15px;
	/*border-right:1px dashed #444444;*/
	background: url(/LittleTerraImages/vertical_line_bg.gif) top right repeat-y;
	width:303px;
}

.centre_content  #subcategory .cat_name {
	/*border-top:1px dashed #444444;*/
	background: url(/LittleTerraImages/horizontal_line_bg.gif) top left repeat-x;
	padding:7px 0 10px;
}

.centre_content  #subcategory .cat_name_first {
	padding:7px 0 10px;
}

.centre_content  #subcategory .cat_name a, .centre_content  #subcategory .cat_name_first a{
	color:#00958f;
	text-decoration:none;
	font-weight:bold;
}

.centre_content  #subcategory .cat_image{
	float:left;
	margin-bottom:10px;
}

.centre_content  #subcategory .cat_description{
	margin:0 0 10px 125px;
}

.centre_content #body_prodcat {
	border-top:1px solid #007660;
	margin-top:10px;
}

.centre_content #body_prodcat .image {
	float:left;
	width:213px;
}

.centre_content #body_prodcat .description{
	float:left;
	width:400px;
	padding-left:20px;
}

.centre_content #body_prodcat .description em{
	
	display:block;
	color:#00918e;
	font-size:1.2em;
	font-style:normal;
	padding:5px 0 7px
}


#product_listing {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #007660;
}

#product_listing th{
	text-align:left;
	color:#038f8e;
	border-bottom:1px solid #007660;
	padding: 5px 0 5px 0;
	font-style:normal;
}

#product_listing th.small_col {
	width:20%;
}

#product_listing td {
	border-bottom:1px dashed #444444;
	padding: 5px 0 5px 0;
}



#product_listing td.product_info a {
	color:#444444;
	text-decoration:none;
	padding-left:10px;
	background:url(/SiteImages/blue_bullet.gif) 0px 0px no-repeat;
}
#product_listing td.product_price {
	color:#ff7101;

}
.back_top {
	text-align:right;
	padding-top: 10px;
}

.back_top a{
	color:#038f8e;
	text-decoration: none;
}

.back_top a:hover{ 
	text-decoration:underline;
}

#basket table {
	width:100%;
	border-collapse:collapse;	
}
#basket table th{
	border-bottom:1px dashed #007660;
	color:#038f8e;
	text-align:left;
	padding:5px 0 5px 0;
}

#basket table td{
	padding:5px 0 5px 0;
}



/* Added by Thanh*/
/*

/* style for grey-small link (buy, infor)*/
a.grey_link:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #555555;
text-decoration: none;
}

a.grey_link:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #555555;
text-decoration: none;
}

a.grey_link:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #555555;
text-decoration: none;
}

a.grey_link:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #555555;
text-decoration: none;
}

.newborder{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	border-style:solid;
	border-width:1px;
	border-color:#007660;
	padding: 5px;
}

.title_blue_med{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#038f8e;
}
*/
.title_blue_med_center{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#038f8e;
	padding-left: 230px;
}
/*
.title_white_med{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.blueBox {
	width: 100%;
}
*/
#adddressinput {
	width: 100%;
}

#adddressinput fieldset {
	border: none;
	clear:both;
}

#adddressinput label , .blueBox label{
	text-align: right;
	float: left;
	width: 200px;
	padding-right: 30px;
	margin: 0;
}

#adddressinput .textbox, .blueBox {
	float: left;
	width: 200px;
	margin: 0;
	padding:0;
}

#adddressinput select{
	float: left;
	width: 200px;
}

#adddressinput textarea{
	float: left;
	width: 200px;
}

#adddressinput p.error{
	color: red;
	clear:both;
	/*margin-left: 180px;*/
	margin-top:0;
	padding-0;
}

#adddressinput fieldset p.error{
	color: red;
	clear:both;
	padding: 0;
	margin:0;
	margin-left: 230px;
}

.home_clear{
	/*float: left;*/
	height:1px;
	clear:both;
}

#adddressinput .ActionButton{
	clear:both;
	float: left;
	width: 70px;
	margin-top: 10px;
	/*margin-left: 50px;*/

}

#adddressinput .textblock{
	clear:both;
	color:#444444;
	/*margin-left: 40px;*/
}

.requiredfiled{
	color: red;
}
.out_of_stock {
	color:red;
	font-weight:bold;
}

.out_of_stock a {
	color:red;
	text-decoration:underline;
}

.textblockred{
	color: red;
	/*margin-left: 40px;*/
	clear:both;
}
.highlight {
	font-weight:bold;
}

.error {
	color:#FF0000;
	font-weight:bold;
}

.addressTable{
	padding-top: 5px;
}


#basket #blueborder{
	border:1px solid #007660;
	padding: 5px;
}

.promo_code{
	margin-top: 10px;
}

#account_nav{
	width:100%;
	border-collapse:collapse;		
	font-weight:bold;
	margin-bottom:10px;
	
}

#account_nav td {
	background-color:#038f8e;	
	padding:5px 5px 0 5px;
	width:150px;
}
#account_nav a {
	color:#FFFFFF;
	display:block;
	text-align:center;
	padding:3px;
	
}

#account_nav a.selected{
	background-color:#FFFFFF;
	color:#038f8e;		
}

#account_welcome{
	width:100%;
	border-bottom:2px solid #007660;	
	border-top:2px solid #007660;
	font-weight:bold;
}

.blueBtn{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #038f8e;
	text-decoration: none; 
	background-color: #FFFFFF;
	border: none;
	font-weight: bold;
	cursor:pointer;
}

/*--------------------*/


.main_left
{
  width:320px;
  height:auto;
  float:left;
  margin:1px 5px 0px 11px;
}

.main_right
{
  width:295px;
  height:auto;
  float:left;
  margin:1px 3px 0px 5px;
}

.main_form
{
  font-size:8pt;
  font-weight:bold;
  color:#557625;
}

.main_form td
{
  width:120px;
  height:auto;
  padding-bottom:12px;
}

.main_large_img
{
  float:left;
}

.main_side_img
{
  float:right;
  width:69px;
  height:auto;
}

.main_side_img img
{
  border:1px solid #8ccc3a;
  margin:2px 0px 2px 0px;
}

.main_related
{
  clear:both;
  margin:0px 0px 5px 0px;
}

.main_related .thumb_border
{
  border:1px solid #8ccc3a;
  margin:5px 7px 0px 0px;
  width:100px;
  height:60px;
  padding:5px;
  float:left; 
  text-align: center;

}

#main_related_last
{
  border:1px solid #8ccc3a;
  margin:2px 0px 0px 2px;
}

.main_alternative
{
  margin:4px 5px 12px 5px;
  width:auto;
  height:auto;
}

.main_alternative .thumb_border
{
  border:1px solid #8ccc3a;
  margin:5px 7px 0px 0px;
  padding:5px;
  float:left;  
}

#right_panel
{
	float:right;
	/*margin:0px 3px 0px 0px;*/
	padding-right:3px;
	/*background-color:#99FF66;*/
}

.sidebox_hdr
{
	background-image:url(/LittleTerraImages/brown_heading.gif);
	background-repeat:no-repeat;
	width:149px;
	height:16px;
	padding:7px 0px 3px 0px;
	color:#FFFFFF;
	font-size:.8em;
	text-align:center;
	margin:0px 0px 4px 0px;
}

.sidebox_top
{
	background-image:url(/LittleTerraImages/brown_top.gif);
	background-repeat:no-repeat;
	width:149px;
	height:16px;
	padding:7px 0px 3px 0px;
	color:#FFFFFF;
	font-size:.8em;
	text-align:center;
	margin:0px;
}

.sidebox_bod, .sidebox_bod2, .sidebox_bod3
{
	background-image:url(/LittleTerraImages/brown_mid.gif);
	background-repeat:repeat-y;
	width:147px;	
	height:auto;
	margin:0px;
	padding:5px 1px 0px 1px;
}

.sidebox_btm
{
	background-image:url(/LittleTerraImages/brown_btm.gif);
	background-repeat:no-repeat;
	width:149px;
	height:19px;
	margin:0px;
	padding:0px;
}

.sidebox_bod ul, .sidebox_bod2 ul, .sidebox_bod3 ul, .sidebox_bod ol
{
	margin:0px;
	padding:0px;
}

.sidebox_bod ul li
{
	padding:3px 2px 2px 20px;
	margin:0px;
	list-style-type:none;
	background-image:url(/LittleTerraImages/list_dot.gif);
	background-repeat:no-repeat;
}

.sidebox_bod ol li
{
	padding:3px 0px 2px 0px;
	margin:0px 16px 0px 28px;
	list-style-position:outside;
}

.sidebox_bod2 ul li
{
	padding:1px 2px 1px 20px;
	margin:0px;
	list-style-type:none;
	background-image:url(/LittleTerraImages/list_dot.gif);
	background-repeat:no-repeat;
}

.sidebox_bod3 ul li
{
	padding:1px 20px 1px 20px;
	margin:0px;
	list-style-type:none;
	background-image:url(/LittleTerraImages/list_dot.gif);
	background-repeat:no-repeat;
	font-size:7pt;
}

.sidebox_bod ul li a, .sidebox_bod2 ul li a, .sidebox_bod3 ul li a, .sidebox_bod ol li a
{
	color:#444444;
	text-decoration:none;
}

.sidebox_more
{
  text-align:right;
  position:relative;left:16px;
  color:#1050bc;
}

#footer
{
  text-align:center;
  color:#007459;
  font-family:Arial, sans-serif;
  font-size:8pt;
}

#footer a
{
  color:#573007;
}

h1
{
  display:inline;
  color:white;
  font-size:9pt;
  font-weight:bold;
}

h2
{
  display:inline;
	color:#FFFFFF;
	font-size:7pt;
	font-weight:normal;
}

h3
{
  display:inline;
  font-weight:bold;
  font-size:8pt;
  color:#557625;
}
.clear{
	clear:both;
}

.product_rrp {
	font-size:100%;
	color:red;
	font-style:normal;
	font-weight:bold;
	margin-left:30px;
	text-decoration: line-through;
}

