html, body {
	height: 100%;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* main style classes */
.clear{clear:both}
#masthead{
	width:763px;
	height:130px;
	background: url(../images/masthead.jpg) no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}


#masthead a,
#masthead a:link,
#masthead a:active,
#masthead a:visited,
#masthead a:hover {
color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#leftBar {
	width: 168px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 130px;
}

#pageBody {
	padding-left: 170px;
	padding-bottom: 70px;
/*	background: transparent url("../images/bodyFoot.gif") no-repeat bottom left; */
}

/* main style classes */

/* page title classes */

#pageTitle {
	width: 138px;
	height: 33px;
	padding: 52px 0px 0px 30px;
	background: transparent url("../images/headingNoText.gif") no-repeat top left;

}

#pageTitle a {
	color: white;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/* page title classes */

/* main menu classes */

#mainMenu {
	height: 28px;
	width: 585px;
	background: transparent url("../images/menuBack.gif") repeat-x top left;
	padding-left: 178px
}



a.menuItem,
a.menuItem:link,
a.menuItem:active,
a.menuItem:visited,
a.selected_top_menu {
	display: block;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	margin-top: 4px;
	text-decoration: none;
		text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
}

a.menuItem:hover {
	text-decoration: underline;
}


a.selected_top_menu{text-decoration: underline;}

span.spacer {
	display: block;
	height: 28px;
	float: left;
	padding: 0px 10px 0px 0px;
	background-image: url(../images/menuStiches.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* main menu classes */
#sub_menu{
	font-size: 12px;
	color: #b44434;
	border-bottom: 2px solid #333333;
	font-weight: bold;
	text-transform: capitalize;
	padding: 3px 0px;
}
#sub_menu a.sub_menu_item,#sub_menu a.sub_menu_item:visited{
	color:#303030;
	font-size: 10px;
	text-decoration: none;
	text-transform: capitalize;
}
#sub_menu a.sub_menu_item:hover{
	background-color:#FFF;
	color:#303030;
	font-size: 10px;
	text-transform: capitalize;text-decoration: underline;}
/* left menu classes */

#leftBar span.spacerHidden {
	display: none;
	visibility: hidden;
}
.leftMenuItem,
#leftBar a.leftMenuItem,
#leftBar a.leftMenuItem:link,
#leftBar a.leftMenuItem:active,
#leftBar a.leftMenuItem:visited {
	display: block;
	width: 138px;
	height: 26px;
	background: transparent url("../images/menuItem.gif") no-repeat top left;
	padding: 12px 0px 0px 30px;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-transform: capitalize;
}
#leftBar a.leftMenuItem:hover {text-decoration: underline;}

a.sub_left_menu_item{
	display: block;
	width: 138px;
	padding: 3px 0px 3px 50px;
	font-size: 7pt;
	color: #917b63;
	text-decoration: none;
	text-transform: capitalize;
}
a.sub_left_menu_item:hover{text-decoration: underline;}

#leftBar a.selected,
#leftBar a.selected:link,
#leftBar a.selected:active,
#leftBar a.selected:visited,
#leftBar a.selected:hover {
	background: transparent url("../images/menuItemSelected.gif") no-repeat top left;
	color: #917b63;
	display: block;
	width: 138px;
	height: 26px;
	padding: 12px 0px 0px 30px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;	
}



#leftFoot {
	background: transparent url("../images/menuFoot.gif") no-repeat top left;
	width: 168px;
	height: 128px;
}

/* left menu classes */

/* main body classes */

#pageContent {
	width: 576px;
	padding-left: 10px;

}

h2, h3, h4, h5 {
	color: #303030;
	display: block;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}

h2 {
	font-weight: bold;
	font-size: 14pt;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
}

h4 {
	font-weight: bold;
	font-size: 10pt;
}

h5 {
	font-weight: normal;
	font-size: 10pt;
}

p {
	color: #b24936;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
.head_1{
	padding: 5px 0px;
	border-bottom: 1px solid #b44434;
	margin: 5px 0px;
}
.head_2{
	padding: 5px 0px;
	border-bottom: 1px solid #b44434;
	margin: 5px 0px 10px 0px;
}
.head_3{
	padding: 5px 0px;
	font-size: 12px;
}

#pageContent a,
#pageContent a:link 
#pageContent a:active,
#pageContent a:visited {
	color: #b24936;
	font-size: 10pt;
	font-weight: bold;
}

#pageContent a:hover {
	background: #b24936;
	color: white;
}

li {
	color: #b24936;
	font-size: 9pt;
}

p.footNote {
	font-size: 7pt;
}

/* main body classes */

/* detail page areas */

div.brandArea {
	width: 553px;
	background: transparent url("../images/hr.gif") no-repeat bottom left;
	padding-bottom: 15px;
	margin-top: 10px;
}

div.brandArea img.brandLogo {
	display: block;
	margin-bottom: 15px;
}

div.photoArea {
	margin-top: 15px;
}

div.detailViews {
	float: left;
}

div.detailViews img {
	margin: 5px;
	float: left;
}
#prices span{
	display: block;
	text-align: center;
	color:#b44434;
	font-weight:bold;
	margin: 0px;
	padding: 5px;
}
#prices #mrp{
	font-size: 14px;
}
#prices #our{
	font-size: 16px;
}
#prices #sale{
	font-size: 18px;
}
#prices #added, #prices #added a{
	font-size: 12px;
}
#buy_now{
	font-size: 16px;
	color: #b44434;
	background: #FFFFFF;
	cursor: hand;
	font-weight: bold;
	border: 1px solid #b44434;
}
.assoc_prods{
	width: 170px;
	height:130px;
	float:left;
	font-size:10px;
	padding: 0px 3px;
	margin: 0px 3px 3px;
	border: 1px solid #b44434;
	text-align: justify;
}
.assoc_prods img{float:left}
h3#acc_head{
	clear:both;
}
#descr{
	padding-top: 15px;
	padding-bottom: 10px;
}
/* detail page areas */

