body {
font-family: Arial, Helvetica, sans-serif; background: top center repeat-x #f9f9f9 url('../images/bg.jpg'); font-size: 12px; color: #7f7f7f; margin: 0; padding: 0;
}

a:hover {
color: #303030;
}

a.color_dark {
color: #303030; text-decoration: none;
}

a.color_dark:hover {
color: #3eb3c8;
}

p {
line-height: 20px; padding: 5px 0px 10px 0px;
}

h1 {
color: #2F2F2F; font-size: 24px;
}

h2 {
color: #2F2F2F; font-size: 20px;
}

h3 {
color: #2F2F2F; font-size: 18px;
}

h4 {
color: #2F2F2F; font-size: 16px;
}

h5 {
color: #2F2F2F; font-size: 14px;
}

h6 {
color: #2F2F2F; font-size: 12px;
}

small {
font-size: 10px; color: #B0B0B0;
}

b,strong {
font-weight: bold;
}

.red {
color: #F00;
}

input[type=hidden] {
visibility: hidden;
}

img.floatleft {
float: left; display: block; padding: 5px 20px 5px 0px;
}

img.floatright {
float: right; display: block; padding: 5px 0px 5px 20px;
}

/********************************************************************************************** GLOABAL STYLES */
#main-container {
position: relative; display: block; width: 962px; margin: 15px auto 15px auto;
}

/********************************************************************************************** Header */
#header {
position: relative; display: block; height: 170px; width: 962px; margin: 0px auto; background: top center no-repeat url('../images/header_bg.jpg');
}

#banner {
position: absolute; display: block; top: 10px; right: 20px; width: 468px; height: 60px; padding: 2px; border: 1px #CCC solid; z-index: 10;
}

#image {
display: block; position: relative; width: 481px; height: 170px; z-index: 1;
}

#main_title {
position: absolute; display: block; height: 48px; top: 88px; right: 2px; z-index: 11; padding: 2px 0px 0px 20px;
}

#sub_title {
position: absolute; display: block; width: 560px; top: 143px; right: 2px; z-index: 11; padding: 0px 0px 0px 20px;
}

/********************************************************************************************** Main Menu */
#menu_container {
display: block; position: relative; width: 962px; height: 38px; margin: 0px auto; background: top center repeat-y url('../images/white_content_bg.jpg');
}

#menu_wrap {
display: block; position: relative; width: 956px; height: 38px; margin: 0px auto; background: top center repeat-x url('../images/menu_bg.jpg');
}

ul#mainmenu {
display: block; height: 38px;
}

ul#mainmenu li {
display: inline;
}

ul#mainmenu li a {
display: block; float: left; height: 28px; padding: 10px 35px 0px 35px; font-size: 13px; color: #d8d8d8; text-decoration: none; background: top right no-repeat url('../images/menu_line.jpg');
}

ul#mainmenu li a.on {
display: block; float: left; height: 38px; padding: 0px 35px 0px 35px; font-size: 13px; text-decoration: none;
}

ul#mainmenu li a.home {
display: block; float: left; height: 38px; width: 87px; padding: 0px; background: top left no-repeat url('../images/home_bt.jpg');
}

ul#mainmenu li a.home:hover {
background: top left no-repeat url('../images/home_bt_hover.jpg');
}

ul#mainmenu li a.home_on {
display: block; float: left; height: 38px; width: 87px; padding: 0px; background: top left no-repeat url('../images/home_bt_on.jpg');
}

/********************************************************************************************** Portal switcher */
#switcher_text {
display: block; position: absolute; top: 11px; right: 50px; width: 100px; height: 50px; color: #CCC; z-index: 100;
}

#switcher {
display: block; position: absolute; right: 20px; top: 0px; width: 30px; z-index: 100;
}

.menuanchorclass {
display: block; position: absolute; top: 10px; right: 0px; width: 28px; height: 18px; background: no-repeat url('../images/portal_switch.jpg');
}

.menuanchorclass:hover {
display: block; position: absolute; top: 10px; right: 0px; width: 28px; height: 18px; background: no-repeat url('../images/portal_switch_on.jpg');
}

/********************************************************************************************** Banners Liders */
.graphic,#prevBtn,#nextBtn,#slider1prev,#slider1next {
margin: 0; padding: 0; display: block; overflow: hidden; text-indent: -8000px;
}

#sidebar-slider-1 ul,#sidebar-slider-1 li,#banner-slider ul,#banner-slider li {
margin: 0; padding: 0; list-style: none;
}

#sidebar-slider-1 li {
width: 300px; height: 250px; overflow: hidden;
}

#banner-slider li {
width: 468px; height: 60px; overflow: hidden;
}

