/*Common colours and so on*/
.red{
color: #FF0000;
}
.green{
color: #003300;
}
#register_ok{
background: url(images/tick.jpg) top left no-repeat;
}

a, img{
border: 0px solid #000;
}

.inc_vat{
font-size: 8pt;
font-weight: normal;
}

table.plain_table, table.plain_table tr, table.plain_table tr td{
padding: 0px;
margin: 0px;
border-collapse: collapse;
border: 0px solid #000;
float: left;
}

/*buttons*/
.update_cart{
  width: 102px;
  height: 25px;
  padding: 25px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(images/update_cart.jpg) top left no-repeat;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.checkout{
  width: 152px;
  height: 28px;
  padding: 28px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(images/checkout.jpg) top left no-repeat;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.login{
  width: 72px;
  height: 25px;
  padding: 25px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(images/login.jpg) top left no-repeat;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.create_account{
  width: 122px;
  height: 25px;
  padding: 25px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(images/create_account.jpg) top left no-repeat;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.register{
  width: 72px;
  height: 25px;
  padding: 25px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(images/register.jpg) top left no-repeat;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

/*Links and things*/
div#expand{
width: 100%;
text-align: center;
float: left;
}

div#sidebar_menu a{
color: #000;
text-decoration: none;
}

div#opening{
width: 100%;
text-align: center;
margin: 10px 0px 10px 0px;
}

div#opening p{
text-align: left;
}

p a{
font-weight: normal;
color: #333;
}


table#new_products{
width: 100%;
}

table#new_products td{
width: 25%;
border: 1px dotted #B0B0B0;
text-align: center;
vertical-align: center;
padding: 3px;
}

table#new_products .top{
border-bottom: 0px dotted #B0B0B0;
}

table#new_products .middle{
border-top: 0px dotted #B0B0B0;
border-bottom: 0px dotted #B0B0B0;
}

table#new_products .bottom{
border-top: 0px dotted #B0B0B0;
font-weight: bold;
}

body{
padding: 0;
margin: 10px 0px 0px 0px;
background-color: #768751;
font-family: Arial, Verdana, Helvetica, Sans Serif;
font-size: 10pt;
text-align: center;
}

div#wrapper{
width: 100%;
padding: 0px 10px 0px 10px;
background-color: #FFFFFF;
text-align: left;
float: left;
}

/* IE 6 Hack */
* html div#wrapper{
width: 100%;
padding: 0px 10px 0px 10px;
background-color: #FFFFFF;
text-align: left;
float: left;
}

div#container{
width: 980px;
background-color: #FFFFFF;
margin: auto;
}

/* IE 6 Hack */
* html div#container{
width: 1000px;
background-color: #FFFFFF;
margin: auto;
}


div#banner{
width: 100%;
float: left;
}

div#bannerleft{
width: 780px;
float: left;
}

div#bannerright{
width: 200px;
text-align: right;
float: left;
}

div#logo{
width: 231px;
height: 58px;
margin: 20px 0px 0px 0px;
background: url(images/logo.jpg) top left no-repeat;
}

div#login{
padding: 20px 20px 0px 0px;
/*padding: 30px 20px 0px 0px;*/
text-align: center;
text-align: right;
}

div#login a{
font-weight: bold;
color: #000;
padding: 0px 0px 0px 10px;
text-decoration: none;
}

div#contact_info{
color: #999;
margin: 10px 0px 0px 0px;
font-size: 20pt;
font-weight: bold;
text-align: left;
float: left;
}

div#hours{width: 100%;font-size: 15pt;}

div#cart{
width: 200px;
height: 50px;
margin: 10px 0px 0px 0px;
text-align: center;
color: #FFFFFF;
padding-top: 2px;
background: url(images/cart_top.jpg) top left no-repeat #8CB82E;
float: left;
}

div#nav{
padding: 0;
margin: 0;
float: left;
}

div#nav_left{
width: 10px;
height: 40px;
background: url(images/nav_left.jpg) top left no-repeat;
float: left;
}

div#nav_menu{
width: 960px;
height: 40px;
margin: 0;
padding: 0;
background: url(images/nav.jpg) top left repeat-x;
float: left;
}

div#nav_menu ul{
height: 40px;
margin: 5px;
padding: 0px;
}

div#nav_menu ul li, div#nav_menu ul li a{
height: 40px;
list-style: none;
display: inline;
color: #FFFFFF;
font-size: 13pt;
font-weight: bold;
padding: 5px 15px 5px 15px;
}

div#nav_right{
width: 10px;
height: 40px;
background: url(images/nav_right.jpg) top left no-repeat #8CB82E;
float: left;
}

div#sidebar{
width: 200px;
margin: 10px 0px 10px 0px;
float: left;
}

div#sidebar_title{
width: 200px;
height: 25px;
background: url(images/sidebar.jpg) top left no-repeat;
font-weight: bold;
color: #FFF;
text-align: center;
line-height: 25px;
float: left;
}

div#sidebar_menu{
width: 200px;
float: left;
}

div#sidebar_menu li{
list-style: none;
margin: 10px;
border-bottom: 1px dotted #000;
font-weight: bold;
}

div#sidebar_menu li.indent a{
list-style: none;
display:block;
padding: 0 15px 0 15px;
margin: 0;
font-weight: normal;
border-bottom: 0px solid #000;
}

div#sidebar_menu ul{
margin: 0;
padding: 0;
}

div#main{
width: 770px;
margin-left: 10px;
margin-top: 10px;
float: left;
}

h1{
width: 100%;
line-height: 25px;
font-weight: bold;
font-size: 12pt;
float: left;
}

div#content{
width: 100%;
float: left;
}

div#content p{
width: 100%;
}

div#footer{
width: 100%;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
float: left;
}



