 /*body::Controls Page Background Color and any other fonts not defined below*/ 	
body {
	margin-top:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}
.store-name {}
.store-slogan {}

/*-----------------------general fonts and links--------------------------*/
A, td, p, div, .data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
.data {
	margin-top:10px;
	margin-bottom:10px;
	display: table;
}
.page_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3b4f30;
	background-color: #ffffff;
}
A {
	color: #00AAFF;	
	text-decoration: none;
    }
A:hover {text-decoration: underline;}
A:visited {color: #00AAFF;}
A:visited:hover {text-decoration: underline;} 

.small_text, .small_text a {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.smaller_text, .smaller_text a {
    font-size: 9px;
	}

.big_red {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.item {
	font-size: 10px;
	color: #FF3399;
}

.price-info {
	color: #33FF00;
}

.price {
	color: #FF5400;
	font-weight: bold;
}

.checkout-headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3b4f30;
	background-color: #ffffff;
}
.titles {
	font-size: 13px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
	clear:both;
}
.titlesp {
    font-size:12px;
    font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
.pp, .pp p, .pp li, .pp ul li, .pp p ul li {
    margin-top:0px;
    line-height:17px;
}
.pp_indent {
	margin-left: 20px;
}
.titles_big, .titles_big2 {	
	font-size: 15px;
	font-weight: bold;
	color: #FF5400;
	margin-top:20px;
	margin-bottom: 5px;
} 
.titles_big2 {margin-top: 0px;}

.font1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #333333;
}
.font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Normal;
	color: #333333;
}
.font3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #FFFFFF;
}

/*-----------------------------------error--------------------------------*/
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e10e04;
	text-decoration: none;
}

/*------------------------------general containers------------------------*/
.basic_container {
	margin-bottom: 2px;
}

table.border_container { width:100%; }
table.border_container, table.border_container_nowidth {	
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #E4E4E4;
	overflow:auto;
}
table.border_container tr, table.border_container_nowidth tr {background:#FFFFFF;}

table.border_container2 {
	width:100%;	
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #E4E4E4;
	overflow:auto;
}
table.border_container2 tr {background:#FFFFFF;}

.label_border{		
	padding: 10px;
	text-align:center;
	border: 1px solid #FF0000;
	overflow:auto;
}
.justaborder {
    width:100%;
	border: 1px solid #E4E4E4;
}
.justaborder2 {
	width:100%;
	border: 1px solid #E4E4E4;
	padding: 10px;
}
table.border_container3 {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #E4E4E4;
	overflow:auto;
}
.justaborder3 {
    border: 1px solid #E4E4E4;
}
.justacontainer{
	background-color: #999999;
	width: 100%;
}

/*-----------------------------general borders----------------------------*/
.alternative {
   background-color: #ffffff;
   padding: 2px 4px 2px 4px;
   border: 1px solid #91bce8;
   margin-top:10px
}
.borders {	
	border-bottom: 1px solid #E4E4E4;
}
.borders2 {}

/*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon {
    border: solid;
    border-color: #E4E4E4;
	border-width: 1px;
}
/*--------------------------------checkout step-------------------------------*/
table.steps{
    width:100%;
	height:36px;	
}
td.steps_on, td.steps_next, td.steps_off {padding-left:20px;}
td.steps_on {
    width:23%;
	text-align:center;
	font-weight:bold;
	background-color: #DADADA;
	background-image: url(/assets/images/bg/reverse_grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
td.steps_next{
    width:23%;
	text-align:center;
	font-weight:bold;
    background-image: url(/assets/images/bg/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px #DADADA solid;
	border-bottom: 1px #DADADA solid;
}
td.steps_off {
	width:23%;
	text-align:center;
	font-weight:bold;
	background-image: url(/assets/images/bg/white_arrow.gif);
	background-repeat: no-repeat;
	border-top: 1px #DADADA solid;
	border-bottom: 1px #DADADA solid;
}
td.steps_end {
    width:5%;
    background-image: url(/assets/images/bg/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*-------------------------------invoice miscell-------------*/
/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-size: 15px;
	font-weight: bold;
	color: #FF5400;
	text-align: center;
	margin-bottom: 5px;
} 
/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
    background-color: #FFFFFF;	
} 

/*----------------------------buttons and text areas----------------------*/
a.btn, a.btn:visited, .btn, a.btn_big, a.btn_big:visited, .btn_big  {    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #00AAFF;
	padding: 5px 10px 5px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #37BEFF;
	border-right-color: #0093D9;
	border-bottom-color: #0093D9;
	border-left-color: #37BEFF;
	} 
a.btn:hover, .btn_over, a.btn_big:hover, .btn_big_over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00AAFF;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #37BEFF;
	border-right-color: #0093D9;
	border-bottom-color: #0093D9;
	border-left-color: #37BEFF;
	text-decoration: none;	
	}
.btn, .btn_over, .btn_big, .btn_big_over {
    padding: 1px 5px 1px 5px;
}

.btn_big, .btn_big_over {
    padding: 8px 15px 8px 15px;
	font-weight:bold;

}
.btn2 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #e1b246;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;    
    color: #ffffff;
	cursor: pointer;
	} 
.btn_rmv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #FFFFFF;
	border:1px #e10e04 solid;
	text-transform: lowercase;
	font-weight: bold;
	} 	
	
.txtBoxStyle {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #E4E4E4;
	} 
	
.txtareaStyle {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;;
    font-size: 12px;    
    color: #343333;
	height: 100px;
	width: 300px;
	}
form {
    margin: 0px; padding: 0px; display: inline;}
} 
/*--------------------------------topbar----------------------------------*/
.header_area {
	width:100%;
	background-color:#E4E4E4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #D3D3D3;
}

.top_menu_container {
	width:100%;
	padding-top:15px;
	margin-bottom:10px;
	background-image:url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	}
	
.top_menu_container_original {
    min-width:780px;
	max-width:1010px;
	width:expression(document.body.clientWidth > 1010? "1010px": "auto" );
}

td.top_menu_links_container {}

.menu {
}
.menu, .menu a, .menu a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover, .menu a:visited:hover{
	color: #3399FF;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

td.top_search {
    width:15em;
    text-align:right;
}
td.top_search form{
	padding:0;
	margin:0;	
}
.boxBoxStyle {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:2px;
	border: 1px solid #FFCC66;
	}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
}

#nav a {
	display: block;
	padding:5px;	
}
#nav li ul a {
	display: block;
	padding:5px;
}
#nav li {
	float: left;
	width:12em;
	text-align:left;
}

