#c_top-bar {
	background-color: #505050;
   	width: 100%;
	height: 26px;	
	border-bottom: solid 1px white;
}

#c_top-bar>div {
	width: 940px;
	padding-top: 6px;
	height: 20px;	
}

#c_top-bar ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

#c_top-bar ul.menu li {
	float: left;
	margin: 0 0.15em;
	width: 100px;
}

#c_top-bar ul.menu li a
{
	color: white;
	height:14px;
	line-height: 14px;
	float: left;
	width: 100%;
	display: block;
	border-right: 1px solid white;
//	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#c_top-bar ul.li li a.last {
	border-right: none;
}

#c_top-bar div.login {
	color: #F2C93C;
	font-weight: bold;
	float: right;
}

#c_top-bar div.login a {
	color: #F2C93C;
}

#c_top-bar div.login img {
	vertical-align: top;
}


#header {
	height: auto;
}

#c_top-banner {
	margin: 0px auto;
}

#c_top-banner-changer {
	width: 750px;
	height: 115px;
/*	background-image: url('../cust/images/top_banner.png'); */
	background-repeat: no-repeat;
	float: left;
}

#c_top-banner-cart {
	width: 197px;
	height: 115px;
	float: right;
	background-color: #f9c62b;
	color: white;
}

#c_top-banner-cart a {
}

#c_top-banner-cart_inner {
	margin: 0px 10px;
}

#c_top-banner-cart_inner a {
	color: white;
}

#c_top-banner-cart_inner .c_free-shipping {
	font-weight: bold;
}

#c_logo {
	position: relative;
	z-index: 99;
	top: -45px;
	left: -102px;
	width: 306px;	
}

#c_logo h1, #c_logo strong {
	display: none;
}

#c_search-form {
	color: yellow;
	position: relative;
	top: -61px;
	height: 28px;
	float: right;
	width: 308px;
	background-image: url('../cust/images/search_magnifier.png');
	background-repeat: no-repeat;
	margin-right: 4px;
}

#c_search-form>form>div {
	height: 28px;
}

#c_search-form-field {
	float: left;
	margin-left: 51px;
	width: 206px;
	background-image: url('../cust/images/search_field.png');
}

#c_search-form-field div.form_wrapper {
	padding-top: 8px;
	padding-left: 2px;
	height: 28px;
}
	
#c_search-form-field input {
	width: 203px;
	height: 18px;
	border: none;
}

#c_search-form-field-right {
	float: left;
	width: 46px;
	background-color: #F37C00;
	background-image: url('../cust/images/search_field_right.png');
	background-repeat: no-repeat;
}

#c_search-form-right {
	float: left;
	width: 5px;
	background-image: url('../cust/images/search_right.png');
}

#c_search-form-submit {
	padding-top: 10px;
	padding-left: 10px;
}

#c_scrolling-text {
	height: 32px;
	background-image: url('../cust/images/scrolling_text.png');
	padding-left: 20px;
	overflow: hidden;
}
#c_scrolling-text>div {
	padding-top: 12px;
	color: white;
	font-weight: bold;
}
#c_scrolling-text marquee {
	padding-top: 12px;
	color: white;
	font-weight: bold;
}

#c_home-wrapper {
	margin-top: 2px;
	height: 30px;
	background-image: url('../cust/images/home_center.png');
}

#c_home-wrapper>div {
	height: 30px;
}

#c_home {
	float: left;
}

#c_home-menu {
	float: left;
}

#c_home-phone {
	width: 197px;
	float: right;
	background-image: url('../cust/images/home_phone_center.png');
}

#c_home-phone-icon {
	float: left;
	padding-left: 15px;
	padding-top: 6px;
	vertical-align:text-bottom;
}

#c_home-phone-phone {
	float: right;
	padding-right: 7px;
	color: white;
	font-weight: bold;
	font-size: 1.8em;
}


#c_highlights {
	margin-top: 3px;
}

