@import url(style_menu.css);
@import url(style_catmenu.css);

/* default styles */
html {
  overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #E8E7E7;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #333;
	text-align: center;
}

p, td, li {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #333;
}

a {
	color: #6476a8;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

h1 {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	color: #6476a8;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}

h2 {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #73234c;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: left;
}

h3 {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #73234c;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

form {
  margin: 0px;
	padding: 0;
}

input {
  font-size: 12px;
}

select {
  margin: 0;
	padding: 0;
  font-size: 11px;
}

.select_checkout {
  font-size: 11px;
}

#wrapper {
  width: 770px;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	border: 1px solid #333;
}

#top_level {
  width: 770px;
	height: 67px;
	text-align:left;
	vertical-align:top;
	background: url('../templateimages/top_bg.jpg') no-repeat;
}

#logo {
	float: left;
	text-align:left;
	vertical-align:top;
}

#topright {
  float: right;
/*	position: relative;*/
	padding-top: 20px;
	padding-right: 10px;
	text-align:right;
	vertical-align:top;
}
	.search { width: 120px; }

#menu_area {
    clear: both;
	width: 770px;
	height: 25px;
	background-color: #3c5088;
}

#body {
  width: 750px;
	margin: 3px 10px 5px 10px;
	text-align:left;
	vertical-align:top;
}

#lhs {
  float: left;
	width: 170px;
}

#contents {
  float: right;
	width: 575px;
	padding-top: 5px;
	text-align: justify;
	vertical-align:top;
}

#footer {
	clear: both;
	width: 750px;
	padding: 10px;
	font-size: 11px;
	color: #666;
	border-top: 3px solid #3c5088;
	text-align:left;
	vertical-align:top;
}
*html, #footer {
	width: 770px;
}

/* cart css area */

.catview {
	width: 285px;
	background-color: #f6f6f6;
	padding: 5px;
	border: 1px solid #bcaf93;
	text-align: justify;
	vertical-align:top;
}

.td_spacing {
	padding-bottom: 5px;
}

.checkout_toprow {
  background-color: #6476a8;
	color: #FFF;
	font-weight: bold;
}

.checkout_td_bgcol {
  background-color: #FAFAFA;
}

.cart_button {
  border: 1px solid #b4b4b4;
	color: #6476a8;
	background-color: #FFF;
}

.checkout_button {
  border: 1px solid #b4b4b4;
	color: #6476a8;
	background-color: #FFF;
}

.thumb {
  border: 1px solid #b4b4b4;
}

.productview {
	width: 385px;
	background-color: #f6f6f6;
	padding: 5px;
	border: 1px solid #bcaf93;
	text-align: justify;
	vertical-align:top;
}
