/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

@font-face {
	font-family:"MyriadPro";
	src:url('../css/fonts/MyriadPro/MyriadPro-Regular.ttf') format("truetype");
	src: url('../css/fonts/MyriadPro/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
	src: url('../css/fonts/MyriadPro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../css/fonts/MyriadPro/MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */
	     url('../css/fonts/MyriadPro/MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../css/fonts/MyriadPro/MyriadPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	background-color: #ffffff;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a:active,
a:focus  {
	outline: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

legend {
	display: none;
}

ul{
	list-style: none outside none;
	padding: 0;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

   
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
    padding-top: 20px;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Arial, Helvetica, Helvetica Neue;
}

.wrapper {
    width: 98%;
    margin: 0 2%;
}

/* ===================
    ALL: Common CSS
   =================== */


/* Top Download Book bar */

header.main {
    padding-top: 10px;
}

.topbar_logo {
	display: none;
	position: absolute;
	left: 0;
}

div#download_bar_top {
	background-color: rgb(226, 8, 129);
	border-bottom: 0px;
	border-color: #ffffff #ffffff white;
	color: #ffffff;
	font-family: 'Glass Antiqua', cursive;
	font-weight: normal;
	height: auto;
	left: 0;
	margin: 0;
	min-height: 65px;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 0;
	white-space: normal;
	width: 100%;
	z-index: 150;
}
div#download_bar_top > div {
	margin-right: 0px;
	margin-top: 10px;
}
div#download_bar_top span {
	display: inline-block;
	font-size: 27px;
	line-height: 25px;
}
div#msg_container a {
	background-color: transparent;
	border-color: #000000;
	color: #ffffff;
}
div#msg_container a {
	line-height: 45px;
	margin-right: 65px;
}
div#msg_container a.cta.button {
	padding: 6px 15px;
}
div#msg_container a.cta.button {
	border: 0px;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1) inset;
	color: #fff;
	margin: 0 0 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
div#download_bar_top a.cross {
	top: 25px;
}
div#download_bar_top a.cross {
	display: block;
	left: auto;
	opacity: 0.3;
	position: absolute;
	right: 10px;
}
div#shadow {
	background: url("../images/commons/topbar_bottom_tip.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	bottom: -6px;
	height: 7px;
	left: 0;
	line-height: 7px;
	position: absolute;
	width: 100%;
}
/* End of Top Download Book bar */
   
   
header > div.logo_search_container{
	margin: 15px 0;
}

header > div.logo_search_container img#logo{
	float: left;
}

header > div.logo_search_container > ul#top-social-media{
	float: left;
	list-style: none outside none;
	padding-left: 0;
	width: 31%;
}

header > div.logo_search_container > ul#top-social-media > li{
	float: left;
	margin-left: 5px;
}

header > div.logo_search_container > ul#top-social-media > li > a > img{
	vertical-align: top;
}

header > div.logo_search_container > div.right_container{
	float: right;
	width: 30%;
}

header > div.logo_search_container > div.right_container > a.need_help{
    background: url("../images/commons/need_help.png") no-repeat scroll left top transparent;
	color: darkblue;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding-left: 28px;
    text-decoration: none;
}

header > div.logo_search_container > div.right_container > a.need_help:hover{
	text-decoration: underline;
}

form#top_search {
    border:solid 10px #686868;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    height: 43px;
	margin-top: 5px;
    max-width: 300px;
    position: relative;
}

form#top_search > input[type=search] { 
    border: 0 none;
    color: red;
    height: 40px;
	/*line-height: 40px;*/
    letter-spacing: 1px;
    padding: 0 5px;
    width: 70%;
}

form#top_search > span { 
    background: url("../images/commons/search-btn-tip.png") no-repeat scroll left top transparent;
    display: inline-block;
    padding-left: 8px;
    position: absolute;
    right: 0;
}

form#top_search > span > input[type=submit] { 
    background-color: #f6303e;
    border: medium none;
	color: white;
    height: 43px;
    text-indent: 5px;
    width: 68px;
}

form#top_search > div#trending_searches{
	font-size: 12px;
	margin: 10px 0;
}
form#top_search > div#trending_searches span{
	color: grey;
	cursor: pointer;
	text-decoration: none;
}
form#top_search > div#trending_searches span:hover{
	text-decoration: underline;
}

div.suggestionsBox {
	position: absolute;
	top:40px;
	margin: 26px 0px 0px 0px;
	width: 100%;
	padding:0px;
	background-color: #686868;
	border-top: 3px solid #686868;
	color: #fff;
	z-index: 1000;
}

div.suggestionsBox div.arrow-up{
	border-bottom: 15px solid #686868;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0;
	margin: 0 0 0 25px;
	position: relative; 
	top: -15px;
	width: 0;
}

div.suggestionList {
	margin: 0px;
	padding: 0px;
}
div.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom: 1px dotted #FFFFFF;
	cursor: pointer;
}
div.suggestionList ul li:hover {
	background-color: #9F9E9E;
	color:#ffffff;
}
div.suggestionList ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
}

.suggestionsLoading{
	background-image:url(../images/icons/loader.gif);
	background-position:right;
	background-repeat:no-repeat;
}

header > nav{
	/*background-color: #f6303e;*/
	background: url("../images/commons/top-menu-bg.jpg") repeat-x scroll center top #f6303e;
	height: 54px;
	margin-top: 5px;
	position: relative;
}

header > nav,
header > nav > div#cart {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

header > nav > div#navigation > ul{
    position: relative;
    z-index: 9;
}

header > nav > div#navigation > ul > li {
	background-color: #f6303e;
	border-bottom: 1px solid #cccccc;
}

header > nav > div#navigation > ul > li:last-child {
	border: none;
}

header > nav > div#navigation > ul > li:hover {
	background-color:#FC737C;
}

header > nav > div#navigation > ul > li > a{
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 15px;
}

header > nav > div#navigation > ul > li.no-border  > a{  
	background-image: none;
}

header > nav > div#navigation > ul > li.notification {  cursor: pointer; font-family:"Quantico"; color:#fff; font-size:15px; width: 155px;}
header > nav > div#navigation > ul > li.notification span { height:54px; line-height:54px; display:inline-block; position:relative; }
header > nav > div#navigation > ul > li.notification span.notIco { background:url("../images/commons/notification/notification-bg-round.png") no-repeat; width:54px; text-align:center; }
header > nav > div#navigation > ul > li.notification span.notTxt { background:url("../images/commons/notification/notification-bg.png") repeat-x; padding:0 7px 0 32px; z-index:-1; margin-left:-34px; }

