.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/


/* Common (can use on the all pages)
-----------------------------------------------------------------------------*/
.clearfix:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0; height: 0;
    overflow: hidden;
    font-size: 0;
}
.clearfix {zoom: 1;}

.cboth 		{ clear: both; font-size:0; line-height:0; height: 1px; }
.b		    { font-weight: bold; }
.i		    { font-style:italic; }
.center     { text-align: center; }
.fleft		{ float: left; }
.fright		{ float: right; }
.ul_clean	{ list-style-type:none; margin: 0; padding: 0; }
.f_clean	{ line-height: 0; font-size:0; height:0; }
.in_clean	{ width: auto !important; border: none !important; }
.nomarg		{ margin: 0 !important; }
.nopad		{ padding: 0 !important; }
.nobg		{ background: none !important; }
.c_auto		{ width: auto !important; }
.center-w	{ margin: 0 auto !important; }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
        .flash-container {
            height: 316px;
            line-height: 0;
            font-size: 0;
        }

.master-wrapper-page
{
	margin: 0px auto;
	width: 981px;
}

.master-wrapper-content
{
	margin: 0;
}

.master-wrapper-side
{
	float: left;
	width: 180px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
    margin: 0 10px 0 0;
}

.master-wrapper-center
{
	float: left;
	width: 791px;
	margin: 0px 0 0 0px;
	display: inline;
}

#profilesMaster .master-wrapper-center
{
    width: 550px;
}

.master-wrapper-cph
{
	float: left;
	width: 100%;
	color: #000;
	min-height: 600px;
}

.master-wrapper-right
{
	float: right;
	width: 210px;
	color: #000;
	min-height: 200px;
	padding: 0px 0px 10px 10px;
}

.master-wrapper-center-1
{
	float: left;
   /*	width: 830px;*/
    width: 980px;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
/*	width: 810px;*/
        width: 980px;
	color: #000;
    min-height:550px;
    height:auto !important;
    height:550px;
}

.master-wrapper-cph-1 h3 {
    clear:both;
    color:#FB7E67;
    font-size:22px;
    font-weight:normal;
    padding:10px 10px 5px 0;
}

#questionsAndAnswersPanel h4 {
    color: #375d81;
    font-size: 15px;
    font-weight: bold;
}


.faq_content {
    width: 100%;
    overflow: hidden;
}


.faq_left {
    width: 785px;
    float: left;
}

.faq_right {
    width: 185px;
    float: right;
}


.faq_right .box_right {
    background:#DBEDF8 none repeat scroll 0 0;
    margin-bottom:10px;
    width:183px;
}

.faq_right .box_right h3 {
    background:#52A7DE none repeat scroll 0 0;
    color:#FFFFFF;
    font-family:Arial,Tahoma,Verdana,sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height:16px;
    margin:0;
    padding:7px;
    text-align:center;
    text-transform:uppercase;
}

.faq_right .box_right p {
    color:#3D576B;
    margin:0;
    padding:10px;
}


#questionsAndAnswersPanel .faqItemsList {
    list-style: none;
    margin: 5px 0;
    padding:0;
}

#questionsAndAnswersPanel .faqItemsList li {
    background: #F4FAFD;
}

#questionsAndAnswersPanel .faqItemsList li.alt  {
    background-color: #fff;
}


#questionsAndAnswersPanel .faqItemsList li a {
    color: #375d81;
    font-size: 14px;
    padding: 4px 0 4px 30px;
    display: block;
   	background: url('/images/arrow_blue.gif') no-repeat 15px 50%;
}

#questionsAndAnswersPanel .faqItemsList li a:hover {
    background: url('/images/arrow_blue_ov.gif') no-repeat 15px 50%;
    color: #fb7e67;
}

#questionsAndAnswersPanel .faqItemDetail {
    padding: 0 150px 10px 17px;
}

#questionsAndAnswersPanel .faqItemDetail p {
    margin: 0;
    color: #252525;
}

