
#mainNav {
	height:50px;
}

/*====== (gray btn) ======*/
.gray_btn:link, .gray_btn:visited, input.gray_btn, button.gray_btn {
	font:12px 'Open Sans', Arial, Tahoma, sans-serif;
	font-weight:600;
	text-transform: uppercase;
	color:#333;
	border:1px solid #d5d5d5;
	padding:12px 14px;
	display: inline-block;
	cursor:pointer;

	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#eaeaea 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eaeaea',GradientType=0 );
	
	-webkit-box-shadow: 0 1px 3px #e7e6e7;
	-moz-box-shadow: 0 1px 3px #e7e6e7;
	-o-box-shadow: 0 1px 3px #e7e6e7;
	box-shadow: 0 1px 3px #e7e6e7;

	-moz-text-shadow:0 1px 0 #fff;
	-webkit-text-shadow:0 1px 0 #fff;
	-o-text-shadow:0 1px 0 #fff;
	text-shadow:0 1px 0 #fff;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.gray_btn:hover, .gray_btn:active, input.gray_btn:hover, button.gray_btn:hover {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #eaeaea 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f4f4f4',GradientType=0 );
}
/*==== (red_btn) ====*/
.red_btn:link, .red_btn:visited, input.red_btn, button.red_btn {
	font:12px 'Open Sans', Arial, Tahoma, sans-serif;
	font-weight:600;
	text-transform: uppercase;
	color:#fff;
	border:1px solid #d5d5d5;
	padding:12px 14px;
	display: inline-block;
	cursor:pointer;

	background: #66CC33;
	background: -moz-linear-gradient(top, #66CC33 0%, #CCCC33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66CC33), color-stop(100%,#CCCC33));
	background: -webkit-linear-gradient(top, #66CC33 0%,#CCCC33 100%);
	background: -o-linear-gradient(top, #66CC33 0%,#CCCC33 100%);
	background: -ms-linear-gradient(top, #66CC33 0%,#CCCC33 100%);
	background: linear-gradient(to bottom, #66CC33 0%,#CCCC33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66CC33', endColorstr='#CCCC33',GradientType=0 );

	-webkit-box-shadow: 0 1px 3px #e7e6e7;
	-moz-box-shadow: 0 1px 3px #e7e6e7;
	-o-box-shadow: 0 1px 3px #e7e6e7;
	box-shadow: 0 1px 3px #e7e6e7;

	-moz-text-shadow:0 1px 0 #339933;
	-webkit-text-shadow:0 1px 0 #339933;
	-o-text-shadow:0 1px 0 #339933;
	text-shadow:0 1px 0 #339933;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.red_btn:hover,.red_btn:active, input.red_btn:hover, button.red_btn:hover {
	background: #CCCC33;
	background: -moz-linear-gradient(top, #CCCC33 0%, #66CC33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCC33), color-stop(100%,#66CC33));
	background: -webkit-linear-gradient(top, #66CC33 0%,#66CC33 100%);
	background: -o-linear-gradient(top, #CCCC33 0%,#66CC33 100%);
	background: -ms-linear-gradient(top, #CCCC33 0%,#66CC33 100%);
	background: linear-gradient(to bottom, #CCCC33 0%,#66CC33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCC33', endColorstr='#66CC33',GradientType=0 );
}



/*======= cart div style =========*/
#mainNav #cart {
	line-height: 30px;
	float:right;
	position:relative;
}
#mainNav #cart a.cart_dropdown img {
	margin-right:6px;
	border:none;
}
#mainNav #cart a.cart_dropdown {
	color:#444;
	padding-right:30px;
	background: url(../images/icons/arrow_down.png) no-repeat 90% 50%;
}
/* cart dropdown content */
#mainNav #cart div.cart_content {
	display: none;
	position:absolute;
	right:0;
	top:95%;
	width:500px;
	background:#f7f7f7;
	border:1px solid #d9d9d9;
	border-top:3px solid #c90119;
	z-index: 205;
	/* box shadow */
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#mainNav #cart div.cart_content b.cart_content_arrow {
	position: absolute;
	top:-10px;
	right:50px;
	width:13px;
	height:7px;
	display: block;
	background: url(../images/icons/red_top_arrow.png) no-repeat left top;
}
#mainNav #cart div.cart_content ul li {
	padding:10px;
	border-bottom:1px solid #ddd;
	list-style-position:inside;
	list-style-type:circle;
}

#mainNav #cart div.cart_content ul li:hover {
	background:#f0f0f0;
	cursor:default;
}
/*===== div.cart_product_name ======*/
#mainNav #cart div.cart_content ul li div.cart_product_name {
	float:left;
	width:76%;
}
#mainNav #cart div.cart_content ul li div.cart_product_name img {
	border:1px solid #dedede;
	float:left;
	margin-right:10px;
	/* box shadow */
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
#mainNav #cart div.cart_content ul li div.cart_product_name span {
	float:left;
	width:80%;
	line-height: 20px;
	color:#666;
	font-weight:400;
}
#mainNav #cart div.cart_content ul li div.cart_product_name span strong {
	font-size:14px;
	font-weight:600;
	text-transform: capitalize;
}
/*==== cart_product_price ====*/
#mainNav #cart div.cart_content ul li div.cart_product_price {
	float:right;
}
#mainNav #cart div.cart_content ul li div.cart_product_price span {
	float:right;
	line-height: 20px;
}
#mainNav #cart div.cart_content ul li div.cart_product_price span a {
	font-weight:600;
	color:#c90119;
	text-decoration: underline;
}
#mainNav #cart div.cart_content ul li div.cart_product_price span a:hover {
	text-decoration: none;
}