header > nav > div#navigation > ul > li.notification:hover span.notTxt { background-position:0 -54px; }
header > nav > div#navigation > ul > li.notification:hover span.notIco { background-position:0 -54px; }

header > nav > div#navigation > ul > li.notification > ul{
	margin:0 auto;
	text-align:left;
	padding:10px 5px 10px 5px;
	border:2px solid #777777;
	border-top:none;
	
	width: 323px;
	overflow: auto;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

header > nav > div#cart{
    background: url("../images/commons/cart.jpg") no-repeat scroll 10px center #DFDFDF;
	color: #393939;
    float: right;
	height: 44px;
    padding: 5px;
}

header > nav > div#cart > div{
    border-right: 1px solid #C0C0C0;
    float: left;
    height: 48px;
    margin-left: 70px;
}

header > nav > div#cart > span{
    border-left: 1px solid white;
    float: right;
    font-size: 13px;
    height: 48px;
    padding-left: 10px;
}

header > nav > div#cart > span > strong{
    display: block;
    font-size: 17px;
	line-height: 18px;
}
	
header > nav > div#cart > span > strong > a{
	color: black;
	text-decoration: none;
}

header > nav > div#cart > span > strong > a:hover{
	text-decoration: underline;
}

header > div.logo_search_container img#logo{
	max-width: 100%;
}

div.main > aside > nav > select{
	background-color: #686868;
	border: 1px solid #ccc;
	border-radius: 0;
    color: #EDEDED;
	font-size: 16px;
	height: 34px;
	line-height: 1;
	margin: 15px 0;
	overflow: hidden;
	padding: 5px;
	-webkit-appearance: none;
	width: 100%;
}

footer div.footer-top{
	background-color: #3c3c3c;
	color: #cccccc;
	font-size: 14px;
	padding: 10px;
}

footer div.footer-top h2{
	color: white;
	font-family: 'Droid Sans', sans-serif;
	font-size: 22px;
	font-weight: normal;
}

footer div.footer-top > div.about{
	height: 315px;
	overflow: hidden;
}

footer div.footer-top > div.about em a{
	color: #CCCCCC;
}

footer div.footer-top > div > nav > ul > li {
	border-bottom: 1px solid #cccccc;
}

footer div.footer-top > div > nav > ul > li:last-child {
	border: none;
}

footer div.footer-top > div > nav > ul > li:hover {
	background-color:#545454;
}

footer div.footer-top > div > nav > ul > li > a{
	color: #cccccc;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

footer div.footer-top > div.social-media > form > label{
    background: url("../images/commons/news-letter-bg.jpg") repeat-x scroll 5px center #F0696F;
    color: white;
    display: block;
    font-family: 'Droid Sans',sans-serif;
    font-size: 21px;
    font-weight: normal;
    line-height: 47px;
    position: relative;
    text-indent: 5px;
    width: 95%;
}

footer div.footer-top > div.social-media > form > label > img{
	margin-right: 5px;
}

footer div.footer-top > div.social-media > form > label > span{
	display: none;
}

footer div.footer-top > div.social-media > form > label > i{
	background: url("../images/commons/news-letter-tip.png") no-repeat;
	height: 47px;
	position: absolute;
	right: -20px;
	width: 20px;
}

footer div.footer-top > div.social-media > form > div.newsletter_container { 
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid white;
    height: 47px;
    padding-left: 10px;
    position: relative;
	width: 98%;
}

footer div.footer-top > div.social-media > form > div.newsletter_container > input[type=text] { 
    border: none;
    color: red;
	float: left;
    height: 45px;
    letter-spacing: 1px;
    padding: 0 5px;
    width: 68%;
}

footer div.footer-top > div.social-media > form > div.newsletter_container > input[type=image] { 
	float: right;
    height: 47px;
    width: 47px;
}

footer div.footer-top > div.social-media > ul{
	list-style: none outside none;
	margin: 0 auto;
	padding-left: 0;
}

footer div.footer-top > div.social-media > ul > li{
	float: left;
	width: 49px;
	margin-right: 5px;
}

footer div.footer-top > div.social-media > ul > li:last-child{
	margin-right: 0;
}

footer div.footer-top > div.social-media > h3.international-shipping{
	clear: both;
	padding-top: 25px;
	text-align: center;
	font-size: 26px;
	text-shadow: 0 3px 3px rgba(255, 255, 255, 0.3);
}

footer p.footer-bottom{
    background-color: #85868A;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    color: #CCCCCC;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
}

footer p.footer-bottom > small{
    color: white;
    float: right;
    font-size: 12px;
    line-height: 40px;
}

span#timer{
    background: url("../images/commons/time-left.jpg") no-repeat scroll left center transparent;
    display: inline-block;
    font-family: "Quantico";
    height: 51px;
    padding-left: 95px;
}

span#timer > span{
    background: url("../images/commons/time.jpg") no-repeat scroll left center transparent;
    color: #FFFFFF;
    display: table-cell;
    font-size: 25px;
    height: 52px;
    line-height: 47px;
    text-indent: 0;
    width: 45px;
}

/* ==========================================================================
   All Other Pages
   ========================================================================== */

/* ==============================
	Common Pages
   ============================== */

   div.common img.main{
		float: right;
		margin: 5px;
		max-width: 100%;
   }

   div.common h2{
		font-size: 1em;
   }
   
   /* ==== Common Pages Ends ==== */
   
div#view-products{

}

div#view-products h1,
div#product-detail h1,
div.common h1{
	background-color: #79CEDA;
    color: white;
    font-family: 'Droid Sans',sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 57px;
    text-indent: 0.5em;
}

div#view-products h2{
	font-size: 16px;
}

div#view-products > ul{
	list-style: none outside none;
	padding: 0;
}

div#view-products > ul > li{
	color: #257BD6;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
    height: 250px;
	text-align: center;
}

div#view-products > ul > li > h3{
    color: #6C6C6C;
    font-size: 15px;
    height: 50px;
    margin: 0;
    overflow: hidden;
}

div#view-products > ul > li > h3 > a {
    color: #6C6C6C;
    text-decoration: none;
}

div#view-products .read-more > a {
	font-size: 16px;
	font-weight: normal;
}

div#view-products > section.popular-categories{
	clear: both;
	width: 100%;
}

div#view-products > section.popular-categories > h2{
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
}

