/* ? Copyright CouponToken.com | All Rights Reserved */

body{
	background: #FCFCFC;
	background: -moz-linear-gradient(top,  #FCFCFC 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #FCFCFC 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #FCFCFC 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #FCFCFC 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #FCFCFC 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#ededed',GradientType=0 );
	height: 100%;
	font-family: Calibri, Arial;
	font-size: 13px;
	line-height: 1.1;
	text-align: left;
	margin: 0 0 25px 0;
	min-height: 600px;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}

#logo {
	margin-left: 5%;
}

#bar_top {
	margin: auto;
	height: 75px;
	width: 100%;
	background: #289FD8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#ededed'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#ededed)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FCFCFC,  #ededed); /* for firefox 3.6+ */
	border-bottom: 1px solid #000;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index:1;
	-webkit-box-shadow: 0px -1px 4px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 4px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 4px 4px rgba(50, 50, 50, 0.5);
}

#top {
	padding: 5px 20px;
	margin: auto;
	height: 100px;
	width: 1060px;
}

#wrap {
	overflow: auto;
	margin: auto;
	margin-top: -40px;
	padding: 15px;
	width: 88%;
	text-align: center;
}

#searchMain {
	margin: 45px 10px 10px 20px;
	text-align: center;
	float: center;
	border: 1px solid #DEE0E0;
	padding: 2px 5px;
	color: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 88%;
	padding: 15px 30px 20px 30px;
	text-align: left;
	background: #289FD8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#289FD8', endColorstr='#146595'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#289FD8), to(#146595)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #289FD8,  #146595); /* for firefox 3.6+ */	
	-webkit-box-shadow: 0px -1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 4px rgba(50, 50, 50, 0.5);
}

#storeCircle {
	height: 75%;
	width: 75%;
	text-align: center;
	border: 2px solid #f7f8f8;
	padding: 10px 5px;
	color: #03499f;
	font-weight: bold;
	background: #ffffff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 5px rgba(51, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 5px rgba(51, 50, 50, 0.6);
	box-shadow:         0px 0px 5px rgba(51, 50, 50, 0.6);
}

input.searchTop {
	display: block;
	float: center;
	height: 30px;
	width: 100%;
	border: 2px solid #f7f8f8;
	padding: 2px 5px 2px 5px;
	margin-right: -50px;
	color: #03499f;
	font-weight: bold;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px rgba(51, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 5px rgba(51, 50, 50, 0.6);
	box-shadow:         0px 0px 5px rgba(51, 50, 50, 0.6);
}


input.searchButtonTop {
	display: block;
	float: right;
	height: 32px;
	outline: none;
	width: 32px;
	border: none;
	margin-top: -35px;
	margin-left: 0px;
	background: url(images/search2.png);
}


input.search {
	display: block;
	float: center;
	height: 30px;
	width: 75%;
	border: 2px solid #f7f8f8;
	padding: 2px 45px 2px 5px;
	padding: 2px 45px 2px 5px;
	margin: 10px;
	color: #03499f;
	font-weight: bold;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px rgba(51, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 5px rgba(51, 50, 50, 0.6);
	box-shadow:         0px 0px 5px rgba(51, 50, 50, 0.6);
}

input.searchGreen {
	display: block;
	height: 32px;
	outline: none;
	width: 32px;
	border: none;
	margin-top: -45px;
	margin-left: 80%;
	background: url(images/search2.png);
}

#top_advertise {
	margin-top: 50px;
	display: block;
	height: 30px;
	width: 500px;
	border: 1px solid #4d4d4d;
	padding: 2px 5px;
	color: #03499f;
}

#browse {
	display: block;
	height: 75px;
	width: 650px;
	border: 1px solid #DEE0E0;
	padding: 2px 5px;
	color: #03499f;
	background: #fff;
	margin-top: -85px;
	margin-left: 300px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#browse2 {
	display: block;
	height: 25px;
	width: 500px;
	border: 1px solid #4d4d4d;
	margin: 10px 5px;
	padding: 5px;
	color: #03499f;
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#browse2 input.a {
	height: 15px;
	padding-top: 0px;
}

