/** CSS DOCUMENT **/
@charset "UTF-8";
@font-face {
    font-family: 'tahoma';
    src: url(tahoma.ttf);
    }
@font-face {
    font-family: 'tahomabd';
    src: url(tahomabd.ttf);
    }
    /*COLORS DEEP BLUE #343d46*/
    
BODY { 
    font-family: 'Tahoma', Arial, Futura;
    /*font-family: Tahoma, Verdana, Segoe, sans-serif;*/
    font-weight: 400; 
    color:#505050; 
    background-color:#ffffff; 
    margin:0px; 
    width:100%; 
    margin-left:auto; 
    margin-right:auto; 
    font-size: 14px;
    }
a img {
	border: none;
}   
iframe { border:0px} 
#indexHomeBody {
    min-width: 800px;
}

A:link 	{
    text-decoration:none; 
    cursor: pointer;
    }
A:visited { 
    text-decoration:none;
    }
A:hover { text-decoration: underline;}
A.active {  font-weight: bold;}

FORM { }
.small_fieldset {
    float: left;
    min-width: 333px
    }
.small_fieldset FIELDSET {
    min-height: 140px;
    background-color: #f8f8f8; 
    }
.small_fieldset legend {
    color:#006699;
    text-align:center;
    background:none;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    padding-left: 5px;
}
.border-no-border {border: 0;}
.font-normal {font-weight: normal;}
.bread-crumb {
    padding: 0;
    border-radius: 3px;
    padding-left: 5px;
    }
.bread-crumb h1 {
    font-weight: normal;
    letter-spacing: 0px;
}
H1 { 
    font-size:1.7em;
    margin:0.3em 0.3em 0.3em 0px; 
    color: #5c849d;
    }
H1.center_box_heading {  
    font-size: 1.1em;
    padding:5px 0px 5px 0px; 
    margin:30px 0px 0px 5px; 
    }
H1.center_box_heading TABLE	{
    width:100%
    }
H2 						{ font-size:1.1em; margin:0.3em 0.3em 0.3em 0px; color: #343d46; }
H2.center_box_heading 	{ background-position:0px 0px; padding:6px 9px 6px 9px; margin:0px 1px 1px 1px; background-repeat:repeat-x; background-color:#f3f3f3; }
H2.center_box_heading TABLE	{ width:100%;}
H3 { 
    font-size:1.1em;
    color: #343d46;
    margin-bottom: 5px;
    }
H3.center_box_sub_heading  {
    color: #a6a600;
    }
H3.center_box_sub_heading SPAN {}
H4 						{ font-size: 1.0em;}
H5 						{ font-size: 0.9em;}
H6 						{ font-size: 0.8em;}

INPUT { 
    width:170px; 
    height: 30px;
    border:1px solid #5c849d; 
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    padding-left: 10px;
    margin-left: 10px;
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
INPUT:hover             { border:1px solid #98bcdf; }
INPUT:focus             { border:1px solid #c7c7e7; background-color:#FFFFe7; }

INPUT.form_text			{ border:1px solid #d7d7d7; background-color:#ffffff; }
INPUT.form_text:hover   { border:1px solid #98bcdf; background-color:#ffffff; }
INPUT.form_text:focus   { border:1px solid #c7c7e7; background-color:#FFFFe7; }

INPUT.form_login, INPUT.form_password { 
    width:170px; 
    height: 30px;
    border:1px solid #5c849d; 
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    padding-left: 10px;
    margin-left: 10px;
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
    }
INPUT.form_login:hover, INPUT.form_password:hover   { 
    border:1px solid #98bcdf; 
    background-color:#FFFFe7; 
    }
INPUT.form_login:focus, INPUT.form_password:focus   { 
    border:1px solid #c7c7e7; 
    background-color:#FFFFe7; 

    }
INPUT.form_button {
    background-color: #5c849d;
    color: #FFF;
    width: 100%;
    min-width: 80px;
    max-width: 185px;
    height: 35px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    margin: 0 10px 0 10px;
    border: 0;
}
INPUT.form_button:hover {
    background-color: #343d46; 
    cursor: pointer;

}
INPUT.form_button:active {
    background-color: #343d46; 
    cursor: pointer;

}
P { font-size:1em; 
    PADDING-RIGHT:0.5em; 
    PADDING-LEFT:0px; 
    PADDING-BOTTOM:0.5em; 
    PADDING-TOP:0.5em; 
    }
TEXTAREA                { 
    border:1px solid #5c849d; 
         -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    padding-left: 10px;
    margin-left: 10px;
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
TEXTAREA:hover          { border:1px solid #98bcdf; }
TEXTAREA:focus          { border:1px solid #c7c7e7; background-color:#FFFFe7; }

SELECT                	{ border:1px solid #d7d7d7; }
SELECT:hover          	{ border:1px solid #98bcdf; }
SELECT:focus          	{ border:1px solid #c7c7e7; background-color:#FFFFf9; }
TABLE				{}
#mainWrapper { 
    vertical-align:top;
    padding-top: 150px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index:2;
    min-height: 85vh;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    }   
#headerWrapper { 
    position:fixed; 
    top:0px;
    z-index:99;
    width: 100%;
}
#contentMainWrapper { 
    margin:0px; 
    padding:0px;
    width: 100%;
    }
/* --- TOPS ---------------------- */
#imageLogo {
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    }
.swap-link-logo img {
  position:absolute;
  left:20px;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;  
}
.swap-link-logo img.top:hover {
  opacity:0;
}
.swap-link img {
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.swap-link img:hover {
  opacity:0.7;
}
#logoTop {
    padding:0px; 
    height:100px;
    background-color: #343d46;
    width: 100%;
    min-width: 800px;
    }
#siteTop 				{ top:48px; padding-right:0px; padding-left:40px;  padding-bottom:0px; color:#fff; padding-top:0px; position:absolute; text-align:right; }
#siteTop A:link 		{ color:#FFF; text-decoration:none }
#siteTop A:visited 	    { color:#FFF; text-decoration:none }
#siteTop A:hover        { color:#acacac; }
#siteLogo {
    position:fixed; 
    top:0px;
    font-size:1.7em;
    margin-left: 100px;
    margin-top: 23px;
    letter-spacing: 0px;
    white-space: nowrap;
    }
#siteLogo A:link, #siteLogo A:visited { 
    color:#ffffff; 
    text-decoration:none
    }
#siteLogo A:hover { 
    color:#a0a0a0; 
    text-decoration: none;
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
    }
#siteSlogan {
    position: fixed;
    top:50px;
    margin-left: 100px;
    color: #a0a0a0;
    font-size: 1.3em;
    }
.menu-box   {
    float: right;
    width: 110px;
    height: 100%;
    background: #5c849d;
    text-align: center;
}
.menu-box a:hover {
    text-decoration: underline;
}
div.centered-div {
    position: relative;
    top: 30px;
    right: 30px;
    color:#d1d1d1;
}
.small-menus, .small-menus-oppo {
    font-size: 0.8em;
    line-height: 1.7em;
}
.small-menus a:link, .small-menus a:visited, .small-menus-oppo a:link, .small-menus-oppo a:visited {
    color:#d1d1d1;
}
.small-menus a:hover {
    color: #343d46;
   	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}
.small-menus-oppo a:hover {
    color: #ffffff;
   	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}
.lang-container {
    float: right;
    text-align: center;
    margin-top: 30px;
    margin-right: 50px;
    color: #d1d1d1;
    min-width: 50px;
}
.nav-language {
    margin: 0 auto;
    border: 1px solid #5c849d;
    position: relative;
    width: 28px;
    height: 28px;
    overflow: hidden;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
}
.nav-language:hover {
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
     border: 1px solid #343d46;
   	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}
.nav-language:hover img {
    margin-bottom: 2px;
}
.lang-desc {
    text-align: center;
}
.nav-language:hover + .lang-desc {
    display:none;
}
.nav-login{
    float: right;
    position: relative;
    margin-top: 30px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
}
.nav-login img:hover {
   opacity: 0.7;
  	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
   }
/* --- FOOTER ---------------------- */
#footerLine 			{ }
#footerDiv { 
    text-align: center;
    bottom: 0px;
    background: #343d46;
    width: 100%;
    height: 40px;
    z-index:998;
}
#footerDiv A:link 		{ }
#footerDiv A:visited 	{ }
#footerDiv A:hover 		{ }

#footer_tbl 			{ border-collapse:collapse;}
#footer_tbl TABLE		{ }
#footer_tbl TD.tdback   { }
#footer_tbl TD 			{ vertical-align:top; }
#pre_footer a:link, #pre_footer a:visited {
    color:#505050;
} 
#pre_footer a:hover {
    text-decoration: underline;
}
.siteInfo { 
    padding: 10px;
    width:100%;
    text-align: center;
    position: relative;
}
.siteInfo {
    color: #ffffff;
    font-size: 0.9em;
}
.siteInfo a:link, .siteInfo a:visited {
    color: #ffffff;
}
/* --- LEFT RIGHT COLUMN ---------------------- */
#column-left-wrapper { }
.column-wrapper-width{ }
#navColumnLeft 	{
    vertical-align:top; 
    padding:0px 0px 0px 0px;
    width: 25%; 
    }
#navColumnRight			{ 
    vertical-align:top; 
    padding:0px 0px 0px 0px;
    width: 25%; 
    }
#navColumnMain 			{ 
    vertical-align:top; width:100%;
    }

#navColumnLeftWrapper { 
    margin-top: 73px;
}
#navColumnLeftWrapper H3.side_box_heading { 
    padding:1px 0px 6px 0px; 
    margin:0px 0px 10px 0px;
    color:#a6a600;
    font-size: 1.0em;
    font-style: normal;
    border-bottom: 1px solid #dedede;
    }
#navColumnLeftWrapper H3.side_box_heading A:link	{ 
    padding-left:2px; 
    font-weight:bold; 
    font-size:12px; 
    color:#167a95; 
    line-height:15px;
    }
#navColumnLeftWrapper H3.side_box_heading A:visited	{}
#navColumnLeftWrapper H3.side_box_heading A:hover	{}

#navColumnRightWrapper { 
    margin-top: 73px;
}
#navColumnRightWrapper H3.side_box_heading   { 
    padding:0px 0px 10px 0px; 
    margin:0px;
    color:#a6a600;
    font-size: 1.5em;
    font-style: normal;
 }
#navColumnRightWrapper H3.side_box_heading A:link	 { 
    padding-left:2px; font-weight:bold; font-size:12px; color:#167a95; line-height:15px; 
    }
#navColumnRightWrapper H3.side_box_heading A:visited { padding-left:2px; font-weight:bold; font-size:12px; color:#167a95; line-height:15px; }
#navColumnRightWrapper H3.side_box_heading A:hover	 { color:#c41200; }

#navColumnMainWrapper { margin:auto; margin-top:0px; margin-left:7px; color:#4b4b4b; margin-right:8px; }
#navColumnMainWrapper H3.right_box_heading A:link 	 { padding-left:2px; font-weight:bold; font-size:12px; color:#167a95; }
#navColumnMainWrapper H3.right_box_heading A:visited { padding-left:2px; font-weight:bold; font-size:12px; color:#167a95; }
#navColumnMainWrapper H3.right_box_heading A:hover 	 { color:#c41200; }

#navPagesTop { 
    padding-left:0px; 
    padding-bottom:0px; 
    color:#000000; 
    padding-top:0px; 
    height: 50px;
    }
#navPagesTop A:link  { 
    padding-right: 20px; 
    display:block; 
    padding-left:20px; 
    font-size:1em;  
    text-decoration:none
    }
#navPagesTop A:hover {}
#navPagesTop A:visited { }
#navPagesTop A:visited:hover {  }
#navPagesTop UL 	 { padding-left:0px; padding-right:0px; margin:0px; list-style-type:none; }
#navPagesTop UL LI 	 { padding-right:0px; padding-left:0px; padding-bottom:0px; padding-top:0px; }
UL.nav_top LI        { padding-right:0px; padding-left:0px; float:left; padding-bottom:0px; padding-top:0px; }

/* --- DROPDOWN MENU ------------------------- */
ul.dropdown_outer li:hover > ul { visibility:visible; }
ul.dropdown_outer li:hover 	{ position:relative; z-index:1000; cursor:default; }
ul.dropdown_outer ul li 	{ float:none; cursor:default; }
ul.dropdown_inner 			{ 
    visibility:hidden; 
    position: absolute; 
    z-index:999; 
    list-style:none; 
    margin:0; 
    padding:0;
    background: #a6a600;
    }	
ul.dropdown_inner li {
    list-style:none; 
    margin:0; 
    min-width: 200px;
    } /*SUBMENU*/
ul.dropdown_inner A:link, ul.dropdown_inner A:visited {
    list-style:none; 
    color: #ffffff;
    }
#topMenuBar {
    height:50px;
    top: 100px; 
    border-bottom: 5px solid #000000;
    position: absolute;
    width: 100%;
    }
#topMenuBar A:link  {
	background:none; /*#e62d2d;*/
	text-indent:0;
	font-size:1.4em;
	font-style:normal;
	line-height:50px;
	height:50px;
	text-decoration:none;
	}	
#topMenuBar ul.dropdown_inner A:link{
    font-size: 1.3em;
}    
#topMenuBar a.our-menus:visited  {
   color: #000000;
	}		
#topMenuBar a.our-menus:hover, #topMenuBar a.our-menus:focus  {
    color: #a6a600;
    }
#topMenuBar a.our-products  {
    background-color: #a6a600;
    color: #ffffff;
}
#topMenuBar a.our-products:hover {
    background-color: #e7e8ea;
    color: #000000;
    }
#topMenuBar a.our-products:visited {
  
   }
.product-li {
    width: 35%;
}
.classname:active {
	position:relative;
	top:1px;
    background-color: #ff2626; /*#e62d2d;*/
}

#navWrapper { 
    margin-top:9px; 
    padding-bottom:3px; 
    color:#4d4d4d; 
    position:relative; 
    height:25px;
    background: rgba(255,216,0,0.7);
    }
#navWrapper .nav_currencies { padding-right:15px; margin-top:2px; padding-left:15px; padding-bottom:0px; padding-top:0px; }
#navWrapper FORM 			{ padding-right:0px; padding-left:0px; padding-bottom:0px; margin:0px; padding-top:0px; }
#navWrapper SELECT 			{ padding-right:0px; padding-left:0px; padding-bottom:0px; margin:0px; padding-top:0px; }

#indexDefault 				{ margin-top:0px; width:100%}
#indexDefaultMainContent 	{ padding-left:0px;	padding-bottom:0px; margin-top:0px; margin-right:0px; }
#indexDefaultMainContent P 	{  }
.flags-arrow {
    float: right;
    margin-top: 2px;
    margin-right: 9px;
    margin-bottom: 2px;
}
/* --- FOOTER ---------------------- */
#navSuppWrapper 			{ 
    font-weight:normal; 
    margin:0em; width:100%; 
    height:1%; 
    font-size: 1.1em; 
    }
#navSupp UL 				{ padding-right:0px; padding-left:0px; padding-bottom:2px; margin:0px; line-height:18px; padding-top:6px; list-style-type:none; text-align:center }
#navSupp UL LI 				{ display:inline; color:#dedede; }
#navSupp UL LI A 			{ 
    color:#000000; 
    padding-right:9px; 
    padding-left:5px; 
    padding-bottom:0px; 
    margin:0px; 
    padding-top:0px; 
    white-space:nowrap; 
    text-decoration:none; 
    }