section.popular-categories .image_rounded_shadow img,
section.sub-categories .image_rounded_shadow img{
	min-height: 150px;
	max-width: 150px;
}
/*
section.top-products .image_rounded_shadow img{
	height: 125px;
	width: 125px;
}
*/

/* 	==================
	Product Detail Page
	================== */

div.common  p.nav_back{
	color: #5B5B5B;
	/*text-align: right;*/
	font-size: 12px;
}

div.common  p.nav_back > a{
	color: #E71818;
	/*text-decoration: none;*/
}

div.common p.nav_back > a:hover{
	text-decoration: underline;
}

div.common > article > figure > img{
	max-width: 100%;
}

div.common > article > figure > figcaption{
	display: none;
}
/*
div#product-detail > article > p{
	color: #462246;
    font-size: 12px;
    font-weight: normal;
	text-align: right;
}

div#product-detail > article > p > a{
	color: red;
	text-decoration: none;
}

div#product-detail > article > p > a:hover{
	text-decoration: underline;
}
*/
div#product-detail > article > figure{
	/*
	float: left;
	text-align: center;
	*/
	position: relative;
}

div#product-detail > article > figure > img{
	border: 1px solid #dcdcdc;
	max-width: 99%;
}

div#product-detail > article > figure > figcaption{
	display: none;
}

div#product-detail > article > div{
	/*float: right;*/
}

table.features {
	border: 1px solid #e5e5e5;
	margin: 10px auto;
	width: 99%;
}

table.features td{
	color: #c92020;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}

table.features td.tick{
    background: url("../images/commons/tick.jpg") no-repeat scroll 10px center transparent;
    font-weight: normal;
    padding-left: 35px;
}

table.features td.tick.red{
    background: url("../images/commons/tick-red.gif") no-repeat scroll 10px center transparent;
}

div#product-detail > article > div.right > p.quick-deal{
	background: url("../images/commons/quick-deal-bg.jpg") repeat-x scroll center center;
	border: 1px solid #c9951d;
    color: white;
    font-family: 'Droid Sans',sans-serif;
    font-size: 1.3em;
    font-weight: bold;
	line-height: 46px;
	text-align: center;
}

div#product-detail > article > div.right > p.price-pack{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url("../images/commons/price-bg.jpg") repeat-x scroll center center transparent;
	border-radius: 5px 5px 5px 5px;
	color: white;
	font-family: Droid Sans,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	height: 55px;
	text-align: center;
}

div#product-detail > article > div.right > p.price-pack > img{
    width: auto;
}

div#product-detail > article > div.right > p.price-pack > strong{
	font-size: 1.2em;
	vertical-align: middle;
	padding-left: 5px;
}

form#frm_cart{
	float: left; 
	margin-right: 10px;
}

div#product-detail > article > div.right > a.add-to-cart,
form#frm_cart > a.add-to-cart,
div#checkout_buttons a.add-to-cart,
a.pink-button{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    /*background: url("../images/commons/add-to-cart-bg.png") repeat-x scroll center center transparent;*/
	background: url("../images/commons/top-menu-bg.jpg") repeat-x scroll center center transparent;
    color: white;
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    line-height: 45px;
	margin: 10px 0;
    padding-right: 10px;
    text-decoration: none;
}

div#product-detail > article > div.right > a.add-to-cart > span,
form#frm_cart > a.add-to-cart > span,
div#checkout_buttons a.add-to-cart span{
	background: url("../images/commons/basket.png") no-repeat scroll 10px center transparent;
	padding-left: 45px;
}

div#checkout_buttons a.add-to-cart,
a.pink-button{
	padding: 0 10px;
}
div#checkout_buttons a.add-to-cart.right{
	float: right;
}

div#product-detail > article > div.right > div.share{
	float: left;
	margin-top: 10px;
}

div#product-detail > article > section.description_reviews{
	clear: both;
	width: 100%;
}

div#product-detail > article > section.description_reviews > h2{
	color: #4b4a4a;
    font-family: 'Droid Sans',sans-serif;
    font-size: 1.0em;
    font-weight: bold;
}

div#product-detail > article > section.description_reviews > div.detail{
    font-size: 16px;
    font-weight: normal;
	padding-left: 10px;
}
div#product-detail div.detail ul{
    list-style-type: disc;
    padding-left: 20px;
}

div#product-detail > article > section.description_reviews > ul > li{
	padding-left: 10px;
	margin-top: 15px;
}

div#product-detail > article > section.description_reviews > ul > li > span.review{
    font-size: 16px;
    font-weight: normal;	
}

div#product-detail > article > section.description_reviews > ul > li > span.review > strong{
    margin-left: 5px;
}

span#lightbox-image-details-caption{
	font-size: 14px;
}

div#related_articles li{
	-webkit-box-shadow: 0 8px 6px -6px #969696;
	   -moz-box-shadow: 0 8px 6px -6px #969696;
			box-shadow: 0 8px 6px -6px #969696;
}
div#related_articles li{
	/*cursor: pointer;*/
	background-color: #F2F2F2;
	margin-bottom: 20px;
	overflow: auto;
	padding: 0 15px;
}
div#related_articles li a{
	color: #6C6C6C;
	text-decoration: none;
}
div#related_articles li a:hover,
div#related_articles li h3:hover{
	text-decoration: underline;
}
div#related_articles li h3{
	clear: both;
	cursor: pointer;
}
div#related_articles li p{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
    overflow: auto;
    padding-bottom: 10px;
}
div#related_articles li img{
	float: left;
	margin-right: 10px;
	max-width: 140px;
}
div#related_articles li a.read-more{
	float: right;
}

div#related_articles ul.resources li{
	float: left;
	height: 260px;
	margin-right: 5px;
	padding-top: 5px;
	width: 160px;
}

div#related_articles ul.resources li img{
	margin-right: 0;
}

div#related_articles ul.resources li h3{
	margin: 0;
	text-align: center;
}

section.testimonials span.read-more-testimonials{
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
/******** articles ********/


/***** Article Detail *****/

div#article > article > figure{
	text-align: center;
}

div#article img.view-store{
    max-width: 100%;
}

div#article div.share{
	float: right;
    margin: 10px;
	text-align: center;
}

div#article div.author{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	overflow: auto;
	padding: 15px;
	width: 90%;
}

div#article div.author img{
	float: left;
	margin-right: 10px;
}

div#article div.author small{
	float: left;
}

/******* About Us *******/
div#about-us ul{
	margin-left: 20px;
}
div#about-us ul li{
    background: url("../images/commons/tick.jpg") no-repeat scroll left center transparent;
    padding-left: 25px;
}
/******* End of About Us *******/