.nav {
	width: 88%;
	margin: auto;
	text-shadow: 1px 1px #888;
}

.nav table {
	margin-top: 1px;
}

#login {
	float: right;
	margin-top: -56px;
	margin-right: 80px;
	width: 100px;
	padding-top: 22px;
	color: white;
}

#login li.content {
	color: #000;
	text-shadow: 0px 0px #fff;
}

#login li.content h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	font-weight: normal;
	font-size: 14px;
}

#login li.content a {
	color: #0685aa;
	text-decoration: none;
}

.nav td{
	height: 25px;
	color: #ffffff;
	border: 1px solid #146595;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-weight: bold;
	background: #289FD8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#289FD8', endColorstr='#146595'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#289FD8), to(#146595)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #289FD8,  #146595); /* for firefox 3.6+ */
	text-align: center;
	color: white;	
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.menu li {
	float: right;
	width: 260px;
	margin-bottom: -10px;
	list-style: none
}

.menu ul {
	padding: 0px 10px;
	padding-bottom: 5px;
	color: gray;
	margin-bottom: 20px;
	display: none;
	width: 120px;
	border: 1px solid #b5b5b5;
	margin-top: -30px;
	background: #041db2;
	list-style: none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	-webkit-box-shadow: 0px 0px 15px rgba(51, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 15px rgba(51, 50, 50, 0.6);
	box-shadow:         0px 0px 15px rgba(51, 50, 50, 0.6);
	position: absolute;
	z-index: 1;
}

.nav td:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(31, 30, 30, 0.2);
	-moz-box-shadow:    0px 0px 10px rgba(31, 30, 30, 0.2);
	box-shadow:         0px 0px 10px rgba(31, 30, 30, 0.2);

}

.nav td a { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.nav td a:hover {
	text-decoration: underline;
}

#dropdown table {
	padding-top: 0px;
	margin-left: -10px;
	width: 140px;
	text-align: left;
}

#dropdown td {
	padding: 5px;
	height: 20px;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px solid #9ca4a5;
	background: #f3f8f8;
}

#dropdown tr:hover {
	font-weight: bold;
	background: #f9fefe;
}

#dropdown td:hover {
	font-weight: bold;
	background: #f9fefe;
}

#dropdown td a {
	text-decoration: none;
	color: #404848;
	text-shadow: 1px 1px 2px #fff;
}

#dropdown td.icon {
	padding-left: 8px;
	width: 24px;
	background: #f9fefe;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fefe', endColorstr='#edf6f6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fefe), to(#edf6f6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9fefe,  #edf6f6); /* for firefox 3.6+ */
}


a.login {
	text-decoration: none;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 40px;
	text-align: center;
	color: #404848;
	border: 1px solid #9ca4a5;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-weight: bold;
	background: #eaefef;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaefef', endColorstr='#bac9ca'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eaefef), to(#bac9ca)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eaefef,  #bac9ca); /* for firefox 3.6+ */
	-webkit-box-shadow: 0px 0px 15px rgba(31, 30, 30, 0.2);
	-moz-box-shadow:    0px 0px 15px rgba(31, 30, 30, 0.2);
	box-shadow:         0px 0px 15px rgba(31, 30, 30, 0.2);
}

#left {
	margin: 0px 20px;
	text-align: left;
	float: left;
	width: 15%;
	background: url(images/content_bg.png) repeat;
	-webkit-box-shadow: 0px -1px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px -1px 4px rgba(50, 50, 50, 0.6);
	box-shadow:         0px -1px 4px rgba(50, 50, 50, 0.6);
}

#content2 {
	float: left;
	width: 71%;
	padding: 0px 30px 20px 30px;
	text-align: left;
	min-height: 300px;
	background: url(images/content_bg.png) repeat;
	-webkit-box-shadow: 0px -1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 4px rgba(50, 50, 50, 0.5);
}

.blog a {
	color: #146595;
	text-decoration: none; 
	font-size: 25px;
	margin-bottom: 5px;
}

.blog a:hover {
	color: #0685aa;
}

#content {
	float: left;
	padding-bottom: 10px;
	width: 600px;
	min-height: 300px;
	margin: 5px 0px;
	background: url(images/content_bg.png) repeat;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.4);
}