/* --- COMMON ---------------------- */
.back. 					{ float:left; }
.forward 				{ float:right; }
.bold 					{ font-weight:bold; }
.mandatory_star         { font-weight:bold; color:#a90000; }
.row_odd 				{ vertical-align:top; height:1.5em; background-color:#fdfdfd; }
.row_even 				{ vertical-align:top; height:1.5em; background-color:#f7f7f7; }
.clear_both 			{ clear:both; }

/* --- PAGES ---------------------- */
.pages_contents { 
    padding:10px 10px 10px 10px;   
    word-wrap:break-word; 
    }
.pages_contents_home { 
    padding:10px 10px 10px 10px;  
    word-wrap:break-word; 
    background: rgb(78, 91, 105); /*old browsers*/
    color: #ffffff;
    background: rgba(78, 91, 105, 0.75);
    margin-top: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1em;
    }

/* --- LEFT MENU ------------------------- */
.side_box_content 			{ 
    padding-right:0px; 
    padding-left:0px; 
    padding-bottom:0px; 
    padding-top:0px; 
    font-size:1em;
    }
.side_box_content UL 		{ padding-right:0px; padding-left:0px; padding-bottom:0px; margin:0px; padding-top:0px; list-style-type:none; }
.side_box_content UL LI 	{ 
    
}
.left_box_container 		{  
    border:0px; 
    margin-top:7px; 
    margin-bottom:5px;
    }   
.left_box_container A:link  { text-decoration:none}
.left_box_container A:visited {	text-decoration:none}
.left_box_container A:hover { color:#c41200}
.left_box_container A.active  { font-weight: bold; }

.left_box_container A.form_link:link    { padding-left:0px;  text-decoration:none}
.left_box_container A.form_link:visited { padding-left:0px;  text-decoration:none}
.left_box_container A.form_link:hover   { color:#c41200}
.left_box_container A.form_link.active  { font-weight: bold; }

/* --- SEARCH ---------------------- */
.header_search {
    margin-right: 50px;
    margin-top: 5px;
}
.search_input {
    width: 60%;
    min-width: 200px;
    border: solid 1px #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    }
.search_button {
    background-image: url('../images/search.gif');
    background-position: center;
    background-repeat:  no-repeat;
    background-color: #a6a600;
    height: 34px;
    width: 34px;
         -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
     border-radius: 100%;
    border: 1px solid #a6a600;
    position: absolute;
    margin-left: -14px;
}
.search_button:hover, .search_button:active, .search_button:focus{
    border: 1px solid #ed1b24;
    cursor: pointer;
    background-color: #ed1b24;
}
  
FIELDSET.popular_search { 
    margin:0px 0px;
    display:block; 
    font-size: 1.1em;
    }
FIELDSET.popular_search LEGEND 	{  
}
HR.search_divider { margin:12px auto; color:#ccc;}

.main_menu_link		    { 
    }
.main_menu_last		    { 
    background:none; 
    margin-left:10px; 
    margin-right:10px; 
    }
.main_text 				{ font-size:1em; color:#222222; }
.search-link {
    font-size: 1.3em;
    color: #a6a600;
}
.search-link a:link, .search-link A:visited{
    font-size: 1em;
    color: #a6a600;
}
.search-keywords {
    background-color: #eaebed;
    padding: 5px 10px 5px 10px;
    font-size: 1.2em;
    line-height: 2.2em;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
}
.search-keywords A:hover{
    color: #ffffff;
    text-decoration: none;
}
.search-keywords:hover {
    background-color: #ed1b24;
    color: #ffffff;
    text-decoration: none;
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.center_column 			{ padding-right:0px; padding-left:0px; padding-bottom:0px; padding-top:0px}
.center_column P 		{ margin-bottom: 5px; margin-top: 0;}
.center_box_wrapper 	{ 
    margin-bottom:10px; 
    padding:5px 5px 5px 5px; 
    height:1%; 
    border:0px solid; 
    }
.center_box_content 	{ padding:10px 0 10px 0; }

/* --- MESSAGE BOXES ---------------------- */
.message_sign           { width:25px; text-align:center; padding-left:inherit; padding-right:inherit; }
TD.message_text         { 
    padding-left:0px; 
    padding-right:0px;
    }
TD.message_text_single  { }
.success_message_box    { 
    font-size:1.0em; 
    width:100%; 
    margin-bottom:10px; 
    margin-top:10px; 
    padding:5px; 
    color:#000000; 
    background-color:#f1fff1; 
    border:0px solid #3ac13a;
         -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    }
.important_message_box  { 
    font-size:1.0em; 
    width:100%; 
    margin-bottom:10px; 
    margin-top:10px; 
    padding:5px; 
    color:#000000; 
    background-color:#fff1f1; 
    border:0px solid #fc4b4b;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    }
.message_box { 
    font-size:1.0em; 
    margin-bottom:10px; 
    margin-top:10px; 
    padding:5px; 
    color:#000000; 
    background-color:#fffff1; 
    border:0px solid #c1c13a; 
             -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    width: 100%;
    }
.pages_contents .message_box { width:100%;}           

/* --- NEWS ---------------------- */
.news-header-container {
    min-height: 80px;
    background: #ffffff;
}
.news-header-info {
    width: 90%;
    float: left;
    margin-left: 100px;
}
.category-news, a.category-news, a.category-news 	{ 
    font-size: 1.5em;
    color: #0092d6;
    }
.center_box_heading_news 	{ 
    vertical-align:top; 
    font-weight:bold;
    font-size: 1.6em; 
    color:#4d4d4d; 
    }
.center_box_contents_news   { 
    vertical-align:top;
    }
.center_box_contents_news A {}
.center_box_bottom_news 	{ }
.navigation-home, .navigation-home a:link, .navigation-home A:visited {
    font-size: 1.3em;
    color: #a6a600;
}
.artistic-text {
    font-size: 3em;
    float: left;
    opacity: 0.4;
    overflow: hidden;
    max-width: 90%;
    height: 50px;
    margin-left: 100px;
    padding-top: 0.1em;
    line-height: 0.8em;
    color: #5c849d;
}
/* --- COMMENTS ---------------------- */
#commentsLink { 
    margin-top: 10px;
    padding:10px;
    font-size: 1.6em;
    background:#0091d6;
    width: 100%;
    color: #ffffff;
    }
#commentsLink A:link, #commentsLinkA:visited {
    color: #ffffff;
}
#commentsWrapper        		{ width:100%; margin:0 auto; }
#commentsPublished 				{ width:100%; margin-left:15px; }
#commentsPublished .comment 			{ border-bottom:1px solid #cccccc; margin:10px 0px 20px 0px; text-align:left; }
#commentsPublished .comment_user_name 	{ 
    margin:8px 0px 8px 0px; 
    font-size: 1.1em;
    }
#commentsPublished .comment_test { 
    margin:8px 0px 8px 0px;
    padding: 20px;
    border-left: 5px solid #a6a600;
    background: #eceded;
    }
#commentsPublished .comment_date 		{ margin:8px 0px 8px 0px; }
#commentsPublished .paging 			{ margin:0px 0px 20px 0px; text-align:left; }
#commentsPublished  A.paging_link 		{ }
.font-size-bigger {
    font-size: 1.2em;
    padding-left: 10px;
}

/* --- COMMENTS ------------------------------------------------------------- */
.comments_form_container  { width:100%;margin-left:0px;}
.comments-form            { 
    margin-bottom:15px;
    }
.comments-form input[type=text],
.comments-form input[type=password]{ 
    padding:2px;
    margin-left: 0px;
    }
.comments-form input[type=submit] {
    margin-top: 15px;
    font-size: 1.1em;
}    
.comments-form textarea   { 
    padding:5px; 
    width:90%; 
    height:100px; 
    }
DIV.comment               { margin:3px 0px 10px 0px; }
/* NEWS */
.news-info {
    font-family: 'Open sans', 'tahoma';
    font-weight: 400;
    vertical-align: top;
    text-align: center;
    min-width: 150px;
    background: #eff0f1;
}
.date {
	width: 100%;
	/*background: #a6a600;*/
    float: right;
}
.date .month {
	display: block;
	text-align: left;
	padding: 8px 0px 0 10px;
	color:#7e8188;
	font-size:1.2em;
    line-height: 0.9em;
}
.date .year{
	text-align: left;
	padding: 0px 0px 10px 10px;
	font-size: 1.3em;
    float: left;
    line-height: 0.9em;
}
.date .time {
    float: left;
	text-align: left;
    padding: 0px 0px 6px 10px;
	color: #7e8188;
	font-size: 1em;
} 
.avatar {
    position: absolute;
}      
.avatar img {
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     height: 60px;
     float: left;
     margin: 10px;
}
.avatar_big img {
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     height: 60px;
     width: 60px;
     margin: 10px 0 10px 0;
}   
.avatar_bio img {
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
     margin: 3px;
     float: left;
     width: 100px;
     vertical-align: text-top;
} 
.news-color-p {
    font-size: 0.9em;
    min-height: 110px; 
    color: #343d46;
    padding: 5px 10px 0 10px;
    border-left: 3px solid;
    margin-bottom: 20px;
    }
.news-color-p p {
    
    }  
.news-posted-by {
    color: #969696;
    float: left;
}
.news-all-header {
    padding: 5px;
    background: #eff0f1;
}
.news-table td {
    vertical-align: top;
}
.news-more a:link,  .news-more a:visited {
    font-size: 1.2em;
    color: #a6a600;
}
.news-block-container {
    margin-top: 10px;
    margin-right: 1%;
    float: left;
    width: 75%;
    max-width: 750px;
    color: #ffffff;
    background: rgba(78, 91, 105, 0.50);
    -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -ms-border-radius: 7px;
     -o-border-radius: 7px;
     border-radius: 7px;
}
.tips-block-container {
    margin-top: 10px;
    float: left;
    width: 24%;
    max-width: 250px;
    color: #ffffff;
    background: rgba(78, 91, 105, 0.50);
    -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -ms-border-radius: 7px;
     -o-border-radius: 7px;
     border-radius: 7px;
}
.news-box-slideshow { 
    margin:10px;
    padding:10px 50px 10px 50px; 
    background: #ffffff;
    position: relative;
    -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -ms-border-radius: 7px;
     -o-border-radius: 7px;
     border-radius: 7px;
    }
.tips-box-slideshow { 
    margin:10px;
    padding:10px 10px 10px 10px; 
    background: #ffffff;
    position: relative;
    -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -ms-border-radius: 7px;
     -o-border-radius: 7px;
     border-radius: 7px;
    }
.news-box-inner {
    margin-right: 10px;
    margin-bottom: 5px;
 } 
.tips-box-inner {
    margin-right: 0px;
 }   
.news-box-inner img {
    opacity: 0.75;
} 
.tips-box-inner img {
    opacity: 0.75;
    
} 
.news-block-header {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: bold;
    color: #343d46;
    font-family: 'Open Sans', Arial, Futura;  
    font-weight: 400;
    height: 70px;
    overflow: hidden;
    background: #dedddd;
    letter-spacing: -1px;
    padding: 10px;
}
.tips-block-header {
    font-size: 1.0em;
    line-height: 1em;
    color: #343d46;
    font-family: 'Open Sans', Arial, Futura;  
    font-weight: 700;
    min-height: 50px;
    overflow: hidden;
    background: #dedddd;
    padding: 5px;
    
}
.news-border-div {
    height: 3px;
}
.news-block-text {
    padding: 10px 0 10px 0;
    font-size: 0.9em;
    color: #4e5b69;
}
.news-block-date {
    font-size: 1.1em;
    color: #4e5b69; 
    font-family: 'Open Sans', Arial;  
    font-weight: 400;
    letter-spacing: -1px;
}
.more-news-icon{
    float: right;
    position: relative;
    margin-top: -50px;
}
.more-news-icon a:link, .more-news-icon a:hover {
    text-decoration: none;
}
.news-title {
    font-size:1.3em; 
    padding: 15px 10px 5px 15px;
    color: #ffffff;
    }
.rounded-plus{
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     width: 30px;
     height: 30px;
     background: #ffffff;
     margin: 10px;
     text-align: center;
     font-size: 1.3em;
     color: #343d46;
     line-height: 1.4em;
}   
.rounded-plus:before {
    content: '+';
} 
.rounded-plus:hover {
    font-weight: bold;
    background: #5c849d;
    color: #ffffff;
   	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.news-block-container .rounded-plus, .tips-block-container .rounded-plus {
    margin-top: 15px;
}

/* --- BANNERS ------------------------- */
.top-banner-container {
    max-width:1023px; 
    position:relative; 
    height:399px; 
    border:1px solid #dedede;
    border-top: 0px;
}
.banners-box-slideshow { 
    margin:0px 0px 0px 0px; 
    width: 100%;
    background:none;
    position: absolute;
    }
.banners-box-slideshow IMG { 
    /* Set rules to fill background */
    width: 100%;
    height: 399px;
    max-width: 1022px;
    top: 0;
    left: 0;
    }
.banners-box-slideshow-caption { 
    margin-top: -400px;
    height: 390px;
    position: relative;
    width: 100%;
    max-width: 1024px;
    }
.banners-box-slideshow A:link {
    text-decoration: none;
}
.banner-category { 
    margin:0px 0px 0px 0px; 
    border:1px solid #dedede; 
    border-top: 0px;
    /*height:400px; */
    width: 100%;
    max-width: 1023px;
    background:none;
    position: relative;
    }
.banner-category IMG { 
    border:0px;
    /* Set rules to fill background */
    width: 100%;
    max-width: 1023px;
    /*height: 400px; */
    /* Set up positioning */
    top: 0;
    left: 0;
    }
DIV.banner-category-caption { 
    max-width: 1023px;
    width: 100%;
    background:none;
    position: absolute;
    float: left;
    top: 0px
    }    
.banners-box-middle { 
    margin:0px 0px 0px 0px; 
    border:1px solid #0092d6;
    height:150px; 
    max-width: 1024px;
    width: 100%;
    background:none;
    float: left;
    }
.banners-box-middle IMG { 
    border:0px;
    /* Set rules to fill background */
    width: 100%;
    height: 150px;    
    /* Set up positioning */
    position: relative;
    top: 0;
    left: 0;
    }
DIV.banners-box-middle-caption { 
    margin:-15.0% 0px 0px 0px; 
    height:150px; 
    width: 100%;
    max-width: 1024px;
    background:none;
    }
.banners-box-middle A:link {
    text-decoration: none;
}
/* --- PRODUCTS ------------------------ */
DIV.product_name, DIV.product_name a:link, DIV.product_name a:visited  { 
    width:100%;
    color: #000000; 
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
    white-space: nowrap;

    }
DIV.product-short-desc, DIV.product-short-desc a:link, DIV.product-short-desc a:visited {
    color: #333333;
    font-size: 1.0em;
    height: 70px;
    font-weight: normal;
    overflow-y: hidden;
    position: relative;
}
DIV.product_price_block { }
DIV.product_icon        { }
DIV.product_icon IMG    { 
    border:0px; 
    border:0px;
    /* Set rules to fill background */
    /*min-height: 100%;*/
    min-width: 100%;
    width: 100%;
    height: auto;   
    /* Set up positioning */
    position: relative;
    top: 0;
    left: 0;
    }
DIV.product_description_icon { 
    border:1px solid transparent; 
    height:100%; 
    display:table-cell; 
    max-width: 350px;
    overflow: hidden;    
    } 
DIV.product_description_icon:hover { 
    border:1px solid #C0C0C0; 
    } 
DIV.product_description_icon img{
    max-width: 350px;
}
/* offer alternatives*/

DIV.product_description_icon_offer { 
    border:1px solid transparent; 
    height:100%; 
    display:table-cell; 
    max-width: 500px;
    overflow: hidden;    
    } 
DIV.product_description_icon_offer:hover { 
    border:1px solid #C0C0C0; 
    } 
DIV.product_description_icon_offer img{
    max-width: 500px;
}

/* end offer alternatives */
.prod-img-thumb {
    width: 110px;
    height: 110px;
    margin: 4px;
    border-bottom: 3px solid #a6a600;
    margin-right: 20px;
}
.prod-img-thumb:hover {
    width: 109px;
    height: 109px;
    margin: 4px;
    border: 1px solid #C0C0C0;
    border-bottom: 3px solid #C0C0C0;
    margin-right: 19px;
}
.prod-img-thumb img{
    max-width: 97%;
    height: auto;
    padding: 2px;
    vertical-align: central;
}
.product-container {
    padding: 10px;
}
.product-name {
    padding-bottom: 10px;
    font-size: 1.5em;
    color: #000000;
    font-weight: bold;
}
.tips-titles{
    font-size: 1.1em;
    color: #5c849d; 
}
.product-price {
    font-size: 1.5em;
    color: #a6a600;
    font-weight: bold;
}
.product-price-air {
    font-size: 1.5em;
    color: #a6a600;
    font-weight: bold;
    line-height: 2em;
}
.prod-cart-lezanta {
    margin-top: 30px; 
    padding: 20px 0px 20px 10px;
    border: 1px solid #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    min-width: 90%;
    }
.prod-add-cart-int {
    width: 100%;
    float: left;
}
.quantity_input {
    width: 20px;
    border: solid 1px #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    height: 23px;
    margin-left:0px;
    margin-right: 0px;
    }
.share_buttons {
    float: left;
    width: 100%;
    /*border-top: 2px solid #01b5f2;*/
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
}    

TABLE.product_description { 
    width:100%; 
    margin:0px auto;
        margin-top: 20px;
    }
TABLE.product_description P  { margin:0px; padding:0px; }
DIV.price { 
    color:#000000; 
    font-size: 1.1em; 
    padding-bottom: 10px;
    font-weight: bold;
    width: 50%;
    float: left;
    padding-top: 3px;
    white-space:nowrap;
    }
span.list-price {
    color: #969696;
    padding-right: 3px;

    }
DIV.new_products_wrapper { 
    border:1px solid #dedede;
    border-bottom: 5px solid #a6a600;
    min-height:265px;
}
DIV.new_products_wrapper:hover { 
    border: 1px solid #a6a600; 
    border-bottom: 5px solid #000000; 
    }
DIV.new_products_wrapper STRIKE { 
    font-size:11px; }

INPUT.cart_button {
    background-color: #49c9f6; 
    color: #FFFFFF; border: 0px; 
    letter-spacing:-1px; 
    min-width: 110px;
    width: 40%;
    height: 30px;
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     border-radius: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-image: url('../images/addcart.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10%;
    }
INPUT.cart_button:hover{
    background-color: #ed1b24; 
    cursor: pointer; 
    }
INPUT.chroma_button {background-color: #ffd800; color: #000000; border: 0px; letter-spacing:-1px; padding: 10px; width: 140px;}
INPUT.chroma_button:hover {background-color: #e62d2d; color: #ffd800; border: 1px  #243441 solid;cursor: pointer; }

.dark_box {background-color: #243441;}

/* --- CATEGORIES ---------------------- */
DIV.category_icon       { border:1px solid #dedede; height:124px; margin-bottom:3px; padding:1px; display:table-cell; vertical-align: middle; 
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
     }
DIV.category_icon IMG   { 
    border:0px; 
    width:115px;  
    margin:0px; 
    padding:0px; 
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px; 
    }
DIV.category_icon_small { border:1px solid #dedede; margin:0px; margin-top:5px; margin-bottom:10px; vertical-align: middle; text-align:center; 
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    }
DIV.category_icon_small IMG { 
    border:0px solid; 
    width:100% }
SPAN.categories_span     { font-size:13px; color:#5a5a5a; }
SPAN.sub_categories_span { font-size:11px; color:#9a9a9a; }
A.category_link          { font-size:16px; }
A.sub_category_link      { font-size:14px; }
A.cbc {  
    color: #a6a600;
    }
SPAN.cbc {
    color: #343d46;
    font-weight: normal;
    }
A.cbc:hover {
    text-decoration: underline;
}
TABLE.sub_categories_table {  padding:3px; width:98%; margin:10px auto;}
.categories_table {}

/* --- SHOPPING CART --------------- */
#shoppingCartTop {
    position:absolute;
    right: 0px;
    top:50px;
    text-align: right;
    }
#shoppingCartTop TABLE  { border:0px; margin-right: 10px;}
#shoppingCartTop TABLE TR TD { vertical-align: top }
#shoppingCartTop TABLE IMG {}

.shopping-cart {
    font-size: 1.0em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.shopping-cart th {
    font-size: 1.2em;
    padding: 0.5rem;
    border: 1px solid #a6a600;
    background: #a6a600;
    color: #ffffff;
}
.shopping-cart th:nth-child(1), .shopping-cart td:nth-child(1){  
    width: 30px;
    text-align: center;
    }
.shopping-cart td:nth-child(2){ 
    min-width: 120px;
}
.shopping-cart td:nth-child(3){ 
    width: 80px;
}
.shopping-cart td:nth-child(4){ 
    width: 60%;
    padding-left: 20px;
}
.shopping-cart td:nth-child(5){ 
    width: 20%;
}
.shopping-cart tr:nth-child(2n+1) {
    background: none repeat scroll 0% 0% #EEE;
}
.shopping-cart td {
    padding: 0.25rem;
}
.shopping-cart-footer {
    background:none;
    font-size: 1.1em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 20px
}
.shopping-cart input[type=text] {
    width: 50px;
    height: 25px;
    border: 1px solid #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    padding-left: 10px;
    margin-left: 10px;
   	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.shopping-cart input[type=text]:hover, input[type=text]:focus { 
    border:1px solid #98bcdf; 
    background-color:#FFFFe7; 
    }
/* checkout*/
.shopping-cart-checkout {
    font-size: 1.1em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.shopping-cart-checkout th {
    font-size: 1.2em;
    padding: 0.5rem;
    border: 1px solid #a6a600;
    background: #a6a600;
    color: #ffffff;
}
.shopping-cart-checkout th:nth-child(1), .shopping-cart-checkout td:nth-child(1){  
    min-width: 100px;
    padding-left: 10px;
    }
.shopping-cart-checkout tr:nth-child(2n+1) {
    background: none repeat scroll 0% 0% #EEE;
}
.shopping-cart-checkout select {
    width: 80%;
    height: 25px;
    border: 1px solid #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    padding-left: 10px;
   	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.shopping-cart-checkout tr:last-child{
    background: none;
    }
.checkout-notes {
    width: 50%;
    margin: 10px;
    margin-bottom: 20px;
    height: 100px;
    padding: 10px;
    border: 1px solid #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    padding-left: 10px;
   	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
/* end checkout*/
A.shopping-cart-link  {
    color: #000000;
    position: relative;
    white-space: nowrap;
}
A.shopping-cart-link:hover { text-decoration:underline;}
.shopping-cart .product-price {
  font-size: 1.1em;
  font-weight: normal;
  padding-right: 10px;
  padding-left: 10px;
}
.shopping-cart .product-name {
  font-size: 1.1em;
  font-weight: normal;
}
.shopping-cart .product-total-price{
  font-size: 1.2em;
  font-weight:  bold;
  color: #ed1b24;
  padding-right: 10px;
  padding-left: 10px;
}
.cart-subtotals {
    font-size: 1.3em;
    font-weight: bold;
}

DIV#add_product_contaner { 
    vertical-align: middle;
    float: left;
    line-height: 2em; 
    
}
DIV#add_product_contaner form{ 
    font-size: 1em;
}
DIV#add_product_contaner DIV.btn { float:left; }
DIV#add_product_contaner INPUT#ammount { 
    
}  
.arrow_plus { 
    cursor:pointer;
    float:left;
    width:13px;
    height:11px;
    padding-bottom: 2px;
    margin:0 0 0 0;
    background: #a6a600;
    color: #ffffff;
    -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
     border-radius: 2px;
    font-weight: bold;
    text-align: center;
    vertical-align: text-top;
    line-height: 0.9em;
    }
.arrow_minus { 
    cursor:pointer;
    float:left;
    width:13px;
    height:11px;
    padding-bottom: 2px;
    margin:0 0 0 0;
    background: #a6a600;
    color: #ffffff;
    -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
     border-radius: 2px;
    font-weight: bold;
    text-align: center;
    vertical-align: text-top;
    line-height: 0.9em;
    position: relative;
    top: 15px;
    left: -13px;
    
}

.left  { text-align:left; }
.right { text-align:right; }
.align_left { text-align:left; }
.align_right { text-align:right; }
.align_center {
    text-align:center;
    }
.float_left { float:left; }
.float_right { float:right; }
.float_none { float: none;}

SPAN.yes   				{ color:green; }
SPAN.no    				{ color:darkred; }
SPAN.gray    			{ color:gray; }
SPAN.lightgray    		{ color:lightgray; }

/* --- MANUFACTURERS ---------------------- */
TABLE.manufacturer-products  P { }

/* --- CAMPAIGNS ---------------------- */
.campaign_header { color:#91913a; font-size:16px;font-weight:bold; }

/* --- ROUNDED CORNERS ---------------------- */
.left_box_container, .center_box_wrapper{
}
.message_box, .important_message_box, .success_message_box{  
}

/* --- CAPTCHA ---------------------- */
IMG#captcha_image { padding:0px; margin:0px; border:1px solid #e4e8eb; }

/* --- NEWSLETTER ---------------------- */
FORM.newsletter_subscribe {  }
FORM.newsletter_subscribe INPUT { 
    }
FORM.newsletter_subscribe .newsletter-button {
}
FORM.newsletter_subscribe .newsletter-button:hover {
    background: #ed1b24;
    border: 1px #ed1b24 solid;
    cursor: pointer;
}
FORM.newsletter_subscribe_small {  }
FORM.newsletter_subscribe_small INPUT { 
    margin:0px 5px 0px 5px; 
    padding:0px 5px 0px 5px;
    width: 70%;
    height: 25px;
    }
FORM.newsletter_subscribe_small .newsletter-button {
    background-color: #0092d6;
    padding:5px 5px 5px 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #0092d6;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
    color: #ffffff;
    font-size: 0.7em;
}
FORM.newsletter_subscribe_small .newsletter-button:hover {
    background: #ed1b24;
    border: 1px #ed1b24 solid;
    cursor: pointer;
}
.generic_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:12px;
	font-weight:normal;
	padding:4px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.generic_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#F00;
}
.generic_button:active {
	position:relative;
	top:1px;
}
.cart_bg{ background-color:#FFFFE1}
.product_box { 
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
	padding:5px;
}
.product_title {
	font-size:18px;
}
.tooltip {
	/*border-bottom: 1px dotted #000000; color: #000000; outline: none;*/
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: relative; 
    opacity: 0;
}
.tooltip:hover span {
	position: absolute; 
    left: 0em; 
    top: -4px; 
	margin-left: 0;
    opacity: 1;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: opacity .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	transition: opacity .3s ease 0s;
}
.tooltip:hover em {
	font-size: 1.2em; 
    font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { 
    padding: 0.8em 1em; 
    background-color:#000
    }
.info { 
    padding: 5px 10px 5px 10px;  
    color: #ffffff; 
    text-align:left; 
    font-size:1em;
    background-color: #a6a600;
    min-width: 250px;
}
.mytip { padding: 7px; background-color:#FFF; text-align:left; font-size:14px; color:#666; border: 1px solid #F60 }
.cart_header{ font-size:18px}
.categ-new{ 
    border: 0; 
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    padding-top:5px; 
    padding-bottom:5px;
    font-size: 1.6em;
    }
.categ-new-sub{ 
    font-size: 1.2em;
    }
/*WEBNAIL CUSTOMS*/
legend {
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #5c849d;
}
fieldset { 
    border:1px solid #5c849d;
    -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -ms-border-radius: 7px;
     -o-border-radius: 7px;
     border-radius: 7px;	
}
.colors{ /*details*/
    display:block;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    font-size:12px;
    color:#333;
    background-color:#d8e7ee;
    letter-spacing:0px;
    text-align:center;
    border: solid 1px;
    border-color:#CCCCCC;
    float:left;
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;
    margin-top:48px;
    opacity:0.8;
    filter:alpha(opacity=80);
    width:64px;
    }
    .circle{
    width:75px;
    height:75px;
    display:block;
    border-radius:75px;
    -moz-border-radius:75px;
    -webkit-border-radius:75px;
    -khtml-border-radius:75px;
    font-size:75px;
    color:#fff;
    line-height:14px;
    text-align:center;
    /*border: solid 1px;
    border-color:#CCCCCC;*/
    float:left;
    margin:5px
}
 /*WEBNAIL TAG CLOUD*/
 #tagcloud {
    border: 0px solid #166995;
    margin-top: 7px;
    margin-bottom: 1px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.2);
    letter-spacing: -1px;
    text-align: left;
    padding: 5px;
    word-wrap:break-word;
}
 
#tagcloud a:link {
    text-decoration:underline;
}

#tagcloud a:visited {
    text-decoration:none;
    color: #ff2626;
 }
#tagcloud a:hover {
    text-decoration: underline;
}

#tagcloud .smallest {
    font-size: 12px;
      padding-left: 3px;
      padding-right: 3px;
}
 
#tagcloud .small {
    font-size: 14px;
      padding-left: 3px;
      padding-right: 3px;
      background-color: #fdfdfd;
}
 
#tagcloud .medium {
    font-size: 16px;
      padding-left: 3px;
      padding-right: 3px;
      background-color: #fbfbfb;
}
 
#tagcloud .large {
    font-size:20px;
      padding-left: 3px;
      padding-right: 3px;
      background-color: #f4f4f4;
}
 
#tagcloud .largest {
    font-size:24px;
    background-color: #e4e4e4;
      padding-left: 3px;
      padding-right: 3px;
}
table.table_search {
    color: #a6a600;
}
/* SUPERTOP MENU */
#navPagesSuperTop {
    position: absolute;
    right: 0px;
    padding-top: 5px;
    }
#navPagesSuperTop A:link {
    font-size: 15px;
    }
#navPagesSuperTop A:hover {
    text-decoration: underline;
    }
#navPagesSuperTop A:visited {
    }
#navPagesSuperTop A:visited:hover { 
    }
#navPagesSuperTop UL {
    padding-left:0px;
    padding-right:0px;
    margin:0px;
    list-style-type:none;
}
#navPagesSuperTop UL LI {
    padding-right:10px;
    border: none;
    padding-left:10px;
    padding-bottom:0px;
    padding-top:0px;
}
.green_back, a.green_back {
    background-color: #1ec949;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-top: solid 1px #a6a600;
    padding-bottom: 5px;
    margin-left: -15px;
    -webkit-border-bottom-right-radius: 5px;
     -moz-border-bottom-right-radius: 5px;
     -ms-border-bottom-right-radius: 5px;
     -o-border-bottom-right-radius: 5px;
     border-bottom-right-radius: 5px;
     
     -webkit-border-bottom-left-radius: 5px;
     -moz-border-bottom-left-radius: 5px;
     -ms-border-bottom-left-radius: 5px;
     -o-border-bottom-left-radius: 5px;
     border-bottom-left-radius: 5px;
}
.light_blue_back, a.light_blue_back {
    background-color: #49c9f6;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-top: solid 1px #a6a600;
    padding-bottom: 5px;
    margin-left: -15px;
    -webkit-border-bottom-right-radius: 5px;
     -moz-border-bottom-right-radius: 5px;
     -ms-border-bottom-right-radius: 5px;
     -o-border-bottom-right-radius: 5px;
     border-bottom-right-radius: 5px;
     -webkit-border-bottom-left-radius: 5px;
     -moz-border-bottom-left-radius: 5px;
     -ms-border-bottom-left-radius: 5px;
     -o-border-bottom-left-radius: 5px;
     border-bottom-left-radius: 5px;
}
.light-grey {
    color: #C0C0C0;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #5c849d;
}
.cart-products {
    font-size: 23px;
    line-height: 20px;
    text-align: right;
}
.cart-sum {
    height: 30px;
    border: 1px solid #a6a600 ;
    font-size: 25px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: -30px;
    margin-left: 20px;
    padding-top: 10px;
    
}
.rounded_buttonlink {
    background-color: #a6a600;
    height: 33px;
    width: 33px;
    -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
     border-radius: 100%;
    border: 1px solid #a6a600;
    position: relative;
    float: right;
    top: 3px;
    right: -10px;
}
.rounded_buttonlink:hover, .rounded_buttonlink:active, .rounded_buttonlink:focus {
    border: 1px solid #ed1b24;
    cursor: pointer;
    background-color: #ed1b24;
}
.rounded_buttonlink:active {
    border: 1px solid #ed1b24;
    cursor: pointer;
    background-color: #ed1b24;
}
.rounded_buttonlink img {   
    top: 7px;
    position: relative;
    right: 7px;
    
}
.menu-icon {
    margin:5px;
    vertical-align:middle;
    margin-bottom: 11px;
}
#tblNewProducts, #tblFeaturedProducts{
    table-layout: auto;
    width: 100%;
}
.table-equal {
    width: 25%;
}
.top-air > td{
    padding-top: 30px;
}
.image-vertical-midlle {
    vertical-align: middle;
}
.arrow-for-products {
    float: right;
    position: relative;
    top: 10px;
    right: 5px;
}
.arrow-circle {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
    background-color: #01b5f2;
}
.arrow-circle:hover {
    background-color: #ed1b24;
}
.arrow-down-white {
    width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ffffff;
    position: relative;
    top: 13px;
    left: 7px;
}
/** TRICKY FUCKING MENU */
.right-arrow {
    width: 0;
    height: 0;
	border-left: 6px solid #a6a600;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
    position: relative;
    left: -20px;
    top: 15px;

}
.product-menu-frame {
    background-color: #e7e8ea;
    border: 1px #C0C0C0 solid;
    border-bottom: 5px #a6a600 solid;
    width: 100%;
    max-width: 1022px;
    height: 398px;
    position: absolute;
    margin-top: 55px;
    float: left;
    z-index:1000;
    visibility:hidden;
    opacity:0;
   	-webkit-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
	-moz-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
	-o-transition:visibility 0s linear 0.2s,opacity 0.2s linear;
    -ms-transition:visibility 0s linear 0.2s,opacity 0.2s linear;
    transition:visibility 0s linear 0.2s,opacity 0.2s linear;
}
.product-li:hover + .product-menu-frame {
    visibility:visible;
    opacity:1;
   	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
    -ms-transition-delay:0s;
    transition-delay:0s;
}
.product-menu-frame:hover {
    visibility:visible;
    opacity:1;
   	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
    -ms-transition-delay:0s;
    transition-delay:0s;
}
.product-li {
    float: left;
}
#menu-frame-left {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    position: relative;
}
#menu-frame-left ul {
    padding-left: 30px;
    padding-right: 30px;
}
#menu-frame-left ul li {
    font-size: 1.2em;
    border-bottom: 1px solid #C0C0C0;
    padding-left: 20px;
    padding-bottom: 40px;
    height: 7px;
    margin-top: 0px;
}
#menu-frame-left ul li:hover {
    color: #a6a600;
    border-bottom: 1px solid #a6a600;
    text-decoration: none;
    cursor: pointer;
    background: #e7e8ea; /* Old browsers *
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e7e8ea 18%, #e7e8ea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(18%,#e7e8ea), color-stop(100%,#e7e8ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e7e8ea 18%,#e7e8ea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#e7e8ea 18%,#e7e8ea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#e7e8ea 18%,#e7e8ea 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#e7e8ea 18%,#e7e8ea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e8ea',GradientType=1 ); /* IE6-8 */


}
#menu-frame-left ul li:hover .menu-frame-right {
    visibility: visible;
    opacity: 1;
}
.category-level-1 {
    padding-top: 30px;
}
.menu-frame-right{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height:100%;
    z-index: 9999;
    top: -1px;
    width: 65%;
    border: 1px solid;  
    right:-1px;
    background-color: #eaebed;
}
.menu-frame-right table{
    width: 100%;
}
.menu-frame-right:hover {
    visibility: visible;
    opacity: 1;
}
.menu-frame-right td {
    padding: 10px;
}
.right-menu-div {
    padding-left: 15px;
    white-space:nowrap;
    margin-bottom: 5px;
}
.right-arrow-in {
    width: 0;
    height: 0;
	border-left: 6px solid #a6a600;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
    float: left;
    margin-top: 4px;
    padding-right: 5px;
      z-index: 99999;
}
#menu-frame-left A:link, #menu-frame-left A:visited {
     height: auto;
     line-height: normal ;
     color: #000000;
     font-weight: normal;
     padding: 0;
     font-size: 0.9em;
}
#menu-frame-left A:hover {
    color: #a6a600;
    text-decoration: underline;
    
}
.menu-cat-banner {
    width:  100%;
    max-height: 150px;
}
.menu-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
}
.menu-table {
    margin-top: 20px;
    z-index: 999999;
}
.pad-top-5 {
    padding-top: 5px;
}
.pad-top-7 {
    padding-top: 7px;
}
.pad-top-10 {
    padding-top: 10px;
}
.pad-top-20 {
    padding-top: 20px;
}
.pad-bottom-20 {
    padding-bottom: 20px;
}
.pad-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-zero{
    padding: 0;
    margin: 0;
}
.pad-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.pad-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.pad-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.pad-right-20 {
    padding-right: 20px;
}
.notice-div {
    font-size: 1.2em;
    padding: 20px 0 20px 0;
}
.notice-div input {
    border: 0;
}
.category-banner, .category-banner img {
    width: 100%;
}
/* TREE MENU MERGE*/