/******* Faq *******/
div#faq div.questions{
	float: right;
	width: 100%;
}

div#faq h2.question {
	padding: 0;	margin: 0 0 5px 0;
	background-color: #434343;
	min-height: 47px;	
	line-height: 47px;
	font-size: 1em;
	font-weight: normal;
}

div#faq h2.question span{
	background: url("../images/commons/question-tip.png") no-repeat scroll 10px top transparent;
	display: inline-block;
	height: 47px;
}

div#faq h2.active span{background-position: 10px bottom;}

div#faq h2.question span a {
	color: #FFFFFF;
	display: inline-block;
	padding: 0 0 0 50px;
	text-decoration: none;
}

div#faq h2.question span a:hover {
	color: #ccc;
}

div#faq .answer {
	background-color: #F0F0F0;
	margin: 5px 0;
	padding: 0 10px; 
}

div.success{
	background: url("../images/commons/success_icon.gif") no-repeat scroll 10px center #DFF2BF;
    border: 1px solid;
	color: #4F8A10;
    margin: 10px 0;
    padding: 15px 10px 15px 75px;
}

div.error{
    background-color: #FFCCBA;
	background: url("../images/commons/error_icon.png") no-repeat scroll 10px center #FFCCBA;
    border: 1px solid;
    color: #D63301;
    margin: 10px 0;
    padding: 15px 10px 15px 75px;
}

div.success p,
div.error p,
div.success h3,
div.error h3{
	margin: 0;
}

div#faq p.head,
div#order-tracking p.head{
	font-weight: bold;
}

#btn-grey { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #8C8C8C; 
	background-repeat: repeat-x; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8C8C8C), to(#525252)); 
	background: -webkit-linear-gradient(top, #525252, #8C8C8C); 
	background: -moz-linear-gradient(top, #525252, #8C8C8C); 
	background: -ms-linear-gradient(top, #525252, #8C8C8C); 
	background: -o-linear-gradient(top, #525252, #8C8C8C); 
	line-height: 35px;
	display: inline-block;
}
#btn-grey:hover { 
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
#btn-grey a{
	background: url("../images/commons/purchasing-info-icon-32x32.png") no-repeat scroll left center transparent;
	color: white;
	display: inline-block;
	line-height: 40px;
	margin: 0 10px;
	padding: 10px 0;
	text-decoration: none;
	text-indent: 35px;
}

/******** End of Faq ********/
div#captcha{

}

div#captcha > img#siimage{
	border: 1px solid #DEDEDE;
	margin-right: 15px; 
	margin-bottom: 15px;
}
/******* Testimonials ******/
div#testimonials{

}

div#testimonials #btn-grey a{
	background: url("../images/commons/pencil-32.png") no-repeat scroll left center transparent;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}

div#testimonials ul{
	list-style: none outside none;
	padding-left: 0;
}

div#testimonials ul > li{
    margin-left: 15px;
    margin-top: 15px;
}

div#testimonials blockquote.testimonial {
    margin: 0;
    background: #B7EDFF;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#CEF3FF, #B7EDFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF3FF), to(#B7EDFF));
    background-image: -webkit-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:    -moz-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:     -ms-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:      -o-linear-gradient(top, #CEF3FF, #B7EDFF);
}

div#testimonials blockquote.testimonial:before, div#testimonials blockquote.testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

div#testimonials blockquote.testimonial:before {
    top: 0;
    left: 10px;
}

div#testimonials blockquote.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

div#testimonials .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B7EDFF;
    margin: 0 0 0 25px;
}

div#testimonials .testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}

div.read-more-articles a:hover {
	text-decoration: underline;
}
/********* End of testimonials **********/

/******** Checkout Confirmation *********/

/* Generic Styling, for Desktops/Laptops */
div#shopping_cart table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
div#shopping_cart table.data-table tr:nth-of-type(odd) { 
  background: #eee; 
}
div#shopping_cart table.data-table th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
div#shopping_cart table.data-table td, div#shopping_cart table.data-table th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
div#shopping_cart table.data-table td input[type=submit]{ 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FF777C;
	color: white;
	font-size: 14px;
	height: 24px;
}

div#shopping_cart table.total {
    border: 1px solid #ccc;
    margin-top: 10px;
}

div#shopping_cart table.total td{
	padding: 5px;
}

div#shopping_cart table.total td.right{
	text-align: right;
}

.free_shipping_available{
	margin-top: 10px;
	text-align: center;
}

.free_shipping_available img,
.free_delivery_congratulations img
{
	max-width: 100%;
}

.free_delivery_congratulations{
	background: url('../images/checkout_confirm/checkout_confirm_congrats_blue_bg.jpg') repeat-x scroll 0 0;
	border: 1px solid #0195c5;
	height: 121px;
	margin: 10px auto 0;
	position: relative;
	text-align: center;
	width: 99%;
}
.free_delivery_congratulations .congrats{
	margin-top: 15px;
}
.free_delivery_congratulations .congrats_text{
	margin-top: 10px;
}
/***** End of Checkout Confirmation******/

/****** Discount Products ******/
div#discount-products div.border{
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
div#discount-products div.border:hover{
	border-color: #A7141A;
}
div#discount-products div.border-inner{
	border: 10px solid #F9F4F5;
	text-align: center;
}
div#discount-products div.border-inner:hover{
	border-color: #F5E9Eb;
}
div#discount-products div.border-inner p img{
	max-width: 100%;
}
div#discount-products div.border-inner div s, div.border-inner div a{
	display: block;
}
div#discount-products div.border-inner div a.submit {
	background: none repeat scroll 0 0 #A7141A;
	border: 0 none;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF !important;
	cursor: pointer;
	font-size: 14px;
	line-height: 33px;
	padding: 9px 15px;
	text-decoration: none;
	width: auto;
}
/** End of Discount Products ***/