#ads-slider ul {
width: 564px; height: 135px; margin-top: 13px; display: block;
}

#ads-slider li {
width: 564px; height: 135px; overflow: hidden;
}

#ads-slider ul li a {
width: 160px; height: 110px; padding: 0px 13px;
}

/********************************************************************************************** Breadcrumbs */
#breadcrumbs_container {
display: block; position: relative; width: 956px; padding: 1px 3px; height: 37px; margin: 0px auto; background: top center repeat-y url('../images/white_content_bg.jpg');
}

#breadcrumbs_wrap {
display: block; position: relative; width: 936px; height: 37px; padding: 0px 0px 0px 20px; margin: 0px auto; background: top center repeat-x url('../images/breadcrumb_bg.jpg');
}

#breadcrumb_links {
display: block; color: #5c5c5c; font-size: 12px; height: 27px; padding: 10px 0px 0px 17px; background: no-repeat url('../images/arrow_bread.jpg') 0px 13px;
}

#breadcrumb_links a {
color: #303030; text-decoration: none;
}

#breadcrumb_links a:hover {
text-decoration: underline;
}

/********************************************************************************************** Content Global  */
#contant_wrap {
display: block; position: relative; width: 916px; padding: 20px 23px; margin: 0px auto; background: top center repeat-y url('../images/content_bg.jpg'); border-bottom: 1px #ebebeb solid;
}

#content {
display: block; position: relative; float: left; width: 576px;
}

.gradient_box {
display: block; width: 564px; border: 1px #ededed solid; padding: 5px; background: top center no-repeat url('../images/gradient_box_bg.jpg'); margin-bottom: 20px;
}

.standard_box {
display: block; position: relative; width: 564px; border: 1px #ededed solid; padding: 5px; background: top center no-repeat url('../images/box_header.jpg'); margin-bottom: 20px;
}

.standard_box h2 {
display: block; position: relative; width: 534px; height: 32px; color: #d4d4d4; padding: 10px 0px 0px 30px; font-size: 12px; background: no-repeat url('../images/mark.jpg') 12px 12px;
}

#contant_wrap_full {
display: block; position: relative; width: 916px; padding: 20px 23px; margin: 0px auto; background: top center repeat-y url('../images/content_bg_full.jpg'); border-bottom: 1px #ebebeb solid;
}

.entry ul,ol {
position: relative; margin: 0px 0px 10px 0px;
}

.entry ul li,.entry ol li {
padding: 5px 0 0 5px; margin: 0 0 0 30px;
}

.entry ul li {
list-style-type: disc;
}

.entry ol li {
list-style-type: decimal;
}

.entry table {
width: 100%; border-collapse: collapse; margin-top: 10px;
}

.entry table tr th {
background-color: #5B5B5B; color: #FFF; padding: 5px; text-align: center; border: 1px #d6d6d6 solid;
}

.entry table tr td {
padding: 5px; text-align: left;
}

/********************************************************************************************** Content Tabs - like on company page */
.tabberlive .tabbertabhide {
display: none;
}

.tabberlive {
margin: 20px 0px; display: block;
}

ul.tabbernav {
list-style: none; padding: 0px !important; margin: 0px !important;
}

ul.tabbernav li {
display: inline; padding: 0px !important; margin: 0px !important; padding-bottom: 5px !important; border-right: 2px #FFF solid;
}

ul.tabbernav li a {
padding: 10px 20px 4px 20px; text-decoration: none;
}

ul.tabbernav li a:link {
color: #FFF;
}

ul.tabbernav li a:visited {
color: #FFF;
}

ul.tabbernav li a:hover {
text-decoration: none;
}

ul.tabbernav li.tabberactive a {
color: #000; background-color: #f4f4f4; font-weight: bold;
}

ul.tabbernav li.tabberactive a:hover {
background: #f4f4f4;
}

.tabberlive .tabbertab {
padding: 25px !important; margin-top: 4px !important; margin-bottom: 25px; background-color: #f4f4f4;
}

.tabberlive .tabbertab h2 {
display: none;
}

.tabberlive .tabbertab h3 {
display: none;
}

.tabberlive#tab2 .tabbertab {
height: 200px; overflow: auto;
}

.download-document {
display: block; padding: 5px 10px 5px 25px;; font-size: 16px; background: no-repeat url('../images/doc.png') 0px 5px;
}

/********************************************************************************************** Photo Gallery */
.gradient_box_content {
display: block; width: 524px; padding: 20px;
}

.standard_box_content {
display: block; width: 524px; padding: 10px 20px;
}

form.standard_forms {
padding-bottom: 10px; border-bottom: 1px #CCC dotted; margin-bottom: 2px;
}

form.standard_forms label {
clear: both; padding: 4px;
}

