/* main box */

#content_site {
	color: #000 ;
}

#shop_left {
	float: left ; 
	width: 240px ;
}

#shop_right {
	float: left ; 
	width: 710px ; 
	margin-left: 10px ;
	border: 1px solid #E7E7E7;
}

#shop_right h3 {
	color: #111;
	text-shadow: none;
}


#shop_right .section_content label {
	color: #000 !important ;
}

.section {
	background-color: #FFF ;
	color: #000 ;
	padding: 5px ;
	text-shadow: none !important ;
}

.section a{
	color: #555 !important;
}

.section:hover {
}

.boxes{
	line-height: 18px !important ;
	padding: 5px;
	margin: 0px 0px 10px 5px ;
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
	background-color: #FFF ;
	min-height: 100px ;
	border: 1px solid #e7e7e7 ;
	text-shadow: none !important ;
	color: #000 ;
}

.shop_login_box {
	padding-left: 20px ;
}

.boxes:hover {
	border: 1px solid #666 ;
}

.boxes a:link, .boxes a:visited, .boxes a:active {
	text-decoration: none ;
	color: #333 ;
}

.boxes .submit_button a:link, .boxes .submit_button a:visited, .boxes .submit_button a:active {
	text-decoration: none ;
	color: #333 ;
}

.boxes a:hover {
	text-decoration: underline ;
	color: #666 ;
}

.boxes h2, .sectionHeader h2, .breadcrum h2{
	color: #600 !important;
	text-shadow: none !important ;
}

h2 a:link, h2 a:visited, h2 a:active {
    text-decoration: underline ;
}

.section_content {
	padding-left: 10px;
	padding-top:10px;
	color: #000
}

.sale_01 {
	color: #C00 ;
	font-weight: bold ;
}

.sale_02 {
	color: #C00 ;
	font-size: 16px ;
	font-weight: bold ;
}

/************************************/
/* FEATURED PRODUCTS CSS ************/
/************************************/

.featured_products {
	float: left ;
	width: 280px ; 
	height: 110px ;
	margin: 0px 20px 10px 0px ;
	padding: 5px ;
	position: relative ;
}

.featured_products .button_local {
	width: 100px ;
	position: absolute ;
	right: 5px ;
	bottom: -5px ;
}

/************************************/
/* BREADCRUMBS CSS ******************/
/************************************/

.breadcrumb{
	margin-bottom: 10px;
}

/************************************/
/* LOGIN BOX CSS ********************/
/************************************/

.login_area {
	min-height: 72px ;	
}

/************************************/
/* CART ITEMS CSS *******************/
/************************************/

.cart_items {
	background-repeat: no-repeat;
	background-position: 21px 50px;	
	height: 66px;
	background-image: url(../images/bg-cart-sm.png);
}

.cart_product_01 {
	border-bottom: 1px dotted #AAA ;
	border-right: 1px dotted #AAA ;
	 padding: 10px ;
}

/************************************/
/* CATEGORIES CSS *******************/
/************************************/

.categories {}

.cat_description {
  border-bottom: 1px solid #AAAAAA;
  color: #888888;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px;
}

.categories ul {
	list-style-type: none;
	padding-bottom: 15px;
	margin-left: 20px;
}

.categories li {
	margin-right: 25px ;
	border-bottom: 1px dotted #666 ;
	background-image: url(../images/img_black_tag.png) ;
	background-repeat: no-repeat ;
	padding: 3px 0px 3px 24px ;
	background-position: center left ;
}

/************************************/
/* NEW ITEM CSS *********************/
/************************************/

.newItem {
	padding-top: 9px;
}

.bg_newItem {
	background-image: url(../images/sd-item.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 13px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.sd_price {
	
	margin-left: 10px;
	padding: 2px 10px 0px 10px;
	height: 18px;
}

/************************************/
/* SALE ITEM CSS ********************/
/************************************/

.saleItem {
	padding: 10px;
	margin-bottom: 10px;
}
.saleItem a {
	font-size: 12px;
	font-weight: bold;
}
.bg_saleItem {
	background-image: url(../images/sd-item.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 13px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

/************************************/
/* ITEM STYLES CSS ******************/
/************************************/

.item_home {
	width: 285px ;
	padding: 5px ;
}

.item_larger {
	color: #333 ;
	font-size: 14px ;
	font-weight: bold ;
	padding-bottom: 10px ;
}

.item_multi_view {
	color: #333 ;
	font-size: 14px ;
	font-weight: bold ;
	padding: 30px 0px 10px 0px ;
}

.item_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

.item_details {
	padding-left: 35px;
}
.item_add {
	cursor: pointer;
}
.cart_count {
	background-image:url(../images/cart.png);
	height:40px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #DDD;
}

table.options {
	margin-top:5px;
}
table.options td {
	padding:5px;
}
#scroll_container {
	width:530px;
	position: relative; 
	height: 135px; 
	overflow: hidden; 
	margin-left: 30px; 
}
#imageBox {
	margin: auto;
	width:525px;
	height: 115px;
	overflow: hidden;
}
#imageBoxInside {
	margin-left: 37px; 
	width: 10000px; 
}  
#imageBox br {
	clear: both;
}
.item_main_pic {
	padding-top: 10px;
	width: 250px;
	float: left;
}
.item_area {
	width: 395px;
	float: left;
	padding-top: 37px;
}