/*tree and sub-trees*/
.accordion {
    padding: 0px 0 0px 0;
    margin: 10px 5px 0 5px;
   	overflow: hidden;
	width: 100%;
    border-radius: 3px;
    background: #5c849d;
}
.accordion div {
	background: #5c849d;
	color: #ffffff;
	margin: 0px;
    padding: 10px 10px 10px 10px;
	border-bottom: 1px #C0C0C0 solid;
	cursor: pointer;
	cursor: hand;
    font-size: 1em;
    position: relative;
    line-height: 1.1em;
}
.accordion div:hover {
    color: #ffffff;
    background: #343d46;
    cursor: pointer;
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
span.acc-right-arrow-in {
    width: 0;
    height: 0;
	border-left: 6px solid #eaebed;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
    position: absolute;
    left: 10px;
    top: 8px;
}
.accordion ul li {
    margin: 0;
    position: relative;
}
span.acc-right-arrow {
    width: 0;
    height: 0;
	border-left: 6px solid #ffffff;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: 35%;
}
.accordion .active {
   background: #343d46;
}
/* VARIOUS FROMATS*/

.drop-styled {
   width: 130px;
   height: 24px;
   overflow: hidden;
   background: url('../images/order_by.gif') no-repeat 100% #eaebed;
   cursor: pointer;
   float: right;
}
.drop-styled select {
   background: transparent;
   width: 160px;
   /*padding-left: 5px;*/
   font-size: 1.1em;
   border: 1px solid #eaebed;
   height: 24px;
    -webkit-appearance: none;
    cursor: pointer;
}
span.order-by-heading{
    padding:15px 0px 0px 0px; 
    margin:10px;
    color:#a6a600;
    font-size: 1.2em;
    font-weight: normal;   
} 
#table-prods tr th {
    text-align: right;
}
.click-me {
    vertical-align: middle;
    cursor: pointer;
}
.cat-menu-all {
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
    font-size: 1.2em;
}
.cat-menu-all a:link {
    color: #a6a600;
}
.cat-menu-all a:visited {
    color: #a6a600;
}
.cat-menu-all a:hover {
    color: #a6a600;
    background: #f7f7f7;
    text-decoration:underline;
}
.soft-font{
    color: #343d46;
    padding-bottom: 20px;
    font-size: 1.0em;
}
 /* PRODUCT TABS*/