/***** Checkout Page ******/
	div#checkout .hongkiat-form input#name,
	div#checkout .hongkiat-form input#email,
	div#checkout .hongkiat-form input#phone,
	div#checkout .hongkiat-form textarea.txtblock{
		background: none;
	}
	div#checkout .hongkiat-form .txtinput,
	div#checkout .hongkiat-form textarea{
		padding: 11px 25px 11px 10px;
	}
	
	div#checkout .hongkiat-form .txtinput.small{
		width: 67px;
	}
	
	div#checkout .hongkiat-form select{
		
	}

	div#checkout span.customSelect {
		font-size:14px;
		background-color: #EEEEEE;
		color:#7c7c7c;
		padding:5px 7px;
		border:1px solid #D6D6D5;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px 5px;
	}

	div#checkout span.customSelect.changed {
		background-color: #f0dea4;
	}

	div#checkout .customSelectInner {
		background:url(../images/commons/customSelect-arrow.gif) no-repeat center right;
	}
	
	div#checkout label.error{
		display: block;
	}
	
	div#checkout p{
		position: relative;
	}

	div.thankyou{
		width: 98%;
	}
	div.thankyou img{
		max-width: 98%;
	}
	div.thankyou h2{
		color: #4F8323;
		margin-left: 10px;
		margin-right: 10px;
	}
	div.thankyou h2 span{
		color: #E3A22C;
	}
	div.thankyou p{
		margin-left: 10px;
		margin-right: 10px;
	}
	div.thankyou ul{
		list-style: none outside none;
		padding: 0px;
		margin: 0px;
	}
	div.thankyou li{
		float: left;
		min-height: 270px;
	}
	div.thankyou li div{
		text-align: center;
		width: 225px;
	}
	div.thankyou li h3 {
		color: black;
		font-weight: normal;
		padding: 20px 0;
		text-align: center;
	}
/** End of Checkout Page **/
/** Search Result Page **/
	div#search_hint_questions img{
		max-width: 100%;
	}
	div#catg{
		display:none;
	}
	div#search_hint_questions ul,
	div#catg ul{
		list-style: none outside none;
		padding-left: 0;
	}
	div#search_hint_questions ul li,
	div#catg ul li,
	div#view-more{
		float: left;
		width: 30%;
		margin-right: 5px;

		background-color: #8C8C8C; 
		background-repeat: repeat-x; 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8C8C8C), to(#525252)); 
		background: -webkit-linear-gradient(top, #525252, #8C8C8C); 
		background: -moz-linear-gradient(top, #525252, #8C8C8C); 
		background: -ms-linear-gradient(top, #525252, #8C8C8C); 
		background: -o-linear-gradient(top, #525252, #8C8C8C); 

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #CCCCCC;
		border-radius: 5px 5px 5px 5px;

		color: #ffffff;
		line-height: 35px;
		text-align: center;
	}
	
	div#search_hint_questions ul li:hover,
	div#catg ul li:hover,
	div#view-more:hover{ 
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
		box-shadow: 0 0 5px rgba(0,0,0,0.8);
	}
	
	div#search_hint_questions ul li a,
	div#catg ul li a,
	div#view-more a{
		color: #ffffff;
		display: block;
		text-decoration: none;
	}
/** End of Search Result Page **/

/**  Party Planning Tools  **/
	div#party-tools .tools{
		float:left;
		width:100%;
	}
	div#party-tools .tools .left{
		float:left;
		width:320px;
	}
	div#party-tools .tools .right{
		float:left;
		width:320px;
	}
	div#party-tools .tools h2{
		background-repeat:no-repeat;
		color: white;
		font-family: verdana;
		font-size: 16px;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
		margin: 0px;
		text-indent: 45px;
	}
	div#party-tools .tools .left h2{
		background-image:url(../images/party-planning-tool-calculator.jpg);
	}
	div#party-tools .tools .right h2{
		background-image:url(../images/party-planning-tool-worksheet.jpg);
	}
	div#party-tools .tools ul{
		color:#A7141A; 
		line-height:25px;
		list-style: disc inside none;
		margin-left: 15px;	
	}
	div#party-tools .tools ul a{
		color:#A7141A; 
		text-decoration: none;
	}
	div#party-tools .tools ul a:hover{
		text-decoration: underline;
	}
/* End of Party Planning Tools */

/*******************/

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 320px) {
	footer div.footer-top > div.social-media > form > label > img{
		max-width: 20%;
	}
	footer div.footer-top > div.social-media > form > div.newsletter_container > input[type="image"]{
		max-width: 20%;
	}
	h2.vbg{
		border-bottom: 1px dashed #ABABAB;
		border-top: 1px dashed #ABABAB;
	}

	div.read-more-articles a {
		line-height: 50px;
	}
}

@media only screen and (max-width: 480px) {

	header > div.logo_search_container{
		text-align: center;
	}

	header > div.logo_search_container img#logo{
		float: none;
	}

	header > nav {
		margin-top: 30px;
	}

	.hide-if-below-480{
		display: none;
		visibility: hidden;
	}

	header > div.logo_search_container > div.right_container{
		clear: both;
		float: none;
		width: 100%;
	}
	
	form#top_search {
		float: left;
		width: 90%;
	}
	header > form#top_search > input[type=search] { 
		width: 60%
	}
	
	div.home-intro img{
		display: none;
	}

	div#view-products h1, div#product-detail h1, div.common h1{
		line-height: 30px;
	}
	
	div#faq h2.question{
		line-height: 26px;
	}
	
	div#captcha > img#siimage{
		margin-right: 3px;
		max-width: 80%;
	}
	
	div#captcha > a > img#reload{
		vertical-align: baseline;
		width: 32px;
	}

	div.read-more-articles{
		height: 120px;
		position: relative;
	}

	div.read-more-articles a {
		background-color: #4D4D4D;
		color: white;
		display: block;
		font-size: 1.5em;
		text-decoration: none;
		width: 100%;
	}
	
	div.read-more-articles a i{
		font-style: normal;
	}

	/* Force table to not be like tables anymore */
	div#shopping_cart table, div#shopping_cart thead, div#shopping_cart tbody, div#shopping_cart th, div#shopping_cart td, div#shopping_cart tr { 
		display: block; 
	}
	
	div#shopping_cart table.data-table td, div#shopping_cart table.data-table tr, div#shopping_cart table.data-table th { 
		float: left;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	div#shopping_cart thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	div#shopping_cart table.data-table tr { border: 1px solid #ccc; }
	
	div#shopping_cart table.data-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #DCDCDC; 
		position: relative;
		padding-left: 50%;
		width: 46%;
	}
	
	div#shopping_cart table.data-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	div#shopping_cart table.data-table td:nth-of-type(1):before { content: "Product"; }
	div#shopping_cart table.data-table td:nth-of-type(2):before { content: "Price"; }
	div#shopping_cart table.data-table td:nth-of-type(3):before { content: "Qty"; }
	div#shopping_cart table.data-table td:nth-of-type(4):before { content: "Total"; }
	div#shopping_cart table.data-table td:nth-of-type(5):before { content: ""; }
	
	div#shopping_cart table.total td{ 
		display: inline-block;
	}
	
	div#shopping_cart table.total td{
		width: 40%;
	}

	div#checkout_buttons a.add-to-cart.right{
		float: none;
		font-size: 17px;
	}
	
	a.pink-button{
		line-height: 25px;
	}
	
	div#search_hint_questions ul li,
	div#catg ul li,
	div#view-more{
		display: block;
		float: none;
		width: 100%;
	}
	
}

