body, input, textarea {
	color: #444444;
}

.display_org_price_discount {
	text-decoration: line-through;
	font-weight: 200;
	font-size: 10px;
}
.price_different {
	font-size: 10px;
	color: #999999;
	clear: both;
}


input.blur, textarea.blur {
	color: #999;
	font-style: italic;
}

a:hover {
	text-decoration: none;
}

input.mid {
	width: 80px;
}
.asterix {
	color: #F97A85!important;
}
.font_bold {
}

.float_right {
	float: right;
}
.clear_both {
	clear: both;
}
.border_top {
	border-top: 1px solid #ebebeb;
}
.border_buttom {
	border-bottom: 1px solid #ebebeb;
}
.header_background {
	background-color: #f5f5f5;
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 20px;
	width: auto;
}
.content_background {
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
	padding: 20px;
	width: auto;
}
.ecom_font_head {
	color: #be1e2d;
	padding-bottom: 25px;
	font-size: 18px;
}

.ecom_font_label {
	color: #be1e2d;
	font-weight: bold;
}

/*
 * 
 * 
 */
#nav_container_b #searchform .screen-reader-text {
	display: none;
}
#nav_container_b #searchform {
	color: gray;
    float: right;
    padding: 12px 14px 12px 0;
    position: relative;
}
#nav_container_b #searchform input[type="text"] {
    border: medium none;
    color: #A3A3A3;
    float: left;
    font-size: 11px;
    height: 27px;
    margin-left: 3px;
    padding: 0 3px 0 8px;
    position: relative;
    width: 150px;
    margin-right: 25px;
    border: 0;
    background: transparent;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
#nav_container_b #searchform a {
    background: url("images/nav/search_but.png") no-repeat scroll right bottom transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 20px;
    outline: medium none;
    position: absolute;
    right: 23px;
    text-indent: -999999px;
    width: 27px;
}

#nav_container_b #searchback {
    display: block;
    overflow: hidden;
    background-color: white;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*
 * 
 * 
 */
#nav_container {
	background: url("images/nav/cont_left.png") no-repeat scroll left top transparent;
    height: 52px;
    width: 100%;
}
#nav_container_r {
	background: url("images/nav/cont_right.png") no-repeat scroll right top transparent;
    margin-left: 10px;
}
#nav_container_b {
	background: url("images/nav/cont_back.png") repeat-x scroll 0 0 transparent;
    margin-right: 4px;
}

nav.light li {list-style: none; display: inline;}
nav.light {
	height: 52px;
	width: 720px;
	float: left;
}

nav.light ul li {
    position: relative;
}
nav ul > li:first-child {
	border-left: 0;
}
nav ul li {
    float: left;
    list-style: none outside none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dddddd;
	margin-top: 1px;
	padding: 0;
}
nav ul li {
    position: relative;
}
nav ul {
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
	border-right: 1px solid #ffffff;
	float: left;
}

ul#main_menu li a, /* Nav with customized */
nav ul li a /* Default nav */
{
	text-shadow: 1px 1px 1px #FFFFFF;
    color: #555555;
    display: block;
	height: 50px;
	padding: 0 18px !important;
	font-weight: bold;
	margin: 0;
	vertical-align: baseline;
	text-decoration: none;
}

ul#main_menu li ul li a, nav ul li ul li a
{
	padding-left: 5px;
}

ul#main_menu li a span,
nav ul li a span
{
	position: relative;
	top: 15px;
}

ul#main_menu li a:hover, ul#main_menu li a.hover, ul#main_menu li.current-menu-item a, 
nav ul li a:hover, nav ul li a.hover, nav ul li.current-menu-item a {
    background: url("images/nav/cont_back_hov.png") repeat-x scroll left center transparent;
    padding: 0 18px 0 17px !important;
}

ul#main_menu li a:hover, ul#main_menu li a.hover, ul#main_menu li.current-menu-item a,
nav ul li a:hover, nav ul li a.hover, nav ul li.current-menu-item a  {
	padding: 0 18px !important;
}

ul#main_menu li.first.menu-item-home a:hover span, ul#main_menu li.first.current-menu-item.menu-item-home a span,
nav ul li.first.menu-item-home a:hover span, nav ul li.first.current-menu-item.menu-item-home a span {
	display: block;
	padding-left: 21px;
	margin-left: -21px; 
	border-left: none;
}