#questionsAndAnswersPanel .faqItemsList li.open a {
     background: url('/images/arrow_red.gif') no-repeat 10px 50%;
    color: #fb7e67;
}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header{
	position:relative;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url('images/ico-register.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-login
{
	background: url('images/ico-login.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-logout
{
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-cart
{
	background: url('images/ico-cart.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-wishlist
{
	background: url('images/ico-wishlist.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-admin
{
/*	background: url('images/ico-admin.gif') no-repeat;
	padding-left: 20px;*/
}

.header-logo
{
	margin-top: 5px;
	float: left;
	text-align: left;
}

a.logo
{
	background: url('images/logo.gif');
	display: block;
    font-size:0; line-height:0;
    height:86px; width:465px;
    margin: 0;
    text-decoration: none;
}

.header-selectors-wrapper
{
/*	text-align: right;
	float: right;
	width: 500px;*/
    width:94px;
}

.header-currencyselector
{
}

.header-languageselector
{
}

.header-taxDisplayTypeSelector
{
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 515px;
}

.header-links
{
	height:24px;
}

.header-links ul
{
	padding: 0;
	margin: 0;
	position:absolute;
	right:0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links ul li.top_user_name{
	max-width:400px;
	overflow:hidden;
}
*html .header-links ul li.top_user_name{
	width:expression(document.body.clientWidth > 126? "126px": "auto");
}

.header-links a
{
	color: #85B1CA;
	text-decoration: none;
}

.headerlinks a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
    background:#52A7DE;
    width: 100%;
	vertical-align: middle;
  /*  height: 30px;*/
}

.headermenu ul
{
	padding: 0;
	margin: 0;
    display:inline-table;
}

.headermenu li
{
	list-style: none;
    float: left;
    background:transparent url('images/menu_sep.gif') no-repeat scroll 100% 50%;
}

.header li {
    float: left;
    font-weight:normal;
    padding:0;
}


.headermenu a
{
	color: #FFF;
	text-decoration: none;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:13px;
   /* padding:6px 20px 5px;
    display: block;*/
    text-align:center;
    text-transform:uppercase;
	vertical-align: middle;
}

.headermenu a:hover {
    background-color:#FB7E67;
    color:#FFFFFF;
}

.top-menu-a a,
.top-menu-a,
.top-menu-c a,
.top-menu-c {
    color: #85b1ca;
}

.top-menu-a,
.top-menu-a li {
    height: 24px;
}

.top-menu-b {
    height: 35px;
    padding:10px 0;
}

.top-menu-a li {
    padding: 5px 0 0 5px;
}
.top-menu-c li {
    padding: 0 6px 0 0;
}

.top-menu-a a:hover,
.top-menu-b a:hover,
.top-menu-c a:hover {
    color: #fb7e67;
}

.top-menu-a a,
.top-menu-a  {
    font-size: 11px;
}

.top-menu-a a {
    padding-top: 6px;
}

.top-menu-b a {
    font-size: 12px;
    color: #375d81;
    padding-top:3px;
    font-family: Abadi MT Condensed, "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
 }

.top-menu-c  {
    width: 100%;
    text-align: right;
}

.top-menu-c li  {
    display: inline;
    float: none;
}


.top-menu-b li {
    padding-left: 5px;
}

*html .top-menu-b li.m-t {
  margin-top: 3px;
}
*+html .top-menu-b li.m-t {
  margin-top: 3px;
}

.ico_bag {
    background:url('images/ico_bag.gif') no-repeat 0 50%;
    padding: 0 0 0 20px;
}

.ico_book {
    background:url('images/ico_book.gif') no-repeat 0 50%;
	width:18px;
	height:19px;
	display:block;
	margin:-1px 0 0;
}





/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_lists.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

#lists {
    padding:0;
    margin:0px;
    list-style:none;
    position:relative;
    background:#52A7DE none repeat scroll 0 0;
    clear:both;
/*    height:30px;*/
    width:980px;
    z-index:500;
    display: inline-block;
}
#lists li {
    display:inline;
    float:left;
    height:30px;
    background:url('images/menu_sep.gif') no-repeat 100% 50%;
}

#lists li.last {
    background: none;
}

#lists li a.tl {
    color:#FFFFFF;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    /*display: inline;*/
    font-size:13px;
    padding:0px 20px 0px 20px;
    line-height: 30px;
    text-align: center;
    text-transform:uppercase;
    float: left;
}

/*
#lists li a.menu_1 { width: 110px;}
#lists li a.menu_2 { width: 115px;}
#lists li a.menu_3 { width: 110px;}
#lists li a.menu_4 { width: 200px;}
#lists li a.menu_5 { width: 190px;}
#lists li a.menu_6 { width: 100px;}
#lists li a.menu_7 { width: 70px;}
#lists li a.menu_8 { width: 70px;}
*/

#lists div.pos {
    display:none;
    text-align: left;
    top:0;
}


#lists .subs_ov {
    width: 961px;
}


#lists div.pos table {
    border-left: 1px solid #dae0e7;
    margin: 5px;
}

#lists div.pos table td {
    vertical-align: top;
    min-height:100px;
    height:auto !important;
    height:100px;
    padding: 0 5px 5px;
    width: 222px;
    border-right: 1px solid #dae0e7;
}

#lists li a:hover, #lists li.active a a:hover {
    background-color:#FB7E67;
    color:#FFFFFF;
}
#lists li:hover > a {background-color:#FB7E67;    color:#FFFFFF;}