#c_highlights-left {
	float: left;
}

#c_highlights-right {
	float: right;
}


#c_home-menu ul.menu {
	list-style: none;
	padding: 0;
	padding-top: 9px;
	margin: 0;
	display: block;
	float: left;
}

#c_home-menu ul.menu li {
	float: left;
	margin: 0 0.15em;
	width: 96px;
	text-align: center;
}

#c_home-menu ul.menu li a
{
	color: white;
/*	height:30px;*/
	line-height: 1.1em;
	float: left;
	width: 100%;
	display: block;
//	text-decoration: none;
	border-left: 1px solid white;
	text-align: center;
	font-weight: bold;
}
#c_home-menu ul.menu li.first a {
	border-left: none;
}

#c_home-menu ul.li li a.last {
	border-right: none;
}

.c_categories-custom_title {
	color: white;
	background-color: #494949;
	padding: 4px;
}
.c_categories-custom_title h2 {
	font-size: 11px;
	margin: 0px auto;
	font-weight: normal;
}

ul.c_categories, ul.c_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

ul.c_categories {
	padding-top: 4px;
	padding-bottom: 10px;
	width: 100%;	
}

ul.c_categories li {
	margin: 2px 0;
	background-color: #999999;
}
ul.c_categories li>div {
	padding: 3px 0;
	padding-left: 3px;
}

ul.c_categories a {
	text-decoration: none;
	color: white;
}

ul.c_categories ul {
	background-color: white;
	width: 100%;
}

ul.c_categories li.c_path>div {
	font-weight: bold;
	background-color: #FB8C00;
}

ul.c_categories li.c_selected>div {
	background-image: url("../cust/images/category_arrow.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

div.c_categories-container {
	
}

div.c_categories {
	padding: 0px;
	color: white;
}

li.c_category_l0 ul {
	padding-left: 5px;
}
li.c_category_l0 {
	width: 188px;
}
li.c_category_l1 {
	width: 182px;
}
li.c_category_l2 {
	width: 177px;
}
li.c_category_l3 {
	width: 172px;
}
li.c_category_l4 {
	width: 167px;
}
li.c_category_l4 {
	width: 162px;
}
li.c_category_l5 {
	width: 157px;
}
li.c_category_l6 {
	width: 152px;
}

.ui-widget-content {
	border: none;	
}
.container_24 .grid_4{
	width:190px
}

.container_24 .grid_16 {
	width: 566px;
}

.container_24 .pull_16 {
	left: -568px;
}

.container_24 .push_4 {
	left: 191px;
}

.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16,.grid_17,.grid_18,.grid_19,.grid_20,.grid_21,.grid_22,.grid_23,.grid_24{
	margin-left:1px;
	margin-right:1px
}

#bodyContent {
	margin-top: 5px;
}

#c_footer {
	background-color: #252525;
	color: white;
}

#c_footer-top, #c_footer-bottom {
	height: 10px;
}

#c_footer-top {
	background-image: url("../cust/images/footer_line.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
#c_footer-bottom {
	background-image: url("../cust/images/footer_line.png");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#c_footer-content {
}

#c_footer-contact {
	float: left;
	width: 200px;
	padding: 0px 20px;
}
#c_footer-contact>p {
	font-size: 11px;
}
#c_footer-contact>p.phone>img {
	padding-right: 10px;
}
#c_footer-contact>p.phone {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
}

#c_footer-menu {
	float: left;
}
#c_footer-menu a {
	text-decoration: none;
	color: white;
}	

ul.c_footer-sub-menu, ul.c_footer-sub-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;	
}
ul.c_footer-sub-menu {
	padding: 15px 5px;
}
ul.c_footer-sub-menu>li {
	width: 127px;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
}
ul.c_footer-sub-menu>li ul {
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 3px;
}

#c_footer-maps {
	float: right;
	width: 210px;
}

.container_24 .c_push_4 {
	width: 750px;
}

