@font-face {
  font-family: 'Gabriola';
  src: url('../_fonts/Gabriola.eot') format('embedded-opentype'),
       url('../_fonts/Gabriola.woff') format('woff'),
       url('../_fonts/Gabriola.ttf') format('truetype'),
       url('../_fonts/Gabriola.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ScriptMTBold';
  src: url('../_fonts/ScriptMTBold.eot?#iefix') format('embedded-opentype'),
       url('../_fonts/ScriptMTBold.woff') format('woff'),
	   url('../_fonts/ScriptMTBold.ttf')  format('truetype'),
	   url('../_fonts/ScriptMTBold.svg#ScriptMTBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../_fonts/Lato-Regular_0.eot') format('embedded-opentype'),
       url('../_fonts/Lato-Regular_0.woff') format('woff'),
       url('../_fonts/Lato-Regular_0.ttf') format('truetype'),
       url('../_fonts/Lato-Regular_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
	background-color: #f8f8f8;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lato-Regular';
}

* html #tudo {
	height: 100%;
}

.clearfix:before,

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 14;
}

nav
{
	width:100%;
	font-family: 'Lato-Regular',Arial, sans-serif;
	font-size:15px;
	z-index:1999999999;
	text-transform:uppercase;
	border:0px #ff3300 solid;
	padding-top:0px;
}

nav ul
{
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

nav li
{
	display: inline;
	float: center;
}

nav a
{
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	margin-right:0px;
}

nav li a
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

nav li:last-child a
{
	border-right: 0;
}

nav a#pull
{
	display: none;
}

#tudo
{
	min-height: 100%;
	position: relative;	
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
}

#topo
{
	position: relative;
	width:100%;
	height:165px;
	z-index:1;
	background-color:#3b3f49;
	background-image:url(../_images/back_top.png);
}
	
#rodape {
	position: absolute;
	bottom: 0;
	background-image:url(../_images/back_footer.png);
	height:375px;
	width:100%;
}

#conteudo {
	padding-bottom: 440px;
	width:950px;
	min-height:250px;
	margin:0 auto;
	z-index:1000;
	padding-top:30px;
}

a:link
{
text-decoration:none;
color: #000000;
}

a:hover
{
color: #fec524;
}

a:active
{
color: #333333;
}

a:visited
{
color: #333333;
}


.links_menu
{
font-family: 'Lato-Regular';
font-size:16px;
font-weight: normal;
color: #ffffff;
letter-spacing:0px;
line-height:20px;	
color:#ffffff !important;
margin-left:10px;
margin-right:10px;
padding-top:10px;
}
.links_menu:hover
{
color:#41434b !important;
}
.links_menu:visited
{
color:#ffffff;
}
.links_menu:active
{
color:#ffffff;
}


.menu_login
{
font-family: 'Lato-Regular';
font-size:13px;
font-weight: normal;
color: #41434b;
letter-spacing:0px;
line-height:20px;	
color:#ffffff !important;
}
.menu_login:hover
{
color:#fec524 !important;
}
.menu_login:visited
{
color:#ffffff !important;
}
.menu_login:active
{
color:#ffffff !important;
}


#promos
{
	width:100%;
	height:500px;
	margin-top:0px;
	background-color:#ffffff;
	/*background-image:url(../_images/superprecos_back.jpg);*/
	background-position:47% 47%;
	background-position:top center;
	background-repeat:no-repeat;
}

#services {
	width:100%;
	height:400px;
	margin-top:0px;
	background-color:#f8f8f8;
	background-image:url(../_images/back_services.png);
	background-position:center;
}

#top-link	{ 
	display:none;
	position:fixed; 
	right:30px; 
	bottom:70px; 
	color:green; 
	font-weight:bold; 
	text-decoration:none;  
	background:#fec524; 
	padding:10px; 
	border-radius:4px;
	z-index:1999999999;
}





.button_social_networks
{
	width:30px;
	height:30px;
	float:left;
	color: #ffffff;
	border-radius:20px;
	text-align:center;	
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;	
	margin-right:5px;
	cursor:pointer;
	background-color: #aaaaaa;
	border:0px #000000 solid;
}

.button_social_networks:hover
{
	background-color: #fec524;
}