#lists li li:hover > a {background-color:transparent;}

#lists :hover div.pos {
    display:block;
   /* width:960px;*/
    background:#fff;
    position:absolute;
    padding: 0px;
    left:0;
	margin-top: 30px;
    border:10px solid #fb836d;
}


.show-96 { -khtml-opacity:.96; -moz-opacity:.96; -ms-filter:”alpha(opacity=96)”; filter:alpha(opacity=96); opacity:.96; }

#lists div.pos .subs {
    margin: 10px;
    left: 0;
}

#lists div.pos .sub {
    width: 200px;
    padding-left:10px;
    float: left;
    text-align: left;
}

#lists div.pos .sub a {
    text-align: left;
}

#lists div.pos ul {
    margin: 0 0 20px;
    list-style: none;
}

#lists div.pos li {
    float: none;
    display: block !important;
    background: none;
    height: auto;
    margin:0;
    padding:0;
    display: inline;
}

#lists div.pos li.first a {
    padding:0; font-size:0; line-height:0; display: inline;
}
#lists div.pos li.first {
    height: 1px;
}


#lists div.pos li.head {
    color: #3d576b;
    font: bold 12px/16px Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
}

#lists div.pos li.head a {
    color: #3d576b;
    font: bold 12px/16px Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    padding:0 0 3px;
}
#lists div.pos li.head a:hover {
    background: none;
}

#lists div.pos li a {
    font: normal 11px/16px Arial, Tahoma, Verdana, sans-serif;
    text-transform: none;
    color: #375d81;
    padding: 0 4px 3px 10px;
    display: block;
    background: none;
}

#lists div.pos li a:hover {
    color: #fb7e67;
    background: transparent url('images/arrow_red.gif') no-repeat 0 50%;
}

#lists div.pos li:hover {
    background:none;
}

#lists .clear {clear:both;}

/*ie7*/
*+html .clearfix        { zoom: 1; }
*+html ul#products li   { padding-left: 0px; }
*+html .tabs            { padding:0px 0 20px; zoom:1; }
*+html .page_abc        {padding:0; }

/*ie6*/
*html #lists :hover div.pos { margin-top: 21px; }
*html .column-right .friends td {padding: 0 4px;}
*html .#lists div.pos table td  { width: 150px;}
*html #lists div.pos .sub li {display: inline;}

*html #lists table {
    position: absolute;
    left:0;
}

*html #lists table table {
    position: static;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	width: 160px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
    padding:0 !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #85B1CA;
}

.category-navigation .li_selected a
{
    background:transparent url('images/arrow_red.gif') no-repeat scroll 0 50%;
    color:#FB7E67;
	text-decoration: none;
    font-weight: normal;
}