#nav li ul li{
	float: left;
	width:15em;
	text-align:left;
}
#cart_drop_menu{
	white-space:nowrap;    
}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	background-color: #FF5400;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	line-height: 15px;
	border: 1px solid #FFCC66;
	padding: 2px;		
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}
/*---------------------------------left column------------------------------------*/

.greeting{font-size: 12px;}

.middle_area {
	min-width:780px;
	max-width:1010px;
	width:expression(document.body.clientWidth > 1010? "1010px": "auto" );
	text-align:left;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.left_column_container  {
	width:150px;
	vertical-align:top;
	padding:0px;	
}

.left_column_container div, .left_column_container p, .left_column_container A, .left_column_container A:visited{
    color:#666666;
} 

A.cat, A.cat:visited, .cat {    
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
A.cat:hover, A.cat:visited:hover, A.subcat:hover, A.subcat:visited:hover{
	text-decoration:underline;
}

A.subcat, A.subcat:visited, .subcat{
	font-size: 12px;
	line-height: 18px;
	margin-left:5px;	
}

.frame {
    padding:10px; 	
	padding-bottom:15px;
	margin-bottom: 15px;
	line-height: 16px;	
}

.frame_header {
	font-size: 13px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	font-weight: bold;
	text-transform: uppercase;
}

/*------------------------------main column-------------------------*/
td.main_column_container {
	vertical-align:top;
	padding:5px 15px 5px 15px;
}


/*---------------------------------main content---------------------------*/
.home_main_feature {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.feature_menu_header {text-align: left;}
.homepage_wording {
	line-height: 16px;
	margin: 2em;	
}
.homepage_wording b{
	font-size: 1.7em;
	color: #FF5400;
	font-family: Arial, Helvetica, sans-serif;
}
#indent {
    text-indent:25px;
}
/*--------------------------------product display-------------------------*/
table.product_display_container {	
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;	
	overflow: auto;
}
td.product_display_thumbnail{    
	width: 100px;
	vertical-align:top;	
}
td.product_display_thumbnail img {}
td.product_display_text {
	vertical-align:top;
	padding-left:15px;
	padding-right:20px;
	line-height: 18px;
}
.paging, .paging a {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*---------------------------------breadcrumb----------------------------*/
.breadcrumb, .breadcrumb a, .breadcrumb a:visited{
	font-size: 11px;
	color: #666666;
	padding-bottom:10px;
	margin-bottom:10px;
}
.addthis {
    margin-top: 5px;
	margin-bottom:10px;
	}

/*-------------------------------product listing--------------------------*/
table.product_listing_container {    
	overflow:auto;
	width:100%;
}
.product_listing_images {
	width: 350px;
	vertical-align:top;
	padding-right: 10px;	
	overflow: auto;
}
.image_square {
	height: 350px;
	width: 350px;
	
}
.product_listing_text {
    vertical-align:top;
	border-left: 1px dotted #E4E4E4;
	padding-left:10px;	
	}

td.product_listing_text, td.product_listing_text p, .product_listing_text ul li, .product_listing_text, .product_listing_text p {
	line-height: 19px;
}

.send_to {}

.add_to_cart{
	overflow:auto;
	overflow-x: auto;
	white-space: nowrap;
	padding: 5px;
	background-color: #FFFFCC;
	border: 1px solid #FFDFBF;
}


/*------------------------------related items----------------------------*/
}
.related_item {
	padding:10px;
	overflow: auto;
	line-height: 17px;
	font-weight:normal;
}

/*------------------------------shopping cart----------------------------*/
.cart_actions {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.button_actions {
    margin-top: 10px;
	margin-bottom: 10px;
}

.titles2, .titles2r {
	font-weight: bold;
	text-transform: capitalize;
	background-color: #E4E4E4;
}
.titles2r {	
	text-align: right;	
} 
.titles2b {}
.titles2br {text-align: right;}

.titles3r {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

.titles4r {font-weight: bold;}
.titles4 {}

.cart_titles {background-color: #F7F7F7;}

.cart_item, .cart_itemr {}
.cart_itemr {text-align: right;}
.cart_itemr_big {
	text-align: right;
	font-weight: bold;
	font-size: 14px;	
	}

.google_checkout {text-align: right;}

/*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-weight: bold;
	color: #990000;
	border-bottom: 1px solid #990000;
}

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: Normal;
	color: #3b4f30;
	line-height: 18px;
	background-color: #efedbe;
}
/*--------------------account area-------------------------*/
.invoice_titles {	
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices */		
.footerspace {
    margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.footer_area {
	
}

.footer_menu_container {
	margin-top:25px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;	  
}
	
	
.footer, .footer a, .footer a:visited {
    font-size:11px;
	line-height:15px;
	color: #FFFFFF;
}