form.standard_forms input,form.standard_forms form select,form.standard_forms textarea {
clear: both; padding: 4px;
}

form.standard_forms textarea {
height: 100px;
}

form.standard_forms fieldset.feature h4 {
padding-bottom: 10px;
}

form.standard_forms fieldset.feature {
display: block; margin: 10px 0px; padding: 10px; background-color: #F4F4F4;
}

form.standard_forms fieldset.feature:hover {
background-color: #eeeeee;
}

form.standard_forms input.submit {
width: 100px; clear: both; padding: 4px; display: block; margin: 8px 0 0 0; border: 0px; font-size: 12px; cursor: pointer;
}

form.standard_forms input.submit:hover {
background-color: #525252;
}

/********************************************************************************************** Car Carusele */
.stepcarousel {
position: relative; /*leave this value alone*/ overflow: scroll; /*leave this value alone*/ width: 564px; /*Width of Carousel Viewer itself*/ height: 190px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
position: absolute; /*leave this value alone*/ left: 0; top: 0;
}

.stepcarousel .panel {
float: left; /*leave this value alone*/ overflow: hidden;
/*clip content that go outside dimensions of holding panel DIV*/ margin: 5px 24px; /*margin around each panel*/ height: 163px; width: 156px; text-align: center;
/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */ border-bottom: 12px #c5c5c5 solid;
}

.stepcarousel .panel .panel_img img {

}

.stepcarousel .panel .panel_img:hover img {
border: 1px #999 solid;
}

.stepcarousel .panel .panel_desc {
font-size: 14px;
}

.panel_navigation {
width: 560px; display: block; margin: 0px auto;
}

#carusele_back {
position: relative; display: block; width: 280px; height: 29px; background: top center no-repeat url('../images/carusel_left.jpg'); float: left;
}

#carusele_back:hover {
background: top center no-repeat url('../images/carusel_left_on.jpg');
}

#carusele_forward {
position: relative; display: block; width: 280px; height: 29px; background: top center no-repeat url('../images/carusel_right.jpg'); float: right;
}

#carusele_forward:hover {
background: top center no-repeat url('../images/carusel_right_on.jpg');
}

/********************************************************************************************** Adverts */
ul.adverts li {
min-height: 230px; position: relative; display: block; float: left; width: 188px; text-align: center; padding: 20px 0px 0px 0px;
}

ul.adverts li img {
border: 1px #CCC solid;
}

/********************************************************************************************** Articles */
.standard_box ul.articles {
margin-bottom: 10px;
}

.standard_box ul.articles li {
position: relative; display: block; float: left; width: 260px; padding: 10px 0px 10px 20px;
}

/*
.standard_box ul.articles li.line {
	background: top center repeat-x url('../images/bgbox.png');
	border: 1px solid #dfeffc;
	margin: 5px;
	min-height: 143px;
	padding: 10px;
	width: 250px;
	text-align: justify;
}
*/
.standard_box ul.articles li.line {
border-right: 1px #CCC dotted; min-height: 105px;
}

/*
.boxrounded {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
*/
.readmore {
display: block; background: top center no-repeat url('../images/readmore.jpg'); width: 55px; height: 17px; margin-top: 10px;
}

.readall_bar {
width: 534px; clear: both; padding: 5px 15px; display: block; text-align: right; text-decoration: none;
}

.boxclear {
width: 564px; clear: both; height: 1px; display: block;
}

/********************************************************************************************** Geo Search */
.geosearch a {
display: block; text-decoration: none;
}

p.line {
display: block; width: 554px; border-bottom: 1px #CCC dotted; font-size: 15px; padding: 0px 0px 10px 10px;
}

/********************************************************************************************** Company List */
.list_container {
display: block; margin: 20px 0px 0px 0px;
}

.list_entry {
display: block; width: 554px; background-color: #f4f4f4; border: 1px #ededed solid; border-top: 5px #606060 solid; margin: 0px 0px 10px 0px; padding: 10px;
}

.listclear {
display: block; width: 554px; height: 2px; clear: both;
}

/********************************************************************************************** Product List */
.plist_entry {
display: block; width: 544px; border-bottom: 1px #CCC dotted; padding-bottom: 10px; margin: 0px 10px 20px 10px;
}

.plistclear {
display: block; width: 544px; height: 2px; clear: both;
}

/********************************************************************************************** Catogories List */
.standard_box ul.categories {
margin-bottom: 10px;
}

.standard_box ul.categories li {
position: relative; display: block; float: left; width: 240px; padding: 10px 20px 10px 20px;
}

.standard_box ul.categories li.line {
border-right: 1px #CCC dotted;
}