/*======== dropdown_cart_info ==========*/
#mainNav #cart div.cart_content div.dropdown_cart_info {
	padding:12px;
}
/*==== cart_total_price ====*/
#mainNav #cart div.cart_content div.dropdown_cart_info div.cart_total_price {
	float:right;
}
#mainNav #cart div.cart_content div.dropdown_cart_info div.cart_total_price span {
	float:right;
	line-height: 24px;
}

/*==== cart_buttons ====*/
#mainNav #cart div.cart_content div.dropdown_cart_info div.cart_buttons {
	float:left;
	margin:0;
}
#mainNav #cart div.cart_content div.dropdown_cart_info div.cart_buttons button {
	float:left;
	margin:0;
}





/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#cart > a span {
		display: none;
	}
	#mainNav nav ul li {
		padding:0 10px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#cart  {
		border-left:1px solid #ddd;
		padding:0 8px 0 16px;
	}
	 #cart > a span {
		display: none;
	}
	#mainNav #cart div.cart_content {
		width:320px;
		top:78%;
		right:0;
		z-index:500;
	}
	#mainNav #cart div.cart_content ul li div.cart_product_name img {
		display: none;
	}


	
	#topHeader h6 {
		float:right;
		display: block;
		font-size:11px;
		padding: 14px 20px 14px 12px;
		margin:0 12px 0 0;
		line-height:24px;
		display: block;
		color:#bfbfbf;
		text-shadow:0 1px 0 #000;
		-moz-text-shadow:0 1px 0 #000;
		-webkit-text-shadow:0 1px 0 #000;
		position: relative;
		background:url(../images/icons/arrow_down.png) no-repeat right center;
		cursor:pointer;
	}
	#topHeader ul#topNav {
		display: none;
		position: absolute;
		top:100%;
		right:10px;
		background:#f2f2f2;
		padding:0;
		z-index:300;
		border:1px solid #ccc;
		border-top:2px solid #c90119;
	}
	#topHeader ul#topNav:after {
		content: '';
		width:13px;
		height:7px;
		position: absolute;
		top:-8px;
		left:50%;
		background: url(../images/icons/red_top_arrow.png) no-repeat left top;
	}
	#topHeader ul#topNav li a:first-child {
		border:none;
	}
	#topHeader ul#topNav li, #topHeader ul#topNav li a {
		display: block;
		float:none;
		margin:0;
		padding:0;
		border:none;
		box-shadow: none;
		margin:0;
		padding:0 12px;
		height:40px;
		line-height: 40px;
		border-bottom:1px solid #ddd;
		color:#444;
		text-shadow:none;
	}
	#topHeader ul#topNav li a.active_link {
		background: none;
		color:#c90119;
	}
	#topHeader ul#topNav li a:hover {
		color:#111;
	}

	
	/* the main nav */
	#mainNav nav h6 {
		border-right:1px solid #ddd;
		text-transform: uppercase;
		font-size: 13px;
		display: block;
		cursor:pointer;
		padding:16px 16px;
		padding-right:35px;
		color:#444;
		/*line-height: 42px;*/
		position: relative;
		background:url(../images/icons/arrow_down.png) no-repeat 88% center;
	}
	#mainNav nav > ul {
		display: none;
		position: absolute;
		top:90%;
		left:0;
		width:180px;
		z-index: 500;
		margin:0;
		padding:0;
		box-shadow: none;
		background: #f0f0f0;
		border:1px solid #ccc;
		border-top:2px solid #c90119;
	}
	#mainNav nav > ul:after {
		content: '';
		width:13px;
		height:7px;
		position: absolute;
		top:-8px;
		left:30%;
		background: url(../images/icons/red_top_arrow.png) no-repeat left top;
	}
	#mainNav nav > ul li {
		box-shadow: none;
		position: relative;
		display: block;
		border-bottom:1px solid #ddd;
	}
	#mainNav nav > ul li a.hasdropdown {
		background:url(../images/icons/arrow_right.png) no-repeat right center;
	}
	#mainNav nav > ul li, #mainNav nav > ul li a {
		margin:0;
		padding:0 12px;
		height:40px;
		line-height: 40px;
		display: block;
		float: none;
		background: none;
		border:none;
		border-bottom:1px solid #ddd;
	}
	/* nested ul */
	#mainNav nav ul ul.submenu {
		width:150px;
		margin:0;
		padding:0;
		left:100%;
		top:0;
		background: #f0f0f0;
	}
	#mainNav nav ul ul.submenu li a:link, #mainNav nav ul ul.submenu li a:visited {
		/*border:1px solid red;*/
		margin:0;
		padding:12px 24px 12px 12px;
		height:auto;
		line-height: 16px;
		background-image: none;
	}


	/* logo */
	#middleHeader #logo {
		float:none;
		margin-bottom:18px;
	}
	#middleHeader #logo h1 a {
		text-align: center;
		margin:0 auto;
	}

	/* search */
	#middleHeader form {
		float:none;
		text-align: center;
		margin:0 auto;
	}
	#middleHeader form label input[type=text] {
		width:210px;
	}

	
	/* footer area */
	footer #info, footer #customer_serices,
	footer #extra, footer #my_account {
		background: none;
		margin-bottom:30px;
	}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	/* cart */
	#cart  {
		border-left:1px solid #ddd;
		padding:0 8px 0 16px;
	}
	 #cart > a span {
		display: none;
	}
	#mainNav #cart div.cart_content {
		width:290px;
		top:78%;
		z-index:500;
	}
	#mainNav #cart div.cart_content ul li div.cart_product_name {
		width:70%;
	}
	#mainNav #cart div.cart_content ul li div.cart_product_name img {
		display: none;
	}


	/* search */
	#middleHeader form label input[type=text] {
		width:100px;
	}
}