.container_24 .c_pull_4 {
	left: -760px;
}

.c_product-right-column {
	width: 200px;
}
.c_product-left-column {
	width: 550px;
}
#c_product-head {
	border-bottom: solid 2px #EDEDED;
	/*padding: 10px 0px;*/
	margin-bottom: 10px;	
}
#c_product-head .c_product-name, .c_info_product-name {
	float: left;
	color: #ed1f24;
	font-weight: bold;
	font-size: 20px;
}
#c_product-head .c_product-manufacturer {
	float: right;
	color: #9c9c9c;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
#c_product-head .c_product-manufacturer small {
	font-size: 0.7em;
}	
#c_product-cart {
	float: left;
}

#c_product-short-desc, #c_product-desc {
	text-align: justify;
}
.c_product-images {
	float: right;
}
#c_product-cart a {
	color: #fda100;
}	

#c_product-subcart {
	background-color: #ededed;
	padding: 5px;
}

#c_product-subcart div.c_left {
	float: left;
	width: 350px;
}
#c_price {
	font-size: 1.5em;
	font-weight: bold;
	float: left;
	vertical-align: bottom;
}
#c_price_inc_vat {
	color: red;
}
#c_price_title {
	margin-right: 10px;
	color: black;
	display: inline-block;
}
#c_price_no_vat {
	font-size: 0.8em;
	font-weight: normal;
}
#c_availability {
	margin: 5px 0px;
}
#c_product-subcart tr.c_price {
	font-size: 1.5em;
	font-weight: bold;
}
#c_product-subcart tr.c_price td big {
	color: red;
}

#c_product-subcart div.c_right {
	float: right;
	width: 190px;
}
#c_product-subcart button {
	margin-bottom: 5px;
}

#c_product-cart-top-buttons div.c_left {
	float: left;
}
#c_product-cart-top-buttons div.c_right {
	float: right;
}
#c_product-cart-top-buttons img {
	margin-right: 9px;
}
#c_product-cart-top-buttons img.last {
	margin-right: 0px;
}
#c_product-cart-top-buttons div.c_product_flag {
	height: 18px;
	border: 1px solid black;
	display: inline-block;
	padding: 3px 10px;
	color: white;
}
#c_product-cart-top-buttons div.c_left div.c_product_flag {
	margin-right: 5px;
}
#c_product-cart-top-buttons div.c_right div.c_product_flag {
	margin-left: 5px;
}
#c_product-cart-top-buttons div.c_is_recommended {
	background-color: #2b9be0;
}
#c_product-cart-top-buttons div.c_is_sale {
	background-color: #ed1f24;
}
#c_product-cart-top-buttons div.c_is_clearance_sale {
	background-color: #858585;
}
#c_product-cart-top-buttons div.c_is_discount {
	background-color: #f9c62b;
}
#c_product-cart-top-buttons div.c_is_news {
	background-color: #07df00;
}
#c_product-cart-top-buttons div.c_in_stock {
	background-color: #FB8C00;
}


#c_product-alternatives {
padding-top: 10px;
}
#c_product-tabs{
	width: 750px;
}
#c_product-tabs .c_heading, .c_info_heading {
	border-bottom: solid 2px #FB8C00;
	width: 100%;;
}
#c_main-news {
	background-color: #f7f6f0;
	padding: 5px;
	margin-top: 5px;
}

#c_main-news li {
	margin: 5px 0;
}
.c_news-content h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
}
.c_news-content p {
	margin: 0px;
	padding: 0px;
}
#c_main-news .c_news-image {
	float: left;
	width: 110px;
}
#c_main-news .c_news-content {
	float: right;
	width: 440px;
	text-align: justify;
}
#c_main-news ul {
	list-style-type: none;
}
#c_main-news ul {
	padding: 3px 0;
}
#c_main-news>p {
	text-align: right;	
}