#topbox {
	float: center;
	padding: 10px;
	text-align: left;
	background: url(images/content_bg.png) repeat;
	margin: 5px 0px;
	-webkit-box-shadow: 0px -1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 4px rgba(50, 50, 50, 0.5);
}


#blogcontent {
	float: left;
	padding-bottom: 0px;
	width: 850px;
	text-align: left;
	min-height: 300px;
	margin: 5px 0px;
	background: url(images/content_bg.png) repeat;
	-webkit-box-shadow: 0px -1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 4px rgba(50, 50, 50, 0.5);
}

#blogcontent h3 {
	color: #0685aa;
	font-size: 32px;
	margin-bottom: 0px;
	margin-top: 15px;
}

#blogcontent h4 {
	line-height: 0.1;

}


#content p {
	margin: 10px 15px;
}

#content2 h1 {
	color: #146595;
	font-size: 32px;
	margin-bottom: 0px;
	margin-top: 15px;
}

#content h1 {
	height: 16px;
	margin: 0px;
	padding: 6px 10px;
	color: #404848;
	text-align: left;
	font-size: 14px;
	border: 1px solid #9ca4a5;
	text-shadow: 1px 1px 2px #fff;
	background: #eaefef;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaefef', endColorstr='#bac9ca'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eaefef), to(#bac9ca)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eaefef,  #bac9ca); /* for firefox 3.6+ */
}

#left h2 {
	color: #146595;
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	margin: 15px 15px;
}

#right {
	margin: 5px 20px;
	text-align: left;
	float: right;
	width: 205px;
	padding: 0px 15px 15px 15px;
	background: url(images/content_bg.png) repeat;
	-webkit-box-shadow: 0px -1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 4px rgba(50, 50, 50, 0.5);
}

#right p {
	margin: 0px 10px;
}

#right h1 {
	height: 14px;
	margin-top: 5px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 6px 10px;
	color: #404848;
	text-align: left;
	font-size: 14px;
	border-top: 1px solid #9ca4a5;
	border-bottom: 1px solid #9ca4a5;
	text-shadow: 1px 1px 2px #fff;
	background: #eaefef;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaefef', endColorstr='#bac9ca'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eaefef), to(#bac9ca)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eaefef,  #bac9ca); /* for firefox 3.6+ */
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px 10px 5px 10px;
}

#footer a {
	color: black;
}

#coupon {
	margin: auto;
	overflow: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	background: white;
	border: 1px solid #9ca4a5;
	line-height: 1.4;
	-webkit-box-shadow: 0px -1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 4px rgba(50, 50, 50, 0.5);
}

#coupon table {
	height: auto;
}

td.coupon_left {
	text-align: center;
	width: 135px;
	height: 133px;
	background: #f9fefe;
	border-right: 1px solid #9ca4a5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fefe', endColorstr='#edf6f6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fefe), to(#edf6f6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9fefe,  #edf6f6); /* for firefox 3.6+ */
}

td.coupon_left2 {
	text-align: center;
	width: 15%;
	height: 30px;
	background: #f9fefe;
	border-right: 1px solid #9ca4a5;
	border-bottom: 1px solid #9ca4a5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fefe', endColorstr='#edf6f6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fefe), to(#edf6f6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9fefe,  #edf6f6); /* for firefox 3.6+ */
}

td.coupon_content {
	text-align: left;
	overflow: auto;
	padding: 5px 10px 0px 10px;
	height: auto;
}

td.coupon_content a {
	color: #1d8cbb;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

td.coupon_content a.more {
	color: #1d8cbb;
	font-size: 12px;
	text-decoration: none;
}

#code {
	width: 120px;
	line-height: 1.1;
	height: 16px;
	text-transform: uppercase;
	background: #fee994;
	border: 2px dotted #f9ce1f;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 4px;
	font-weight: bold;
	color: #624f00;
}

#reveal {
	width: 120px;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	color: #624f00;
	font-weight: bold;
	margin-top: -14px;
}

#code:hover {
	border: 2px solid #f9ce1f;
}