.standard_box ul.categories li a {
display: block; padding: 5px 0px; font-size: 10px; text-decoration: none; border-bottom: 1px #CCC dotted;
}

/********************************************************************************************** News/ Articles List */
.post {
display: block; padding: 20px 0px; border-bottom: 1px #CCC dotted;
}

.post a {
text-decoration: none;
}

.list_navigation {
display: block; padding: 10px 0px 20px 0px;
}

.list_navigation a {
display: block; float: left; padding: 2px; text-decoration: none; font-weight: bold;
}

/********************************************************************************************** Sidebar */
#sidebar {
display: block; position: relative; float: right; width: 302px;
}

#sidebar p {
line-height: 18px; padding: 0px 0px 5px 0px;
}

.sidebar_banner {
border: 1px #ededed solid;
}

.sidebar_standard_box {
display: block; width: 270px; border: 1px #ededed solid; padding: 5px 15px 15px 15px; background: #FFF top center no-repeat url('../images/sidebar_box_header.jpg'); margin-bottom: 20px;
}

.sidebar_standard_box h2 {
display: block; width: 250px; height: 32px; color: #d4d4d4; padding: 10px 0px 0px 20px; font-size: 12px; background: no-repeat url('../images/mark.jpg') 0px 12px;
}

/********************************************************************************************** Sidebar Forms*/
.sidebar_standard_box form {
padding-bottom: 10px; border-bottom: 1px #CCC dotted; margin-bottom: 2px;
}

.sidebar_standard_box form label {
clear: both; padding: 4px; display: block;
}

.sidebar_standard_box form input,.sidebar_standard_box form select {
clear: both; padding: 4px; display: block;
}

.sidebar_standard_box form input.submit {
width: 70px; clear: both; padding: 4px; display: block; margin: 8px 0 0 0; border: 0px; font-size: 12px; cursor: pointer;
}

.sidebar_standard_box form input.submit:hover {
background-color: #525252;
}

/********************************************************************************************** Sidebar User Login */
#sidebar_login {
display: block; width: 270px; border: 1px #ededed solid; padding: 15px 15px 15px 15px; margin-bottom: 20px; background: #FFF;
}

#sidebar_login .important {
background-color: #EEE; padding: 5px 10px; border-top: 1px #CCC dotted; margin-top: 10px;
}

/********************************************************************************************** Sidebar Gallery Links */
.fotogallery_link {
display: block; width: 272px; height: 44px; background: top center no-repeat url('../images/fotogallery_bt.jpg'); text-decoration: none; color: #303030; padding: 100px 0 0 30px;
}

.videogallery_link {
display: block; width: 272px; height: 44px; background: top center no-repeat url('../images/videogallery_bt.jpg'); text-decoration: none; color: #303030; padding: 100px 0 0 30px;
}

.fotogallery_link:hover,.videogallery_link:hover {
color: #FFF;
}

.clear {
display: block; position: relative; clear: both; width: 910px; height: 5px;
}

/********************************************************************************************** Footer Links */
#footer_links_container {
display: block; position: relative; width: 960px; padding: 20px 0px; background-color: #5f5f5f; border: 1px #afafaf solid; margin: 20px 0 0 0; background: top center repeat-y url('../images/footer_links_bg.jpg');
}

#footer_links_container h4 {
font-size: 12px; color: #FFF; padding-bottom: 15px;
}

ul.footerlinks {
background: top center repeat-y url('../images/footer_links_bg.jpg'); display: block; width: 960px;
}

ul.footerlinks li {
display: block; position: relative; float: left; width: 150px; padding: 0px 20px 0px 20px;
}

ul.footerlinks li ul li {
background: no-repeat url('../images/footer_link_mark.jpg') 0px 5px; padding: 0px 0px 5px 12px;
}

ul.footerlinks li ul li a {
display: block; color: #c2c2c2; text-decoration: none;
}

ul.footerlinks li ul li a:hover {
color: #FFF;
}

/********************************************************************************************** Footer Logotypes */
#footer_logos_container {
position: relative; display: block; width: 815px; height: 83px; border: 1px #e1e1e1 solid; margin: 20px 0 0 0; padding: 10px 0px 0px 145px; background: #e8e8e8 no-repeat url('../images/our_partner.jpg') 10px 10px;
}

#footer_logos_container a {
margin-right: 28px;
}

/********************************************************************************************** Footer Copyrights */
#footer_wrap {
display: block; width: 920px; padding: 20px; margin: 0px 0 20px 0; font-size: 12px; color: #999; text-align: center;
}

/*============================================*/
/*============== E-COMMEECE =================*/
/*============================================*/
/********************************************************************************************** Feature Banner */
/* Most common stuff you'll need to change */
.coda-slider-wrapper {
padding: 0px; border: 1px #e3e3e3 solid; position: relative; height: 235px; background-color: #5A5A5A; margin-bottom: 20px;
}

