/* General CSS */
body
{ font-family: Verdana; font-size: 12px; }
a
{ text-decoration: none; color: #C5271E; font-weight: bold; }
a:hover
{ text-decoration: underline; }

hr
{border:0; border-top: 1px solid #F26419; }

/* Search */
.searchbox_input
{ border: 1px solid #1F1F1F; background-color: #FFB48C; font-size: 10px; font-family: Verdana; height: 15px; padding: 1px; width: 130px; }

/* Categories */
#CategoriesContainer
{ padding: 10px; }
#CategoriesHeader
{ color: #FFD16F; padding-bottom: 5px; font-weight: bold; font-size: 14px; }
div.CategoriesList
{ padding: 0; padding-top: 2px; }
	a.VertMenuItems
	{ color: #FFE0CF; font-weight: bold; text-decoration: none; font-size: 11px; font-family: Verdana; }
	a.VertMenuItems:hover
	{ color: #FDD16F; text-decoration: underline; }
	a.subCategory
	{ padding-left: 5px; }
	
/* Contact */
#left_contact_us
{ padding-top: 10px; }
	#left_contact_text
	{ text-align: center; font-size: 16px; color: #FF782F; font-weight: bold; font-family: Verdana; }
	#left_contact_number
	{ font-size: 18px; font-weight: bold; font-family: Verdana; color: #FFDB88; padding-top: 4px;}
	
/* Right Sidebar Cart */

#right_cart
{ background-color: #2D2D2D; color: #A8A8A8; }

.VertMenuHr
{ border: 1px solid #F26419; }

/* Products */
.product_image
{ border: 1px solid #2D2D2D; }

.product_details_label
{ text-align: center; }

.product_description
{ font-size: 11px; }

.DialogTitle
{font-size: 14px; font-weight: bold;}

/* Button: customers/main/button/button.tpl */
.button_div
{ text-align: center; }

.button_div_a
{ display: block; padding: 5px; padding-left: 10px; padding-right: 10px; background-color: #C3251C; border: 1px solid #FFD16F; color:#FFD16F; }

/* Cart-page Style */
.ProductTitle
{ font-weight: bold; }

/* Credit Card */
.error_message_header
{ color: #9B0300 !important; font-weight:bold !important; }
.error_message_details
{ font-weight: bold; }

/* Checkout */
.sub_header_title div
{ font-weight: bold; }
.grey
{ font-weight: bold;}

/* menu */
ul.site_menu, .site_menu ul
{padding:0; margin: 0;}
ul.site_menu li
{list-style: none; padding: 5px 0 0px 10px ;}
.site_menu li
{}
.menu_hide
{display:none;}

.DialogBox
{width: 100%}