#print {
	width: 120px;
	line-height: 1.1;
	height: 16px;
	text-transform: uppercase;
	background: url(images/printer.png) #fee994 no-repeat;
	background-position: 4px 1px;
	background-size: 14px;
	padding-left: 6px;
	border: 2px dotted #f9ce1f;
	text-align: center;
	color: #624f00;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 4px;
	font-weight: bold;
}

#left td {
	padding: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #9ca4a5;
	background: #f3f8f8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f8f8', endColorstr='#fbfdfd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f8f8), to(#fbfdfd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f3f8f8,  #fbfdfd); /* for firefox 3.6+ */
}

#left tr:hover {
	font-weight: bold;
	background: #f9fefe;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fefe', endColorstr='#edf6f6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fefe), to(#edf6f6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9fefe,  #edf6f6); /* for firefox 3.6+ */
}

#left td:hover {
	font-weight: bold;
	background: #f9fefe;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fefe', endColorstr='#edf6f6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fefe), to(#edf6f6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9fefe,  #edf6f6); /* for firefox 3.6+ */
}

#left td a {
	text-decoration: none;
	color: #404848;
	text-shadow: 1px 1px 2px #fff;
}

#left td.icon {
	padding-left: 8px;
	width: 24px;
	background: #f9fefe;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fefe', endColorstr='#edf6f6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fefe), to(#edf6f6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9fefe,  #edf6f6); /* for firefox 3.6+ */
}

table.giftcards {
	margin-top: 5px;
	border: 1px solid #9ca4a5;
}

table.giftcards th {
	height: 25px;
	padding: 3px 8px;
	color: #404848;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #fff;
	background: #FCFCFC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#ededed'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#ededed)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FCFCFC,  #ededed); /* for firefox 3.6+ */
}

table.giftcards th.b {
	padding: 3px 8px;
	color: #404848;
	text-align: left;
	font-size: 13px;
	border-top: 1px solid #9ca4a5;
	background: #f5f9f9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f9f9', endColorstr='#eef5f5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f9f9), to(#eef5f5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f5f9f9,  #eef5f5); /* for firefox 3.6+ */
}