div#register_form table, div#login_form table, div#login_create_account, div#address_form table{
width: 345px;
margin: 10px;
table-layout: fixed;
float: left;
}

div#register_form table caption, div#login_form table caption, div.caption, div#address_form table caption, table#payment caption{
height: 20px;
line-height: 20px;
color: #FFF;
font-weight: bold;
background: url(images/form_gr.jpg) top left repeat-x;
}

div#register_form table td, div#address_form table td{
height: 25px;
}

table#register_help_message, table#register_account{
height: 200px;
}

table#products{
width: 100%;
border-collapse: collapse;
}

table#products td{
border-bottom: 1px dotted #B0B0B0;
padding: 10px;
}

table#products img, a{
text-decoration: none;
border: 0px;
color: #000;
font-weight: bold;
padding: 0;
}

td.product_left{
width: 100px;
}
td.product_middle{
width: 500px;
}
td.product_right{
width: 100px;
}
div.stock{
width: 100px;
color: #FF0000;
margin: 0px;
padding: 0px;
}

div#product_title, div#product h2{
width: 100%;
font-weight: bold;
font-size: 13pt;
margin: 5px 0px 5px 0px;
}

div#product_photo{
width: 200px;
padding: 10px;
margin-right: 20px;
border: 1px solid #B0B0B0;
float: left;
}

div#product_pricing{
margin: 0px 20px 0px 20px;
width: 200px;
font-weight: bold;
font-size: 14pt;
padding: 5px;
float: left;
}

div.product_price{
font-weight: bold;
font-size: 14pt;
float: left;
}

div#product_delivery{
width: 200px;
font-weight: bold;
font-size: 10pt;
padding: 5px;
margin: 10px 0px 0px 0px;
float: left;
}
div#product_delivery ul{
list-style: none;
padding: 0px;
margin: 0px;
font-weight: normal;
}
div#product_delivery ul li{
padding: 10px 0px 0px 0px;
}

div#product_delivery ul li img{
margin-right: 5px;
}

div#product_alternative{
margin-left: 20px;
width: 200px;
padding: 5px;
border: 1px solid #B0B0B0;
float: left;
}
div#product_alternative h2{
width: 100%;
font-size: 11pt;
font-weight: bold;
text-align: center;
padding: 5px 0px 5px 0px;
}
div#product_alternative ul{
width: 100%;
margin: 0px;
padding: 0px;
list-style: none;
}

div#product_details{
width: 100%;
float: left;
}
div#product_details h2{
width: 100%;
font-weight: bold;
font-size: 15pt;
margin: 10px 0px 0px 0px;
border-bottom: 1px solid #B0B0B0;
float: left;
}


table#shoppingcart{
width: 100%;
text-align: center;
border: 1px dotted #B0B0B0;
border-collapse: collapse;
float: left;
}

table#shoppingcart td, table#shoppingcart th{
border: 1px dotted #B0B0B0;
}

div#checkout{
width: 100%;
text-align: center;
}

table.address{
width: 80%;
margin: auto;
margin: 10px 0px 0px 0px;
padding: 0px;
border-collapse: collapse;
text-align: left;
}

table.address caption{
font-weight: bold;
height: 25px;
line-height: 25px;
color: #FFF;
background: url(images/form_gr.jpg) top left repeat-x;
}

table.address td{
border-bottom: 1px solid #4B6619;
}

/*ORDER.php*/
table.orders{
width: 100%;
margin: 10px 0px 10px 0px;
border-collapse: collapse;
text-align: left;
}

table.orders caption{
text-align: left;
font-weight: bold;
font-size: 11pt;
padding: 5px 0px 5px 0px;
}

table.orders th{
background-color: #EFEFEF;
border: 0px solid #000;
border-bottom: 1px solid #C8C8C8;
}

table.orders td{
border-bottom: 1px dotted #B0B0B0;
}

div#account_orders{
width: 350px;
float: left;
}

div#account_personal{
width: 350px;
float: left;
}

table#OrderBillingAddress{
width: 150px;
float: left;
}

table#OrderBillingAddress caption{
text-align: left;
font-weight: bold;
}

table#OrderDeliveryAddress{
width: 150px;
margin-left: 50px;
float: left;
}

table#OrderDeliveryAddress caption{
text-align: left;
font-weight: bold;
}

table#OrderDetails{
width: 300px;
margin-left: 50px;
border: 1px solid #000;
background: #EFEFEF;
border-collapse: separate;
border-spacing: 0px;
float: left;
}

table#OrderDetails th{
border-bottom: 1px solid #C8C8C8;
padding: 0px;
margin: 0px;
}

table#OrderDetails td{
border-bottom: 1px solid #C8C8C8;
}

table#OrderDetails caption{
text-align: left;
font-weight: bold;
}

table#OrderedItems{
margin-top: 50px;
width: 100%;
border: 1px solid #000;
}

table#OrderedItems caption{
font-weight: bold;
text-align: left;
}

table#OrderedItems th{
border-bottom: 1px solid #C8C8C8;
padding: 0px;
margin: 0px;
}

table#OrderedItems td{
border-bottom: 1px solid #C8C8C8;
}
/*ORDER.php*/

div.contact_option{
margin: 5px;
float: left;
}

div.contact_option img{
width: 58px;
height: 58px;
font-size: 15px;
vertical-align:middle;
text-align: left;
float: left;
}

div.contact_text{
width: 250px;
padding-top: 25px;
}

div.contact_column{
width: 350px;
float: left;
}

div#contact_address{
font-weight: normal;
float: left;
}

table#payment{
width: 300px;
margin: 10px 0px 0px 0px;
}

* html table#paymenttttt{
width: 300px;
margin: 10px 0px 0px 0px;
}

div.edit_address{
margin: 15px;
float: left;
}