h1
{
	margin: 0;
	padding: 0;
	font-family: 'ScriptMTBold';
	font-size:40px;
	font-weight: normal;
	color: #41434b;
	letter-spacing:0px;
	line-height:30px;
}

h2
{
	margin: 0;
	padding: 0;
	font-family: 'ScriptMTBold';
	font-size: 55px;
	font-weight: normal;
	color: #41434b;
	letter-spacing:0px;
}

h3
{
	margin: 0;
	padding: 0;
	color:#41434b;
	font-family: 'Lato-Regular';
	font-size:15px;
	font-weight:normal;
	letter-spacing: 0.25px;	
	text-decoration:none;
	line-height:25px;
}

.price{		
	margin: 0;
	padding: 0;
	font-family: 'ScriptMTBold';
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing:-1px;
}

.titles_footer{		
	margin: 0;
	padding: 0;
	font-family: 'Gabriola';
	font-size: 24px;
	font-weight: normal;
	color: #fec524;
	letter-spacing:0px;
}

.text_copy{		
	font-family: 'Gabriola';
	font-size:16px;
	color:#41434b;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
	line-height:16px;
}

.text_footer
{		
	font-family: 'Lato-Regular';
	font-size:14px;
	color:#ffffff !important;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
	line-height:26px;
}
.text_footer:hover
{		
	color:#000000 !important;
}

.text_login{		
	font-family: 'Gabriola';
	font-size:22px;
	color:#ffffff;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
	line-height:24px;
}

.input[type="text"] {
	font-family: 'Lato-Regular';
	border: 1px solid #cccccc;
	font-size:14px;
	color: #333333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 12px;
	font-weight: normal;
	line-height:28px;
}

.input[type="password"] {
	font-family: 'Lato-Regular';
	border: 1px solid #cccccc;
	font-size:14px;
	color: #333333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 12px;
	font-weight: normal;
	line-height:28px;
}

.datepicker {
	font-family: 'Lato-Regular';
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #333333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 12px;
	font-weight: normal;
	line-height:28px;
}

.select
{
	margin: 0;
	padding: 0;
	font-family: 'Lato-Regular';
	font-size:14px;
	font-weight: normal;
	color: #000000;
	letter-spacing:0px;
	width: auto;
	height: 33px;
	background: #ffffff;
	border: 1px solid #cccccc;
	outline: none;
	padding-left: 1%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px #c5c1bf;
	-moz-box-shadow: inset 0 0px 0px #c5c1;
}

.textarea
{
	font-family: 'Lato-Regular';
	font-size:14px;
	color: #333333;
	width: 80%;
	height: 33px;
	background: #fff;
	padding-left: 1%;
	padding-top: 1%;
	font-weight: none;
	min-height: 80px;
	border: 1px solid #dddddd;
}

.display_box
{
width:100%;
background-color:#ff3300;
}

.login_area
{
color:white;
text-decoration:none;
}


.button
{
background-color:#FECA18;
font-family: 'Lato-Regular', sans-serif;
font-size:15px;
color:white;
text-transform:uppercase;
font-weight:normal;
padding: 6px 20px 6px 20px;
cursor:pointer;
text-decoration:none;
text-align:center;
display:inline-block;	
border-radius:3px;
border:0px;
}
.button:hover
{
text-decoration:none;
background-color:#777777 !important;
}

#pagination .css-button
{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	text-align: center;
	padding:10px;	
	font-size: 12px;
	font-weight: normal;
	background-color:#DCDCDC;
	text-decoration: none;
	margin-right:2px;
}

.pag_selected {
	background-color:#1d1d1d !important;
}

.plus, .minus {
	width: 10px;
	height: 10px;
	font-size: 12px;
	color: white;
	background-color: #666666;
	padding: 0px 3px 7px 5px;
	text-decoration: none !important;
	cursor:pointer;
}

.plus:hover {
	background-color: #A0A0A0;
}

.minus {
	font-weight: bolder;
	padding-left: 6px;
	padding-right: 2px;
	padding-bottom: 7px;
	margin-top:3px;
}

.minus:hover {
	background-color: #A0A0A0;
}

.button-cart,
#categories-list > .selected,
#desconto3,
.pag_selected,
.cart-steps.selected > span,
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal
{ background-color: <?php echo $account['header_color1']; ?>!important; }



