/* list item page */
div.listDescription {
	float: left;
	vertical-align: baseline;
	width: 450px;
}

div.listItem a img {
	border: 0px;
}

div.listItem a.image:hover {
	background: white !important;
}

div.listItem {
	
	border-bottom: 1px solid #303030;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* index page css */
.index_block a img {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.index_block {
	width: 49%;
	float:left;
}
.index_block img{
	padding: 5px;
	float:left
}
.index_block strong{
	color: #333333;
}
.index_block a{
	color: #666666;
	text-decoration: none;
}
.index_block p{
	padding: 5px;
	font-size: 11px;
	color: #666666;
}

form{
	margin: 0px;
	padding: 0px;
	border:none;
}
.search_box{
	font-size: 11px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 75px;
	border-style: none;
}
.search_butt{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
}
.clear{clear:both;}

/*  admin   */
.admin{
	padding: 10px;
	font-weight: bold;
	font-size: 11px;
}
H2#admin_h2{
	padding: 5px;
}
.admin input{
width:170px;
padding:2px 0px 2px 0px;
margin:5px 5px 10px 5px;
}
.name_field{
	padding:2px 0px 2px 2px;
	font-weight: bold;
	text-align: center;
}
.delete_button{
	font-weight: bold;
	color: #FF0000;
	background: #FFFFFF;
	border: 1px solid #FF0000;
	cursor: hand;
}
.admin #amend input.save_button_small{
font-size: 11px;
	font-weight: bold;
	color: #00FF00;
	background: #FFFFFF;
	border: 1px solid #00FF00;
	cursor: hand;
	width: 45px;
	margin:0px;
	padding:0px;
}
.admin #amend input.delete_button_small{
font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background: #FFFFFF;
	border: 1px solid #FF0000;
	cursor: hand;
	width: 45px;
	margin:0px;
	padding:0px;
}
#pageContent a.delete_button_small{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background: #FFFFFF;
	border: 1px solid #FF0000;
	cursor: hand;
	width: 45px;
	margin:2px;
	padding:2px;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
}
.admin #amend input.amend_button_small{
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	background: #FFFFFF;
	border: 1px solid #0000FF;
	cursor: hand;
	width: 45px;
	margin:0px;
	padding:0px;
}
.save_button{
	font-weight: bold;
	color: #00FF00;
	background: #FFFFFF;
	border: 1px solid #00FF00;
	cursor: hand;
}
.admin .title_head{
	width:100px;
	display: block;
	float: left;
	font-weight: bold;
}
.admin #amend td{
	font-size: 10px;
	font-weight: bold;
}

.admin #amend input{
	width:35px;
	font: 10px Arial, Helvetica, sans-serif;
	padding:2px;
	margin:2px;
}
#add_prod,#assoc,.standard{
	font-size: 11px;
	font-weight: bold;
}
#add_prod select,#assoc select{
	font-size: 10px;
	width: 150px;
	text-transform: lowercase;
}
#add_prod input,#assoc input{
	font-size: 10px;
	width: 145px;
}
.amend_button{
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	background: #FFFFFF;
	border: 1px solid #0000FF;
	cursor: hand;
	width: 45px;
	margin:0px;
	padding:0px;
}
/* Cart styles */

.cart_quant{
	font-size: 10px;
	font-weight: bolder;
	color: #333333;
	margin: 0px;
	padding: 2px;
	width: 16px;
	border: 1px solid #999999;
}
.cart_name{
	display: block;
	float: left;
	width: 210px;
	font-size: 11px;
	font-weight: bold;
}
.cart_name_head{
	display: block;
	float: left;
	width: 210px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 0px
}
.cart_name a{
	color:#000;
	text-decoration:none;
}
.cart_price{
	display: block;
	float: left;
	width: 130px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 0px
}
.cart_submit{
	font-size: 10px;
	color: #b44434;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-style: none;
	cursor: hand;
	background: #FFFFFF;
	padding: 5px 0px 0px 0px
}
hr.cart_hr{
	clear:both;
	background: #3399FF;
	margin: 5px 0px;
	height: 1px;
	border-style: none;
}
.cart_form{
	margin: 0px;
	padding: 5px 0px;
	border-top: 1px solid #b44434;
	clear: both;
}
.underline{border-bottom: 1px solid #b44434;}
.underline_checkout{
	border-bottom: 1px solid #b44434;
	margin-bottom: 5px;
	padding-top: 1px;
	clear: both;
}

#checkout{
	font-size: 11px;
	font-weight: bold;
}
#checkout input,#checkout select {
	font-size: 10px;
	margin-left: 3px;
}
#cust{
	font-size: 10px;
	width: 99%;
}
#cust .title_head{
	font-size: 11px;
	font-weight: bold;
}



#bottom_content{
	clear: both;
	padding-top: 10px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	text-align: center;
}
#bottom_content a{
	font-size: 10px;
	text-decoration: none;
	padding: 0px 5px;
}
#bottom_content a:hover{
	font-size: 10px;
}
#bottom_content a:selected{
	font-size: 10px;
}
#bottom_content a:visited{
	font-size: 10px;
}