.tabs > ul, .tabs > ul li {
	list-style: none;
	margin: 0px;
    margin-top: 10px;
	padding: 0px;
	overflow: hidden;
}
.tabs > ul li {
	float: left;
	margin-right: 15px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background: #eaebed;
	color: #000;
    font-size: 1.1em;
    font-weight: bold;
}
.tabs > ul li.active, .tabs > ul li:hover {
	background: #ed1b24;
	color: #fff;
}
.tabs > div {
	border: none;
	padding-top: 10px;
}
.font-size-1-1{
    font-size: 1.1em;
}


/* PRODUCT PROPERTIES*/
.property-name {
    font-size: 1.1em;
    padding-right: 20px;
    padding-left: 20px;
}
.property-value {
    font-size: 1.1em;
    padding-left: 20px;
    color: #a6a600;
}
.property-measure {
    font-size: 1.1em;
    padding-right: 10px;
    color: #a6a600;
}
.text-align-center {
    text-align: center;
}
.product-properties table {
    border-collapse: collapse;
    width: 100%;
}
.product-properties table td {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #ccc;
}
.product-properties table > tbody > tr > td:first-child {
    vertical-align: middle;
    text-align: center;
}
.product-properties table tbody tr:nth-child(odd) {
  background: #eee;
}
.product-properties img {
    height: 25px;
}
.product-other-colors table{
    border-collapse: collapse;
    width: 100%;
}
.product-other-colors table td {
  padding: 0.25rem;
  padding: 0.25rem 0.08rem 0.25rem 0.08rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.product-other-colors table > tbody > tr > td:first-child {
    vertical-align: middle;
    width: 10%;
}
.product-other-colors table > tbody > tr > td:last-child {
    vertical-align: middle;
    text-align: right;
}
.font-strong {
    font-weight: bold;
    font-size: 1.3em;
}
.product-color-circle {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
    position: relative;
    border: 3px solid #eaebed;
}
.product-color-circle-small {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
    border: 2px solid #eaebed;
}
.product-color-circle-small span {
    padding-left: 20px;
}
.product-color-description {
    padding-left: 30px;
    top: 2px;
    position: relative;
}
/* PRODUCT LIST DIV*/
.product-list-icon {
    width: 200px;
    padding: 10px;
    height: auto;
    overflow: hidden; /*hey*/
}
.product-list-icon a:hover {
    background: #fefefe;
}
.product-list-box {
    padding-top: 10px;   
}
.tips-list-desc {
    padding-top: 5px; 
    color: #505050;
    padding-bottom: 0px;
}
.tips-list-link a:link, .tips-list-link a:visited{
    padding: 0;
    font-size: 1.1em;
    color: #a6a600;
}.tips-list-link a:hover{
    color: #000000;
    background: #f7f7f7;
}
.tips-list-link-grey a:link{
    padding: 5px 0 5px 0px;
    font-size: 1.3em;
    color: #505050;
}
.tips-list-name {
    padding-bottom: 5px;
    font-size: 1.3em;
}
.tips-list-name a:link {
    color: #a6a600;
}
.tips-list-name a:visited {
    color: #a6a600;
}
.tips-list-name a:hover {
    color: #a6a600;
     text-decoration: underline;
     background: #f7f7f7;
}
.vertical-middle {
    vertical-align: middle;
    text-align: right;
    width: 10%;
}
.vertical-middle-pure {
        vertical-align: middle;
}
.vertical-top{
        vertical-align: text-top;
}
.width-100-percent {
    width: 100%;
     margin:0 auto;
}
.width-50-percent {
    width: 50%;
     margin:0 auto;
}
INPUT.cart_button_big {
    background-color: #49c9f6; 
    color: #FFFFFF; border: 0px; 
    letter-spacing:-1px; 
    width: 110px;
    height: 30px;
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     border-radius: 10px;
     
     -webkit-border--left-radius: 15px;
     -moz-border-top-left-radius: 15px;
     -ms-border-top-left-radius: 15px;
     -o-border-top-left-radius: 15px;
     border-top-left-radius: 15px;
    
    -webkit-border-bottom-left-radius: 15px;
     -moz-border-bottom-left-radius: 15px;
     -ms-border-bottom-left-radius: 15px;
     -o-border-bottom-left-radius: 15px;
     border-bottom-left-radius: 15px;
    
    background-image: url('../images/addcart.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10%;
    }
INPUT.cart_button_big:hover{
    background-color: #ed1b24; 
    cursor: pointer; 
    }
.pagging {
    padding: 10px 0 10px 0;
    border-top: 1px solid #a6a600;
    font-size: 1.1em;
    line-height: 2.5em;
}
.pagging-link {
    padding: 5px 10px 5px 10px;
    background: #eaebed;
}
.paging-active {
    padding: 5px 10px 5px 10px;
    background: #a6a600;
    color: #ffffff;
}
/* ALL CATEGORIES TABLE*/
.all-categories {
    width: 100%;
}
.all-categories td {
    width: 33%;
    vertical-align: top;
}
/* CUSTOMER AREA*/
.loginForm {
    font-size: 1.1em;
    width: 100%;
}
.loginForm .form_button{
    font-size: 1.05em;
}
.loginForm td:first-child{  
    width: 35%;
    }
/**
 * Start by hiding the checkboxes
 */
input[type=checkbox], input[type=radio] {
	visibility: hidden;
}
.checkboxhack {
	width: 20px;
	height: 20px;
	background: #ddd;
    -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
     border-radius: 100%;
	position: relative;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    margin: 5px 10px 5px 10px;
}

.checkboxhack label {
	display: block;
	width: 16px;
	height: 16px;
    -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
     border-radius: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
	background: #ffffff;

}
/**
 * Create the checkbox event for the label
 */
.checkboxhack input[type=checkbox]:checked + label, .checkboxhack input[type=radio]:checked + label {
    background: #B9A704;
}
.customer-home {
    font-size: 1.15em;
    min-height: 250px;
    margin-top: 20px;
}
.cust-home-last-login {
    padding-bottom: 20px;
}
.cust-icon-container {
    float: left;
    width: 20%;   
    text-align: center;
}
.customer-home a:link, .customer-home a:visited {
    /*font-weight: bold;*/
}
.CustomerForm {
    font-size: 1.0em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.CustomerForm td:nth-child(1){  
    width: 20%;
    text-align: left;
    padding-left: 10px;
    }
.CustomerForm tr:nth-child(2n+1) {
    background: none repeat scroll 0% 0% #EEE;
}
.CustomerForm td:nth-child(28) {
    background: none;
    border: 0px;
}
.CustomerForm td {
    padding: 0.25rem;
    text-align: left;
    border: 1px solid #CCC;
}
.CustomerForm input[type=text], .CustomerForm select, .CustomerForm input[type=password] {
    width: 200px;
    height: 25px;
    border: 1px solid #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    padding-left: 10px;
    margin-left: 10px;
    -webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.CustomerForm input[type=text]:hover, input[type=text]:focus { 
    border:1px solid #98bcdf; 
    background-color:#FFFFe7; 
    }
.CustomerForm select {
    width: 215px;
}
.captcha-img {
    cursor:pointer; 
    padding:0px; 
    margin:0px; 
    border:0px;   
    vertical-align: middle;
}
#div_terms_and_conditions {
    display: none;
}
.bg-blue {
    background-color: #a6a600;
}
.font-4em {
    font-size: 4em;
}
.a-like-button, .a-like-button:visited, a.a-like-button{
    background-color: #49C9F6;
    color: #FFF;
    width: 100%;
    min-width: 80px;
    max-width: 185px;
    height: 35px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;   
    font-size: 1.0em;
    border: 0px none;
    padding: 8px 20px 8px 20px;
    white-space: nowrap;
}
.a-like-button:hover {
    background-color: #ED1B24;
    cursor: pointer;
    text-decoration: none;
}
/* ORDER PROCESS*/
.order-process {
    width: 100%;
    font-size: 1.2em;   
}
.order-process .product-titles {
    font-size: 1em;  
}
/* microgrid table*/
TABLE.mgrid_table  {
    font-size: 1.0em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

TABLE.mgrid_table div.no_margin_line img {
    height: 0px;
}
TABLE.mgrid_table th {
    font-size: 1.2em;
    padding: 0.5rem;
    border: 1px solid #a6a600;
    background: #a6a600;
    color: #ffffff;
}
TABLE.mgrid_table tr:nth-child(2n+1) {
    background: none repeat scroll 0% 0% #EEE;
}
TABLE.mgrid_table  td {
    padding: 0.25rem;
}
TABLE.mgrid_table_filter { 
    background-color:#f8f8f8; 
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
     border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    font-size:1.1em;
    }
TABLE.mgrid_table th A:link, TABLE.mgrid_table th A:visited {
    color:#ffffff;
}
TABLE.mgrid_table td A:link, TABLE.mgrid_table td A:visited {
    color: #a6a600;
}
TABLE.mgrid_table tbody tr:first-child td{
    background: #ffffff;
    
}
INPUT.mgrid_button {
    background-color: #49C9F6;
    color: #FFF;
    width: 100%;
    min-width: 80px;
    max-width: 185px;
    height: 35px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px; 
    margin: 0 10px 0 0px;
    font-size: 1.1em;
    border: 0;
}
INPUT.mgrid_button:hover {
    background-color: #ed1b24; 
    cursor: pointer;

}
INPUT.mgrid_button:active {
    background-color: #ed1b24; 
    cursor: pointer;

}
TABLE.mgrid_table_filter input[type=text], TABLE.mgrid_table_filter select {
    height: 25px;
    border: 1px solid #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px; 
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    transition: all 0.5s ease 0s;
}
TABLE.mgrid_table_filter input[type=text]:hover, TABLE.mgrid_table_filter input[type=text]:focus { 
    border:1px solid #98bcdf; 
    background-color:#FFFFe7; 
    }
TABLE.mgrid_table_filter select {
    height: 30px;
}
/* --- MICRO GRID ---------------------- */
INPUT.mgrid_text  	 	{ }
INPUT.mgrid_checkbox	{ border:0px; }

SELECT.mgrid_select       {
    height: 25px;
    width: 200px;
    border: 1px solid #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px; 
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    transition: all 0.5s ease 0s;
}
SELECT.mgrid_select:hover, SELECT.mgrid_select:focus {
    border:1px solid #98bcdf; 
    background-color:#FFFFe7; 
     }

TEXTAREA.mgrid_textarea   	  { vertical-align:middle; color:#222222; border:1px solid #d7d7d7; }
TEXTAREA.mgrid_textarea:hover { border:1px solid #98bcdf; }
TEXTAREA.mgrid_textarea:focus { border:1px solid #c7c7e7; background-color:#FFFFe7; }
.mgrid_label 	 	 	{}
.mgrid_disabled		 	{ color:#939393; background-color:#f1f2f3; border:1px solid #d7d7d7; }
.no_margin_line img{
    height: 1px;
    background-color: #ffffff;
}
.order-product-list {
    width: 100%;
    border-spacing: 0;
    margin-top: 10px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px; 
    border: 1px #e7e8ea solid;
    float: left;
}
.order-product-list th {
    background: #e7e8ea;   
}
div#divDescriptionContent {
    font-size: 1.0em;
}
.print-it {
    font-size: 0.8em;
    color: #a6a600;
}
.customer-tooltip-container { 
    position: absolute; 
    top: 25px; 
    right:50px;
}
.customer-tooltip { 
    max-width:150px; 
    height: 200px;
    margin-bottom:10px; 
    margin-top:10px; 
    padding:15px; 
    color:#000000; 
    background-color:#f1fff1; 
    border:1px solid #3ac13a;
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     border-radius: 10px; 
    float: right;
    position: relative;
    top:0px;
    right: 20px;
    opacity:0.90;
    filter:alpha(opacity=90);
    text-align: center;
    z-index:999999;
}
.customer-tooltip-text {
    float: left;
    position: relative;
    top:-90px;
    font-size: 1.0em;
    line-height: 1.3;
}
.balloon-arrow {  
    border-color:  transparent transparent #3ac13a transparent;  
    border-style: solid;  
    border-width: 10px;  
    display: block;  
    height: 0;  
    left: 50%;  
    position: absolute;  
    top: -20px;  
    width: 0;
} 
.tooltip-support {
    float: right;
    position: relative;
    top:-110px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.ok-go-it {
    padding-top: 5px;
    cursor: pointer;
    text-align: left;
}
.pulse1 {
    min-width: 100%;
    height: 100px;
    position: relative;
    top: -5px; left: 0; bottom: 0; right: 0;
    opacity: 0;
    border: 3px solid rgba(255,255,255,.1);
    -webkit-animation: pulsejg1 4s linear infinite;
    -moz-animation: pulsejg1 4s linear infinite;
    animation: pulsejg1 4s linear infinite;
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     border-radius: 10px; 
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(, 0, 0, .6);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(58, 193, 58, .6);
    box-shadow: inset 0px 0px 15px 10px rgba(58, 193, 58, .6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
@-webkit-keyframes pulsejg1 {
    0%{-webkit-transform: scale(.6); opacity: 0;}
    50% {-webkit-transform: scale(.6);opacity: 0;}
    60% {-webkit-transform: scale(.9);opacity: .4;}
    70% {-webkit-transform: scale(1.1);opacity: .5;}
    80% {-webkit-transform: scale(1.25);opacity: .2;}
    100% {-webkit-transform: scale(1.4);opacity: 0;}
}
@-moz-keyframes pulsejg1 {
    0% {-moz-transform: scale(.6);opacity: 0;}
    50% {-moz-transform: scale(.6);opacity: .0;}
    60% {-moz-transform: scale(.9);opacity: .4;}
    70% {-moz-transform: scale(1.1);opacity: .5;}
    80% {-moz-transform: scale(1.25);opacity: .2;}
    100% {-moz-transform: scale(1.4);opacity: 0;}
}
@keyframes pulsejg1 {
    0% {transform: scale(.6);opacity: 0;}
    50% {transform: scale(.6); opacity: 0.0;}
    60% {transform: scale(.9); opacity: .4;}
    70% {transform: scale(1.1);opacity: .5;}
    80% {transform: scale(1.25); opacity: .2;}
    100% {transform: scale(1.4);opacity: 0;}
}
.x-box-small {
    background: #ed1b24;
    color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
     border-radius: 2px; 
    float: left;
    cursor: pointer;
    margin-right: 6px;
}
/* carousel*/
div.carousel {
	overflow: hidden;
	text-align: left;
}
.carousel-new {
    height: 410px;
}
div.carousel-item {
	float: left;
	width: 100%;
}
div.carousel-inner-4 {
	float: left;
	width: 24.5%;
	margin: 0px;
    padding-left: 5px;
	text-align: left;
	color: #fff;
    overflow: hidden;
}
div.carousel-inner-4:first-child, div.carousel-inner-4:nth-child(5n+5) {
    padding-left: 0px;
}
div.carousel-item > div {
    border: 0;
}
.carousel-img-container {
    border: 1px #dedede solid;	
    border-bottom: 6px #a6a600 solid; 
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
img.carousel-img {
    width: 100%;
  /* Set up positioning */
    top: 0;
    left: 0;
 
}
a.jkit-carousel-prev, a.jkit-carousel-next {
	width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%; 
	background: #a6a600;
	border: 1px #a6a600 solid;
	color: #fff;
	padding: 0px;
	cursor: pointer;
	cursor: hand;
	margin-top: 10px;
	text-align: center;
	user-select: none;
    font-size: 2em;
    position: relative;
    top: -467px;
}

a.jkit-carousel-prev:hover, a.jkit-carousel-next:hover {
	background: #ED1B24;
	border: 1px #ED1B24 solid;
	color: #ffffff;
    text-decoration: none;
}

a.jkit-carousel-prev {
	float: right;
}

a.jkit-carousel-next {
	float: right;
    margin-left: 5px;
}
#hey a.jkit-carousel-prev, #hey a.jkit-carousel-next {
    top: -927px;
}
#hey div.carousel-item {
    margin-bottom: 40px;
}
.carousel-featured {
    height: 870px;
    width: 100%;
}
.scrollToTop{
    	width:50px; 
    	height:50px;
    	text-align:center; 
    	background: whiteSmoke;
    	font-weight: bold;
    	color: #444;
    	text-decoration: none;
    	position:fixed;
    	bottom:25px;
    	right:25px;
    	display: none;
    	background: url('../images/scroll.png') no-repeat 0px 0px;
        background-size: 50px 50px;
        z-index: 999999999;
    }
.scrollToTop:hover{
    	text-decoration:none;
    }
/* RIBBONS */

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
/* red ribbon */
.ribbon-wrapper-red {
  width: 119px;
  height: 92px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: -25px;
}
.ribbon-red {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #f4757b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4757b), to(#ff000a)); 
  background-image: -webkit-linear-gradient(top, #f4757b, #ff000a); 
  background-image:    -moz-linear-gradient(top, #f4757b, #ff000a); 
  background-image:     -ms-linear-gradient(top, #f4757b, #ff000a); 
  background-image:      -o-linear-gradient(top, #f4757b, #ff000a); 
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-red:before, .ribbon-red:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-red:before {
  left: 0;
}
.ribbon-red:after {
  right: 0;
}
/* end red ribbon */
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}
.gallery-title {
    background: #a6a600;
    color: #ffffff;
    font-size: 1.0em;
    padding: 5px 0px;
    text-align: center;
}
.gallery-item-title {
    background: #e7e8ea;
    color: #808080;
    font-size: 0.9em;
    letter-spacing: 0px;
    padding: 5px 0px;
}
.gallery-headings {
    font-size: 1.5em;
    color:#5c849d;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    margin-left: 5px;
}
ul.jkit-pagination, ul.jkit-pagination li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.jkit-pagination {
	margin-top: 10px;
}
ul.jkit-pagination li {
	display: inline;
    padding: 5px 10px 5px 10px;
    background: #eaebed;
    margin-right: 5px;
    cursor: pointer;
}
ul.jkit-pagination li.active {
    padding: 5px 10px 5px 10px;
    background: #a6a600;
    cursor: pointer;
    color: #ffffff;
    margin-right: 5px;
}
.font-weight-bold {
    font-weight: bold;
}
.tblContactUs {
    font-size: 1.0em;
}
#captcha_code {
    width: 100px;
    margin-top:10px;
    margin-left: 0px;
}
.preview-mode {
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 99999;
    font-size: 1.5em;
    background: #80ff00;
    border: 3px #000000;
    padding: 5px 10px 5px 10px;
}
.product-amounts {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}
.product-list-price {
    margin-top: 2px;
}
.product-quantity {
    padding-top: 2px;
    padding-right: 5px;
}
.text-fade-out {
    position: absolute; 
	bottom: 0; left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0; 
    padding: 10px 0; 
	
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 1%, rgba(255,255,255,1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,0)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 60%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.notice-div input[type=image] {
    width: 200px;
    height: 76px;
    
}
/* OFFERS */
/* blue ribbon */
.ribbon-wrapper-blue {
  width: 119px;
  height: 92px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: -25px;
}
.ribbon-blue {
  font: 1.1em Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #a6a600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a6a600), to(#2fbbff)); 
  background-image: -webkit-linear-gradient(top, #a6a600, #2fbbff); 
  background-image:    -moz-linear-gradient(top, #a6a600, #2fbbff); 
  background-image:     -ms-linear-gradient(top, #a6a600, #2fbbff); 
  background-image:      -o-linear-gradient(top, #a6a600, #2fbbff); 
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-blue:before, .ribbon-blue:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-blue:before {
  left: 0;
}
.ribbon-blue:after {
  right: 0;
}
#table-offers .tooltip, #other-colors .tooltip{
	/*border-bottom: 1px dotted #000000; color: #000000; outline: none;*/
	cursor: help; 
    text-decoration: none;
	position: relative;
}
#table-offers .tooltip:hover span, #other-colors .tooltip:hover span { 
	margin-left: 0;
    opacity: 1;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: opacity .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	transition: opacity .3s ease 0s;
    position: absolute; 
    left: -2em; top: -4px; z-index: 99;
}
#table-offers .tooltip span, #other-colors .tooltip span {
	margin-left: -999em;
	position: absolute;
}

#table-offers .info, #other-colors .info { 
    padding: 5px 10px 5px 10px;  
    color: #ffffff; 
    text-align:left; 
    font-size:1em;
    background-color: #a6a600;
    min-width: 150px;
}
.product-list-icon-offers {
    width: 300px;
    padding: 10px;
    height: auto;
    overflow: hidden;
}
#table-offers > tbody > tr > td:first-child {
    width: 36%;
}
#table-offers .product-list-name {
    padding-bottom: 0px;
    font-size: 1.5em;
    color: #ed1b24;
}
#table-offers .product-list-name a:link, #table-offers .product-list-name a:visited{
    color: #ed1b24;
}
#table-offers .product-list-desc {
    padding-top: 5px; 
    color: #333333;
    padding-bottom: 5px;
}
#table-offers .product-list-link{
    padding: 10px 0 5px 0px;
    font-size: 1.0em;
    color: #505050;
    /*background: url('../images/eye.gif') left no-repeat;*/
    
}
#table-offers .product-list-link a:link, #table-offers .product-list-link a:visited {
    color: #505050;
}
.product-offer-tags {
    background: #f2f3f4;
    color: #a6a600;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    margin-left: 0px;
    font-size: 1.2em;
    line-height: 1.6em;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
     border-radius: 2px;
    position: relative;
}
.product-offer-tags-q {
    color: #7bb700;
    font-weight: bold;
}
.color-grey {
    color: #808080;
}
.color-light-grey {
    color: #C0C0C0;
}
.offer-hover-block {
    position: absolute;
    margin-top: 50px;
}
.bottom-border-light-grey {
    border-bottom: 1px #EBEBEB solid;
}
.offer-info { 
    padding: 5px 10px 5px 10px;  
    color: #505050; 
    text-align:left; 
    font-size:0.9em;
    min-width: 300px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
     margin-top: 30px;
     line-height: 1.2em;
     background-color: #F1FFF1;
    border: 1px solid #3AC13A;
}
.offer-info IMG {
    float: left;
    opacity: 0.9;
    width: 100px;
    margin-right: 10px;
}
.offer-counter {
    font-size: 2em;
    font-weight: bold;
    width: 22px;
    height: 22px;
    background: #e7e8ea;
    color: #505050;
    padding: 10px;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     text-align: center;
}
.offer-quantity {
    font-size: 5em;
    font-weight: bold;
    color: #a6a600;
    white-space: nowrap;
    padding: 30px 0px 0 0px;
    min-width: 150px;
    width: 100%;
    text-align: center;
    background: #f2f3f4;
    height: 70px;
}
.offer-units-top {
    position: relative;
    top: 0px;
    background: #e7e8ea;
    width: 100%;  
    text-align: center;  
}
.table-comparison {
    font-size: 1.1em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 10px;
    /*border: 0;*/
}
.table-comparison th {
    font-size: 1.2em;
    padding: 0.5rem;
    border: 1px solid #a6a600;
    background: #a6a600;
    color: #ffffff;
    text-align: center;
}
.table-comparison td {
      padding: 0.25rem;
      text-align: center;
      border: 1px solid #ccc;
}
.table-comparison > tbody > tr > td:first-child {
    vertical-align: middle;
    width: 23%;
    text-align: left;
}
.table-comparison > tbody > tr:nth-child(1) td {
    font-size: 1.0em;
    background: #a6a600;
    color: #ffffff;
    vertical-align: text-top;
    padding: 0.5rem;
    border: 0;
}

.table-comparison > tbody > tr:last-child > td{

}
.table-comparison > tbody > tr:last-child > td a:link, .table-comparison > tbody > tr:last-child > td a:visited {

}
.table-comparison tbody tr:nth-child(odd) {
  background: #eee;
}
.light-grey {
    color: #C0C0C0;
}
.blue-link:link,  .blue-link:visited, .blue-link a:link, .blue-link a:visited {
    color: #a6a600;
}
.compare-code {
    font-size: 0.7em;
    color: #e7e8ea;
    font-weight: normal;
}
.button-compare {
    border: 0;
    font-size: 1.1em;
    padding: 5px;
    width: 99%;
    margin-top: 10px;
    background: #49c9f6;
    color: #ffffff;
    z-index: 1;    
}
.button-compare:hover, .button-compare:active, .button-compare:focus {
    background-color: #ed1b24; 
    cursor: pointer; 
    border: 0;
}
.product-compare-check {
    float:right;
    top: 7px;
    right: 10px;
    position: relative;
}
.product-compare-check-pr {
    float:right;
    top: 10px;
    right: 10px;
    position: relative;
    z-index: 1;  
}
.classic-table {
    border: 0;
    border-collapse: collapse;
    width: 100%;        
    border-spacing: 0;
}
.comparison-header {
    font-size: 1.2em;
    margin-top: -5px;
}
.comparison-header a:link, .comparison-header a:visited {
    color: #ed1b24;
    text-decoration: underline;
}  
.div-line {
    border-top: 5px solid #505050;
    margin-top: 20px;
}
.carousel-related {
    height: 330px;
}
div.carousel-item-6 {
	float: left;
	width: 100%;
}
div.carousel-inner-6 {
    float: left;
    margin: 0px;
    padding-left: 5px;
	text-align: left;
	color: #fff;
    overflow: hidden;
    width: 16.0%;
}
div.carousel-inner-6 img {
    
}
.product_description .jkit-carousel-next, .product_description .jkit-carousel-prev {
    top: -387px;
}
.carousel-related .info {
    font-size: 1.0em;
    font-weight: normal;
    padding-left: 6px;
}
.float-left-width-100 {
    float:left;
    width:100%;
}
/*############### SLICK ###############*/
/* Slider */
.slick-slider { 
    /*position: relative;*/
    display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("../images/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; width: 100%; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { 
    position: absolute; 
 
    height: 30px; 
    width: 30px; 
    line-height: 0; 
    font-size: 1.1em; 
    cursor: pointer; 
    background: #343d46;
    border: 1px solid #343d46;
    color: #ffffff; 
    top: 50%; 
    margin-top: -15px;
    padding: 0;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     margin-left: 50px;
     margin-right: 50px;
    }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity: 0.75; 
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
    }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { 
    opacity: 0.15; 
    background: transparent;
    border: 0px solid #505050;
    }
.slick-prev:before, .slick-next:before {  
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    }
.slick-prev { left: -40px; }
[dir="rtl"] .slick-prev { left: auto; right: -40px; }
.slick-prev:before { 
    content:url('../images/left_arrow.png');
    bottom: 3px;
    left: -3px;
    position: relative;
    } /*"←"*/
.slick-next { right: -40px; }
[dir="rtl"] .slick-next { left: -40px; right: auto; }
.slick-next:before { 
    content:url('../images/right_arrow.png');
    bottom: 3px;
    left: -3px;
    position: relative;
    }
/* Dots */
.slick-slider { 
    margin-bottom: 10px;}
.slick-dots {
    position: relative;
    list-style: none; 
    display: block; 
    text-align: center; 
    padding: 0; 
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 10px;
    }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px 0 0; padding: 0; padding-top:5px; cursor:pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 30px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { 
    position: absolute; 
    top: 0; 
    left: 0; 
    content: ""; 
    width: 20px; 
    height: 20px;  
    line-height: 30px; 
    text-align: center; 
    opacity: 0.25; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     background: #5c849d;
    }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }
/*# sourceMappingURL=slick.css.map */
/* FILTERS IMPLEMENTATION*/
.filters-heading {
    margin-top: 20px;
    font-size: 1.2em;
    color: #a6a600;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 5px;
    padding-top: 3px;
    padding-left: 30px;
    background: url('../../../images/menu_icons/filter.gif') left top no-repeat;
}
.filters-from-to {
    font-size: 1.1em;
    color: #000000;
    padding-bottom: 5px;
}
.filters-from-to-value {
    font-size: 1.1em;
    color: #a6a600;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
}
.filter-x-button {
    width: 35px;
    height: 35px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    color: #ffffff;
    background: #ed1b24;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 10px;
}
.filter-x-button:hover, .filter-x-button:focus {
    cursor: pointer;
    border: 0;
    background: #49c9f6;
}
.blue-line {
    width: 100%;
    border-bottom: 3px dotted #a6a600;
    margin-top: 20px;
}
#product-filters .form_button {
    margin: 0 5px 0 0px;
    max-width: 190px;
    padding-left: 0px;
}
/*## SLIDER ##*/

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    	box-sizing: border-box;
}
.noUi-target {
	position: relative;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: 15px;
  
}
.noUi-horizontal .noUi-handle {
	width: 25px;
	height: 25px;
	left: -17px;
	top: -10px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #49c9f6;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
	background: #FFF;
	cursor: pointer;
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	/*height: 14px;*/
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}
/* BSM MULTISELECT*/

.bsmSelect{
  margin: 1em 0 0.25em 0;
  display: inline;
  background: #a6a600;
  color: #ffffff;
  padding-left: 10px;
}
.bsmSelect:focus {
  background: #ffffff;
  color: #a6a600;
}
.bsmList-custom {
  /* html list that contains selected items */
  margin: 0.25em 5px 0.25em 5px;
  display: block;
  padding-left: 0;
  list-style: none;
}

.bsmListItem-custom {
  /* li item from the html list above */
  margin: 0 5px 5px 0;
  padding: 4px;
  list-style: none;
  background: #ffebe6;
  border: 1px solid #bbb;
  line-height: 1em;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
}

.bsmListItem-custom:hover {
  background-color: #e5e5e5;
  box-shadow: 0 0 3px #aaa;
  -webkit-box-shadow: 0 0 3px #aaa;
  -moz-box-shadow: 0 0 3px #aaa;
}

.bsmListItemLabel-custom {
  padding-right: 5px;
  background: #ffebe6;
}

.bsmListItemRemove-custom {
  text-decoration: none;
}
/* BSM STANDARD */
.bsmContainer {
  /* container that surrounds entire bsmSelect widget */
}
.bsmOptionDisabled {
  /* disabled options in new select */
  color: #999;
}

.bsmHighlight {
  /* the highlight span */
  float: right;
  padding: 0;
  margin: 0 0 0 1em;
   color: #777;
}

.bsmList {
  /* html list that contains selected items */
  margin: 0.25em 0 1em 0;
  position: relative;
  display: block;
  padding-left: 0;
  list-style: none;
}

.bsmListItem {
  /* li item from the html list above */
  position: relative;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: #fbfbfb;
  border: 1px solid #DEDEDE;
  width: auto;
  margin: 0 0 -1px 0;
  line-height: 1em;
  font-size: 1.1em;
}

.bsmListItem:hover {
  background-color: #e7e8ea;
}

.bsmListItemLabel {
  /* this is a span that surrounds the text in the item, except for the remove link */
  padding: 5px;
  display: block;
  background: #ffebe6;
}

.bsmListSortable .bsmListItemLabel {
  cursor: move;
}

.bsmListItemRemove {
  /* the remove link in each list item */
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
}
a.bsmListItemRemove, a.bsmListItemRemove:visited, a.bsmListItemRemove:focus {
    color: #505050;
}

.bsmScrollWorkaround {
  /* Fix a bug when the 'html' element has an overflow set to either 'scroll' or 'auto' on FF. */
   padding-bottom: 1px;
   overflow: auto;
}
.drop-styled-manu {
   overflow: hidden;
   cursor: pointer;
   margin-right: 5px;
}
.drop-styled-manu select {
   /*padding-left: 5px;*/
   width: 100%;
   font-size: 1.1em;
   border: 1px solid #eaebed;
   height: 25px;
    -webkit-appearance: none;
    cursor: pointer;
}
a.select-all, a.select-all:hover, a.select-all:visited, .select-all {
    font-size: 1.1em;
    text-decoration: underline;
    padding-left: 24px;
    background: url('../images/red_check.gif') no-repeat 6px;
    
}
.new-partner-head {
    font-size: 1.4em;
    color: #000;
    margin-top: -38px;
    padding-bottom: 20px;
    padding-left: 5px;
}
.new-partner-text {
    font-size: 1.1em;
}
.just-blue {
    color: #a6a600;
}
.login-form-footer {
    width: 100%; 
    float: left; 
    margin-top: 30px;
    font-size: 1.1em;
    margin-bottom: 20px;
}
.login-form-footer table {width: 100%;}
.login-form-footer table tr td:first-child {
    text-align: left;
    width: 17.5%;
}
.login-form-footer table tr td:nth-child(2){
    text-align: left;
    width: 32.5%;
}
.login-form-footer table tr td:nth-child(3){
    text-align: left;
    width: 17.5%;
}
.add-to-quote {
    float:right;
    top: 35px;
    right: -50px;
    position: relative;
    z-index: 1;
}
.add-to-quote-stock {
    float:right;
    top: 38px;
    right: -50px;
    position: relative;
    z-index: 1;
}
.add-to-quote-pr {
    float:left;
    top: 10px;
    right: 10px;
    position: relative;
    z-index: 1;  
}
.add-to-quote-offer {
    float:right;
    top: 7px;
    right: 10px;
    position: relative;
    z-index: 1;
}
.button-list {
    border: 0;
    font-size: 0.9em;
    padding: 0 2px 0 2px;
    width: 100%;
    margin: 0;
    height: 25px;
    background: #1ec949;
    color: #ffffff;
    z-index: 1;    
}
.button-list:hover, .button-list:active, .button-list:focus {
    background-color: #ed1b24; 
    cursor: pointer; 
    border: 0;
}
.my-list {
    font-size: 1.0em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.my-list th{
    font-size: 1.2em;
    padding: 0.5rem;
    border: 1px solid #1ec949;
    background: #1ec949;
    color: #ffffff;
}
.my-list th:nth-child(1), .my-list td:nth-child(1){  
    width: 30px;
    text-align: center;
    }
.my-list th:last-child, .my-list td:last-child{  
    min-width: 130px;
    text-align: right;
}
.my-list td:nth-child(2){ 
    min-width: 120px;
}
.my-list td:nth-child(3){ 
    width: 80px;
}
.my-list td:nth-child(4){ 
    width: 60%;
    padding-left: 20px;
}
.my-list td:nth-child(5){ 
    width: 20%;
}
.my-list tr:nth-child(2n+1) {
    background: none repeat scroll 0% 0% #EEE;
}
.my-list td {
    padding: 0.25rem;
}
.my-list-footer {
    background:none;
    font-size: 1.1em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 20px
}
.my-list input[type=text] {
    width: 50px;
    height: 25px;
    border: 1px solid #a6a600;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
    padding-left: 10px;
    margin-left: 10px;
   	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.my-list input[type=text]:hover, input[type=text]:focus { 
    border:1px solid #98bcdf; 
    background-color:#FFFFe7; 
    }
.my-list .product-name {
  font-size: 1.1em;
  font-weight: normal;
}
.my-list .product-total-price{
    font-size: 1.2em;
    font-weight:  bold;
    color: #ed1b24;
    padding-right: 10px;
    padding-left: 10px;
}
.my-list .product-price {
    font-size: 1.1em;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
    color: #a6a600;
}
.custom-toolbar {
    float: right;
    font-size: 20px;
    margin-top: -40px;
}
.custom-toolbar img {
    vertical-align: middle;
}
.signature {
    margin-top:10px; 
    text-align:left;
    font-size: 1.1em;
    font-weight: normal;
}
.table-grey-head {
    background:#f1f5f5;
    }
.table-quote-orders {
    width:100%; 
    text-align:left;
}   
.table-quote-orders td, th{
    padding: 0px;
}
/* PORRTAL PILLARS*/
.pillar-container {
    width: 100%;
}
.pillar-container .pillar:last-child {
    margin-right: 0;
}
.pillar {
    position: relative;
    float: left;
    margin-right: 2%;
    width:32%;
    height: 380px;
    background: none;
    } 
.pillar-tansparency {
    background: #ffffff; 
    width:100%; 
    height: 100%; 
    position: absolute; 
    top:0px; 
    left:0px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(52,61,70,0.5);
    -moz-box-shadow: 2px 2px 2px 0px rgba(52,61,70,0.5);
    box-shadow: 2px 2px 2px 0px rgba(52,61,70,0.5);
    -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -ms-border-radius: 7px;
     -o-border-radius: 7px;
     border-radius: 7px;
     }
.image-line {
    height: 8px; 
    top: 120px; 
    position: relative;
    }  
.both-circles {
    position: relative;
    top:19px;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s; /* Animate the transform properties */
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; /* <-NB */
}       
.image-circle {
    position: relative;
    top:0px;
    left: 20%;
    width: 60%;
    height: 0;
    padding-bottom: 60%;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     background: #5c849d;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
   	-webkit-transform: translateZ(50px);
	transform: translateZ(50px);
    -ms-transform: translateZ(50px);
    cursor: pointer;
}  
.image-circle-alt{
    position: relative;
    top:0px;
    left: 20%;
    width: 60%;
    height: 0;
    padding-bottom: 60%;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
	-webkit-transform: rotateX(-90deg) translateZ(-50px);
    -ms-transform: rotateX(-90deg) translateZ(-50px);
	transform: rotateX(-90deg) translateZ(-50px);
} 
.image-circle-links {
    padding-top: 40%;
    font-size: 2em;
}
.image-circle-links a:link, .image-circle-links a:visited{
    color:#ffffff;
}
.image-circle-links a:hover {
    text-decoration: underline;
}
.both-circles:hover {
	-webkit-transform: rotateX(89deg);
	transform: rotateX(89deg); /* Text bleed at 90? */
    -ms-transform: rotateX(89deg);
}
.thin-line {
    height: 1px; 
    top: 55px; 
    position: relative;
    width: 90%;
    left:5%
    }  
.pillar-title {
    font-size: 1.7em;
    color: #343d46;
    top: 40px;
    left: 5%;
    width: 60%;
    position: relative;
    min-height: 50px;
    line-height: 1.1em;
    font-weight: 400;
}
.pillar-title a:link, a:visited {
    color: #343d46;
}
.pillar-title a:hover {
    text-decoration: underline;
}
.pillar-intro {
    font-size: 0.9em;
    color: #4e5b69;
    top: 70px;
    left: 5%;
    width: 90%;
    position: relative;
    min-height: 50px; 
    line-height: 1.2em;
}
.pillar-green {opacity: 0.90; filter:alpha(opacity=85); -moz-opacity:0.90;}  
.pillar-red {opacity: 0.75; filter:alpha(opacity=65); -moz-opacity:0.75;}  
.pillar-blue {opacity: 0.65; filter:alpha(opacity=55); -moz-opacity:0.65;} 

.line-green {background-color: #519e2a;}
.line-red {background-color: #ff3d0d;}
.line-blue {background-color: #0088cc;}
.line-yellow {background-color: #f0fa66;}
.line-middle-blue {background-color: #5c849d;}
.line-dark-blue {background-color: #343d46;}
.line-grey {background-color: #787478;}
.border-green {border-color: #519e2a;}
.border-red {border-color: #ff3d0d;}
.border-blue {border-color: #0088cc;}
.border-yellow {border-color: #f0fa66;}
.pillar-button-container {
    position:relative; 
    float:right;
    width: 30%;
    top: -20px;
}
.closeBtn2{
    position:absolute;
    left:8px;
    top:8px;
	z-index:60;
	width: 49px;
    height: 49px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	cursor:pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
    background-image: url('../images/right_arrow.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
}
.closeBtn2:hover {
	background: #ededed;
    background-image: url('../images/right_arrow_dark.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.closeBtn{
    position:absolute;
    left:5px;
    top:5px;
	z-index:60;
	width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius:50%;
    border-radius: 50%;
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top,  #cecece 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cecece 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cecece 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cecece 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cecece 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.closeBtnBg{
    position: absolute;
	z-index:50;
	width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cecece 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cecece 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}
.closeBtn3{
    position:absolute;
    left:8px;
    top:8px;
	z-index:60;
	width: 49px;
    height: 49px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	cursor:pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
    background-image: url('../images/login.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
}
.closeBtn3:hover{
	background: #ededed;
    background-image: url('../images/login_dark.png');
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
/* SCROLLABLE MENU */
.menu-mini {
    text-align: center;
    position:fixed;
    top:0px;
    padding-top: 30px;
    padding-right: 15px;
    width:80px;
    height: 70px;
    right:0px;
    z-index:1000;
    background: #5c849d;
    color: #d1d1d1;
}
.home-mini {
    text-align: center;
    float: right;
    top:0px;
    padding-top: 30px;
    z-index:1000;
    background: #5c849d;
    color: #d1d1d1;
    width: 109px;
    height: 70px;
}
.menu-mini:hover {
    color:#ffffff;
    cursor: pointer;
    }
.menu-mini:hover + .main-menu {
    width:219px;
    overflow:visible;
    cursor: pointer;
}
.main-menu:hover {
    width:219px;
    overflow:visible;
    cursor: pointer;
}
.main-menu {
    position:fixed;
    top:100px;
    bottom:0;
    height:100%;
    right:0;
    width:0px;
    overflow:hidden;
    -webkit-transition:width .5s linear;
    transition:width .5s linear;
    -webkit-transform:translateZ(0) scale(1,1);
    z-index:997;
    background-color: #fbfbfb;
    font-size: 1.1em;
  /* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */ filter: alpha(opacity=90);
  /* Netscape */ -moz-opacity: 0.90;
  /* Safari 1.x */ -khtml-opacity: 0.90;
  /* Good browsers */ opacity: 0.90;
}
.main-menu > ul {
    margin:7px 0;
}
.main-menu li {
    position:relative;
    display:block;
    width:219px;
}
.main-menu li > a {
        height: 25px;
    position:relative;
    display:table;
    border-collapse:collapse;
    border-spacing:0;
    color:#343d46;
    font-size: 0.9em;
    text-decoration:none;
    -webkit-transform:translateZ(0) scale(1,1);
    -webkit-transition:all .15s linear;
    transition:all .15s linear;
}
.main-menu .nav-text {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:200px;
    padding-left: 20px;
}
.no-touch .scrollable.hover {
    overflow-y:hidden;
}
.no-touch .scrollable.hover:hover {
    overflow-y:auto;
    overflow:visible;
}
/*a:hover,a:focus {
    text-decoration:none;
        -webkit-transform:translateZ(0) scale(1,1);
    -webkit-transition:all .15s linear;
    transition:all .15s linear;
}*/
nav {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
nav ul,nav li {
    outline:0;
    margin:0;
    padding:0;    
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
    color:#ffffff;
    background-color:#5c849d;
}
.side-menu {
    width: 100%;
    height: 1px;
  /* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 5-7 */ filter: alpha(opacity=10);
  /* Netscape */ -moz-opacity: 0.10;
  /* Safari 1.x */ -khtml-opacity: 0.10;
  /* Good browsers */ opacity: 0.10;
}
.white-back {
    background: #f7f7f7;
}
/*########## TOP MENUS ##########*/
.top-150 {
    position: absolute;
    top:150px;
}
.top-menu-global {
    height: 60px;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    color: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    display: table;
    z-index: 2;
    font-size: 1.3em;
}
#top-menu-global.small {
    font-size: 1em;
    height: 30px;
}
#top-menu-global.small span.top-menu-boxes {
    padding-bottom: 3px;
    border-bottom: none solid #343d46;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.menu-image-container {
    float: left;
    max-height: 60px;
    display: table-cell;
    vertical-align: middle;
    max-width: 60px;
}
#top-menu-global .menu-image-container img {
    padding: 5px;
    height: 55px;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
}
#top-menu-global.small img{
    height: 20px;
}
.top-menu-link-container {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.give-it-color {
    color: #5c849d;
}
.give-it-air {
    width: 100%;
    height: 20px;
}
.random-menus {
    font-size: 1em;
}
.top-menu-link-container span {
    font-size: 0.8em;
    padding: 2px 5px 2px 5px;
    background: #eef867;
    border-radius: 4px;
    margin-right: 5px;
    line-height: 1.7em;
}
span.top-menu-boxes {
    font-size: 1.1em;
    background: none;
    margin-right: 5%;
    line-height: 1.7em;
    border-bottom: none solid #343d46;
    padding-bottom: 13px;
    border-radius: 0;
}
span.top-menu-boxes a:link,  span.top-menu-boxes a:visited {
    color:#ffffff;
}
/*~~~ TIPS formatting*/
.horizontal-rule {
    width: 100%;
    border-top:  1px solid #dedede;   
    margin-top: 3px;
}
.header-container {
    height: 110px;
    width: 97%;
    max-width: 710px;
    padding: 0;
    padding: 10px;
    padding-top: 10px;
    font-size: 1.5em;
    background: #dce3e7;
    margin-top: 10px;
    margin-left: 5px;
    background-size: auto 130px;
    background-position: right top;
    background-repeat: no-repeat;
    opacity: 0.85;
    }
.title-container {
    width: 97%;
    max-width: 720px;
    background: #ffffff;
    font-size: 1.3em;
    margin-top: 10px;
    margin-left: 5px;
    padding: 10px;
}
.tip-text-container {
    width: 98%;
    padding: 10px;
    margin-left: 5px;
    max-width: 720px;
}
.tip-text-container ul {
    padding-left: 15px;
}
.did-you-know {
    width: 26%;
    float: right;
    margin-left: 10px;
    background: #dce3e7;
    top: 0px;
    right:0px;
    position: relative;
    z-index:10;
    -webkit-border-radius: 7px;
    -moz-border-radius:7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.hide-div {
    cursor: pointer;
    background: none;
    top: 5px;
    left: 5px;
    position: absolute;   
    }
.hide-div:focus ~ div {
    display:none;
}
.hide-div:focus {
    display:none;
}
.hide-div div {
    text-align: center;
    background: #ff8000;
    color:#ffffff;
    font-weight: bold;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.hide-div div span:hover {
    background: #006699;
}
.did-you-know-inner {
    height: 100px;
    width: 100%;
    background: #ffffff;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-left-radius:7px;
    -moz-border-top-right-radius:7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.fireman-icon {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: url('../images/fireman.jpg');
    margin-top: 10px;
}
.preload-warning-message {
    width: 92%;
    padding-left: 7%;
    color: #000000;
    background: url('../images/info_black.png') #f0f792 no-repeat 10px 50%;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
}
.preload-danger-message {
    width: 92%;
    padding-left: 7%;
    color: #ffffff;
    background: url('../images/info_white.png') #fc4b4b no-repeat 10px 50%;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
}
.preload-bravo-message {
    width: 92%;
    padding-left: 7%;
    color: #343d46;
    background: url('../images/ok_black.png') #b8d4a9 no-repeat 10px 50%;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px; 
}
.preload-info-message {
    width: 92%;
    padding-left: 7%;
    color: #ffffff;
    background: url('../images/info_triangle.png') #8aa6b7 no-repeat 10px 50%;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px; 
}
.dept-container {
    width: 100%;
    margin: 0;
    float: left;
}
.dept-icon {
    float: left;
    margin: 20px;
    margin-left: 5px;
    margin-top: 0px;
}
.dept-icon img{
    width: 180px;
}
.dept-icon img:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    cursor: pointer;
}
.dept-title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.dept-title a:link, .dept-title a:visited {
    color: #0088cc;
    font-size: 1.3em;  
}
.dept-short-description {
    color: #343D46;
}
.department-header-container {
    height: 150px;
    background-color: #0088cc;
    margin-top: 15px;
}
.department-image-container {
    width: 60%;
    height: 150px;
    background: cover;
    background-position: center center;
    float: left;
}
.department-name-container { 
    font-size: 1.3em;
    color: #ffffff;
    width: 15%;
    height: 150px;
    float: left;
    position: relative;
}
.department-name-container span {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.department-introduction {
    padding: 10px;
    margin-top: 10px;
}
.depts-accordion {
    padding: 0px 0 0px 0;
    margin: 91px 0px 0 5px;
   	overflow: hidden;
	width: 98%;
    border-radius: 3px;
    background: #0088cc;
}
.depts-accordion div {
	background: #0088cc;
	color: #ffffff;
	margin: 0px;
    padding: 10px 10px 10px 10px;
	border-bottom: 1px #C0C0C0 solid;
	cursor: pointer;
	cursor: hand;
    font-size: 1em;
    position: relative;
    line-height: 1.1em;
}
.depts-accordion div:hover {
    color: #ffffff;
    background: #343d46;
    cursor: pointer;
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.depts-accordion div.active {
    font-weight: bold;
}
.dgrid_tooltip {
    font-size: 0.9em;
    background-color: #343d46;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px;
    line-height: 1em;
    
}
.black-title {
    font-size: 1.4em;
    color: #000000;
}
span.green-title {
    color: #519e2a;   
}
.reminder-circle {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 18px;
    top: -5px;
    right: -5px;
    line-height: 18px;
    font-size: 0.65em;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; 
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    background: #67c1ef;
    border-color: #343d46;
    background-image: -webkit-linear-gradient(top, #8191a0, #343d46);
    background-image: -moz-linear-gradient(top, #8191a0, #343d46);
    background-image: -o-linear-gradient(top, #8191a0, #343d46);
    background-image: linear-gradient(to bottom, #8191a0, #343d46);
}
span.reminder-circle-grand {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 12px;
    padding-bottom: 3px;
    top: -10px;
    right: -5px;
    line-height: 16px;
    font-size: 0.60em;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; 
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    background: #67c1ef;
    border-color: #343d46;
    background-image: -webkit-linear-gradient(top, #8191a0, #343d46);
    background-image: -moz-linear-gradient(top, #8191a0, #343d46);
    background-image: -o-linear-gradient(top, #8191a0, #343d46);
    background-image: linear-gradient(to bottom, #8191a0, #343d46);
}
/*~~~~LOCATIONS~~~~~*/
.location-box {
    width: 24%;
    min-height:320px;
    /*height: 320px;*/
    float:left;
    background: #dce3e7;
    margin-right: 1%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.location-box-header {
    background-color: #ffffff;
    min-height: 40px;
    color: #5c849d;
    padding: 10px;
}
.location-box-map {
    overflow-x: hidden;
}
.location-box-address {
    padding: 10px;
    font-size: 0.95em;
    line-height: 1em;
    color: #808080;
    min-height: 50px;
}
.dotted-rule-green {
    width: 99%;
    border-bottom: 3px dotted #519e2a;
    margin-bottom: 5px;
}
/* LOGIN FORM*/
.login-form{
  width:30%;
  padding:30px 30px;
  background:rgba(255,255,255,0.8);
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  margin:0 auto;
}
.login-form H1.center_box_heading  {
    margin: 0;
}
.form-group{
  position: relative;
  margin-bottom:15px;
}
.form-control{
    width:92%;
    height:50px;
    padding:5px 7px 5px 15px;
    background:#fff;
    color:#666;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin-left: 0;
}
.form-control:focus {
  color:#0088cc;
}
.login-form a:link, .login-form a:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
    color: #a6a600;
}
.login-form a:hover {
    text-decoration: underline;
} 
.log-btn{
    margin-top: 10px;
    margin-left: 0;
    background:#0088cc;
    display:inline-block;
    width:100%;
    font-size:1.3em;
    height:50px;
    color:#fff;
    text-decoration:none;
    border:none;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.log-btn:hover, .log-btn:focus{
    background-color:#a6a600; 
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
    border:1px solid #a6a600;
    cursor: pointer; 
}
.log-btn.green{
    background-color:#519e2a;
}
.log-btn.red{
    background-color:#ff3d0d;
}
.log-btn.red:hover, .log-btn.red:focus, .log-btn.green:hover, .log-btn.green:focus {
    background-color:#a6a600; 
   	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
    border:1px solid #a6a600;
    cursor: pointer; 
}   
.draw-title-bar {
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    background: rgba(255,255,255,0.80);
}
.draw-title-bar H1.center_box_heading {
    padding: 20px;
}
.user-info-box {
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
    padding: 6%;
    font-size: 0.9em;
    display: inline-block;
    width: 85%;
    margin-bottom: 10px;
}
.width-100-percent .user-info-box:nth-child(3n){ 
    margin-right: 0;
}
.width-one-third {
    width: 33.3%;
}
.width-one-fourth {
    width: 25%;
}
.user-info-box input, .user-info-box select {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;    
}
.user-info-box input[type=password]{
    border: 0;
    color: #f8694d ;
    font-size: 1.8em;
}
.user-info-box select {
    padding: 10px;
    background: #0088cc;
    color: #ffffff;
    min-width: 180px;
    border: 0;
}
.user-info-box span {
    font-size: 1em;
}
.user-box-title {
    font-size: 1.3em;
    padding-bottom: 10px;
}
.white-back {
    background: rgba(255,255,255,0.9);
}
.gold-back {
    background: rgba(166,166,0,0.9);
}
.blue-back {
    background-color: #0088cc;
    color: #ffffff;
}
.green-back {
    background-color: #519e2a;
    color: #ffffff;
}
.red-back {
    background-color: #ff3d0d;
    color: #ffffff;
}
.orange-back {
    background-color: #5c849d;
    color: #ffffff;
}
.white-color {
    color: #ffffff;
}
.blue-color {
    color: #0088cc;
}
.deep-blue-color {
    color: #343d46;
}
.red-color {
    color: #ff3d0d;
}
.color-gold {
    color: #a6a600;
}
.green-color {
    color: #519e2a;
}
.color-oil {
    color: #c0c092;
}
.color-gray {
    color: #808080;
}
.deep-blue-back {
    background: rgba(52,61,70,0.9);
}
.color-deep-blue {
    color:#343d46;
}
.yellow-back {
    background: rgba(238,248,103,0.9);
}
.color-dark-pink { color:#f00f3c;}
.margin-bottom-20 {
    margin-bottom: 20px;
    }
.margin-right-2per {
    margin-right: 2%;
    }
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-top-5-neg {
    margin-top: -5px;
}
.font-size-0-8 {
    font-size: 0.8em;
}
.font-5-em {
    font-size: 5em;
}
.notifications {
    padding: 10px;
    font-size: 0.9em;
    margin: 5px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px; 
}
.notification-icon {
    height: 30px;
    width: 60px;
    background:url('../images/helmet.png') no-repeat top center;
    padding-top: 25px;
    padding-right: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #ff3d0d;
    margin: 0 auto;
    letter-spacing: -1px;
}
.notifications-login a:link, .notifications-login a:visited{
    padding-top: 10px;
    color: #a6a600;
}
.notifications-login a:hover {
    text-decoration: underline;
}
/*POPUP LOGIN PICKER*/
.login-opener-button {
    height: 30px;
    width: 30px;
    background: #343d46;
    background-image: url('../images/login.png');
    background-position: center;
    background-repeat:  no-repeat;
    border: 0;
    margin-left: 0;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;    
}
.login-opener-button:focus, .login-opener-button:hover {
     background: #343d46;
     background-image: url('../images/logout.png');
     border: 0;
     cursor: pointer;
}
.login-picker-box {
    text-align: center;
}
.login-opener-text {
    background: #343d46;
    color: #d1d1d1;
    font-size: 0.7em;
    line-height: 1.7em;
    border: 0;
    height: 22px;
    width: 50px;
    margin: 0;
    padding: 0;
}
.login-opener-text:hover, .login-opener-text:focus {
    border: 0;
    color: #ffffff;
    cursor: pointer;
    background: #343d46;
}
.login-picker-box #opener2:focus ~ .results { display: block  }
.login-picker-box #opener:focus ~ .results { display: block }
.login-picker-box .results {
    text-align: left;
    display: none;
    min-width: 240px;
    position: absolute;
    top: 36px;
    left: -76px;
    right: 0;
    z-index: 1001;
    padding: 0px;
    margin: 0px;
    border: 0px dotted #ffffff;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px; 
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.2em;
}
.login-picker-box .results:hover {
    display: block;
}
.login-picker-box .results li { 
    display: block;
    }

.login-picker-box .results li:first-child { margin-top: 2px }
.login-picker-box .results li:first-child:before, .login-picker-box .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}
.login-picker-box .results li:first-child:before {
    border-bottom: 5px solid #ffffff;
    top: -9px;
}
.login-picker-box .results li:first-child:after {
    border-bottom: 5px solid #ffffff;
    top: -9px;
}
.login-picker-box .results li:first-child:hover:before, .login-picker-box .results li:first-child:hover:after { }
.login-picker-box .results li:last-child { margin-bottom: -1px }
.login-picker-box .results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 20px 40px 20px 20px;
    font-weight: normal;
    font-size: 1.2em;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 0px;
}
.login-picker-box .results li:last-child a {
     border-bottom-left-radius: 7px;
     border-bottom-right-radius: 7px;
}
.login-picker-box .results li:first-child a {
     border-top-left-radius: 7px;
     border-top-right-radius: 7px;
}
.login-picker-box .results a span { font-weight: 200 }
.login-picker-box .results a:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background: url("../images/right-pointer.png") 0 0 no-repeat;
}
.login-picker-box .results a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background-color: #343d46;
}
.lt-ie9 .login-picker-box #opener { line-height: 26px }

/* Tooltips helpers */
.itemfield .toolipa{ float:left; top:2px; left:7px; position:relative; z-index:1; }
.itemfield .toolipa:hover{ z-index:2; }
.itemfield .toolipa > span{ display:inline-block; width:16px;padding-right: 0; height:16px; line-height:16px; font-size:0.9em; font-weight:normal; text-align:center; color:#FFF; cursor:help; background-color:#5c849d; position:relative; border-radius:10px; }
.itemfield .toolipa .content{ opacity:0; width:200px; background-color:#333; color:#FFF; font-size:0.9em; position:absolute; top:0; left:20px; padding:8px; border-radius:6px; pointer-events:none; transition:0.2s cubic-bezier(0.1, 0.1, 0.25, 2); -webkit-transition:0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2); -moz-transition:0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2); }
.itemfield .toolipa p{ padding:0; }
.itemfield .toolipa.down .content{ left:auto; right:0; top:30px; }
.itemfield .toolipa:hover .content{ opacity:1; left:36px; }
.itemfield .toolipa .content b{ height:0; width:0; border-color:#333 #333 transparent transparent; border-style:solid; border-width:9px 7px; position:absolute; left:-14px; top:8px; }
.itemfield .toolipa.down .content b{ left:auto; right:6px; top:-10px; border-width:5px; border-color:transparent #333 #333 transparent; }

form fieldset{ clear:both; margin:0 0 10px 0; }
form .itemfield{ padding:5px 0; position:relative; height:2em; }
form .itemfield.items{ height:auto; }
.itemfield label{ float:left; }
.itemfield label span{ float:left; width:160px;  }
.itemfield input, .itemfield textarea{ float:left; padding:3px 4px; width:210px; -webkit-transition:0.2s; -moz-transition:0.2s; transition:0.2s; }
.itemfield input{  }
.itemfield input.short{ width:90px; }
.itemfield input:focus:not([type="checkbox"]), .itemfield textarea:focus{ box-shadow:0 0 4px #5c849d; border:1px solid #5c849d; }
.itemfield textarea{  }
.itemfield select{ float:left; width:220px; padding:2px 0; margin:0; border:1px solid #CCC; text-transform:capitalize; }
.itemfield select option{ padding:1px; }

.itemfield > .extra{ float:left; font-size:0.9em; color:#999; line-height:2em; margin-left:13px; }

.itemfield.multi .input{ float:left; }
.itemfield.multi input{ float:left; margin-right:5px; width:35px; text-align:center; }
form .itemfield.multi input:nth-last-child(-n+2){ margin:0; }
.itemfield.items input{ border-top:5px solid #E1E1E1; margin:0 0 0 160px; }

.bad input[required=required], .bad input.optional, .bad select, .bad textarea{ border:1px solid #CE5454; box-shadow:0 0 4px -2px #CE5454; position:relative; left:0; -moz-animation:.3s 2 shake linear; -webkit-animation:0.3s 2 shake linear; }

/* REG FORM */
.registration-form .checkboxhack label{
    margin-left: 0px;
}
.registration-form input[type="checkbox"]:checked + label {
    background: #B9A704;
}
.registration-form select{
    background: #5c849d;
    color: #ffffff;
    height: 30px;
    border-radius: 5px;
    width: 220px;
    padding: 3px;
    margin-left: 10px;
}
.registration-form a:link, .registration-form a:visited {
    color: #343d46;
} 
.registration-form a:hover {
    text-decoration: underline;
} 
.registration-form .extra-big-input {
    width: 350px;
}
.registration-form .extra-small-input {
    width: 100px;
}
.registration-form input{
    float: left;
    height: 25px;
}
.button-create-account {
    border: 0;
    font-size: 1.1em;
    padding: 5px;
    width: 98%;
    margin-top: 10px;
    background: #b9a704;
    color: #ffffff;
    z-index: 1;    
}
.button-create-account:hover, .button-create-account:active, .button-create-account:focus {
    background-color: #5c849d; 
    cursor: pointer; 
    border: 0;
}
.registration-form .button-create-account, .request-form .button-create-account {
    height: 35px;
}
.registration-form .mandatory_star {
    width: 20px;
    padding-right: 0;
}
.registration-form label{
    margin-left: 20px;   
}
.registration-form span {
    padding-right: 20px;
}
.pass-tip-div {
    position: absolute;
    left: 62%;
    width: 30%;
    top: -20px;
    min-height: 70px;
    text-align: justify;
    line-height: 1.25em;
    border-radius: 3px;
    border: 0px ;
    padding: 10px;
    padding-left: 60px;
    background-image: url("../images/password_strengh.png");
    background-repeat: no-repeat;
    background-position: 0px 20px;
    font-size: 95%;
}
#passstrength {

}
.safe-password {
    background: #7bc901;
    color: #ffffff;
    background-image: url('../images/ok_black.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 35px;
    border-radius: 3px;
    position: relative;
    top: 20px;
}
.weak-password {
    background: #ff3d0d;
    color: #ffffff;
    border-radius: 3px;
    position: relative;
    text-align: justify;
    display:block;
    padding: 5px;
    padding-right: 0;
}
.medium-password {
    background: #ffff3e;
    color: #343d46;
    border-radius: 3px;
    position: relative;
    text-align: justify;
    display:block;
    padding: 5px;
    padding-right: 0;
}
.edit-account-link {
    float: right;
    position: relative;
    right: -5px;
    top:-40px;
}
.input-readonly {
    background: none;
    border: none;
    color:#808080;
}
.input-readonly:focus, .input-readonly:hover, .input-readonly:active {
    border: none;
    background: none;
}
.request-form input[type="checkbox"]:checked + label, .request-form input[type="radio"]:checked + label { 
    background: #f8694d;
}
.display-block {
    display: block;
}
.table-request tbody tr:nth-child(odd) {
  background: #eee;
}
.table-request tbody tr:last-child {
  background: #ffffff;
}
.table-request input[type="text"] {
    background: #fafdd0;
    color:#000000;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    padding-right: 10px;
}
.table-request input[type="text"]:focus {
    background: #eef867;
    border: 1px solid #343d46;
}
.height-50 {
    height: 50px;
}
.table-layout-fixed {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.display-table-cell {
    display: table-cell;
    width: 100%;
}
.vertical-align-text-top {
    vertical-align: text-top;
}
.little-joy {
     background: #f00f3c;
     border-radius: 2px;
     color: #ffffff;
     font-size: 0.8em;
     padding: 0.5px 2px 0.5px 2px;
     position: relative;
     top: -7px;
}
span.request-status {
    font-size: 0.2em;
}
span.request-status.new {
    color: #3366FF;
}
span.request-status.pending {
    color: #FF6600;
}
span.request-status.completed {
    color: #800080;
}
.nice-people {
    color:#f00f3c;
    font-size: 2.4em;
    float: right;
    position: relative;
    top: -10px;
    text-align: right;
    height: 50px;
    overflow: hidden;
    right:5px
}
.persons-note {
    font-size:0.4em;
    color:#333333;
    top:-8px;
    position:relative
}
input.button-plus {
    border:none;background:none;width:100px;height:100px;margin-top:0px;margin-bottom:-12px;cursor:pointer;font-size:6em
}
.essay-box { height: 150px; width:97.5%; margin:5px 0px; padding:10px; border-radius: 5px;}
#bsmSelectbsmContainer0 { }
#bsmSelectbsmContainer1 { }
.bsmContainer select { 
    width: 50%; margin-left:5px
}

span.width-100-percent { width: 100%;}
.position-far-left {position: relative; left: -10px;}
/* WCE24 -- COOKIE NOTICE */
.cookie-notice{
	width:10%;
    min-width: 250px;
    height: auto;
	position:fixed;
    left: 10px;
    padding-right: 1%;
    padding-left: 1%;
	z-index:99999;
    background: rgba(238,248,103, 0.9);
	/*background:url('../images/cookie-background.jpg') left top repeat-x;*/
	font-size:1em;
	-webkit-box-shadow: 0px 0px 10px rgba(118, 118, 118, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(118, 118, 118, 0.3);
	box-shadow:         0px 0px 10px rgba(118, 118, 118, 0.3);
    -webkit-border-top-right-radius: 5px; 
    -moz-border-top-right-radius: 5px; 
    border-top-right-radius: 5px; 
    -webkit-border-top-left-radius: 5px; 
    -moz-border-top-left-radius: 5px; 
    border-top-left-radius: 5px; 
}
.cookie-notice .cookie-notice-inner{
	position:relative;
	/*width:880px;*/
	margin:0 auto;
	padding:15px;
	vertical-align: text-top;
	/*background:url('../images/icon-info.png') left top no-repeat;*/
	/*text-shadow:1px 1px 1px #ffffff;*/
}
.cookie-notice .cookie-notice-inner p{
	margin-bottom:0px;
    padding: 0;
    background: none;
    color:#000000;
}	
.cookie-notice .cookie-notice-inner p a{
	color:#000000;
	text-decoration: underline;
}
.cookie-notice .cookie-notice-inner a.close-notice{
	position:absolute;
	right:0px;
	top:10px;
	display:block;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:url(../images/icon-close.png) left top no-repeat;
}