/* Drop down */
nav.light li ul {
	position: absolute; 
	top: 50px;
	left: -1px; 
	padding: 5; 
	background: #fff !important; 
	display: none; 
	z-index: 1000;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-bottom: 10px;
	border-top: 1px solid #fff;
	
}
nav.light li ul li {border-right: 0px; float: none!important; width: 125px;}
nav.light li ul li:last-child { border-bottom: 0px;}
nav.light li ul li a {height: auto !important; background: none!important; border-left: 0px; border-top: 0px; padding: 5px 0px; font-size: 12px; color: #555; }
nav.light li ul li a:hover { color:black !important;}

nav.light ul.sub-menu li a {
	height: auto !important; 
	background: none !important; 
	border-left: 0px !important; 
	border-top: 0px !important; 
	padding: 0px !important; 
}

nav.light li ul {
    background-color: #F7F7F7;
    box-shadow: 0 1px 2px gray;
	width: auto;
}

nav.light ul.sub-menu li a,
nav.light ul.sub-menu li.first a { 
    line-height: 20px;
	margin: 0 3px !important;
	text-shadow: 1px 1px 1px white !important;
	display: block;
}

nav.light ul.sub-menu li a span { 
	font-weight: bold;
}
nav.light ul.sub-menu li a:hover span { 
	font-weight: bold;
	color: #6F6F6F;
}
nav.light ul.sub-menu { 
	color: #424449;
	min-width: 170px;
	width: auto;
	text-shadow: 1px 1px 1px white !important;
	padding-bottom: 10px;
}

/* Firefox hack */
@-moz-document url-prefix() {
	nav.light ul.sub-menu {
		padding-bottom: 30px;
	}
}

nav.light ul.sub-menu li.last a { 
	border-bottom: none !important;
}

/*
 // button
 */
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    font-weight: bold;
}

.button:hover {
    text-decoration: none !important;
}

.button:active {
    position: relative !important;
    top: 1px;
}

.button_color {
    background: -moz-linear-gradient(center top , #c7db59, #a5be1b) repeat scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c7db59), to(#a5be1b)) !important;
	background: linear-gradient(#c7db59, #a5be1b) !important;
	
    border: 1px solid #9aad22 !important;
    color: #white !important;
	font-size: larger !important;
	font-weight: bolder !important;
}
.button_color:hover {
	background: -moz-linear-gradient(top,  #fbaf44, #e98a04) !important;
	background: linear-gradient(#c7db59, #fbaf44, #e98a04) !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbaf44), to(#e98a04)) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5be1b', endColorstr='#fbaf44') !important;
	border: 1px solid #BE1E2D !important;
}

.default_button, .default_button_nd {
	width: 100px !important;
}

.default_button {
    /*background: -moz-linear-gradient(center top , #b0ce3a, #7eae24) repeat scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b0ce3a), to(#7eae24)) !important;
	background: linear-gradient(#b0ce3a, #7eae24) !important;*/
	
    border: 1px solid #7B9823 !important;
	/*
	background: -moz-linear-gradient(top,  #B2CE7C, #7EAE24) !important;
	background: -webkit-gradient(linear,  0 0, 0 bottom, from(#B2CE7C), to(#7EAE24)) !important;
	background: linear-gradient(#B2CE7C, #7EAE24) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2CE7C', endColorstr='#FEAA66') !important;
	*/
	
	background: #B2CE7C; /* Old browsers */
	background: -moz-linear-gradient (top,  #B2CE7C, #7EAE24) !important; /* FF3.6+ */
	background: -webkit-gradient(linear,  0 0, 0 bottom, from(#B2CE7C), to(#7EAE24)) !important;/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #B2CE7C 0%,#7EAE24 100%) !important; /* Opera 11.10+ */
	
    color: #white !important;
	font-size: 12px !important;
	font-weight: bolder !important;
	height: 25px;

	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

.default_button:hover {
	/*
	background: -moz-linear-gradient(top,  #FEAA66, #FE7507) !important;
	background: linear-gradient(#c7db59, #FEAA66, #FE7507) !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEAA66), to(#FE7507)) !important;
	*/
	background: #FE7507 !important; /* Old browsers */
	background: -moz-linear-gradient (top,  #FEAA66, #FE7507) !important; /* FF3.6+ */
	background: -webkit-gradient(linear,  0 0, 0 bottom, from(#FEAA66), to(#FE7507)) !important;/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #FEAA66 0%,#FE7507 100%) !important; /* Opera 11.10+ */
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5be1b', endColorstr='#FEAA66') !important;
	border: 1px solid #e56701 !important;
}

.default_button_nd {
	background: #E0DEDE !important; /* Old browsers */
	background: -moz-linear-gradient (top,  #EFEFEF, #E0DEDE) !important; /* FF3.6+ */
	background: -webkit-gradient(linear,  0 0, 0 bottom, from(#EFEFEF), to(#E0DEDE)) !important;/* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #EFEFEF 0%,#E0DEDE 100%)  !important; /* Opera 11.10+ */
	
    border: 1px solid #CCCCCC !important;
    color: #555555 !important;
	font-size: 12px !important;
	font-weight: bolder !important;
	height: 25px;
	
	cursor: pointer;
}
.default_button_nd:hover {
	background: none !important;
	background-color: #EFEFEF !important;
    border: 1px solid #DDDDDD !important;
}

/*
 // Slider 
 */
.slide_content_wraper .header {
	font-size: 25px;
	font-weight: bolder;
	color: #444444;
}

.slide_content_wraper .description {
}

/*
 * Main Slider 
 */
.slide_content_wraper .header {
	font-size: 25px;
	font-weight: bolder;
	color: #444444;
}

/*
 * 
 */
.bestsellers {
	display: none;
}
.category_tree {
	padding-bottom: 40px;
}

.category_tree ul {
	font-size: 13px;
}
.treeview ul {
    margin-top: 0px;
}
.category_tree ul li.collapsable,
.category_tree ul li a.selected {
	font-weight: bold;
}

.category_tree ul li a:hover {
	color: #999999;
}

.category_tree ul.children li {
	font-weight: normal;
}

.category_tree ul.children {
	list-style-image: none;
	list-style: none;
	margin: 5px 0 5px 0;
}

/*
 * 
 */
#page_wrapper .category_tree, #page_wrapper .bestsellers {
}
#page_wrapper h2 {
	width: 90%;
	float: left;
}
#page_wrapper .side_bar {
	float: left;
	width: 250px;
	padding-right: 20px;
}
#page_wrapper .side_bar.right {
	padding: 0px;
	float: right;
	padding-left: 20px;
}
	
#page_wrapper .cat_tree, .pp_breadcrumbs {
	float: left;
	padding-bottom: 0px;
	font-size: 11px;
}
#page_wrapper .cat_tree, #page_wrapper .cat_tree .sep, #page_wrapper .cat_tree a, .pp_breadcrumbs a {
	color: #999999 !important;
}
#page_wrapper .cat_tree a.home, .pp_breadcrumbs a.home {
	color: #BE1E2D !important;
}
.pp_breadcrumbs {
	color: #999;
}

/*
 * 
 * 
 */
#page_category_wrapper #page_header, 
#page_product_wrapper #page_header{
	padding-top: 20px;
}
#page_header, #header-wrapper {
	padding-bottom: 20px;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 10px;
}
#header-wrapper  {
	padding-top: 30px;
}
#page_header h2 {
	width: 80%;
	letter-spacing: -1px;
}

.validation-error {
	color: #F9715E;
}

/*
 * Cart Detail
 */
#cart_detail_widget_product, #cart_detail_widget_price {
		padding: 10px;
}

#cart_detail_widget_product ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#cart_detail_widget_price {
	font-weight: bold;
}
#cart_detail_widget_price .price {
	float: right;
}
#cart_detail_widget_price .checkout_bt {
	margin: 20px 0 10px;
}
#cart_detail_widget_price br {
	clear: both;
}
#cart_detail {
	position: relative;
	border: 1px solid white;
	z-index: 1000;
}

