/* page structure */

html{
	margin:0;
	padding:0;
	background: #fff url(images/html-bg.gif) 0 0 repeat-x;
	text-align: center;
}

body {
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	width: 760px;
	background: #fff;
}

#header{
	width: 760px;
	height: 157px;
	background:  url(images/store-logo.gif) 610px 54px no-repeat;
	_background: url(images/store-logo.gif) 610px 53px no-repeat;
}

#menu{
	clear:both;
	float: left;
	width: 160px;
	margin: 0 0 20px 20px;
	padding:20px 0;
	display:inline;
	background: #F6CE89 url(images/menu-bg.gif) 0 0 repeat-x;
}

#main{
	float: left;
	width: 520px;
	background: #fff;
	margin: 0 20px;
}

/* #index #main{
	float: left;
	width: 320px;
	background: #fff;
	margin: 0 20px;
} */

#sub{
	width: 200px;
	float: left;
	text-align: center;
}

#footer{
	clear:both;
	background: transparent;
	margin: 20px 20px 10px 20px;
	}


/*generic font and color styles */

body{
		font: 13px Arial, Helvetica, sans-serif;
}

form{
	margin:0;
	padding:0;
}

input, select{
	border:1px solid #88A4C1;
	background: #F4F7F9;
	color: #0A50A1;
	font-size: 11px;
}

h1, h2, h3, p{
	margin: 0 0 10px 0;
	padding:0;
}

h1{
	font-size: 19px;
	margin-top: 5px;
}

h2{
	font-size: 17px;
	border-bottom: 1px solid #BFCDDD;
	padding: 10px 0 5px 0;;
}

h3{
	font-size: 15px;
}

h1, p{
	color: #0A50A1;
}

li, h2{
	color:#FC4128;
}

ul{
	list-style-type: square;
}

a:link, a:visited{
	color: #073C76;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active{
	color: #4573B3;
}

a img{
	border: none;
}

.clearboth{
	clear:both;
}

.centered{
	text-align: center;
}

.floatleft{
	float:left;
	padding: 0 10px 5px 0;
}

.floatright{
	float:right;
	padding: 0 0 5px 5px;
}

.padleft{
	padding-left: 10px;
}

.padright{
	padding-right: 10px;
}

.productRow{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #BFCDDD;
	background: #BECDDD url(images/productRow-bg.gif) 0 0 repeat-x;
}

.productRow .thumb{
	margin-bottom: 20px;
}

* html body .productRow{
	height: 1%;
	}

.productRow img{
	padding: 5px;
	background: #fff;
	border: 1px solid #BFCDDD;
	width: 100px;
	margin-bottom: 10px;
}

.productRow label, .moreDetails label{
	padding-right: 8px;
}

.moreDetails{
	height:100px;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #BFCDDD;
	background: #BECDDD url(images/productRow-bg.gif) 0 0 repeat-x;
}

.moreDetails img{
	border: 1px solid #BFCDDD;
}

.moreDetails ul{
	margin:0 0 0 20px;
	padding:0;
	list-style-type: square;
	}

.moreDetails li{
	color: #0A50A1;
}

.offers{
	padding:10px 0;
	border: 1px solid #BFCDDD;
	background:  #fff url(images/offers-bg.gif) 0 0 repeat-x;
}

input.button{
	color: #0A50A1;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #F0F3F8 url(images/btn-bg.gif) 0 0 repeat-x;
	border-top: 1px solid #BECDDD;
	border-right: 1px solid #88A4C1;
	border-bottom: 1px solid #88A4C1;
	border-left: 1px solid #BECDDD;
	height: 2em;
}

input.qty{
	width: 15px;
	text-align: right;
	padding: 3px;
}

/* header styles */
#header h2#logo{
	float: left;
	width: 197px;
	height: 155px;
	background : url(images/logo.gif) 0 0 no-repeat;
	line-height: 999em;
	overflow:hidden;
	margin: 0;
	padding:0;
	border: none;
}

/* header basket menu styles */
ul#basketMenu{
	float: left;
	width: 220px;
	margin: 0;
	padding:115px 0 0 235px;
	background: transparent;
	list-style:none;
	border-bottom: 2px solid #0A50A1;
}

ul#basketMenu li{
	float: left;
	display: inline;
	height: 1.5em;
	background: transparent;
}

ul#basketMenu li#viewBasketLink a{
	background: transparent url(images/basket-bg.gif) 0 50% no-repeat;
	padding: 0  10px 0 19px;
}

ul#basketMenu li#checkoutLink a{
	background: transparent url(images/checkout-bg.gif) 0 50% no-repeat;
	padding: 0 10px 0  19px;
}

ul#basketMenu li a{
	display: block;
	}


/* menu styles */
#menu h3{
	margin: 15px 20px 5px 20px;
	font-size: 13px;
	color: #085EB9;
	padding: 5px  0;
	border-bottom: 1px solid #555;
	background: transparent;
}

#menu ul{
	padding: 0;
	margin:0  20px;
	list-style : none;
	background: transparent;
}

