/* main box */
.section {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #60110d;
	border: #A9650E solid 1px;
	padding-bottom: 20px;
}
.section_content {
	background-color: #60110d;
	color: #fff;
	padding-left: 10px;
}
.sectionHeader {
	padding:5px 5px 5px 5px; 
	margin-bottom:10px; 
	border-bottom:1px solid #CCC;
	font-weight:bold;
}

/* breadcrumb */
.breadcrumb{
	padding: 10px;
}
.breadcrumb h2{
	margin-bottom:10px;
	font-size: 18px;
	font-weight:bold;
}

/* login box */
.login_area {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #60110d;
	border: #A9650E solid 1px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

/* cart items */
.cart_items {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../images/shop/bg-cart-sm.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #60110d;
	width: 240px;
	height: 70px;
	margin-bottom: 10px;
}

/* categories */
.categories {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #60110d;
	border: #A9650E solid 1px;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../images/shop/bg-categories.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.categories h2 {
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.categories a {
	color: #fff;
}
.categories ul {
	margin-left: 25px;
	list-style-type: none;
	padding-bottom: 15px;
}
.categories li {
	padding: 3px 0;
	margin-right: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5c3606;
}

/* new item */
.newItem {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #60110d;
	border: #6f6d6e solid 1px;
	padding: 10px;
	margin-bottom: 10px;
}
.newItem a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.bg_newItem {
	background-image: url(../images/shop/sd-item.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 13px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.sd_price {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/shop/sd-price.jpg);
	background-repeat: repeat-x;
	border: #6f6d6e solid 1px;
	margin-left: 10px;
	padding: 2px 10px 0px 10px;
	height: 18px;
	color: #fff;
}

/* sale item */
.saleItem {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #60110d;
	border: #6f6d6e solid 1px;
	padding: 10px;
	margin-bottom: 10px;
}
.saleItem a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.bg_saleItem {
	background-image: url(../images/shop/sd-item.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 13px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}


/* item styles */
.item_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}
.item_pic {
	margin-bottom: 10px;
	padding-left: 50px;
	height: 100px;
}
.item_price {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: #6f6d6e solid 1px;
	background-image: url(../images/shop/sd-price.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	width: 190px;
	padding: 5px;
	margin-top: 10px;
}
.item_details {
	padding-left: 35px;
}
.item_add {
	cursor: pointer;
}
.cart_count {
	background-image:url(/shopping/images/shop/cart.png);
	height:40px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #DDD;
}


.cat_h2 {
	background-image: url(../images/shop/bg-cat_h2.jpg);
	padding-bottom: 10px;
	padding-left: 15px;
	width: 185px;
	height: 38px;
	color: #fff;
	background-repeat: no-repeat;
}




/* divs */
div.left_form_column {
	padding:5px;
	float:left;
	width:250px;
	margin-left:5px;
	
}
div.right_form_column {
	padding:5px;
	float:right;
	margin-right:5px;
	width:250px;
}
div.form_column {
	padding:5px;
	margin-right:10px;
	margin-left:10px;
}

/* fieldset */
fieldset.form_fieldset input {

	padding-bottom: 3px;
}
fieldset.form_fieldset {
	padding:5px;
	border:1px solid #DDD;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius: 5px;
	border-radius: 3px;

	text-align:left;
}
fieldset.form_fieldset legend {
	font-weight:bold;
	color:#fff;
}
fieldset.form_fieldset .formControlText {
	border: 1px solid #6f6d6e;
	width:90%;
	background-color: #fff;
}
fieldset.form_fieldset .formControlSelect {
	border:0px;
	width:90%;
}
fieldset.form_fieldset:hover .formControlText {
	border:1px dashed #DDD;
}

/* forms */
.form_explanation {
	color:#666;
	font-size:8pt;
}
.form_submit {
	height:31px;
	background-image:url(http://www.yourareacode.com/images/icons/sales2/submit.png);
	border:1px solid #DDD;
	font-size:14px;
	color:#242424;
	padding:0px 10px 0px 10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-radius: 3px;
}
.form_submit:hover {
	border-color:#444444;
}


/* alerts */
#alertDiv{
	border:1px solid #F7E600;
	margin-bottom:5px;
	background-color:#FDFEA5;
	font-weight:bold;
	text-align:center;
	color:#242424;
}
.alertDiv{
	border:1px solid #F7E600;
	margin-bottom:5px;
	background-color:#FDFEA5;
	font-weight:bold;
	text-align:center;
	color:#242424;
}
.errorAlert{
	margin: 10px;
	padding:5px; 
	text-align:center; 
	border:1px solid #6B0816; 
	background-color:#995A50; 
	color:#FFFFFF;
}

ul.accountnav {margin:0px; padding:0; list-style:none; text-align:center;}
ul.accountnav li { float:left; padding:0px; overflow:hidden;}
ul.accountnav li a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	display:block;
	padding:3px 8px 3px 8px;
	text-transform:uppercase;
	overflow:hidden;
}
ul.accountnav li.active a {
	color:#fff;
}
ul.accountnav li a:hover {
	color:#fff;
	text-decoration: underline;
}
.print {
	color: #000;
}