.category-navigation .title
{
    font: normal 12px/16px Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    padding: 7px;
    background:#52a7de;
    color: #fff;

}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 4px 0px 0px 7px;
	line-height: 18px;
	margin: 0px;
    color: #183152;
}

.category-navigation .treeview span {
        color: #183152;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview ul span {
   	color: #3664A5;
    padding-left: 15px;
}

.category-navigation .treeview span:hover {
    color:#FB7E67;
}

.category-navigation .treeview ul a span {
   	color: #3664A5;
    padding-left: 15px;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
}

.category-navigation .treeview ul a {
    color: #3664A5;
    padding-left: 0px;
}

.category-navigation .treeview ul a:hover, .category-navigation .treeview ul a:hover span {
    color:#FB7E67;
}

.category-navigation .treeview ul ul a {
    color: #85B1CA;
    padding-left: 15px;
}

.category-navigation .treeview ul ul a:hover {
    background:transparent url('images/arrow_red.gif') no-repeat scroll 0 50%;
    color:#FB7E67;

}

.cat_banner {
    background: #DBEDF8;
    height: 159px;
    overflow: hidden;
}

.cat_banner .cat_banner_left {
    float: left;
    width: 331px;
    padding: 20px 0 0 30px;
}

.cat_banner .cat_banner_left .CategoryTitle {
    font-size: 26px;
    padding: 0px;
    line-height:30px;
}

.cat_banner .cat_banner_left .CategoryDescription {
    color: #252525;
    font-size: 13px;
}


