/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2006-04-14 10:00:32Z th $   

  
   Copyright (c) 2006 i3internet
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2004 XT-Commerce 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #12c2f4;
	text-decoration: none;
}

a:hover {
	color: #0093bd;
	text-decoration: none;
}
	
a.nav:hover {
	text-decoration: none;
}
	
.level0 {
	display: block;
	font-weight: bold;
	font-size: 15px;
	padding: 8px 0 0px 43px;
}

.active0 {
	background: #B0E9F9;
	border-bottom: 1px solid #39CCF6;
	color: #0093BD;
	font-weight: bold;
	padding: 8px 0 8px 43px;
	margin-bottom: 5px;
}
		
.level1 {
	display: block;
	font-size: 13px;
	padding-left: 2px;
	line-height: 18px;
	margin-left: 41px;
}
	
.active1 {
	background: #B0E9F9;
	border-top: 1px solid #39CCF6;
	border-bottom: 1px solid #39CCF6;
	color: #0093BD;
	font-weight: bold;
}

.moduleRow {
	text-align: left;
	border-top: 1px solid #12C2F4;
	position: relative;
	padding-bottom: 6px;
}

.infobox {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0 30px 45px;
}

.navigation {
	border-bottom: 1px solid #12C2F4;
}

.moduleRow img.icon {
	position: absolute;
	top: 1px; 
	left: 1px;
}


.moduleRowActive {
	background: #E7FAFF;
	height: auto;

}
	
.footer, .header {
	color: #aaa;
	font-size: 11px;
}
	
.footer a {
	color: #aaa;
	text-decoration: underline;
}
	
.footer a:hover {
	color: #999;
}
	
.header a {
	text-decoration: underline;
}	

#header {
	height: 110px;
	position: relative;
	z-index: 100;
}

#search {
	background: #11B0DE url(img/background_searchbar.png) repeat-x;
	padding: 10px 10px 8px 10px;
	width: 443px;
	position: absolute;
	top: 21px;
	left: 480px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

#searchInput {
	float: left;
	margin-right: 5px;
}
#searchInput input {
	width: 295px;
	border: 1px solid #009CC8;
	padding: 2px;
}

.boxText { 

}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #888;  
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #888;  
	background-color: #C6D8E8;
}


.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #fff;  
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
	color: #FF0000;  
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	color: #FF0000;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 85%;
  font-weight: bold;
  height:17px;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

TD.infoBoxHeading_right {
 font-family: Verdana, Arial, sans-serif;
  font-size: 85%;
  font-weight: bold;
  height:17px;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	text-decoration: underline;
}

A.pageResults:hover {

}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;

}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}


.moduleRowOver { 
	
}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
#sitemap td {
	width: 50%;
	padding: 0 16px 25px 0;
}
#sitemap td table td {
	padding: 0;
}

.sitemap_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: normal;
	color: #FFFFFF; 
	background: #11B0DE url(img/sitemap_heading.png) repeat-x; 
	padding: 4px 4px;
	position: relative;
}
.sitemap_heading .icon { position:absolute; top: -7px; }
.sitemap_heading a {color:#FFFFFF; padding-left: 42px;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 22px; font-size: 14px; color: #999; background-color: #F1F1F1; padding: 2px 4px;}
.sitemap_sub a { color: #0085BD; padding-left: 42px; }
.sitemap_sub a:hover, .sitemap_sub a:active {color:#0093BD;}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; /*background-color: #ffb3b5;*/; color: #FF0000}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { letter-spacing:-1px; font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */



/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 945px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white;
}

#menu-top {
	background: transparent;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 2px;
	padding: 0;
	list-style: none;
	font-size: 85%;
	float: right;
}

#menu-top li {
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #12c2f4;
}

#menu-top li .gray {
	color: #aaa;
}


#menu-top li a {
	margin:0;
	text-decoration: none;
}
/**
#menu-top a span {
	padding:5px 15px 4px 6px;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}**/

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: transparent;
}

#header {
	background: #fff;
}

#wrapper-header2 {
	background: transparent;
}

#wrapper-header3 {
	background: transparent;
}

#header h1 {
	display: none;
}

#wrapper-content {
	background: white;
	position: relative;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent;
	/*padding: 5px 40px 5px 318px;*/
	position: absolute;
	top: 5px; 
	left: 320px;
	width: 620px;
	font-size: 13px;
	line-height: 21px;
}

 
#wrapper-menu-page {
	float: left;
	width: 220px;
	margin: 0px 30px 3em 2em;
	background: transparent;
	line-height: 140%;
}

* html #wrapper-menu-page { 
	margin: 15px;  
  }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin-top: 30px;
	text-align: right;
	color: #aaa;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}

