@font-face {
    font-family: 'LatoLightItalic';
    src: url('../../../assets/bootstrap/fonts/lato-lightitalic-webfont.eot');
    src: url('../../../assets/bootstrap/fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../assets/bootstrap/fonts/lato-lightitalic-webfont.woff2') format('woff2'),
         url('../../../assets/bootstrap/fonts/lato-lightitalic-webfont.woff') format('woff'),
         url('../../../assets/bootstrap/fonts/lato-lightitalic-webfont.ttf') format('truetype'),
         url('../../../assets/bootstrap/fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

html
{
	overflow-y: scroll;
}

body, html
{
	height: 100%;
	background: #e6e6e6;
}

body, td
{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #575757;
}

h1,
h2,
h3,
#content-title
{
	color: #4b4b4b;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}

h1 { font-size: 26px; margin-top: 10px; }
h2 { font-size: 24px; }
h3 { font-size: 21px; }

a {  }
a:hover {  }

#page {
	min-height: 100%;
	margin-bottom: -70px;
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 960px; /* needs to be changed */
}

#container > #wrapper
{
	position: relative;
	float: left;
	width: 100%;
}

#header
{
	position: relative;
	float: left;
	width: 100%;
	margin: 5px 0px;
}

	/*
	#flags
	{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
		#flags a
		{
			text-decoration: none;
		}
	
		#flags img
		{
			opacity: 0.6;
			border: solid 1px #555;
			margin: 0px 4px;
		}
		
		#flags .active img,
		#flags img:hover
		{
			opacity: 1;
		}
	*/
	
#cart_box {
	margin-bottom: 40px;
}

#main
{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 160px;
}

#content-area
{
	position: relative;
	float: right;
	width: 730px;
	background: #FFF;
	min-height: 300px;
	padding-bottom: 25px;
}

#content {
	padding: 25px;
}

#sidebar
{
	position: relative;
	float: left;
	width: 220px;
	height: 100%;
	background: #FFF;
}

/*
.sidebar_off #sidebar
{
	display: none;
}

.sidebar_off #content-area
{
	width: 100%;
}
*/











/**
 * General styles
 */

.user-area {
	margin: 20px;
}

#login-box {
	margin: 30px;
}

#login-box .links {
	
	margin: 20px 0px;
}

#login-box .links a {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

#login-box .inputs #email,
#login-box .inputs #password {
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #ddd;
}

#login-box .auto-login {
	text-align: left;
	margin: 10px 0px 0px 10px;
}
 
#login-box .auto-login label {
	font-weight: normal;
} 



#ajax-loader.fullscreen 
{
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}

#ajax-loader.regional 
{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}
	
#ajax-loader-message
{
	display: block;
	position: relative;
	top: 50px;
	min-width: 300px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
}	
	
#ajax-loader-overlay
{
	position: absolute;
	display: table;
	top: 0px;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 100000000000000000;
}

#ajax-loader-overlay.nobg { background: none !important; }

#quick-message
{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000000000;
	background: rgba(255, 255, 255, 0.9) !important;
	background: #fff;
	display: table;
	border: solid 15px #f6f6f6;
}

#quick-message #message
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #333;
	font-weight: bold;
	padding: 20px 60px;
	
}

.pagination a {
	color: #000;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	background: #aaa;
	border-color: #aaa;
}

.clear,
.clearfix
{	
	display: block;
	float: left;
	width: 100%;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}  


.clear-left
{
	display: block;
	float: left;
	clear: left;
}
.clear-right
{
	display: block;
	float: left;
	clear: right;
}

.ui-dialog
{
	position:absolute;
	overflow:hidden
}
/*
#sidebar_background {
	position: absolute;
	width: 220px;
	height: 100%;
	background: #FFF;
}
*/

#footer {
	width: 100%;
	float: left;
	height: 210px;
	margin-top: -140px;
	background: url('../images/background_footer.png') repeat-x;
	/*
	background: -webkit-linear-gradient(#1283bd, #0e355c);
    background: -o-linear-gradient(#1283bd, #0e355c);
    background: -moz-linear-gradient(#1283bd, #0e355c);
    background: linear-gradient(#1283bd, #0e355c);
    */
}