.cat_banner .cat_banner_right {
    float: right;
    width: 430px;
    text-align: right;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.cat_pager {
    background: #dbedf8;
    margin: 10px 0;
    padding: 3px;
}

.cat_pager select {
    width: 125px;
    margin: 0 3px 0 0;
}

.cat_pager table {
    width: 100%;
    border-collapse:  collapse;
}

.cat_pager td {
    /*padding: 3px 1px 3px 2px;*/
	padding: 3px 1px 3px 2px;
}


.cat_pager .pager_left {
    /*white-space: nowrap;*/
    width: 515px;
}

.cat_pager .pager_left .select_filter{
	/*width: 515px;*/
	width:100%;
	white-space:normal;
}

.cat_pager .pager_left .select_filter select{
	margin-bottom:10px;
}

.cat_pager .pager_right {
    white-space: nowrap;
}



.cat_pager table .pages, .cat_pager table .pages a, .cat_pager table .pages span b span {
    color: #183152;
}

.cat_pager table .pages span b {
    font-weight: normal;
}

.cat_pager table .pages span strong {
    color: #FB7E67;
}

.cat_pager table .pages .show_all, .cat_pager table .pages .show_pager  {
/*    border-right:1px solid #463191;*/
    display:block;
    float:right;
    line-height:14px;
    margin-top:1px;
    padding:0 5px 0 0;
}

*+html .cat_pager table .pages .show_all {
    margin-top:1px;
}

*html .cat_pager table .pages .show_all {
    margin-top:2px;
}

.cat_pager .PagerInfoCell {
    text-align: center;
    border-right: 1px solid #463191;
    border-left: 1px solid #463191;   
}


.cat_pager table .pages a:hover, .cat_pager table .pages span span {
    color: #fb7e67;
}


.cat_pager table .PagerContainerTable {
    width: auto;
    float: right;
    margin-top:2px;
    line-height:6px;

}

*+html .cat_pager table .PagerContainerTable {
    margin-top:1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.manufacturer-navigation li
{
	list-style: none;
}

.manufacturer-navigation li a{
	color:#3664A5;
}

.manufacturer-navigation li a:hover{
	color:#FB7E67;
}

.manufacturer-navigation a.inactive
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation a.active
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation .title
{
	font: normal 12px/16px Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    padding: 7px;
    background:#52a7de;
    color: #fff;
}

.manufacturer-navigation .listbox
{
	color:#183152;
	font-size:11px;
	line-height:18px;
	margin:0;
	padding:4px 0 0 7px;
}

.manufacturer-navigation .listbox ul
{
	background-color:inherit;
	color:#3664A5;
	margin:0;
	padding:0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
}

.RecentlyViewedProductsBox .title
{
	background:#52A7DE none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
	padding:7px;
	text-transform:uppercase;
}

.RecentlyViewedProductsBox .listbox
{
	color:#183152;
	font-size:11px;
	line-height:18px;
	margin:0;
	padding:4px 0 0 7px;
}

.RecentlyViewedProductsBox .listbox ul
{
	background-color:inherit;
	color:#3664A5;
	margin:0;
	padding:0;
}

.RecentlyViewedProductsBox .listbox ul li a{
	color:#3664A5;
	padding-left:0;
	font-weight:normal;
}

.RecentlyViewedProductsBox .listbox ul li a:hover{
	color:#CB7930;
}

.RecentlyViewedProductsBox .separator
{
	/*height: 1px;
	line-height: 1px;
	background: #ff9933;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;*/
	display:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
    color:#183152;
}

.infoblock-navigation .title
{
    font: normal 12px/16px Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    padding: 7px;
    background:#52a7de;
    color: #fff;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #dbedf8;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

/* Buttons
----------------------------------------------------------------------------*/
.btn {
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.btn:hover {
    background-position: 0 100%;
    text-decoration: none !important;
}

.btn-blue {
    background:#52A7DE none repeat scroll 0 0;
    color:#fff;
    font: normal 12px/22px Tahoma, Arial, sans-serif;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 6px;
    line-height:21px;
}

.btn-blue:hover {
    background:#FB7E67 none repeat scroll 0 0;
    color:#FFFFFF;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
    background: #b2def7;
    overflow: hidden;
    margin:3px auto 0 auto;
    padding:15px 0 15px 20px;
    clear: both;
    width: 961px;
    zoom: 1;
}

.footer .foot-box {
    width: 130px;
    float: left;
    color: #375d81;
    margin-right:25px;
}

.footer .foot-box h4 {
    color: #3d576b;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.footer .foot-box a {
    color: #375d81;
}

.footer .foot-box a:hover {
    color:#FB7E67;
}

.footer #foot-d {
    width: 180px;
    margin-right:0;
}

.footer #foot-e {	
	float:right;
    width: 300px;
    margin: 0;
}

.footer .copy {
    font-size: 11px;
    line-height: 16px;
    margin:0;
}

.footer ul {
    list-style: none;
    padding:0;
    margin: 0;
}



.footer .submit_input {
    border: 1px solid #89c6ec;
    background: #dbedf8;
    width: 185px;
    height: 20px;
}

.sitemap_page table {
    width: 100%;
}

.sitemap_page td {
    width: 230px;
    padding: 0 15px 0 0;
    vertical-align: top;
}

.sitemap_page ul {
    padding: 0;
    margin: 0 0 20px 20px;
        color: #4188AF;
}

.sitemap_page h4 {
    margin: 0 0 5px;
}


.sitemap_page h4 a {
    color: #3D576B;
    font-size: 14px;
    text-transform: uppercase;
}

.sitemap_page ul a {
    color: #85B1CA;
}

.sitemap_page ul a:hover, .sitemap_page h4 a:hover {
    color: #FB7E67;
}

.TableContainer_Cus .ItemName{
	width:110px;
}







/* new index page */
.clearfix:after {
	content:"";
	clear:both;
	display:block;
}
.clearfix {
	zoom:1;
}
.top-wrap {
	padding:0 0 7px;
	color:#587896;
}
.top-wrap a {
	color:#85b1ca;
}
.top-wrap a:hover {
	color:#fb7e67;
}
.top-wrap p {
	float:left;
	margin:0;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
}
.top-wrap .social {
	float: right;
	margin:0;
	padding:0;
	list-style:none;
}
.top-wrap .social li {
	float:left;
	padding-left:8px;
}
.top-wrap .social img {
	display:block;	
	float:right;
}
/* content */
.content {
	float:left;
	width:670px;
	overflow:hidden;
}
/* slider */
#slider {
	position:relative;
	background:#52a7de;
	margin-bottom:10px;
}
.list-pict {
	margin:0;
	padding:0;
	list-style:none;
	height:287px;
}
.list-pict li {
	position:absolute;
	left:0;
	top:0;
}
.list-pict img {
	display:block;
}
.list-pict .btn-more {
	position: absolute;
	bottom:-50px;
	left:24px;
	z-index:300;
	color:#fff;
	padding:0 18px 0 8px;
	line-height:26px;
	background:#fb7e67 url('images/bullet.gif') no-repeat 95% 50%;
}
.list-pict .btn-more:hover {
	text-decoration:underline;
}
.slider-nav {
	padding:10px 10px 10px 24px;
}
.slider-nav ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.slider-nav ul li {
	float:left;
	padding-left:10px;
}
.slider-nav ul img {
	display:block;
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	border:1px solid #fdbeb3;
}
.slider-nav ul .active img,
.slider-nav ul a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border-color:#fb7e67;
}
.box-blue {
	margin-bottom:10px;
	background:#52A7DE;
}
.box-twitter .box-hold {
	min-height:114px;
	background:#DBEDF8;
}
.box-blue .box-hold {
	background:#dbedf8;
}
.heading {
    color:#FFFFFF;
    font-size:12px;
    font-weight:normal;
    padding:5px 7px;
    height: 18px;
    text-transform:uppercase;
}
.heading h2 {
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.heading h2 span {
	text-transform: none;
}
.heading .view-all {
	float:right;
	padding-left:12px;
	line-height: 18px;
	color:#fff;
	text-transform:none;
	background:url('images/bullet2.gif') no-repeat 0 70%;
}
.heading .view-all:hover {
	text-decoration:underline;
}
.nav-category ul {	
	margin:0 -10px 0 0;
	padding:0;
	list-style:none;
}
.nav-category ul li {
	float:left;
	border-right:1px solid #fff;
}
.nav-category ul a {
	float: left;
	width:74px;
	height:69px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('images/item1.gif') no-repeat 50% 0;
}
.nav-category ul a.categ2 {
	background: url('images/item2.gif') no-repeat 50% 0;
}
.nav-category ul a.categ3 {
	background: url('images/item3.gif') no-repeat 50% 0;
}
.nav-category ul a.categ4 {
	background: url('images/item4.gif') no-repeat 50% 0;
}
.nav-category ul a.categ5 {
	background: url('images/item5.gif') no-repeat 50% 0;
}
.nav-category ul a.categ6 {
	background: url('images/item6.gif') no-repeat 50% 0;
}
.nav-category ul a.categ7 {
	background: url('images/item7.gif') no-repeat 50% 0;
}
.nav-category ul a.categ8 {
	background: url('images/item8.gif') no-repeat 50% 0;
}
.nav-category ul a.categ9 {
	background: url('images/item9.gif') no-repeat 50% 0;
}
.nav-category ul a:hover {
	background-position:50% -69px;
}
/* shop-room */
.shop-room .box-hold {
	width:662px;
	border:solid #52a7de;
	border-width:0 4px 4px;
	overflow:hidden;
	min-height:318px;
}
.shop-room .tabset {
	background:#52a7de;
}
.shop-room .tabset ul {
	margin:0 -10px 0 0;
	padding:0;
	list-style:none;
}
.shop-room .tabset ul li {
	float:left;
	margin-right:1px;
}
.shop-room .tabset ul a {
	float:left;
	width:132px;
	color:#375d81;
	text-transform:uppercase;
	font-size:11px;
	line-height:30px;
	font-weight: bold;
	text-align: center;
	background:#97caeb;
}
* +html .shop-room .tabset ul li:first-child a{width:129px;}
.shop-room .tabset ul a:hover,
.shop-room .tabset ul .active a {	
	color:#375d81;
	background:#dbedf8;
}
.gallery {
	padding:25px 16px;
}
.gallery .bx-prev,
.gallery .bx-next {
	position:absolute;
	top:78px;
	width:19px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('images/btn-prev.gif') no-repeat;
}
.gallery .bx-prev{left:0;}
.gallery .bx-next {
	right:0;
	background: url('images/btn-next.gif') no-repeat;
}
.bx-wrapper {
	width:630px !important;
}
.bx-window {
	float:left;
	margin:0 30px;
	display: inline;
	overflow:hidden;
	zoom:1;
	position:relative;
}
.gallery ul {
	width:9999px;
	margin:0;
	padding:0;
	list-style:none;
}
.gallery ul li {
	float:left;
	width:178px;
	padding:0 7px;
}
.gallery ul img {
	display:block;
	border:1px solid #abc8e2;
}
.gallery p {
	margin:3px 0 0;
	font-size:12px;
	line-height: 18px;
	font-weight: bold;
	text-align:center;
}
.gallery p a {
	color:#444;
}
.gallery p a:hover {
	text-decoration:underline;
}
/* sidebar */
.sidebar {
	float:right;
	width:300px;
	overflow:hidden;
}
.box-banner .box-hold {
	border:solid #c9c9c9;
	border-width:0 1px 1px;
}
.box-banner ul {
	margin:0;
	padding:0;
	list-style: none;
}
.box-banner ul img {
	display:block;
}
/* twitter */
.box-twitter .box-hold {
	padding:0 10px 10px;
}
.box-twitter .box-hold h3,
.box-blog .box-hold h3,
.box-facebook .box-hold h3 {
	display:none;
}
.box-twitter .box-hold p {
	margin:0;
	padding:10px 0 0;
}
.box-twitter .box-hold a {
	color:#fb7e67;
}
.box-twitter .box-hold a:hover {
	text-decoration: underline;
}
/* blog */
.box-blog .box-hold {
	padding:0 10px 10px;
}
.blog-post {
	padding:10px 0 0;
	color:#375d81;
	font-size:15px;
	line-height:18px;
}
.blog-post .pict {
	float:left;
	margin-right:10px;
}
.blog-text {
	overflow:hidden;
}
.blog-text p {
	margin:0;
	font-weight: bold;
	font-size:14px;
}
.blog-text ul {
	margin:0;
	padding:0;
	list-style: none;
	font-size:12px;
	color:#444;
}
.blog-text ul li {
	float:left;
	padding-right:4px;
}
.blog-text a.more {
	padding-right:8px;
	background: url('images/bullet3.gif') no-repeat 100% 50%;
}
.blog-post-list .more-hold {
	padding:10px 0 0;
}
.blog-post-list .more-hold a {
	float: left;
	padding:0 8px;
	color:#fff;
	line-height:22px;
	text-transform: uppercase;
	background:#fb7e67;
}
.box-facebook .box-hold {
	padding:10px;
}
.footer .facebook-item {
	padding-left:21px;
	background: url('images/ico-facebook.gif') no-repeat 0 50%;
}
.footer .twitter-item {
	padding-left:21px;
	background: url('images/ico-twitter.gif') no-repeat 0 50%;
}

.footer .rss-item {
	padding-left:21px;
	background: url('/images/icon_rss.gif') no-repeat 0 50%;
}

/* box-join */
.box-join {
	padding:20px;
	margin-bottom:8px;
	background:#52a7de;
	color:#fff;
}
.box-join h5,
.box-join h6 {
	margin:0;
	font-size:12px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
.box-join h6 {
	font-size:22px;
	line-height:24px;
}
.box-join p {
	margin:4px 0 8px;
}
.box-join .textBox {
	float:left;
	width:176px;
	height:16px;
	padding:3px 5px;
	margin:0;
	font-size:14px;
	color:#000;
	background:#dbedf8;
	border: none;
}
.box-join .btn_submit {
	float:right;
	width:64px;
	height:22px;
	border: none;
	cursor: pointer;
	text-indent:-9999px;
	letter-spacing:-99999px;
	background: url('images/btn-submit.gif') no-repeat;
}
.box-join .btn_submit:hover {
	color:#000;
}


