table.giftcards td {
	padding: 3px 8px;
	color: #404848;
	border-top: 1px solid #9ca4a5;
	text-align: left;
	text-shadow: 1px 1px 2px #fff;
	background: #fff;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}



/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    padding: 5px;
    color: black;
    background: #289FD8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#ededed'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#ededed)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FCFCFC,  #ededed); /* for firefox 3.6+ */
	border-bottom: 1px solid #000;
	-webkit-box-shadow: 0px -1px 4px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 4px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 4px 4px rgba(50, 50, 50, 0.5);
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-button {
	color: #624F00;
	width: 80%;
	float: right;
	border: outset;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 5px 0px 5px;
	padding: 4px 8px;
	text-align: center;
	background: #FEE994;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4E4AD', endColorstr='#FEE994'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F4E4AD), to(#FEE994)); /* for webkit browsers */
}

.modal-button:hover {
	border: inset;

}

.modal-button a {
   	color: #624F00;
 
    
}

/* Style For Suggestions */
    
.suggestions .suggest_item{
	padding-bottom: 2px;
	padding-top: 2px;
	background-color:#EEEEEE;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/*
 For creating top border like this
 ------------
   item 1
   ...
 */
.suggestions .suggest_item.first{
	border-top:1px solid #CCCCCC;
}

/*
 For creating bottom border like this
   ...
   item 2  ------------
 */
.suggestions .suggest_item.last{
	border-bottom:1px solid #CCCCCC;
}

/*
 For coloring the selected item
 */
.suggestions .suggest_item.selected, .suggestions .suggest_item.selected .description{
	background-color:#1d8cbb;
	color:#FFFFFF;
	cursor:pointer;
}

/*
 Image thumbnail
 */
.suggestions .suggest_item .thumbnail{
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 1px 2px 1px 2px;
	float: left;
	height: 35px;
	width: 55px;
}

/*
 Description
 */
.suggestions .suggest_item .description{
	font-style: italic;
	font-size: 11px;
	color: #777;
}

.sitemap {
	text-align: left;
	line-height: 20px;
	padding: 5px 15px
}

.sitemap a {
	color: #1d8cbb;
	font-size: 12px;
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}

/*For tooltip target element that has class="tooltip" */
span.tooltip {border-bottom:2px dotted #36c;color: #36c; outline: none; cursor: help; text-decoration: none;}

/*For tooltip box*/
#mcTooltip {padding:20px;color:#333;line-height:16px;font-size: 12px; font-family: Verdana, Arial;}

/*Special effects*/
#mcTooltip 
{
    /*Following specified a rounded-corner. Note: Old IE browsers do not support it.*/
    -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; 
}

/*Close button. Only available when sticky or overlay has been set to true.*/
#mcttCloseButton 
{
    width:45px;height:13px;position:absolute;background-image:url(closeBtn.gif);cursor:pointer; overflow:hidden;
}            

/* Only applicable when overlay has been set to true.*/
#mcOverlay 
{
    background-color: black;
    -moz-opacity: 0.7; opacity:0.7; filter: alpha(opacity=70); 
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:1001; 
}

/*Following settings should remain unchanged*/
#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:8888;}
#mcTooltip {float:left;position:relative; border-style:solid;}
#mcttCo {position:absolute;text-align:left;}
#mcttCo em, #mcttCo b {display:block; width:0; height:0;overflow:hidden;}

.storelogo img {
		border: 2px solid #f7f8f8;

		background: url(images/content_bg.png) repeat;
	-webkit-box-shadow: 0px -1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 4px rgba(50, 50, 50, 0.5);
	
}

.mbtn {
    display: none;
}

@media (max-width:600px){
	
	
	#logo {
		margin-left: 0%;
	}
		
	.mbtn {
		display: block;
	}
	div#bar_top>table {
		width: 100%!important;
	}
	.nav td {
		padding: 5px;
	}
	
	div#bar_top .nav {display: none;}
	
	td[width="25%"] {
		width: 100%;
	}
	
	div#bar_top {
		height: auto;
	}
	
	div#bar_top table tr>td {
		width: 100%!important;
		height: auto;
		display: block;
		text-align:center;
		box-sizing: border-box;
	}
	
	div#wrap {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	div#searchMain {
		margin: 0;
		width: 100%;
		padding: 0;
	}
	
	div#searchMain table tr td:nth-child(1) {
		width: 100%!important;
		border-right: none!important;
		text-align: center;
	}	
	
	div#coupon table tr td:nth-child(1) {
		width: 100%!important;
		border-right: none!important;
	}
	
	div#coupon table tr td {
		width: 100%!important;
		display: block;
	}
	
	div#coupon table tr td[width="15%"] {
		width: 100%!important;
		display: inline-block;
		margin-top:10px;
	}
	
	.mbtn img {
		width: 100%;
	}
	.mbtn {
		width: 35px;
		height: 35px;
		position: absolute;
		right: 5px;
		top: 7px;
		border-radius: 4px;
	}

	.mbtn.mtbd_top {
		top: 25px;
	}
	
	div#searchMain table tr td {
		width: 100%!important;
		display: block;
	}
	
	div#searchMain table tr td[width="10%"] {
		width: 19%!important;
		display: inline-block;
		margin-top:10px;
	}
	div#left {
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
	}
	
	div#content2 {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
	}
	
	div#left table {
		display: none;
	}
	
	input.searchTop {
		margin: 5px auto;
		width: 70%;
		display: block;
	}

	.menu ul#info {
		height: auto;
		display: block;
		position: initial;
		background: initial;
		border: initial;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.nav table {
		width: 100%;
		text-align: center;
	}
	
	div#dropdown {
		width: 100%;
	}
	
	#dropdown table {
		width: 100%;
		margin: 0;
	}
	
	.nav td a {
		margin: 0;
		padding: 5px;
		font-size: 15px;
	}
	
	.modal-content {
		width: 90%;

	}
	
	.coupon_left2 {
		display: none;

	}
	
	td.coupon_content {
		box-sizing: border-box;

	}
	
	.modal-button {
		float: left;
	}
	
}