#c_main-recommends .c_recommends-wrapper>DIV>DIV {
	float: left;
	width: 33%;
	text-align: center;
	background-image: url("./images/delimiter02.png");
	background-position: 100% 0%;
	background-repeat: repeat-y;	
}
#c_main-recommends .c_recommends-wrapper>DIV>DIV.c_last {
	background-image: none;
}	
#c_main-recommends .c_recommends-wrapper>DIV>DIV>DIV {
	padding: 3px;
}	

#c_top_selling {
	background-image: url("./images/delimiter02.png");
	background-position: 50% 0%;
	background-repeat: repeat-y;	
}
#c_top_selling .c_top_selling-wrapper {
	background-image: url("./images/delimiter01.png");
	background-position: 0% 100%;
	background-repeat: repeat-x;
	padding-bottom: 20px;	
}	
#c_top_selling .c_top_selling-wrapper:last-child {
	background-image: none;
}
#c_top_selling .c_top_selling-wrapper>DIV>DIV {
	float: left;
	width: 50%;
}
#c_top_selling .c_top_selling-wrapper>DIV>DIV>DIV {
	padding: 3px;
}	
#c_top_selling .c_top_selling-price {
	float: left;
	width: 47%;
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 1.5em;
}
#c_top_selling .c_top_selling-buy {
	float: right;
	width: 47%;
	text-align: center;
}
#c_top_selling .c_top_selling-desc p {
	text-align: justify;
	padding: 0px;
	margin: 0px 5px;
}
#c_top_selling .c_top_selling-item, #c_top_selling .c_top_selling-image, #c_top_selling .c_top_selling-in_stock {
	text-align: center;
}

#c_top_selling .c_top_selling-item h4 {
	margin-bottom: 0px;
}


#c_specials .c_specials-item {
	float: left;
	width: 33%;
	text-align: center;
}
/*
#c_specials .c_price {
	text-decoration: line-through;
}
*/
#c_specials .c_price-specials {
	color: red;
}

#c_product-specials {
	background-color: #f7f6f0;
	padding: 5px;
}

.c_main-sub_title, .c_main-sub_title a {
	color: #999999;
	font-weight: bold;
	font-size: 16px;
}

.c_main-sub_title {
	margin-bottom: 0px;	
}

.c_main-sub_title {
	background-image: url('./images/arrow_down.png');
	background-position: 99% 50%;
	background-repeat: no-repeat;
	height: 25px;
}

#c_main-recommends {
	margin-top: -5px;
}

#c_main-recommends h3 {
	color: red;
	font-weight: bold;
	font-size: 16px;
	background-color: #f7f6f0;
	padding: 10px;
}

#c_main-recommends .c_price {
	color: #fb8d00;
	font-weight: bold;
}

/* buttons customization */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	border: 1px solid black; 
	background: #FB8C00 url(../cust/images/jquery/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; 
/*	font-weight: bold; */  
	color: white; /* tlaticko text */
}
.ui-state-default .ui-icon { 
	background-image: url(../cust/images/jquery/ui-icons_white_256x240.png); 
}

#c_product-cart .ui-corner-all, 
#c_main-recommends .ui-corner-all, 
#c_top_selling .ui-corner-all, 
#c_product-listing .ui-corner-all 
{
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
}
#c_product-cart .ui-state-default {
	border: none; 
	background: #585858; 
	font-weight: bold;  
	color: white;
}

#c_product-cart .ui-state-default .ui-icon { 
	background-image: url(../cust/images/jquery/ui-icons_white_256x240.png); 
}

#c_product-cart #c_buy-button .ui-state-default {
	background-color: #fa8b00;
}
/* eof buttons */

/* carousel customization */
.jcarousel-skin-tango .jcarousel-container {
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
	border: 1px solid black;
	background: #f9c62b;
}

.ui-state-default a, .ui-state-default a:link {
	color: white;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #f9c62b;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: black;
}

.ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; /* border-top-left-radius: 0px; */ -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; /* border-top-right-radius: 0px; */ }
.ui-corner-top {border-top-left-radius: 0px; border-top-right-radius: 0px;}
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

/* eof carousel cust */

.ui-widget-header {
	color: #999999;
	background: none;
	background-color: #f9c62b;
	border: solid 1px #fbdd80;
	color: white;
	padding: 4px;
}

#columnRight .c_infoBoxContainer {
	color: #999999;
	margin-bottom: 4px;
	background: none;
	background-color: #f7f6f0;
}

#columnRight .c_infoBoxHeading {
	background-color: #f7f6f0;
	border: none;
	padding-top: 5px;
	padding-bottom: 1px;
}
#columnRight .c_infoBoxHeading h3 {
	background-image: url('./images/arrow_down.png');
	background-position: 99% 50%;
	background-repeat: no-repeat;
	height: 25px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}
#columnRight .c_infoBoxHeading a {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
#columnRight .c_infoBoxContents {
	background: none;
	background-color: #f7f6f0;
}

#c_product-listing {
	padding: 0px;
	margin: 0px;
}	
#c_product-listing li {
	display: inline-block;
	margin: 5px 0px;
	padding: 3px;
	width: 100%;
}
#c_product-listing li.hover {
	border: 1px solid black;
}

#c_product-listing .c_pl-image {
	width: 100px;
	float: left;
}
#c_product-listing .c_pl-center-wrapper {
	width: 324px;
	float: left;
	margin: 0px;
}
#c_product-listing .c_pl-center {
	margin: 0px;
	padding: 0px 5px;
}
#c_product-listing .c_pl-center h4 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#c_product-listing .c_pl-code {
	width: 50%;
	float: left;
}
#c_product-listing .c_pl-manufacturer {
	width: 50%;
	float: right;
	text-align: right;
}

#c_product-listing .c_pl-right {
	width: 130px;
	float: right;
	text-align: center;
}
#c_product-listing .c_pl-price-inc-vat {
	font-weight: bold;
	font-size: 1.6em;
	color: red;
}
#c_product-listing .c_pl-price {
	font-weight: bold;
}
#c_product-listing .c_pl-quantity {
	width: 100%;
	margin-top: 10px;
}
#c_product-listing p {
	text-align: justify;
}


div.c_cleaner {
    clear: both;
    line-height: 0px;
  } 
.c_overflow {
	overflow: hidden;
}
@font-face {
    font-family: "Roboto";
    src: url('./Roboto/RobotoGothicPro-Regular.otf');
    font-weight: normal;
}    
@font-face {
    font-family: "Roboto";
    src: url('./Roboto/RobotoGothicPro-Italic.otf');
    font-weight: normal;
    font-style: italic;
}    
@font-face {
    font-family: "Roboto";
    src: url('./Roboto/RobotoGothicPro-Bold.otf');
    font-weight: bold;
    font-style: normal;
}    
@font-face {
    font-family: "Roboto";
    src: url('./Roboto/RobotoGothicPro-BoldItalic.otf');
    font-weight: bold;
    font-style: italic;
}    
body, .ui-widget {
	font-family: Roboto, Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}
#header {
	margin-bottom: 3px;
}
.c_price {
	color: red;
}
div.c_shopping_cart .c_price {
	font-size: 1.2em;
}
div.c_checkout_shipping .contentText {
}
div.c_ui-widget-header {
	background-color: #ffff99;
	color: black;
}
p.productsNotifications {
	background-color: #ffff99;
}

div.c_sort-order {
	float: right;
	margin-top: 13px;
}
div.c_sort-order div.c_title {
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	width: 80px;
}

div.c_sort-order ul {
	float: left;
	list-style: none;
	margin: 0px auto;
}
div.c_sort-order ul li {
	display: inline-block;
	padding: 0px 10px;
}

.c_filter {
	float: right;
}

a.c_categories_custom_title {
	color: white;
}