.coda-slider {
background: #ebebeb
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
height: 574px; overflow: auto !important; padding-right: 0px
}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider,.coda-slider .panel {
width: 574px
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider,.coda-slider-wrapper.arrows .coda-slider .panel {
width: 574px
}

.coda-slider-wrapper.arrows .coda-slider {
margin: 0px
}

/* Arrow styling */
.coda-nav-right a {
position: absolute; bottom: 10px; left: 20px; background: #b3b3b3 center left url('../images/ecommerce/banner_nav_right.jpg'); color: #505050; padding: 0px; width: 16px; height: 16px; z-index: 100;
}

.coda-nav-right a:hover {
background: #b3b3b3 center left url('../images/ecommerce/banner_nav_right_hover.jpg');
}

.coda-nav-left a {
position: absolute; bottom: 10px; left: 10px; background: #b3b3b3 center left url('../images/ecommerce/banner_nav_left.jpg'); color: #505050; padding: 0px; width: 16px; height: 16px; float: right; margin-right: 3px;
}

.coda-nav-left a:hover {
background: #b3b3b3 center left url('../images/ecommerce/banner_nav_left_hover.jpg');
}

/* Tab nav */
.coda-nav ul li a.current {
background: #303030; color: #FFF;
}

/* Panel padding */
.coda-slider .panel-wrapper {
padding: 0px;
}

/* Preloader */
.coda-slider p.loading {
padding: 20px; text-align: center
}

/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
.coda-nav ul {
display: block; margin: auto; overflow: hidden; position: absolute; right: 10px; bottom: 10px;
}

.coda-nav ul li {
display: inline
}

.coda-nav ul li a {
background: #b3b3b3; color: #505050; display: block; float: left; margin-right: 4px; padding: 0px; text-decoration: none; width: 16px; height: 15px; text-align: center; padding: 1px 0 0 0; border: 1px #303030 solid; font-size: 11px;
}

.coda-nav ul li a:hover {
background: #FFF; color: #505050;
}

/* Miscellaneous */
.coda-slider-wrapper {
clear: both; overflow: auto
}

.coda-slider {
float: left; overflow: hidden; position: relative
}

.coda-slider .panel {
display: block; float: left
}

.coda-slider .panel-container {
position: relative
}

.coda-nav-left,.coda-nav-right {
float: right
}

.coda-nav-left a,.coda-nav-right a {
display: block; text-align: center; text-decoration: none
}

/********************************************************************************************** Product Categories List */
#product_categories_list {
display: block; position: relative; margin-bottom: 20px;
}

#product_categories_list .nav_line li a {
display: block; background-color: #606060; color: #FFF; padding: 5px 10px;
}

ul.products_line {
display: block; clear: both; border-top: 1px #B8B8B8 solid;
}

ul.products_line li {
display: block; width: 172px; /* 192px */ padding: 5px 10px 20px 10px;; float: left; min-height: 150px;
}

.readall_bar_full {
width: 546px; clear: both; padding: 5px 15px; display: block; text-align: right; text-decoration: none;
}

/********************************************************************************************** Feature Offers */
ul.feature-offers li {
display: block; width: 168px; padding: 0px 10px 15px 10px;; float: left;
}

.price {
font-weight: bold; font-size: 15px;
}

.cross {
color: #999; text-decoration: line-through; font-size: 12px;
}

/********************************************************************************************** Main Product Categories Box */
#product_categories_box {
width: 574px; padding: 0px; border: 1px #e3e3e3 solid; margin-top: 10px;
}

#product_categories_navigation {
display: block; width: 564px; height: 32px; background: #5a5a5a; border-left: 1px #e3e3e3 solid; border-right: 1px #e3e3e3 solid; border-bottom: 1px #e3e3e3 solid; padding: 7px 0px 0px 10px; margin-bottom: 20px;
}

.subcategories_list li {
display: block; width: 120px; padding: 10px; line-height: 19px; float: left;
}

.subcategories_list li a {
font-size: 11px;
}

form.prezo_search {
margin-bottom: 2px;
}

form.prezo_search label {
padding: 3px; display: block; float: left; color: #FFF;
}

form.prezo_search input {
width: 70px; padding: 3px; display: block; float: left; border: 1px #CCC solid;
}

form.prezo_search input.submit {
width: 70px; padding: 4px; display: block; margin: 0px 0 0 10px; border: 0px; font-size: 12px; cursor: pointer; float: left;
}

form.prezo_search input.submit:hover {
background-color: #525252;
}