h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 100%; }

.copyright, .parseTime {
	display: none;
}

#cart {
	width: 220px;
	background: #ffcf35 url(img/box_cart_bg.png) top left repeat-x;
	font-size: 12px;
	margin-bottom: 13px;
}

#cart a {
	color: #0187BF;
}

#cart .inner {
	background: transparent url(img/boxhead_cart.png) 4px 0px no-repeat;
	padding: 10px 10px 10px 46px;
}

.box h3 {
	margin: 5px 0 20px 50px;
	color: #1EB8DE;
	font-size: 18px;
	font-weight: normal;
}

#cart h3 {
	color: #0187bf;
	margin: 5px 0;	
}

#cart .products {
	width: 100%;
	border-bottom: 1px dotted #BDBDBD;
	margin-bottom: 5px;
}

#cart .products .price {
	text-align: right;
}

.box {
	text-align: left;
	background: #E3E4E4 url(img/box_bg.png) top left repeat-x;
}
.box .inner {
	padding: 20px 10px 10px 10px;
}
#whatsnew .inner, #topseller .inner {
	background: transparent url(img/boxhead_star.png) 4px 0px no-repeat;
}
#whatsnew {
	margin-right: 5px;
}
#morecategories, #topseller {
	margin-left: 5px;
}
#morecategories .inner {
	background: transparent url(img/boxhead_subcat.png) 4px 0px no-repeat;
}
.box .product, .product_list .product {
	clear: both;
	margin-bottom: 10px;
}
.box .product .name, .product_list .product .name {
	font-weight: bold;
	font-size: 12px;
	color: #00B2ED;
	line-height: 14px;
	padding-top: 3px;
}
.product_list .product .info {
	margin: 0 0 0 170px;
}
.product_list .product .name {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 19px;
}
.product_list .product .image {
	width: 160px;
}
.box .product .image, .product_list .product .image {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 50px;
	background: #fff;	
}
.product .price a, .product .price {
	color: #FFA200;
	font-weight: bold;
}
.product_list .product {
	margin-bottom: 30px;
}
.product_list .product .price {
	padding: 10px 0;
	font-size: 16px;
}
.product_list .product .price span {
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;

}

table.box .product {
	margin-bottom: 0px;
}

 .green {
	color: #65d41a;
		padding: 0 2px;
}
 .yellow {
	color: #fdc400;
	padding: 0 2px;
}
 .red {
	color: #c40000;
	padding: 0 2px;
}
.green img, .yellow img, .red img {
	vertical-align: bottom;
}

.gray {
	color: #666;
}
	
.box .product .info {
	color: #666;
}
.right {
	float: right;
	padding: 0 0 10px 10px;
}
.left {
	float: left;
	padding: 0 10px 10px 0;
	background: #fff;
}
.navigation_page {
	background: #FFCD50;
	padding: 8px 5px 8px 70px;
	margin: 0 0 10px 0;
	position: relative;
}
.navigation_page b {
	background: #0085BD;
	color: #fff;
	padding: 0 2px;
}
.navigation_page a {
	color: #0085BD;
	padding: 0 2px;
	text-decoration: none;
}
#content h1 {
	color: #12c2f4;
	font-size: 24px;
	font-weight: normal;
	line-height: 110%;
	margin: 0 0 20px 0;
}

#product_info .pricebox {
	background: #12C2F4;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 7px 5px;
}

#product_info .pricebox input {
	padding-left: 1ex;
}

#product_info  .taxinfo {
	font-weight:normal;
	font-size: 10px;
	color:#000;
}

#product_info .pricebox .taxinfo a {
	color:#fff
}


#product_info .image {
	padding: 0 10px 20px 0;
	min-width: 200px;
	text-align: center;
}

#news {
	border-bottom: 1px solid #12C2F4;
	background: url(img/news_bg.png) no-repeat scroll left 10px ;
	font-size: 13px;
	padding-top: 10px;
}

#news h3 {
	color: #12C2F4;
	margin: 10px 0;
	font-size: 16px;
}


#news .inner {
	margin-left: 50px;
}

#news .newsentry {
	margin-bottom: 1em;
	line-height: 17px;
}

#news .newsentry a.title {
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
}

