body .shop {
	font-size: 14px;
}

 	 
}



textarea {font-family:arial;padding:5px;}

.leftnav-title {
	background:#000000;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	padding:0 0 20px 20px;
}

/*Categories Listing specific
===============================================================================*/
ul.shop_cat_list {
	margin: 20px 0 0 30px;
	padding:0;
}

ul.shop_cat_list li {
	margin: 10px 0;
	padding: 0;	
}

ul.shop_cat_list li a {
 color:#444; 
}

ul.shop_cat_list li a:hover {
 color:#BF311A; 
}

/*view-item , billing form specific
===============================================================================*/

dl.config_form , form.billingform dl , #cart_complete dl {
width: 500px;
clear: left;
margin: 0;
padding-left: 155px; /*width of left column containing the label elements*/
}

dl.config_form dt , form.billingform dl dt , #cart_complete dl dt {
padding: 5px 0 8px 0;
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}


dl.config_form dd , form.billingform dl dd , #cart_complete dl dd {
padding: 5px 0 8px 0;
}


dl.config_form input[type="text"] , form.billingform dl input[type="text"] ,  #cart_complete dl input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

dl.config_form textarea , form.billingform dl textarea , #cart_complete dl textarea {
width: 250px;
height: 150px;
}

.capta { display:none; }

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
margin-left: 3px;
}

div.clear {
	clear: both;
}

/*view-item , view-category specific
===============================================================================*/
#shop_item_container, #shop_cat_container {
	margin: 10px; 
	padding:0;
}

.shop_item_inside1, .shop_cat_inside1 {
	float: left;
}

.shop_item_pic {
	width: 200px;
	height: 250px;
	display: block;
}

.shop_item_inside2, .shop_cat_inside2 {
	float: left;
	width: 	66%;
	margin-left: 18px;
}

.shop_item_name {
	font: 16px;
	font-weight: bold;
	margin: 10px 0;
}

.shop_item_description p {
	font: 13px;
	margin: 10px 0;
}

.shop_item_description {
	margin-top:-10px;
}

form.shop_item_form {
	margin: 20px 10px;;		
}

.shop_cat_thumb {
	width: 50px;
	height: 50px;
	display: block;		
}

.shop_cat_item {
	cursor:pointer;
}

.shop_cat_item:hover {
	background:#CCC;	
}

.shop_cat_item_link {
	display: block;
	text-decoration:none;
	font-weight:bold;
}

.shop_cat_item_summary p{
	font-size:12px;
}