.total_price_cart, .total_price_cart_value {
	min-width: 85px;
	width: auto;
}
#cart_detail_widget_wrapper {
	-moz-box-shadow: 5px 5px 5px #f4f4f4;
    -webkit-box-shadow: 5px 5px 5px #f4f4f4;
    box-shadow: 5px 5px 5px #f4f4f4;
}
.cart_detail_shadow {
	-moz-box-shadow: 0 0 5px 5px #f4f4f4;
    -webkit-box-shadow: 0 0 5px 5px #f4f4f4;
    box-shadow: 0 0 5px 5px #f4f4f4;
}
.cart_detail_show {
	border: 1px solid #eeeeee !important;
	border-bottom: 0px;
}
#cart_detail_widget_wrapper_fix {
	position: absolute;
	width: 8.4em;
	z-index: 900;
	left: -1px;
	top: 0;
}
#cart_detail_widget_wrapper {
	border: 1px solid #eeeeee;
	border-left: 1px solid #F9F9F9;
	border-top: 0px;
	background-color: white;
	padding: 10px;
    position: absolute;
    min-width: 200px;
    z-index: 1000;
    right: -1px;
}

/*
 * Page Cart
 */
#cart_page_sub_cost {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#cart_page_total_price .label, #cart_page_total_price .price {
	font-size: 20px;
	font-weight: bold;
}

#cart_page_sub_total_cost .label,
#cart_page_shipping_cost .label, 

#cart_page_tax .label,
#cart_page_tax .price,

#cart_page_sub_total_cost .price,
#cart_page_shipping_cost .price {
	font-weight: bold;
}
#cart_page_total_price .price,
#cart_page_sub_total_cost .price,
#cart_page_tax .price,
#cart_page_shipping_cost .price {
	float: right;
}
#cart_page_total_price .price {
	color: #be1e2d;
}
#cart_page_action_bt_wrapper{
	float: right;
	padding: 10px 0 20px;
	text-align: right;
}

/*
 * Category Tree 
 */
.treeview a.selected {
    background-color: white;
}

#social_share {
	padding: 10px 0 20px 0;
}

#social_share iframe {
	 border: 0px;
	 overflow:hidden;
}