@media only screen and (min-width: 480px) {
	form#top_search{
		float: left;
		width: 100%;
	}
	
	footer div.footer-top > div.social-media > ul{
		width: 70%;	
	}
	
	span#timer > span{
		text-indent: 5px;
	}
	
	table.features td.tick{
		width: 79%;
	}
	
	h2.vbg{
		background: url("../images/commons/v-border-bg.png") repeat-x center center transparent;
		font-size: 16px;
		text-align: left;
	}

	h2.vbg > span{
		background-color: white;
		padding: 0 10px;
	}

	div.read-more-articles{
		height: 126px;
		margin-top: 10px;
		position: relative;
		width: 99%;
		float: left;
	}

	div.read-more-articles a {
		background-color: #4D4D4D;
		bottom: 30px;
		color: white;
		display: block;
		font-size: 2em;
		line-height: 41px;
		position: absolute;
		text-decoration: none;
		width: 100%;
	}

	div.read-more-articles span{
		background: url("../images/home-page/more-ideas.png") no-repeat scroll left top transparent;
		height: 150px;
		position: absolute;
		left: -10px;
		top: -40px;
		width: 150px;
	}
	
	div.read-more-articles a i{
		display: block; 
		font-style: normal;
		margin-left: 120px; 
	}

	div#product-detail > article > figure > img{
		min-height: 275px;
	}
	
}


@media only screen and (max-width: 768px) {

	.hide-if-below-768{
		display: none !important;
		visibility: hidden;
	}

	header > nav > div#navigation > ul{
		display: none;
	}

	div#download_bar_top{
		position: relative;
		top: 48px;
	}
	/*
	header.main {
		padding-top: 98px;
	}
	*/
}

@media only screen and (min-width: 765px) {
	/* See the styles in min-768.css */

	form#top_search {
		float: right;
	}

	header > div.logo_search_container > ul#top-social-media{
		float: right;
	}

	header > nav > div#navigation > ul{
		line-height: 50px;
	}

	header > nav > div#navigation > ul > li {
		border-right: 1px solid white;
		float: left;
		width: 33%;
	}

	header > nav > div#cart{
		background: url("../images/commons/cart.jpg") no-repeat scroll 10px center #DFDFDF;    
		height: 57px;
		padding: 5px;
		position: absolute;
		right: 0;
		top: -12px;
	}
	
	header > nav > div#cart > span > i{
		font-size: 13px;
		font-style: normal;
	}
	
	header > nav > div#cart > span > strong{
		display: block;
		font-size: 18px;
		line-height: 10px;
	}
	
	div#checkout div.secured{
		float: right;
		width: 40%;
	}
	
	span#timer > img{
		margin-top: 15px;
	}

	footer div.footer-top > div {
		float: left;
		margin-left: 1%;
		width: 32%;
	}

/* =================================
   Other Pages
   ================================= */

	div.read-more-articles{
		height: 126px;
		margin-top: 10px;
		position: relative;
	}

	div#sub-banners{
		clear: both;
	}
   
	div#sub-banners > section{
		border-right: 1px dashed #ABABAB;
		color: #7D7D7D;
		float: left;
		font-size: 0.8em;
		height: 175px;
		line-height: 20px;
		padding: 0 5px;
		position: relative;
		text-align: center;
		width: 23.2%;
	}

	div#sub-banners > section:last-child{
		border-right: medium none;
	}
	/*
	div#sub-banners > section > h3{
		color: black;
		font-family: 'Droid Sans',sans-serif;
		font-size: 1.4em;
		height: 30px;
		line-height: 20px;
		margin-top: 5px;
	}
	*/
	div#sub-banners > section > h3{
		height: 60px;
		margin-bottom: 3px;
	}
	div#sub-banners > section.security > h3{
		background: url("../images/home-page/safe-secure.png") no-repeat scroll center top transparent;
	}
	div#sub-banners > section.dispatch > h3{
		background: url("../images/home-page/same-day-dispatch.png") no-repeat scroll center top transparent;
	}
	div#sub-banners > section.returns > h3{
		background: url("../images/home-page/easy-return.png") no-repeat scroll center top transparent;
	}
	
	div#sub-banners > section > h3 > i{
		display: none;
	}
	div#sub-banners > section > img{
		bottom: 5px;
		left: 17px;
		max-width: 85%;
		position: absolute;

	}
	
	div#sub-banners > section.dispatch > img{
		margin-top: 10px;
	}
	
	div#sub-banners > section.returns > strong{
		color: #333;
	}

	div#sub-banners > section.lowest-price{
		text-align: left;
	}

	div#sub-banners > section.lowest-price > h3{

	}
	
	div#sub-banners > section.lowest-price > img{
		bottom: 25px;
		left: 30px;
		position: absolute;
	}

	div#sub-banners .slider { position: relative; overflow: auto; text-align: left;}
	div#sub-banners .testimonials > h3 { 
		background: url("../images/home-page/testimonials.png") no-repeat scroll center top transparent;
	}
	div#sub-banners a.read-more-testimonials{ 
		color: orangered;
		display: block;
		text-align: right;
		text-decoration: none;
	}
	div#sub-banners a.read-more-testimonials:hover{ 
		text-decoration: underline;
	}

	div#sub-banners .slider ul { margin: 0; }
	div#sub-banners .slider li { list-style: none; }
	div#sub-banners .slider ul li { float: left; height: 80px; }

	div#sub-banners .slider li div{ margin-left: 5px; }
	div#sub-banners .slider div strong { display: block; }

	div#view-products > ul > li{
		border-bottom: 1px solid #EBEBEB;
		border-right: 1px solid #EBEBEB;
		cursor: pointer;
		float: left;
		padding-top: 10px;
		width: 24%;
	}
	div#view-products > ul > li:hover{
		background-color: #E8F3FF;
	}

	div#view-products > ul > li:hover > figure.image_rounded_shadow{
		background-color: #E1F4FF;
		border: 1px solid #5CABFF;
	}
	
	div#product-detail > article > figure {
		float: left;
		max-width: 400px;
		width: 48%;
	}

	div#product-detail > article > figure > span{
		background: url("../images/commons/zoom-icon.jpg") no-repeat scroll center center;
		bottom: 1px;
		cursor: pointer;
		height: 40px;
		position: absolute;
		right: 3px;
		width: 40px;
	}
	
	div#product-detail > article > div.right{
		float: right;
		width: 49%;
	}
	
	div#product-detail > article > div.right > p{
		margin: 0;
		margin-bottom: 10px;
	}

	div#product-detail > article > section.description_reviews > ul > li{
		margin-bottom: 10px;
		overflow: auto;
	}
	
	div#product-detail > article > section.description_reviews > ul > li > span.rating{
		float: left;
		width: 100px;
	}
	
	div#product-detail > article > section.description_reviews > ul > li > span.review{
		float: left;
		width: 85%;
	}
	
	div#faq div.questions{
		width: 49%;
	}

	div#article div.author{
		width: 96%;
	}

	div#article > article > figure{
		border-right: 1px dashed #D3D3D3;
		float: left;
	}

	div#discount-products div.border-inner{
		padding: 0 5px;
		text-align: left;
	}
	div#discount-products div.border-inner p{
		float: left;
		text-align: justify;
		width: 65%;
	}
	div#discount-products div.border-inner p span.description a{
		color: #A7141A;
		text-decoration: none;
	}
	div#discount-products div.border-inner p img{
		float: left;
		margin: 0 10px;
		width: 150px;
	}
	div#discount-products div.border-inner div{
		float: right;
		text-align: center;
		width: 30%;
	}

	div#checkout .hongkiat-form .txtinput, div#checkout .hongkiat-form textarea{
		width: 50%;
	}

}