/* TABS*/
 
 #nav_tabs .menu
{   
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: 'Gabriola';
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:link
{   
	font-family: 'Gabriola';
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:visited
{   
	font-family: 'Gabriola';
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}
 
#nav_tabs td.menu:hover
{
	color:#3b3f49;
	/*background-color:#fec524;*/
	font-family: 'Gabriola';
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

#nav_tabs td.menu a:hover
{
	color:#3b3f49;
	font-family: 'Gabriola';
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

/* END TABS*/

#fadediv {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.greydout {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.greydout:hover {
  -webkit-opacity: 0.50;
  -moz-opacity: 0.50;
  opacity: 0.50;
}

.button-vermais
{
	font-family: 'Lato-Regular', Arial;
	font-size:14px;
	color: #ffffff !important;
	border-radius:4px;
	background-color: #41434b;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
	line-height:44px;
}

.button-vermais:hover {
	color: #ffffff;
	background-color: #fec524;
}


.button-vermais-amarelo
{
	font-family: 'Gabriola', "Arial Unicode MS", Arial;
	color: #ffffff !important;
	border-radius:15px;
	background-color: #FECA18;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:30px !important;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
	line-height:24px;
}
.button-vermais-amarelo:hover
{
	color: #ffffff !important;
	background-color: #333333 !important;
}

.button_grey
{
	font-family: 'Lato-Regular', Arial;
	color: #ffffff !important;
	border-radius:4px;
	background-color:#dddd;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:15px !important;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
	line-height:24px;
	display:inline-block;
}

.button img,
.button_grey img
{
	display:inline-block;
}
.button_grey:hover
{
	background-color: #FECA18 !important;
}
#product_final_price {
	margin-bottom: 10px !important;
}

.button_transparent
{
	display:inline-block;	
	font-family: 'Open Sans', sans-serif;
	color: #777777;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:1px #dddddd solid;
	line-height:17px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_transparent:hover
{
	background-color:#cccccc !important;
	border:1px #cccccc solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}


.store_box_products, .store_box_featured_products
{
	border:1px solid #fff !important;
}
.store_box_products:hover, .store_box_featured_products:hover
{
	border:1px solid #aaa !important;
}

.store_product_detail_body_designation {
	font-size:40px !important;
}

.store_box_products h2, .store_box_featured_products h2
{
	font-size:27px !important;
	line-height:40px;
}

@media screen and (min-width: 951px)
{
	.logo
	{
	position:relative;
	float:left;
	max-width:250px;
	margin-right:20px;
	padding-top:20px;
	height:80px;
	border:0px solid;
	}	
	
	.headline
	{
	position:relative;
	float:left;
	width:400px;
	height:50px;
	padding-top:50px;
	border:0px solid;
	}
	
	.login
	{
	float:right;
	max-width:350px;
	height:50px;
	border:0px solid;
	text-align:right;
	}
		
	.footer_site_map
	{
	float:left;
	width:300px;
	height:350px;
	margin-right:45px;
	border:0px solid;
	text-align:left;
	}

	.footer_promo
	{
	float:left;
	width:300px;
	height:300px;
	border:0px solid;
	text-align:center;
	}

	.footer_social_networks
	{
	float:left;
	width:230px;
	height:40px;
	border:0px solid;
	text-align:right;
	}
	
	.footer_meios_pagamento
	{
	float:left;
	width:350px;
	height:40px;
	border:0px solid;
	text-align:right;
	}
	
	.footer_direitos
	{
	float:right;
	width:350px;
	height:40px;
	border:0px solid;
	text-align:right;
	}	
	
	.boxprods
	{ 
	position:relative;
	width:225px;
	height:440px;
	display: inline-block;
	margin-top:17px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:30px;
	vertical-align:top;
	background-position:top;
	background-size: 220px;
	background-repeat: no-repeat;
	border:0px solid;
	text-align:center;
	}
	.boxprods:hover
	{ 
	background-color:#f5f5f5;
	}
	
	.caixas_produtos_yellow
	{
	position:relative;
	display:inline-block;
	width:300px;
	height:250px;
	margin-right:15px;
	margin-right:15px;
	border:0px #ff0000 solid;
	text-align:center;
	}	
	
	.boxservices
	{ 
	width:314px;
	display: inline-block;
	margin-left:17px;
	margin-top:5px;
	margin-left:35px;
	margin-right:35px;
	vertical-align:top;
	background-position:top;
	background-size: 220px;
	background-repeat: no-repeat;
	}
	
	.servicos_imagem
	{
	position:relative;
	float:left;
	width:300px;
	min-height:150px;
	margin-right:20px;
	border-radius:5px;
	overflow:hidden;	
	}	
	
	.servicos_texto
	{
	position:relative;	
	float:left;
	width:600px;
	min-height:150px;
	text-align:left;
	}
	

	.box_products
	{
	position:relative;
	float:left;
	width:220px;
	height:370px;
	border:1px solid;
	border-color:#eaeaea;
	margin-right:20px;
	margin-bottom:23px;
	text-align:center;
	}

	.box_product_image
	{
	width:217px;
	height:220px;
	overflow:hidden;
	}

	.box_products_brands_text
	{
	font-family: 'Gabriola';
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing:0px;
	line-height:20px;
	}

	.box_products_designation_text
	{
	margin: 0;
	padding: 0;
	font-family: 'Gabriola', "Arial Unicode MS", Arial;
	font-size:22px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	line-height:24px;
	letter-spacing:0.5px;
	margin-top:-10px;
	}

	.box_products_description_text
	{
	font-family: 'Gabriola';
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing:0px;
	line-height:20px;
	}

	.box_products_discount_text
	{
	margin: 0;
	padding: 0;
	font-family: 'Gabriola', "Arial Unicode MS", Arial;
	font-size:15px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	line-height:20px;
	letter-spacing:0.5px;
	}

	.box_products_price_text
	{
	margin: 0;
	padding: 0;
	font-family: 'Gabriola', "Arial Unicode MS", Arial;
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 30px;
	}
	
	.store_header
	{ 	
	position:relative;
	width:100%;
	height:100%;
	min-height:50px;
	border:0px solid;
	text-align:center;
	}

	.store_filters
	{
	position:relative;
	float:left;
	width:200px;
	height:100%;
	border:0px solid;
	margin-right:34px;
	}
	
	.store_breadcrumb
	{
	position:relative;
	float:left;
	width:400px;
	min-height:50px;
	border:0px solid;
	text-align:left;		
	}
	
	.store_search
	{
	position:relative;
	float:left;
	width:320px;
	min-height:50px;
	border:0px solid;
	margin-right:20px;	
	}
	
	.store_order_by
	{
	position:relative;
	float:left;
	width:200px;
	height:50px;
	border:0px solid;		
	}
	
	.store_products_list
	{
	position:relative;
	float:left;
	width:715px;
	height:100%;
	border:0px solid;	
	}
		
	.store_product_detail_image
	{
	position:relative;
	float:left;
	width:400px;
	margin-right:20px;
	margin-bottom:30px;
	height:100%;
	border:0px solid;	
	}
			
	.store_product_detail_body
	{
	position:relative;
	float:left;
	width:520px;
	height:100%;
	margin-bottom:40px;
	border:0px solid;	
	text-align:left;
	}
	
	.store_promotions_list
	{
	position:relative;
	float:left;
	width:950px;
	height:100%;
	border:0px solid;	
	}
	
	
	
	.slider
	{
	position:relative; 
	width:100%;
	min-height:400px;
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	border:0px solid;
	}	
	.slider_background
	{
	position:relative; 
	background-position:top center; 
	background-repeat:no-repeat;
	background-size:auto;	
	width:100%;
	min-height:400px;
	}
	
	
	.login_on
	{
	position:relative; 
	width:270px;
	border:0px #cccccc solid;
	}
	
	.login_off
	{
	position:relative; 
	width:270px;
	height:50px;
	border:0px #cccccc solid;
	}
	
	
	.cell
	{
	position:relative;
	display:inline-block;
	border:0px #cccccc solid;
	}
	
}












@media screen and (max-width:950px)
{
	nav
	{
	position:relative;
	width:100%;
	margin-top:0px;
	font-family: 'Lato-Regular', Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	border:0px solid;
	background-color:#fec524;
	color:#005599;
	}
  	nav ul {
  		width: 100%;
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		float: left;
  		position: relative;

  	}
  	nav li a {
		border-bottom: 1px solid #ffffff;		
		/*border-right: 1px solid #576979;*/
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
		height: 40px;
	  	text-indent: 25px;
		padding-left: 0px;
		padding-top:10px;
  		}
	nav a#pull
	{
		position: relative;
		display: block;
		background-color: #fec524;
		width: 98%;
		height: 30px;
		border:0px solid;		
		padding-top:10px;
		
	}
	nav a#pull:after {
		content:"";
		background: url('../_images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}	
	
	
	
	.logo
	{
	position:relative;
	width:100%;
	padding-top:20px;
	min-height:80px;
	border:0px solid;
	margin-bottom:20px;
	}	
	
	.headline
	{
	position:relative;
	width:100%;
	min-height:30px;	
	border:0px solid;
	margin-bottom:10px;
	}
	
	.login
	{
	position:relative;
	display:inline-block;
	width:100%;
	max-width:250px;
	min-height:80px;
	border:0px #ff0000 solid;
	text-align:center;
	margin-bottom:20px;
	}
		
	.footer_site_map
	{
	display:inline-block;
	max-width:300px;
	min-height:300px;
	border:0px solid;
	text-align:left;
	}

	.footer_promo
	{
	width:100%;
	min-height:300px;
	border:0px solid;
	text-align:center;
	}

	.footer_social_networks
	{
	display:inline-block;
	min-height:40px;
	border:0px solid;
	text-align:center;
	margin-bottom:20px;
	}
	
	.footer_meios_pagamento
	{
	width:100%;
	min-height:40px;
	border:0px solid;
	text-align:center;
	}
	
	.footer_direitos
	{
	width:100%;
	min-height:40px;
	border:0px solid;
	text-align:center;
	}	
	
	.boxprods
	{ 
	position:relative;
	width:225px;
	height:440px;
	display: inline-block;
	margin-top:17px;
	vertical-align:top;
	background-position:top;
	background-size: 220px;
	background-repeat: no-repeat;
	border:0px solid;
	text-align:center;
	}
	.boxprods:hover
	{ 
	background-color:#f5f5f5;
	}
	
	
	.caixas_produtos_yellow
	{
	position:relative;
	width:100%;
	height:100%;
	min-height:300px;
	margin-bottom:1px;
	border:0px #ff0000 solid;
	}
	
	
	.boxservices
	{ 
	width:100%;
	margin-bottom:20px;
	vertical-align:top;
	}
	
	
	.store_header
	{ 	
	position:relative;
	width:100%;
	min-height:50px;
	border:0px solid;
	text-align:center;
	}	
	
	.store_filters
	{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width:80%;
	border:0px solid;	
	text-align:center;
	}	
	
	.store_breadcrumb
	{
	position:relative;
	width:100%;
	min-height:50px;
	border:0px solid;
	text-align:center;	
	margin-bottom:0px;
	}
	
	.store_search
	{
	margin-right: auto;
	margin-left: auto;
	width:80%;
	min-height:50px;
	border:0px solid;
	margin-bottom:20px;
	text-align:center;
	}
	
	.store_order_by
	{
	position:relative;
	display:inline-block;
	width:50%;
	height:50px;
	border:0px solid;
	float:center;
	text-align:center;		
	}
	
	.store_products_list
	{
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
	border:0px solid;	
	text-align:center;
	}
	
	.store_product_detail_image
	{
	position:relative;
	width:100%;
	height:100%;
	border:0px solid;	
	}
			
	.store_product_detail_body
	{
	position:relative;
	width:100%;
	height:100%;
	border:0px solid;	
	}
	
	.store_promotions_list
	{
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
	border:0px solid;	
	text-align:center;	
	}
	
	
	.slider
	{
	position:relative; 
	width:100%;
	height:170px;
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	}	
	.slider_background
	{
	position:relative; 
	background-position:center; 
	background-position:top; 
	background-repeat:no-repeat;
	background-size:cover;	
	width:100%;
	height:170px;
	}
	

	.login_on
	{
	position:relative; 
	width:270px;
	margin-bottom:20px;
	border:0px #cccccc solid;
	}
	
	.login_off
	{
	position:relative; 
	width:270px;
	height:50px;
	margin-bottom:20px;
	border:0px #cccccc solid;
	}
	
	.cell
	{
	position:relative;
	width:100% !important;
	min-height:50px;
	border-bottom:1px #dddddd solid !important;
	text-align:center !important;
	}
	
}