#menu ul li{
	margin-bottom: 5px;
}

#menu ul li  a{
	font: bold 11px Arial, Helvetica, sans-serif;
	background: transparent;
}

/* main content styles */
#main p{
	line-height: 1.4em;
}

table.dataTable{
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells:hide;
	font-size: 11px;
	padding: 5px;
	background: #BECDDD url(images/productRow-bg.gif) 0 0 repeat-x;
	border :  1px solid #BECDDD;
}

.dataTable td, .dataTable th{
	text-align : center;
	padding: 5px;
	margin: 0;
}

.dataTable th{
	background : #F6C986 url(images/th-bg.gif) 0 0 repeat-x;
	border: 1px solid #F7AB71;
	width: 80px;
}

.dataTable td.rightarrow{
	width: 15px;
	height: 15px;
	background: url(images/right-arrow.gif) 50% 50% no-repeat;
	padding: 1px;
}

.dataTable td.downarrow{
	height: 15px;
	background: url(images/down-arrow.gif) 50% 50% no-repeat;
	padding: 1px;
}

.dataTable td.plus{
	height: 15px;
	background: url(images/plus-bg.gif) 50% 50% no-repeat;
	padding: 1px;
}

.dataTable .course{
	border: 1px solid  #BFCDDD;
	background: #D6E1ED url(images/course-bg.gif) 0 0 repeat-x;
	width: 80px;
}

/* footer styles */
#footer p{
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #0A50A1;
	font-size: 11px;
	text-align: right;
	color: #0A50A1;
}

#menu p{
	font-size: 11px;
	margin: 5px 20px;
}

#menu p#bas{
	margin-top: 20px;
}

#menu p#address{
	padding:  5px 0;
	margin-top: 20px;
	border-top: 1px solid #555;
}


/* order form  & contact form styles */
#orderform {
	width: 500px;
	padding:0px;
	margin:0 0 0 10px;
}

#orderform label, #contactform label{
	display:block;
	padding:8px 8px 8px 130px;
	margin-bottom: 1px;
	font:  11px Verdana, Arial, sans-serif;
	background: #F6CE89;
color:#0A50A1;
}


#orderform label.radio{
	padding: 5px;
	margin-top:0;
}

#orderform h3{
	padding-top:5px;
}

#orderform span, #contactform span{
	position: relative;
	left: -120px; /* this pushes the left edge of the span over to the left edge of the space created by the padding set above */
	float: left;
	margin-right: -120px; /*reduce the values of this and the above commented elements to make a narrower label*/
	padding-top: 3px;
}

#orderform input, #orderform textarea, #contactform input, #contactform textarea{
	font: 11px Verdana, Arial, sans-serif;
	width: 300px;
}

#orderform select{
	font: 11px Verdana, Arial, sans-serif;
	width: 200px;
}

#orderform input.radio{
	width: 12px;
}

#orderform p.info{
	margin:5px 0;
	padding:0;
	font-size: 11px;
	font-style:italic;
}

#orderform p.select{
	margin:0 0 5px 0;
	padding:0;
	font-size: 12px;
}

#orderform p.buttons, #contactform p#buttons{
	padding: 10px 0 0 80px;
}

#orderform p.buttons input, #contactform p#buttons input{
	width: 100px;
}

#orderform  p.buttons input, #contactform p.buttons input{
	margin: 5px 5px 0 0;
	background: #F6CE89 url(/shop_images/images/btn-bg.gif) top left repeat-x;
	border: 1px solid #4573B3;
	height: 30px;
	width: 110px;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #0A50A1;
	cursor: pointer;
}


#prodnavmenu{
	text-align: center;
}

form.prodnav{
display:inline;

}

.prodnavtext{
 color: #0A50A1;
font-weight:bold;
}


/*cart styles*/
table#cart {
	margin: 0 05px 15px 10px;
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}

table#cart td, table#cart th{
	border: 1px solid #fff;
	padding: 4px 8px;

}

table#cart th{
	font-weight: bold;
	background: #BFCDDD;
	color: #073C76;
}

table#cart td {
	background: #D9E2EC;
	text-align: center;
}

p.totalcost{
text-align:center;
	font-weight: bold;
	color: #FC4128;
}

table#cart td{
	font-weight: bold;
	color: #0A50A1;
	font-size: 11px;
	text-align:center;
	margin: 0 25px 25px 25px;
}

#view_cart_buttons{
	text-align:center;
}

div.cart_txt{
 text-align:center;
	font-weight: bold;
	color: #FC4128;
}

h2.related_products{
	padding:5px 0 0 0;
	text-align:center;
text-decoration:underline;
	color: #0A50A1;
}

div.related_product_row{
	border: 1px dotted #085EB9;
padding: 4px;
}

/* xList menu */
ul#debtCatNav ul {
	display : none;
	
}

ul#debtCatNav li.active{
  list-style: disc; 
  text-decoration: underline;
  color: #4573B3;
}
ul#debtCatNav li.active a{
  color: #4573B3;
}