@media only screen and (max-width: 1006px) {

	.hide-if-below-1023{
		display: none;
		visibility: hidden;
	}
	
	header > nav > div#navigation > ul{
		display: none;
	}
	
}

@media only screen and (min-width: 1006px) {
	/* See the styles in min-1024 */

	div.read-more-articles{
		width: 49%;
		float: left;
	}
	
	
/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1005px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
		
	.hide-if-above-768{
		display: none;
		visibility: hidden;
	}
	
    .tinynav { display: none }

	header > div.logo_search_container > ul#top-social-media {
	/*
		left: 32%;
		position: absolute;
		top: 70px;
	*/
		float: left;
		margin-left: 15px;
		margin-top: 65px;
		width: 33%;
	}

	form#top_search {
	}
	
	header > nav{
		float: left;
		width: 100%;
	}

	header > nav > div#navigation > ul > li {
		background-color: transparent;
		border-right: none;
		border-bottom: none;
		float: left;
		width: auto;
	}

	header > nav > div#navigation > ul > li:hover {
		background-color:transparent;
	}

	header > nav > div#navigation > ul > li > a{
		background: url("../images/commons/top-menu-separator.jpg") no-repeat scroll 99% center transparent;
		color: white;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		padding-right: 15px;
	}
	header > nav > div#navigation > ul > li > a:hover{
		text-decoration: underline;
	}

	header > nav > div#navigation > ul > li:last-child > a {
		background: none;
	}

	div.main > aside{
		float: left;
		width: 20%;
	}
	
	div.main > aside > div.featured_products a{
		display: block;
		color: white;
		font-family: 'Droid Sans',sans-serif;
		font-size: 1.2em;
		font-weight: normal;
		line-height: 57px;
		text-indent: 0.5em;
		text-decoration: none;
	}
	div.main > aside > div.featured_products a:hover{
		color: #F8FFB0;
		text-decoration: underline;
	}
	div.main > aside > div.featured_products a.quick-deal{
		background-color: #FE586C;
	}
	div.main > aside > div.featured_products a.special{
		background-color: #79CEDA;
	}
	div.main > aside > div.featured_products a.featured{
		background-color: #88BF5A;
	}

	div.main > aside > div.ads{

	}

	div.main > aside > div.ads img{
		max-width: 100%;
	}

	div.main > aside > div.ads > div.free-shipping{
		background-color: #FF6501;
		color: #FFFFFF;
		font-size: 2em;
		line-height: 40px;
		margin: 10px 0;
		padding: 25px 0;
		text-align: center;
	}

	div.main > aside > div.ads > div.free-shipping > h4{
		font-size: 1.8em;
		margin: 0;
	}

	div.main > aside > div.ads > div.free-shipping > h5{
		font-size: 1em;
		line-height: 35px;
		margin: 0;
	}

	div.main > aside > div.ads > div.free-shipping > h6{
		font-size: 0.5em;
		line-height: 18px;
		margin: 0;
	}

	div.main > aside > div.ads > div.free-shipping > span{
		color: #FAEF1B;
		font-size: 2em;
		font-weight: bold;
		line-height: 60px;
		margin: 0;
	}

	div.main > aside > div.ads > p.support{
		border: 2px solid skyblue;
	}
	
	div.main > aside > section.recent-orders{
		border-right: 1px solid #E1E1E1;
	}
	
	div.main > aside > section.recent-orders > h4{
		background-color: orange;
		color: #FFFFFF;
		font-size: 22px;
		line-height: 50px;
		margin: 0;
		text-indent: 5px;
	}
	
	div.main > aside > section.recent-orders > p{
		font-size: 14px;
	}
	
	div.main > aside > section.recent-orders > ul{
		border-bottom: 1px solid #EBEBEB;
		list-style: none outside none;
		margin: 0;
		padding: 0;
	}

	div.main > aside > section.recent-orders > ul > li{
		color: #343434;
		font-size: 13px;
		text-align: left;
		vertical-align: top;
		white-space: normal;
	}
	
	div.main > aside > section.recent-orders > ul > li > a{
		color: #6C6C6C;
		display: inline-table;
		text-decoration: none;
		width: 175px;
	}
	
	div.main > aside > section.recent-orders > ul > li > a:hover{
		text-decoration: underline;
	}
	
	div.main > aside > section.recent-orders > h5{
		margin: 0;
		padding-top: 10px;
	}

	section.recent-orders .hideme{
		display: none;
	}

	section.recent-orders a.more_less{
		color: #FE586C;
		float: right;
		font-size: 13px;
	}

	div.main > .right-body{
		float: right;
		width: 79%;
	}
	
	div.main > aside > nav > h4{
		background: url("../images/commons/category_menu_head_bg.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
		color: #F5EDED;
		line-height: 36px;
		margin: 0;
		position: relative;
		text-indent: 10px;
		text-transform: uppercase;
	}
	div.main > aside > nav > h4 > i{
		background: url("../images/commons/category_menu_head_bullet.png") no-repeat scroll right center transparent;
		height: 14px;
		width: 18px;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	div.main > aside > nav > ul > li{
		/*background-color: #FFE4F6;*/
		border-bottom: 1px solid #CCCCCC;
		font-size: 12px;
		text-align: left;
		white-space: normal;
	}

	div.main > aside > nav > ul > li:hover, div.main > aside > nav > ul > li.active{
		background: url("../images/commons/category_menu_highlight_bg.png") repeat-x scroll center top rgba(0, 0, 0, 0);
	}

	div.main > aside > nav > ul > li:hover a, div.main > aside > nav > ul > li.active a{
		background: url("../images/commons/category_menu_bullet_highlight.png") no-repeat scroll right center transparent;
		color: #ffffff;
	}

	div.main > aside > nav > ul > li > a{
		background: url("../images/commons/category_menu_bullet.png") no-repeat scroll right center transparent;
		color: #59626f;
		display: table-cell;
		height: 34px;
		text-decoration: none;
		vertical-align: middle;
		width: 200px;
	
		padding: 0 5px;
		font-weight: bold;

/*
		background: url("../images/commons/left-menu-tip.png") no-repeat scroll right center transparent;
		color: #797D80;
		display: table-cell;
		height: 40px;
		text-decoration: none;
		vertical-align: middle;
		width: 200px;
*/
	}

	div#sub-banners > section > img{
		max-width: 100%;
	}
	
	/**************************/
	
	section.oneitemslider .flex-direction-nav a {top: 8%; background-color: white;}
	section.oneitemslider .flex-direction-nav .flex-next {right: 0px;}
	section.oneitemslider .flex-direction-nav .flex-prev {left: 82%;}
	section.oneitemslider .flexslider:hover .flex-next {right: 0px;}
	section.oneitemslider .flexslider:hover .flex-prev {opacity: 0.8; left: 82%;}	
	
	/**************************/

	div#product-detail > article > div.right > div.share{
		display: inline;
		margin-top: 0;
	}
	div#product-detail > article > div.right > div.share div.shr-bookmarks-classic{
		margin: 0;
	}
	
}