/********************************************************************************************** Single Products List */
#products_list {
margin-bottom: 20px;
}

#products_list_topnav {
display: block; position: relative; width: 567px; height: 26px; background: #cdcdcd; padding: 10px 0px 0px 10px; margin-bottom: 2px; color: #FFF;
}

#order_select {
width: 170px; position: absolute; top: 10px; right: 0px;
}

.product_single_line {
display: block; position: relative; width: 576px; padding: 10px 0px 0px 1px; border-top: 1px #CCC solid;
}

.product_single_line table tr td {
padding: 5px 10px 0px 10px;
}

.stars {
display: block; padding: 5px 0px;
}

.product_price {
position: relative; width: 100%; /* 567px */ display: block; clear: both; padding: 0px; text-align: right; font-size: 22px;
}

.product_price .cross {
font-size: 17px;
}

.product_to_basket {
display: block; position: relative; width: 100%; /* 566px */ height: 26px; background: #f5f5f5; padding: 10px 0px 0px 0px; margin-bottom: 2px;
}

#products_list_bottomnav {
display: block; position: relative; width: 566px; height: 30px; background: #cdcdcd; padding: 7px 0px 0px 10px; margin-top: 10px; color: #FFF; text-align: right;
}

#products_list_bottomnav a {
display: block; width: 16px; height: 14px; float: left; background: #5a5a5a; color: #FFF; padding: 4px; text-align: center; margin-right: 4px; font-size: 11px;
}

#products_list_bottomnav a.jump {
background: #999;
}

#products_list_bottomnav a:hover,#products_list_bottomnav a.current {
display: block; width: 16px; height: 14px; float: left; background: #62c1d2; color: #FFF; padding: 4px; text-align: center; margin-right: 4px; font-size: 11px;
}

#products_list_bottomnav ul li {
display: inline;
}

.filters_container {
display: block; position: relative; width: 557px; background: #cdcdcd; padding: 10px 10px; margin-bottom: 2px; margin-top: 2px; color: #FFF;
}

.filters input.filter {
display: block; background: no-repeat url('../images/cross.jpg'); border: 0px; float: left; padding-left: 20px; cursor: pointer;
}

.filters input:hover.filter {
color: #D75523;
}

/********************************************************************************************** Single Product Page */
.single_product_container {
display: block; width: 100%; border-top: 1px #CCC solid;
}

form.buynow fieldset {
position: absolute; top: 8px; right: 200px;
}

form.buynow label {
padding: 0px; display: block; float: left; font-size: 16px;
}

form.buynow input {
width: 35px; padding: 2px; display: block; margin-left: 5px; float: left; background-color: #FFF; border: 1px #CCC solid;
}

form.buynow input.basket_bt {
display: block; position: absolute; width: 185px; height: 36px; top: 0px; right: 0px; font-size: 15px; padding: 0px 0px 0px 15px; cursor: pointer;
}

form.buynow input.basket_bt:hover {
background: #2F2F2F no-repeat url('../images/ecommerce/cart_white.png') 12px 8px; color: #FFF;
}

/********************************************************************************************** Single Product Page - TABS */
.single_product_container .tabberlive .tabbertabhide {
display: none;
}

.single_product_container .tabberlive {
margin: 20px 0px; display: block;
}

.single_product_container ul.tabbernav {
list-style: none; padding: 0px !important; margin: 0px !important;
}

.single_product_container ul.tabbernav li {
display: inline; padding: 0px !important; margin: 0px !important; padding-bottom: 5px !important; border-right: 2px #FFF solid;
}

.single_product_container ul.tabbernav li a {
padding: 10px 30px 4px 30px; text-decoration: none; background-color: #6b6b6b; color: #FFF;
}

.single_product_container ul.tabbernav li a:link {
color: #FFF;
}

.single_product_container ul.tabbernav li a:visited {
color: #FFF;
}

.single_product_container ul.tabbernav li a:hover {
background-color: #EDEDED; color: #6b6b6b; text-decoration: none;
}

.single_product_container ul.tabbernav li.tabberactive a {
color: #000; background-color: #FFF; font-weight: bold;
}

.single_product_container ul.tabbernav li.tabberactive a:hover {
color: #000; background: #FFF;
}

.single_product_container .tabberlive .tabbertab {
padding: 20px 5px !important; margin-top: 6px !important; margin-bottom: 25px; background-color: #FFF; border-top: 1px #CCC solid;
}

.single_product_container .tabberlive .tabbertab h2 {
display: none;
}

.single_product_container .tabberlive .tabbertab h3 {
display: none;
}

.single_product_container .tabberlive .tabbertab h4 {
font-size: 23px; padding: 0px 0px 10px 0px;
}