.product_showcase {
	position: relative;
	margin: 0 0 2em 0;
	overflow: hidden;
}
.product_showcase .previous, 
.product_showcase .next {
	width: 25px;
	height: 100px;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.product_showcase .previous {
	left: 0;
	background: url(img/scroll_left.gif) 0 30px no-repeat!important;
}
.product_showcase .next {
	right: 16px;
	background: url(img/scroll_right.gif) 0 30px no-repeat!important;
}
.product_showcase .showcase {
	overflow: hidden;
	width: 537px;
	position: relative;
	left: 40px;
	top: 0;
}
.product_showcase td {
	vertical-align: top;
}
.product_showcase .product {
	width: 140px;
	line-height: 120%;
}
.product_showcase .product .name {
	font-weight: bold;
	margin: 3px 16px 3px 0;
}
.product_showcase .product .price {
	margin: 3px 36px 3px 0;
}
.product_showcase .product .image {
	margin: 2px 36px 2px 0;
}
.product_showcase .product .image img {
	border: 1px solid #12C2F4;
}
.product_search_list {
	float:left;
	margin-left: -10px;
	width: 430px;
}
#search_category_filter {
	background: url(img/search_category_filter_bg.png) repeat-y;
	float:left;
	width: 180px;
	position: relative;
	left: -30px;
	padding: 10px;
}
#search_category_filter .result_count {
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}
/*#search_category_filter .help {
	padding-top: 5px;
	border-top: 1px solid #aaa;
	margin-top: 5px;
}
#search_category_filter .help a {
	color: #2195C6;
}*/
#search_category_filter a {
	color: #0187BF;
	font-weight: bold;
}

#search_category_filter ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
#search_category_filter ul li ul {
	margin: 0 0 0 20px;
}
#search_category_filter ul li {
	font-weight: bold;
	font-size: 14px;
	color: #aaa;
}


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

#autocomplete_suggestions a {
	padding: 2px 0;
}

#autocomplete_suggestions a:hover, #autocomplete_suggestions a.active {
	background: #B0E9F9;
	color: #0093bd;
	text-decoration: none;
}

#autocomplete_suggestions a strong {
	color: #0093bd;
}

#product_info h1 {
	margin-bottom: 10px;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}

.reg_form h2, table.order_details th,table.contact_us th {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: normal;
	color: #FFFFFF; 
	background: #11B0DE url(img/sitemap_heading.png) repeat-x; 
	padding: 4px 8px;
	position: relative;
	margin-bottom: 0;
}
table.order_details th, table.contact_us th {
	font-size: 15px; 
	padding: 4px 5px;
}
table.order_details td.price {
	font-size: 13px; 
	color: #000;
}
table.order_details td {
	color: #000;
}
table.order_details .shipping {
	font-size: 11px;
}
table.order_details .shipping a {
	color: #fff;
}

table.order_details tr.gray td {
	border-bottom: 2px solid #fff;
}
.reg_form table.formArea, table.order_details tr.gray, table.contact_us, .reg_form .container {
	border: 0;
	background: #E8E9E9 url(img/formarea_bg.png) repeat-x;
	padding: 7px 0;
}
table.contact_us {
	padding: 0;	
}
.reg_form table.formArea td.main, .reg_form .container {
	padding: 6px 5px;
	font-size: 12px;
}

input.text, input.password, select {
	background: #fff;
	padding: 2px;
	border: 1px solid #009CC8;	
}

.reg_form input.text, .reg_form input.password, .reg_form select {
	width: 300px;
	margin-right: 8px;
}
.order_details .qty input{
	background: #fff;
	padding: 2px;
	border: 1px solid #009CC8;
	text-align: center;
}
table.contact_us tr.first td { 	padding-top: 15px; }
table.contact_us tr.last td { 	padding-bottom: 15px; }
table.contact_us tr td { font-size: 12px; padding-left: 10px; }
table.contact_us input, table.contact_us textarea {
	background: #fff;
	padding: 2px;
	border: 1px solid #009CC8;
	width: 305px;
}
.order_details a.title, .reg_form .container a {
	color: #0085BD;
	font-size: 12px;
}
ul.linklist {
	list-style-type: none;
	
	margin: 0;
	padding: 0;	
}
ul.linklist li {
	list-style-type: none;
	padding: 5px 10px 0;	
}
ul.linklist li a {
	font-size: 14px;
}
.reg_form input[name=postcode] {
	width: 100px;
}
.reg_form .required_star {
	font-family: Arial;
	color: #2EB9E1;
	font-size: 30px;
	line-height: 20px;
	position: relative;
	top: 10px;
}
.gray {
	color: #999;
}

img {
	behavior: url('iepngfix.htc');
}

div.starbox {
	background: #E4E3E3 url(img/starbox_bg.png) no-repeat;
	padding: 28px 14px 15px 66px;
	margin-bottom:2em;
}
div.starbox h2 {
	color: #0187BF;
	margin: 0 0 4px;
}
div.starbox h2 {
	color: #0187BF;
	margin: 0 0 4px;
}
div.starbox form input {
	vertical-align: top;
}