#footer p {
    color: #FFF;
    text-align: center;
    position: relative;
    top: 50px;
}

#footer #footer_logo {
    width: 110px;
    height: 32px;
    position: relative;
    margin: 0 auto;
    top: 60px;
    background: url('../images/logo_footer.png');
}

#sidebar_background {
	width:220px; 
	height: 100%; 
	background:#FFF;
	position:absolute;
}

#content_background {
	width: 730px;
	height: 100%;
	position: absolute;
	background: #FFF;
	float: right;
	right: 0px;
}

#header_background {
	width: 100%;
	height: 153px;
	background: url('../images/background_header.png') repeat-x;
}

#header_background_bottom {
	position: relative;
	top: 106px;
	width: 100%;
	height: 47px;
	bottom: 0px;
	background: -webkit-linear-gradient(#dc0024, #8c0017); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dc0024, #8c0017); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dc0024, #8c0017); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dc0024, #8c0017); /* Standard syntax (must be last) */
}

#header_text {
	position: relative;
	height: 47px;
	width: 960px;
	margin: 0 auto;		
}

#header_text h3 {
	position: absolute;
	font-style: italic;
	color: #FFF;
	bottom: 0px;
	right: 0px;
	font-family: LatoLightItalic;
	font-weight: bold;
	font-size: 23px;
}

#header #header_logo {
	width: 413px;
	height: 81px;
	position: absolute;
	top: -148px;
	left: -40px;
}
/*
#header #logo_left {
	width: 100px;
	height: 81px;
	float: left;
	background: -webkit-linear-gradient(left, #cb0020 , #FFF);
    background: -o-linear-gradient(right, #cb0020, #FFF);
    background: -moz-linear-gradient(right, #cb0020, #FFF);
    background: linear-gradient(to right, #cb0020 , #FFF);
}
*/
#header #logo {
    position: relative;
    z-index: 1111;
    top: 10px;
    left: 35px;
    width: 224px;
    height: 70px;
    float: left;
    background: url('../images/logo_header.png');
}

#header #logo_background {
    width: 585px;
    height: 106px;
    position: absolute;
    top: -10px;
    left: -100px;
    background: url('../images/logo_header_background.png');
}
/*
#header #logo_right {
	width: 100px;
	height: 81px;
	float: left;
    background: -webkit-linear-gradient(left, #FFF , #cb0020); 
    background: -o-linear-gradient(right, #FFF, #cb0020);
    background: -moz-linear-gradient(right, #FFF, #cb0020);
    background: linear-gradient(to right, #FFF , #cb0020);
}
*/
#firstpage-products .big-title {
	color: #FFF;
	background: #022e49;
	font-size: 24px;
	padding: 10px;
}

#firstpage-products .products {
	padding: 25px;
	margin-bottom: 25px;
}

.product_box {
	float: left;
}

.product_background {
	width: 219px;
	height: 238px;
	padding: 9px;
	border: solid 1px #e0e0e0;
	border-radius: 6px;
}

.text-info {
	width: 95%;
}

.text-info a {
	color: #000;
}

.text-info a.view_more {
	color: #666666;
}

#sidebar_image {
	position: relative;
	margin: 38px;
	width: 137px;
	height: 140px;
	background: url('../images/sidebar_image.png');
}

#page-HOME .products .price {
	display: none;
}

#banners_2 .banner.image img {
	position: relative;
	margin: 15px;
	margin-left: 40px;
}

#footer #banners_3 img {
	float: left;
	margin-left: 5px;
}

#footer #banners_3 {
	width: 872px;
	height: 46px;
	position: relative;
	top: 30px;
	margin: 0 auto;
}

.company-rating {
    position: relative;
    width: 157px;
    height: 136px;
    display: block;
    margin: 0 auto;
}

.products-discounted {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}