.single_product_container .tabberlive#tab2 .tabbertab {
height: 200px; overflow: auto;
}

table.attributes {
width: 100%;
}

table.attributes tr td {
border: 1px #D9DDE3 solid; padding: 5px; background-color: #F8F7F5; color: #505050;
}

/********************************************************************************************** Order Form Styles */
.ordered_products {
display: block; width: 524px; margin: 10px 0px 20px 0px; clear: both;
}

.ordered_products_line {
display: block; width: 524px; margin: 2px 0px; clear: both; background-color: #F4F4F4;
}

.ordered_products_line .name {
display: block; width: 270px; padding: 10px; float: left;
}

.ordered_products_line .price {
display: block; width: 150px; padding: 10px 5px; float: left; font-size: 13px; font-weight: normal; color: #333;
}

.ordered_products_line .cancel {
display: block; width: 55px; padding: 10px 0px 10px 5px; float: left;
}

.boxclear_inside {
width: 524px; clear: both; height: 1px; display: block;
}

.order_summary {
display: block; width: 524px; margin: 10px 0px 20px 0px; clear: both;
}

.order_summary .count {
display: block; width: 504px; margin: 2px 0px; clear: both; background-color: #FFF; padding: 0px 0px;
}

.order_summary .name {
display: block; width: 504px; margin: 2px 0px; clear: both; background-color: #FFF; padding: 5px 0px;
}

.order_summary .total1 {
display: block; width: 504px; margin: 2px 0px; clear: both; background-color: #A0A0A0; padding: 10px; color: #000; font-size: 16px;
}

.order_summary .total2 {
display: block; width: 504px; margin: 2px 0px; clear: both; background-color: #525252; padding: 10px; color: #FFF; font-size: 20px;
}

form.order_form {
padding-bottom: 10px; margin-bottom: 2px;
}

form.order_form label {
width: 255px; clear: both; padding: 4px; display: block;
}

form.order_form input,form.order_form select,form.order_form textarea {
width: 255px; padding: 4px;
}

form.order_form input.radio {
width: 20px; padding: 4px;
}

form.order_form textarea {
width: 100%; height: 100px;
}

form.order_form fieldset.feature h4 {
padding-bottom: 10px;
}

.radio_buttons {
display: block; clear: both; padding-top: 20px;
}

form.order_form fieldset.feature {
display: block; margin: 10px 0px; padding: 10px; background-color: #F4F4F4;
}

form.order_form fieldset.feature:hover {
background-color: #eeeeee;
}

form.order_form input.submit_long {
width: 150px; padding: 4px; display: block; float: left; margin: 8px 5px 0 0; border: 0px; font-size: 12px; cursor: pointer;
}

form.order_form input.submit {
width: 100px; padding: 4px; display: block; float: left; margin: 8px 5px 0 0; border: 0px; font-size: 12px; cursor: pointer;
}

form.order_form input.notactive {
width: 150px; padding: 4px; display: block; float: left; margin: 8px 5px 0 0; border: 0px; font-size: 12px; background-color: #BFC1CD; color: #8B91A1;
}

form.order_form input.submit_cancel {
width: 55px; padding: 2px; display: block; border: 0px; font-size: 10px; background-color: #C24406; color: #FFF; cursor: pointer;
}

form.order_form input.submit_long:hover,form.order_form input.submit:hover,form.order_form input.submit_cancel:hover {
background-color: #525252;
}

/********************************************************************************************** Sidebar Shopping Cart */
#sidebar_shoppingcart {
display: block; width: 270px; border: 1px #ededed solid; padding: 15px 15px 15px 15px; margin-bottom: 20px; background: #FFF no-repeat url('../images/ecommerce/basket_blue.jpg') 10px 10px;
}

#sidebar_shoppingcart .basket_title {
display: block; clear: both; width: 230px; padding: 5px 0px 10px 40px; font-size: 14px; font-weight: bold; text-transform: uppercase;
}

#sidebar_shoppingcart table.basket_lines tr {
display: block; margin-bottom: 2px;
}

#sidebar_shoppingcart table.basket_lines tr td.name {
width: 185px; text-align: left; color: #333; background-color: #f5f5f5; padding: 5px 0px 5px 10px;
}

#sidebar_shoppingcart table.basket_lines tr td.price {
width: 65px; text-align: right; color: #333; background-color: #f5f5f5; padding: 5px 10px 5px 0px; font-weight: normal; font-size: 13px;
}

#sidebar_shoppingcart table.basket_lines tr.subtotal td.name {
width: 185px; text-align: left; color: #333; background-color: #d4d4d4; padding: 5px 0px 5px 10px; font-size: 16px; font-weight: bold;
}

