@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
form {
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #FFE5AA;
	background-image: url(../images/bkg_cat.gif);
	background-repeat: repeat-y;
	padding: 4px 3px 4px 20px;
	display: block;
}
.cat:hover {
	text-decoration: underline;
}




.cat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	background-color: #FFE5AA;
	background-image: url(../images/bkg_cat1.gif);
	background-repeat: repeat-y;
	padding: 3px 3px 3px 30px;
	display: block;
}
.cat1:hover {
	text-decoration: underline;
}




.cat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	background-color: #FFE5AA;
	background-image: url(../images/bkg_cat2.gif);
	background-repeat: repeat-y;
	padding: 3px 3px 3px 40px;
	display: block;
}
.cat2:hover {
	text-decoration: underline;
}




.left_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 8px 5px;
	background-color: #FFE5AA;
}




.subcats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}
.subcats a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	border-width: 0px 1px 1px 0px;
	border-color: #00932A;
	border-style: solid;
	padding: 5px;
}
.subcats_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #00932A;
	display: block;
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
}
.subcats_contain {
	display: block;
	clear: both;
	border-width: 1px 0px 0px 1px;
	border-color: #00932A;
	border-style: solid;
	margin-bottom: 5px;
}




#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
}




#prod1 {
	vertical-align: top;
	text-align: right;
}
#prod2 {
	text-align: left;
	vertical-align: top;
	padding: 10px 4px;
	width: 250px;
}
#prod2 #price {
	font-weight: bold;
	color: #999999;
}
#prod2 #price span {
	font-size: 17px;
	font-weight: bold;
	color: #6EC171;
}
#prod2 #checkout {
	text-align: left;
	display: block;
	padding: 8px;
	border: 1px solid #58A3FE;
	margin: 0px;
	background-image: url(../images/bkg_checkout.jpg);
	background-repeat: repeat-x;
	background-color: #E7F1FB;
}
#cart-h {
	padding: 4px 0px;
	background-color: #FF8A00;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF5DD;
	width: 170px;
	margin: 0px auto;
}
#cart1 {
	padding: 2px;
	background-color: #999999;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
#cart2 {
	padding: 2px;
	background-color: #EFEFEF;
	font-size: 11px;
	font-weight: normal;
}
#cart3 {
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.page_numbers {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	padding: 4px 8px;
	width: 100%;
	vertical-align: bottom;
	background-color: #FFF5DD;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #FF8A00;
}
.page_numbers .active {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF2E1A;
	font-weight: bold;
}
.page_numbers a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
.page_numbers a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #BF2E1A;
}
.page_numbers2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 4px 40px 4px 8px;
	white-space: nowrap;
	vertical-align: bottom;
	background-color: #FFF5DD;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #FF8A00;
}


.ctgy_list {
	text-align: center;
	vertical-align: bottom;
	padding: 3px;
	width: 25%;
	font-size: 12px;
}
.ctgy_list a {
	text-decoration: none;
	font-size: 12px;
}