.btn-back {
	background:#575a5d;
	color:#FFF;
	text-decoration:none;
	padding:10px 15px 10px 15px;
	font-weight:bold;
	font-size:12px;
	border:none;
	cursor:pointer;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.btn-back:hover {
	text-decoration:none;
	background:#777;
	color:#FFF;
}

.btn-add {
	background:#BF311A;
	color:#FFF;
	text-decoration:none;
	padding:10px 15px 10px 15px;
	font-weight:bold;
	font-size:12px;
	border:none;
	cursor:pointer;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.btn-add:hover {
	text-decoration:none;
	background:#842010;
	color:#FFF;
}

/*Shopping Cart specific
===============================================================================*/
#shop_cart_container , #cart_checkout , #cart_billing , #cart_complete {
	width: 100%;
	margin: 10px 0 0;
}

.header, .column, .footer {
	float: left;
	width: 10%;
	margin: 0 20px;
}

.column-delete, .header-delete {
	width: 6%;
}
.column-update, .header-update {
	width: 8%;
}
.column-item, .header-item {
	width: 40%;
}

.footer-checkout {
	width: 100%;
}

.cart-itemlist-header {
	padding: 10px 0 8px;
	font-weight: bold;
	font-size: 0.85em;
}

.cart-itemlist-row, .cart-itemlist-footer {
	clear: both;
}

.cart-itemlist-row {
	background-color: #ededed;	
	padding: 20px 0;	
}

.cart-itemlist-footer .footer  {
	float: none;
	padding: 10px 0;
}

.shoppingcart-notice {
	border: 2px solid #BF311A;
	width: 40%;
	padding: 20px 18px;
}

.errors {
	color: #cc0606;
}

ul.errors {
	padding: 5px 13px 13px;		
}

.footer-subtotal, .footer.footer-taxtotal, .footer-total {
	margin-left: 24%;
	text-align: left;
	width: 20%;
}

.footer-subtotal SPAN.total_label, .footer-taxtotal SPAN.total_label, .footer-total SPAN.total_label {
	display: block;
	float:left;
	font-weight: bold;	
}

.footer-subtotal SPAN.total_number, .footer-taxtotal SPAN.total_number, .footer-total SPAN.total_number {
	display: block;
	float:right;
}

table.checkout thead th {
	padding: 8px;
}

table.checkout tbody td {
	background-color: #ededed;
	padding: 8px;
}

table.checkout tfoot td {
	padding: 8px;
}

table.checkout th {
	font-size: 14px;
}

/*Checkout specific
===============================================================================*/

.btn-grey, button {
	background:#777;
	color:#FFF;
	text-decoration:none;
	padding:8px 5px 8px 5px;
	font-weight:bold;
	font-size:11px;
	border:none;
	cursor:pointer;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.btn-grey:hover, button:hover {
	text-decoration:none;
	background:#575a5d;
	color:#FFF;
}

.btn-red, #update, #Save, #SaveConfig, #insert {
	background:#BF311A;
	color:#FFF;
	text-decoration:none;
	padding:8px 5px 8px 5px;
	font-weight:bold;
	font-size:11px;
	border:none;
	cursor:pointer;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.btn-red:hover,#update:hover, #Save:hover, #SaveConfig:hover, #insert:hover {
	text-decoration:none;
	background:#842010;
	color:#FFF;
}

.item-title {
	font-weight:bold;
	font-size:12px;
	padding-bottom:8px;
}

.item-configvalue {
	padding-top:5px;
	font-size:10px;
}

.cart-itemlist-header {
	font-size:16px;	
}

.cart-itemlist-row {
	min-height:50px;	
}

.cart-notice {
	background:url(../images/cart-notice.png) no-repeat 0 0;
	float:right;
	width:95px;
	height:50px;
	color:#BF311A;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
	padding:5px 0 0 20px;
	margin:10px 0 0 0;
}

.cart-notice-fr {
	background:url(../images/cart-notice-fr.png) no-repeat 0 0;
	float:right;
	width:95px;
	height:50px;
	color:#BF311A;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
	padding:5px 0 0 20px;
	margin:10px 0 0 0;
}

/*Admin specific
===============================================================================*/

#id-label, #id-element {display:none;}

form.zend_form fieldset {
	border: none;
	padding: 10px 0;
	margin: 10px 0 0 0;
}

form.zend_form fieldset legend {
	background-color: #BF3119;
	color: white;
	display: block !important;
	position: relative !important;
	width: 96%;
	padding: 1% 2%;
	font-weight: bold;
	margin: 0 0 14px 0;
}

form.zend_form fieldset legend i {
	font-weight: normal;
}

form.zend_form .button-group {
	border: none;
	border-top: 1px solid #D1D1D1;
	text-align: right;
}

dl.zend_form input {
	padding:2px;	
}

dl.zend_form {
margin: 0 0 10px 0;
}

dl.zend_form dt {
font-weight: bold;
float: left;
margin-right: 24px;
width: 180px;
}

dl.zend_form dd {
margin: 0 0 10px 204px;
position: relative;
}

form.zend_form dl.zend_form dt {
	margin-left: 18px;
}
form.zend_form dl.zend_form dd {
	margin-left: 222px;
}

.menu-item a {
	background:red;
}

/** Extras **/

.info-warning {
	background-color: #FBF9EE;
	padding: 8px;
	border: 1px solid #FCEFA1;
}

.info-error {
	background-color: #FEF1EC;
	padding: 8px;
	border: 1px solid #CD0A0A;
}

h2.recent-categories {
	border-bottom: 1px solid #ddd;
	padding:0 0 10px 0;
	font-weight:normal;
}

.well.home_title_with_border {
  padding:0;
  margin:0;
  border-bottom:1px solid #ddd;
}

#shop_inside_contents_middle_contents {
 	margin-top:5px; 
}

.well.home_title_with_border h1 {
 	font-size:24px;
 	margin:0 0 0 20px;
 	font-weight:bold;
 	line-height:70px;
}

.blurb {
 	border-bottom:1px solid #ddd; 
}

.shop-h2 {
 	font-size:18px;
 	font-weight:bold;
 	color:#333;
 	margin:20px 0 0 0;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

#shop_item_container input[type=text]{
 padding:3px;
 border:1px solid #ddd; 
}