#sidebar_shoppingcart table.basket_lines tr.subtotal td.price {
width: 65px; text-align: right; color: #333; background-color: #d4d4d4; padding: 5px 10px 5px 0px; font-size: 16px; font-weight: bold;
}

#sidebar_shoppingcart .checkout_bt {
display: block; clear: both; width: 270px; padding: 7px 0px; text-align: center; font-size: 17px; font-weight: bold; margin: 5px 0px 10px 0px;
}

#sidebar_shoppingcart .checkout_bt:hover {
background-color: #313131;
}

/********************************************************************************************** Sidebar Bestsellers */
.bestseller_line {
position: relative; display: block; width: 100%; padding-bottom: 10px; border-bottom: 1px #CCC dotted;
}

.bestseller_number {
position: absolute; top: 0px; right: 0px; font-size: 30px; color: #CCC; font-weight: bold;
}

.bestseller_line table tr td {
padding: 5px 20px 5px 0px;
}

/********************************************************************************************** Sidebar QuickSearch */
.sidebar_standard_box_full_white {
display: block; width: 280px; border: 1px #ededed solid; padding: 5px 10px 15px 10px; margin-bottom: 20px; background-color: #FFF;
}

.sidebar_standard_box_full_white h3 {
display: block; width: 270px; height: 25px; color: #333; padding: 10px 0px 0px 10px; font-size: 17px;
}

.sidebar_standard_box_full_white table tr td {
display: block; width: 120px; padding: 10px; line-height: 19px; float: left;
}

.sidebar_standard_box_full_white table tr td a {
font-size: 11px;
}

.clear_sidebar {
display: block; width: 270px; height: 1px; clear: both;
}

/********************************************************************************************** Sidebar QuickSearch */
.sidebar_standard_box_white {
display: block; width: 270px; border: 1px #ededed solid; padding: 5px 15px 15px 15px; margin-bottom: 20px; background-color: #FFF;
}

.sidebar_standard_box_white h2 {
display: block; width: 270px; height: 32px; color: #999; padding: 10px 0px 0px 0px; font-size: 15px;
}

form.quicksearch {
padding-bottom: 10px; border-bottom: 1px #CCC dotted; margin-bottom: 2px;
}

form.quicksearch label {
padding: 4px; display: block; float: left;
}

form.quicksearch input {
width: 70px; padding: 4px; display: block; float: left; background-color: #EDEDED; border: 1px #CCC solid;
}

form.quicksearch select {
width: 269px; clear: both; padding: 4px; display: block; margin-bottom: 10px; background-color: #EDEDED; border: 1px #CCC solid;
}

form.quicksearch input.submit {
width: 70px; clear: both; padding: 4px; display: block; margin: 10px 0 0 0; border: 0px; font-size: 12px; cursor: pointer;
}

form.quicksearch input.submit:hover {
background-color: #525252;
}

.catbuttons {
background-color: #DDDDDD; clear: both; height: 17px; margin-bottom: 14px; margin-left: 23px; margin-right: 23px; text-align: right; padding: 5px;
}

/* liScroll styles */
.tickercontainer { /* the outer div with the black border */
width: 718px; height: 22px; margin: 0; padding: 0 overflow :             hidden;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative; width: 890px; overflow: hidden;
}

ul.newsticker { /* that's your list */
position: relative; left: 750px; font: bold 10px Verdana; list-style-type: none; margin: 0; padding: 0;
}

ul.newsticker li {
float: left;
/* important: display inline gives incorrect results when you check for elem's width */ margin: 0; padding: 0;
}

ul.newsticker a {
white-space: nowrap; padding: 0; color: #ff0000; font: bold 10px Verdana; margin: 0 50px 0 0;
}

ul.newsticker span {
margin: 0 10px 0 0;
}

.multifields {
background: #efefef; padding: 5px; width: 261px;
}

.input {
width: 93%;
}

form .small-input {
width: 25% !important;
}

form .medium-input {
width: 50% !important;
}

form .large-input {
width: 90% !important; font-size: 16px !important; padding: 8px !important;
}

.hidden {
display: none;
}

.block {
float: left; width: 50% !important;
}

.item {
margin-bottom: 10px;
}

.group {
margin-bottom: 10px;
}

.group input {
float: left; clear: left;
}

.group label {
float: left; clear: none !important;
}

.page_navigation {
margin-top: 40px;
margin-bottom: 40px;
}

.page_navigation,.alt_page_navigation {
padding-bottom: 10px;
}

.page_navigation a,.alt_page_navigation a {
padding: 3px 5px; margin: 2px; color: white; text-decoration: none; float: left; font-family: Tahoma; font-size: 12px; background-color: #666;
}

.active_page {
background-color: white !important; color: black !important;
}