.item_sorry {
	text-align:center ; 
	padding: 10px ; 
	font-weight: bold ;
	color: #C00 ;
}

.item_price {
	padding: 3px ; 
	font-size: 14px ; 
	font-weight: bold ;
	color: #333 ;
}

.item_price_02 {
	color: #333 ; 
	font-size: 20px; 
	font-weight: bold ;
	padding-bottom: 10px ;
}

.item_product_id_01 {
	padding-top: 10px ;
	color: #444 ; 
	font-size: 14px ; 
	font-weight: bold ;
}

.item_product_id_02 {
	padding-top: 10px ;
	color: #444 ; 
	font-size: 14px ; 
	font-weight: bold ;
	text-align: right;
}
	
.item_main_title {
	padding-bottom: 10px;
	font-size:16px;
	color: #333;
}
.item_description {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0 15px ;
	background-color: #fff;
	color: #333;
	padding:10px;
}
.item_description h2 {
	margin-top: 0px ;
}

.item_related {
	color: #333 ; 
	height:45px ; 
	float: left ; 
	width: 252x 
}

.item_related_price {
	float: left ; 
	margin-top:5px ; 
	height: 40px ; 
	margin-left: 10px ; 
	margin-bottom: 5px ; 
	font-weight:bold ; 
	color: #333;
}
	
.button {
	padding: 5px 0;
}


/* divs */
div.left_form_column {
	padding:5px;
	float:left;
	width:285px;
	margin-left:5px;
	margin-right: 25px ;
	
}

div.right_form_column {
	padding:5px;
	float:left;
	width:250px;
}
div.form_column {
	padding:5px;
	margin-right:10px;
	margin-left:4px;
}

/* fieldset */
fieldset.form_fieldset input {
	color: #333;
	padding-bottom: 3px;
	border: 1px solid #fff;
}
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;
	background-color: #fff;
}
fieldset.form_fieldset legend {
	font-weight:bold;
	color:#333;
}
fieldset.form_fieldset .formControlText {
	
	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(../images/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:#000 !important; 
	color:#fff;
}

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:#333;
	text-decoration:none;
	font-size:12px;
	display:block;
	padding:3px 8px 3px 8px;
	text-transform:uppercase;
	overflow:hidden;
}
ul.accountnav li.active a {
	color:#333;
}
ul.accountnav li a:hover {
	color:#333;
	text-decoration: underline;
}
.print {
	color: #000;
}
.line1{
	background-image: url(../images/line1.gif);
	height: 2px;
	background-position: center center;
	background-color: #F6F5F5;
	background-repeat: no-repeat;
}

img.item_pic{
	padding: 5px; 
	background-color: #fff; 
	border: 1px solid #999;
}

img.item_pic:hover{
	padding: 5px; 
	background-color: #fff; 
	border: #DBB54B solid 1px;
}

/* GIFT CARD CSS */

.giftcert_sold_out{
	text-transform:uppercase;
	color: #C00;
	font-size: 20px;
	font-weight: bold;
}

#gift_card {
	float: left ;
	margin-left: 5px ;
	width: 600px ;
	background-image: url(../images/gift-card.jpg) ;
	background-repeat: no-repeat ;
	background-position: left top ;
	height: 200px ;
}
.gift_card_inner {
	padding-top: 30px;
	padding-left: 140px;
	padding-right: 10px;
	color: #333;
}
.gift_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

.cart_area {
	background-color: #FFF ;
}

.card_price {

}
.card_shipping {

}
.card_expiration {

}


.custom_shipping_message{
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaa;
}

.random_items{
	margin: 10px;
}

.random_items img {
	width: 50% !important;
}

table.orderFields {
	width:100%;
}

table.orderFields td {
	padding:5px;
}

table.orderFields td.fieldLabel {
	font-weight:bold;
	text-align:right;
	width:200px;
}			

table.orderFields td input {
	padding:7px;
	font-size:11pt;
}
table.orderFields td select {
	padding:7px;
	font-size:11pt;
}


#myaccount{
	margin-top: 10px;	
}

.payment_methods {
	margin-left:5px;
	margin-right: 5px;
}

.payment_methods h1 {
  border-bottom: 1px solid #383838;
  margin-bottom: 9px;
  padding-bottom: 10px;
}

.payment_methods label, .payment_methods label.required {
	color: #444 !important;
}

.payment_loader{
	text-align: center;
}

.cards_accepted_block{
}

.cards_accepted_block span {
  display: block;
  float: left;
  margin-top: 20px;
  font-size: 14px;
  margin-right: 4px;
  float: right;
  color: #444;
}

ul.accepted_cards{
	list-style:none;
	float: right;
}


ul.accepted_cards li{
	float: left;
}


.sub_category {
  background-color: #FFFFFF;
  border: 7px solid #F9F9F9;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 #D2D1D1;
  margin-bottom: 13px;
  padding: 2px;
}

.sub_category h3 {
  color: #555555 !important;
  font-weight: 500;
  padding: 1px 10px 10px;
  font-size: 16px;
}

.sub_cat_container {
  margin-bottom: 5px;
}

.sub_category ul li {
  border-bottom: 1px dotted #DDDDDD;
  float: left;
  margin: 0 5px;
  padding: 3px;
  text-align: left;
  width: 309px;
}

.sub_category ul {
  list-style: none outside none;
}

.sub_category ul li a {
  font-size: 13px;
  margin-left: 10px;
}