/*
 * Menu Styles for lower resolutions eg. Mobiles
*/

#mobile-header {
    background: none repeat scroll 0 0 #222222;
    display: none;
    height: 48px;
    line-height: 48px;
    text-align: left;
}
#mobile-header a {
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 15px;
    height: 42px;
    margin-left: 5px;
    padding: 0 15px;
}
@media only screen and (max-width: 770px){
	header > div.logo_search_container{
		margin-top: 55px;
	}
	#mobile-header {
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 200;
	}
	.sidr-class-close {
		background: url("../images/commons/close_btn.png") no-repeat scroll left center #333333;
		border: 0 none;
		display: inline-block;
		float: right;
		height: 30px;
		margin: 10px;
		opacity: 1;
		outline: medium none;
		overflow: hidden;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		width: 30px;
	}
	h4.sidr-class-category-head{
		font-size: 20px;
		line-height: 50px;
	}
}

/*
 * End of Menu Styles for lower resolutions eg. Mobiles
*/


/**
 * This hack targets the Webkit browser engine
 * which includes Safari and Chrome.
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	section.popular-categories .image_rounded_shadow img,
	section.sub-categories .image_rounded_shadow img{
		min-height: 150px;
		max-width: 150px;
		height: 150px;
		width: 150px;
	}

	section.top-products .image_rounded_shadow img{
		height: 125px;
		width: 125px;
	}
	
	div#product-detail > article > div.right > p.price-pack > strong{
		font-size: 1em;
	}
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clickable,.clickable_parent{
	cursor: pointer;
}

.image_rounded_shadow {
	display: inline-block;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #BDBED9;
	background-color:#F5F5F8;
	box-shadow: 1px 1px 6px #888888;
	-webkit-box-shadow: 1px 1px 6px #888888;
	-moz-box-shadow: 1px 1px 6px #888888;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.image_rounded_shadow img {
	border: 1px solid #EBEAEA;
	border-radius:6px;
	height: 125px;
	margin: 0px 0px 0px 0px;
	max-width: 125px;
	padding: 0px 0px 0px 0px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
	
figure { 
    display: block;
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
} 

figcaption { 
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    color: white;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    line-height: 40px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 100%;
}

figcaption a{ 
	color: white;
	text-decoration: none;
}

/* 
figure:hover figcaption { 
	opacity: 1; 
} 
figure:before { 
	content: "?"; position: absolute; font-weight: 800; background: black; background: rgba(255,255,255,0.75); text-shadow: 0 0 5px white; color: black; width: 24px; height: 24px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; text-align: center; font-size: 14px; line-height: 24px; -moz-transition: all 0.6s ease; opacity: 0.75; 
} 
figure:hover:before { 
	opacity: 0; 
} 
.cap-left:before { 
	bottom: 10px; left: 10px; 
} 
.cap-left figcaption { 
	bottom: 0; left: -30%; 
} 
.cap-left:hover figcaption { 
	left: 0; 
} 
.cap-right:before { 
	bottom: 10px; right: 10px; 
} 
.cap-right figcaption { 
	bottom: 0; right: -30%; 
} 
.cap-right:hover figcaption { 
	right: 0; 
} 
.cap-top:before { 
	top: 10px; left: 10px; 
} 
.cap-top figcaption { 
	left: 0; top: -30%; 
} 
.cap-top:hover figcaption { 
	top: 0; 
} 
.cap-bot:before { 
	bottom: 10px; left: 10px; 
} 
.cap-bot figcaption { 
	left: 0; bottom: -30%;
} 
.cap-bot:hover figcaption { 
	bottom: 0; 
}
*/

div.main .flexslider {

	margin: 0 0 30px; 
	position: relative; 
	zoom: 1;
	
	background: none; 
	border: none; 
	-webkit-border-radius: none; 
	-moz-border-radius: none; 
	-o-border-radius: none; 
	border-radius: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

/********* For Star Rating ***********/
span.stars, 
span.stars span {
    display: block;
    background: url(../images/commons/stars.jpg) 0 -15px repeat-x;
    width: 80px;
    height: 15px;
}

span.stars span {
    background-position: 0 0;
}
/********* End of Rating *************/

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}