/*General resets*/
body
{
	font-size:75%;
	line-height:1.5;
	background:#eae9df url(../images/bg-body.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	min-width:1000px;
	margin:0;
}

h1,h2,h3
{
	margin-top:0;
	margin-bottom:0;
}

/* end default form elements */
h1
{
	font-size:2.61538em;
	color:#000;
	font-weight:700;
	letter-spacing:-2px;
	padding-top:1em;
	line-height:.9;
}

h2 
{
	font-size:1.61538em !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-weight:400 !important;
	line-height:1.2 !important;
	color:#606362 !important;
}

h3
{
	/* font-size:1.30769em; */
	font-size:1em;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	color:#666;
	font-weight:300;
}

/* from Pro CSS Techniques and positioniseverything.net */
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.hidden
{
	display:none;
	visibility:hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix
{
	height:1%;
}

/* End Holly Hack 
 testing */
.clear
{
	display:block;
	clear:both;
}

img
{
	border:0;
}

a
{
	color:#5f6361;
	text-decoration:none;
}

/* Default form elements */
input,textarea,select
{
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #b7b7b7;
	height:25px;
	padding-left:5px;
	/* padding-top:3px; */
	margin-top:5px;
	color:#5E6261;
	float:none;
}

label, .label
{
	color:#5E6261;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:400 !important;
}

form,fieldset
{
	border-style:none;
	margin:0;
	padding:0;
    width:600px;
}

button,input .image
{
	text-transform:uppercase;
}

h4, .units
{
	font-size:9px;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/*wrapper*/
#wrapper
{
	width:980px;
	overflow:hidden;
	margin:0 auto;
}

/*sidebar*/
.sidebar
{
	width:142px;
	float:left;
	position:relative;
	margin:0 -10px 0 0;
	padding:50px 0 0;
}

.sidebar .all_btns_ok
{
	margin:-10px 0 -3px;
}

/*search*/
#search
{
	width:100%;
	overflow:hidden;
	margin:0 0 0px;
}

.search-wrap {
    width:126px;
    border: 1px solid #B7B7B7;
    padding:none;
    background:white;
}

#search input
{
    font-size:1em;
    color:#888C8B;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    position:relative;
    z-index:1112;
	background-color:#FFF;
	float:left;
    border:none;
	width:90px;
    outline:0 none;
}

#search .image
{
	border:0;
	border-top:0px solid #b7b7b7;
	border-right:0px solid #b7b7b7;
	border-bottom:0px solid #b7b7b7;
    width:16px;
    height:13px;
	border-left:none;
	float:right;
	padding-right:5px;
	padding-top:3px;
}

/*sub-nav*/
.sidebar .sub-nav
{
	list-style-type:none;
	width:148px;
	margin:0 -6px 0 0;
	padding:0 0 15px;
}

* html .sidebar .sub-nav
{
	width:153px;
}

.sidebar .sub-nav .expand
{
	text-transform:uppercase;
	margin:0 0 0 20px;
}

.sidebar .sub-nav .expand a
{
	font-size:9px;
	margin:0 0 0 6px;
}

.sub-nav li
{
	height:1%;
	line-height:14px;
	padding:0 0 0 8px;
}

.sub-nav li a
{
	font-size:11px;
	margin:-10px -10px 0 0;
}

.sub-nav li.active
{
	font-size:11px;
	padding:0 0 0 6px;
}

.sub-nav .all_btns
{
	margin:-14px -5px 0 45px;
}

.sub-nav li.maincat
{
	background:url(../images/separator-sub-nav.gif) no-repeat 0 14px;
	width:148px;
	padding:0 0 15px;
}

.sub-nav ul
{
	list-style-type:none;
	margin:0;
	padding:1px 0 0;
}

.sub-nav li li li
{
	background:none;
	line-height:15px;
	padding:0 0 0 4px;
}

.sub-nav ul ul
{
	padding:0 0 0 2px;
}

/*twocolumns*/
#twocolumns
{
	width:838px;
	float:right;
}

/*main*/
#main
{
	float:left;
	width:730px;
	background:url(../images/bg-main.gif) repeat-y;
}

.main-holder
{
	background:url(../images/bg-main.gif) no-repeat -729px 100%;
	min-height:1334px;
	padding:0 0 10px;
}

* html .main-holder
{
	height:1334px;
}

/*header*/
#header
{
	width:716px;
	overflow:hidden;
	background:url(../images/bg-header.jpg) no-repeat;
	padding:0 0 20px 14px;
}

.header-bar
{
	height:1%;
	overflow:hidden;
	padding:0 0 2px;
}

.header-bar .info-text
{
	float:right;
	padding:10px 15px 0 0;
}

.logo
{
	width:163px;
	height:73px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	float:left;
	display:inline;
	margin:0;
}

/*navigation*/
.topnav
{
	font-size:9px;
	list-style-type:none;
	float:right;
	position:relative;
	margin:-5px 0 0;
	padding:0;
}

.topnav li
{
	float:left;
	overflow:hidden;
	height:14px;
	display:inline;
	padding:5px 14px 0;
}

.topnav a
{
	color:#FFF;
	text-transform:uppercase;
	display:block;
	height:14px;
	overflow:hidden;
}

.nav
{
	list-style-type:none;
	float:right;
	position:relative;
	margin:-5px 0 0;
	padding:0 29px 0 0;
}

.nav li
{
	float:left;
	overflow:hidden;
	height:21px;
	display:inline;
	background:url(../images/separator-nav.gif) no-repeat;
	padding:5px 14px 0;
}

.nav a
{
	color:#5e6261;
	text-transform:uppercase;
	text-indent:-9999px;
	display:block;
	height:10px;
	overflow:hidden;
}

.nav-container{
    padding-top:20px;
}

.nav .mixers
{
	width:48px;
	background:url(../images/bg-nav.gif) no-repeat;
}

.nav .mixers:hover,.nav li.active .mixers
{
	background-position:0 -10px;
}

.nav .containers
{
	width:84px;
	background:url(../images/bg-nav.gif) no-repeat -80px 0;
}

.nav .containers:hover,.nav li.active .containers
{
	background-position:-80px -10px;
}

.nav .impellers
{
	width:68px;
	background:url(../images/bg-nav.gif) no-repeat -190px 0;
	height:10px;
}

.nav .impellers:hover,.nav li.active .impellers
{
	background-position:-190px -10px;
}

.nav .stands
{
	width:51px;
	background:url(../images/bg-nav.gif) no-repeat -285px 0;
}

.nav .stands:hover,.nav li.active .stands
{
	background-position:-285px -10px;
}

.nav .accessories
{
	width:86px;
	background:url(../images/bg-nav.gif) no-repeat -361px 0;
}

.nav .accessories:hover,.nav li.active .accessories
{
	background-position:-361px -10px;
}

/*content*/
#content,#tab-content
{
	overflow:hidden;
	width:672px;
	margin:-12px 0 0;
	padding:0 0 0 20px;
    /* padding-bottom:20px; */
}
#content{
	margin:0px;
	/* margin-top:-15px; */
}

#tab-content .tabset-holder
{
	width:100%;
	overflow:hidden;
	border-bottom:2px solid #f6e26f;
}

#tab-content .tabset
{
	overflow:hidden;
	height:1%;
	list-style-type:none;
	margin:0;
	padding:0;
}

#tab-content .tabset li
{
	float:left;
	width:100px;
	margin:0 -10px 0 0;
}

#tab-content .tabset li a
{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:28px;
}

#tab-content .tabset li .category
{
	background:url(../images/bg-tabset.gif) no-repeat 0 -112px;
	width:140px;
	margin-left:3px;
}

#tab-content .tabset li .category-active
{
	background:url(../images/bg-tabset.gif) no-repeat 0 -140px;
	width:140px;
	margin-left:3px;
}

#tab-content .tabset li .category-capact
{
	background:url(../images/bg-tabset.gif) no-repeat 0 -84px;
	width:150px;
	margin-left:3px;
}

#tab-content .tabset li .capability
{
	background:url(../images/bg-tabset.gif) no-repeat 0 -168px;
	margin-left:52px;
	width:150px;
}

#tab-content .tabset li .capability-active
{
	background:url(../images/bg-tabset.gif) no-repeat 0 -224px;
	width:150px;
	margin-left:52px;
}

#tab-content .tabset li .capability-catact
{
	background:url(../images/bg-tabset.gif) no-repeat 0 -196px;
	width:150px;
	margin-left:53px;
}

#tab-content .tabset li .home
{
	background:url(../images/bg-tabset.gif) no-repeat 0 -28px;
	width:105px;
}

#tab-content .tabset li .home-active
{
	background:url(../images/bg-tabset.gif) no-repeat 0 -56px;
	width:93px;
}

#tab-content .tabset-holder .improve
{
	font-size:9px;
	float:right;
	line-height:9px;
	width:50px;
}

#tab-content #tab1
{
	padding:10px 0 0;
}

#tab-content .breadcrumbs
{
	width:100%;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
    background:#F9DF6E;
}

#tab-content .breadcrumbs li
{
	float:left;
	height:18px;
	position:relative;
	padding:2px 10px 0 20px;
}

* html #tab-content .breadcrumbs li
{
	position:static;
}

#tab-content .breadcrumbs .mix
{
	background:url(../images/bg-mix.png) no-repeat 100% 0;
	min-width:78px;
	z-index:4;
	margin:0 -17px 0 0;
}

* html #tab-content .breadcrumbs .mix
{
	width:78px;
}

#tab-content .breadcrumbs .small
{
	background:url(../images/bg-small.png) no-repeat 100% 0;
	min-width:64px;
	z-index:3;
	margin:0 -13px 0 0;
	padding:2px 0 0 34px;
}

* html #tab-content .breadcrumbs .small
{
	width:64px;
}

#tab-content .breadcrumbs .viscosity
{
	background:url(../images/bg-viscosity.png) no-repeat 100% 0;
	min-width:77px;
	z-index:2;
	margin:0 -10px 0 0;
	padding:2px 0 0 31px;
}

* html #tab-content .breadcrumbs .viscosity
{
	width:77px;
}

#tab-content .breadcrumbs .density
{
	background:url(../images/bg-density.png) no-repeat 100% 0;
	min-width:61px;
}

* html #tab-content .breadcrumbs .density
{
	width:61px;
}

#tab-content .breadcrumbs li a
{
	color:#fff;
	float:left;
	padding:0 15px 0 0;
}

#tab-content .breadcrumbs li .cross
{
	width:9px;
	height:9px;
	position:absolute;
	background:url(../images/bg-cross.png) no-repeat;
	top:6px;
	right:10px;
	display:inline;
	text-indent:-9999px;
	padding:0;
}

/*info-holder*/
#tab-content .info-holder
{
	height:1%;
	overflow:hidden;
	padding:19px 0 0 17px;
}

.info-holder .info-box
{

	width:122px;
	float:left;
	margin:0 7px 0 0;
}

* html .info-holder .info-box
{
	margin-right:4px;
}

.info-holder .info-box strong
{
	display:block;
	margin:0 0 3px;
}

.info-holder .info-box em
{
	font-size:9px;
	line-height:11px;
}

.info-holder .form-holder
{
	overflow:hidden;
	height:1%;
	background:url(../images/bg-row.gif) no-repeat 0 45%;
	padding:17px 0 8px;
}

.info-holder .form-holder .row
{
	width:110%;
	overflow:hidden;
	padding:0 0 54px;
}

.info-holder .form-holder .form-box
{
	width:176px;
	float:left;
	position:relative;
}

.info-holder .form-holder .check
{
	width:16px;
	height:16px;
	float:left;
	margin:0 11px 0 0;
	padding:0;
}

.info-holder .form-holder label
{
	float:left;
	margin:1px 10px 0 0;
}

/* js styles */
.info-holder .form-holder .sel
{
	position:absolute;
	top:23px;
	width:130px;
	font-size:9px;
	left:-9999px;
}

.info-holder .form-holder .more
{
	font-size:9px;
	color:#999;
	float:left;
	margin:5px 0 0;
}

#content .info-block
{
	background:none repeat scroll 0 0 #EAE9DF;
	border-top:1px solid #C0BFBA;
	overflow:hidden;
	width:720px;
	margin:0 0 20px 0px;
	padding:0;
}

.info-block .result-box
{
	width:705px;
	float:left;
	padding:0 0 0 15px;
}

.result-box .show-results
{
	float:left;
	line-height:16px;
	padding-left:20px;
	text-align:center;
	margin-top:-7px;
	height:40px;
	padding-top:12px;
}

.result-box .show-results span
{
	color:#5E6261;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-weight:400 !important;
}

.result-box label
{
	color:#5E6261;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:400 !important;
}

.result-box .show-sort
{
	float:left;
	height:35px;
	padding:15px 20px 0;
}

.result-box .show-pagination
{
	border-right:1px dotted #999;
	float:left;
	padding-right:20px;
	height:40px;
	padding-top:10px;
	min-width:65px;
}

.result-box .show-perpage
{
	border-right:1px dotted #999;
	float:left;
	padding-right:20px;
	height:35px;
	padding-top:15px;
}

.result-box .wrapp span
{
	float:left;
	font-size:11px;
	margin:3px 4px 0 0;
}

* html .result-box .wrapp span
{
	margin-right:1px;
}

.browse-by
{
	overflow:hidden;
	margin-top:-7px;
}

.info-block .text-box
{
	overflow:hidden;
	height:1%;
	padding:16px 10px 5px 0;
}

.info-block .text-box p
{
	line-height:16px;
	margin:0;
}

.info-block .text-box p a
{
	font-size:9px;
	text-transform:uppercase;
	margin:0 0 0 10px;
}

.product-box-holder
{
	overflow:hidden;
	height:1%;
	margin:-15px 0 0 -10px;
	padding:0 0 0 6px;
}

/*product-row*/
.product-row
{
	/* width:700px; */
	overflow:hidden;
	border-bottom:1px solid #cdccca;
	/* margin:1px 0 -1px -20px; */
	 padding:20px 0 20px 0px; 
}

.product-row .img-box
{
	float:left;
	padding:20px 20px 0 0;
}

.product-row .img-box img
{
	display:block;
	border:1px solid #efefee;
	width:60px;
	height:60px;
}

.product-row .text-box
{
	width:215px;
	float:left;
	margin:20px 20px 0 0;
}

.product-row .text-box strong
{
	color:#000;
	display:block;
	word-spacing:1px;
}

.product-row .text-box span
{
	color:#000;
	line-height:17px;
}

.product-row .categorie-box
{
	width:148px;
	float:left;
	background:url(../images/bg-categorie-box.gif) no-repeat 0 50%;
	margin:14px 15px 0 0;
	padding:0 0 0 23px;
}

.product-row .categorie-box span
{
	color:#333;
	display:block;
	font-size:10px;
	margin:0 0 7px;
}

.product-row .categorie-box em
{
	font-size:11px;
}

.product-row .price
{
	/* width:60px; */
	float:left;
	/* padding:15px 25px 0 20px; */
    margin-top:20px;
    margin-right:10px;
}

.product-row .price strong
{
	 font-size:1.3077em; 
}

.product-row .shop
{
	/* width:80px; */
    float:left; 
    margin-left:10px;
    margin-top:10px;
}

.product-row .shop a
{
	display:block;
	width:80px;
	height:16px;
	margin:0 0 7px;
	padding:5px 0 0;
}

.product-row .shop a:hover
{
	text-decoration:underline;
	/* color:#fff; */
}

/*aside*/
.aside
{
	width:112px;
	float:right;
	margin-left:-23px;
	font-size:11px;
	padding:0px 0 0;
	margin-top:50px;
}

.aside .chat-holder
{
	position:relative;
	height:1%;
	margin:0 0 43px -6px;
}

.aside .chat-holder .text-live-chat
{
	text-indent:-9999px;
	overflow:hidden;
	width:68px;
	height:10px;
	background:url(../images/text-live-chat.gif) no-repeat;
	display:block;
}

.mini-livechat .content .actions
{
	padding:0 0 0 10px !important;
}

.aside .cart
{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:112px;
	height:20px;
	background:url(../images/text-my-cart.gif) no-repeat;
}

.aside .cart-box
{
	background:url(../images/bg-cart-section.gif) no-repeat 0 48%;
	position:relative;
	margin:0 0 8px;
}

* html .aside .cart-box
{
	width:120px;
}

.aside .cart-box .cart-section
{
	padding:7px 0 9px 14px;
}

.cart-section span
{
	font-size:9px;
	color:#999;
	display:block;
}

.cart-section .number
{
	padding:0 0 2px;
}

.cart-section .total
{
	text-decoration:underline;
	padding:0 0 6px 31px;
}

.cart-section em
{
	font-size:9px;
	display:block;
	padding:0 0 0 31px;
}

.cart-section em a
{
	color:#FC0;
}
.actions{
    padding-bottom:9px;
    padding-top:9px;
    text-align:center;
}
.aside .tags
{
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background:url(../images/text-tags.png) no-repeat;
	width:121px;
	height:20px;
	position:relative;
	margin:0 0 0 -10px;
}

.tag-list
{
	height:1%;
	margin:0;
	padding:6px 0 15px;
	padding:0px 0px 0px;
}
.tag-list dt {
    /*border-bottom:1px dotted gray;*/
    margin-bottom:9px;
    font-size:9px;
}

.tag-list dd {
    margin:0px;
    margin-bottom:9px;
}

.tag-list ol{
    margin:0px;
    padding:0px;
    list-style-type: circle;
    list-style-position: inside;
    list-style-image:url(../images/tag.gif) !important;

}

.tag-list li
{
	/*width:114px;*/
	/*display:block;*/
	height:19px;
	vertical-align:top;
	position:relative;
	line-height:13px;
	margin:0 0 0 -9px;
	padding:1px 0 0 6px;
}
#narrow-by-list {
    margin-left:9px;
}

#narrow-by-list li{
    margin:0px;
    padding:0px;
}

* html .tag-list li
{
	line-height:11px;
}

.tag-list li a
{
	font-size:11px;
	/*display:block;*/
	margin:0 0 0 9px;
	padding:2px 0 2px 9px;
}

#narrow-by-list li a{
	margin-left:0px;
	padding-left:0px;
}

.tag-list li a:hover
{
	text-decoration:underline;
}

.tag-list li.active {
    margin-bottom:1px;
    padding-top:4px;
}

.tag-list li.active .cross
{
	width:9px;
	height:9px;
	background:url(../images/bg-cross.png) no-repeat;
	display:block;
	margin:4px 0 0;
	margin-top:2px;
    padding-top:0px;
    padding-right:5px;
}

.tag-list li .cross
{
	float:left;
	width:9px;
	height:9px;
	display:none;
	margin:0;
	padding:0;
}

ol.currently{
    margin-bottom:20px;
}

.aside p {
    padding-left:10px;
}
.aside .feedback
{
	margin-top:20px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	width:112px;
	height:20px;
	background:url(../images/text-feedback.gif) no-repeat;
}
div.aside>div.block-cart{
    margin-bottom:20px;
}
.aside .mycart
{
	margin-top:20px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	width:112px;
	height:20px;
	background:url(../images/text-my-cart.gif) no-repeat;
}
.aside .catalog
{
	margin-top:20px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	width:112px;
	height:20px;
	background:url(../images/text-the-catalog.gif) no-repeat;
}


/*send-form*/
#send-form
{
	height:1%;
	overflow:hidden;
    width:auto;
}

#send-form div
{
	height:1%;
	padding:0 0 9px;
}

#send-form .radio
{
	width:16px;
	height:16px;
	margin:0;
	padding:0;
}

#send-form .text
{
	width:80px;
	border-top:1px solid #bcbcbc;
	border-left:1px solid #ededed;
	border-bottom:1px solid #e7e7e7;
	border-right:0;
	font-size:9px;
	position:relative;
	margin:0 0 3px -10px;
	padding:3px 9px;
}

#send-form .image
{
	width:77px;
	height:20px;
	float:right;
	line-height:20px;
	/* font-size:10px; */
    font-size: .8077em;
    text-transform:uppercase;
	overflow:hidden;
	border:0;
	cursor:pointer;
	color:#666;
	background:#bfbfbd;
	padding:0 0 2px;
}

/*footer*/
#footer
{
	overflow:hidden;
	width:720px;
	margin:0 auto;
	padding:15px 0 20px 15px;
}

#footer .text-wrapp
{
	overflow:hidden;
	width:110%;
	padding:0 0 39px;
}

.footer-logo
{
	width:140px;
	height:62px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	background:url(../images/footer-logo.gif) no-repeat;
	margin:0 102px 0 0;
}

#footer .text-wrapp ul
{
	float:left;
	list-style-type:none;
	margin:14px 85px 0 0;
	padding:0;
}

#footer .text-wrapp li
{
	font-size:11px;
	color:#acaca5;
	font-weight:700;
	padding:0 0 4px;
}

#footer .text-wrapp li a
{
	font-weight:400;
	color:#acaca5;
}

#footer .text-holder
{
	width:700px;
	overflow:hidden;
	text-align:center;
}

#footer .text-holder p
{
	font-size:10px;
	color:#adada5;
	margin:0;
}

.info-holder .form-holder .block-checked .sel
{
	left:26px;
}

/* these excerpted out of widget api for simple override */
.fui-icon
{
	display:block;
	overflow:hidden;
	text-indent:-99999px;
	background:url(../images/icons.png);
	background-repeat:no-repeat;
}

.fui-icon-minus
{
	background-position:0 0;
}

.fui-icon-minus.hover
{
	background-position:-20px 0;
}

.fui-icon-plus
{
	background-position:0 -13px;
}

.fui-icon-plus.hover
{
	background-position:-20px -13px;
}

.ui-treeList li div.ui-treeList-toggle
{
	width:20px;
	height:13px;
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

/*category thumbnails*/
.category-block
{
	margin-left:0;
	margin-top:0px;
}

.subcategory-block
{
	/* font-size:9px; */
    text-align:center;
	float:left;
	letter-spacing:-0.06em;
	/* padding-bottom:20px; */
	max-width:80px;
    line-height:.9;
    margin-right:20px;
}
.subcategory-block a
{
    display:block;
    width:60px;
}

.subcategory-row
{
	float:left;
	/* margin-left:20px; */
	padding-bottom:20px;
    width:680px;
}

.text-box
{
	float:right;
	margin-top:-100px;
}

.subcategory-block-smallsize
{
	/* font-size:11px; */
	float:left;
	padding-left:20px;
}

.subcategory-block-smallsize img
{
	width:96px;
	border:1px solid #EFEFEE;
}

.subcategory-block-smallsize img:hover
{
	width:96px;
	border:1px solid #666;
}

.subcategory-block img
{
	width:60px;
	height:77px;
	margin-top:-8.5px;
}

.thumber
{
	width:60px;
	height:60px;
	overflow:hidden;
	border:1px solid #EFEFEE;
    margin-bottom:5px;
}

.thumber:hover
{
	width:60px;
	height:60px;
	overflow:hidden;
	border:1px solid #666;
}

.thumber-cart
{
	overflow:hidden;
	border:1px solid #EFEFEE;
}

.thumber-maincat
{
	float:left;
	width:140px;
	overflow:hidden;
	border:1px solid #EFEFEE;
    margin-right:20px;
    margin-bottom:20px;
    margin-top:30px;
}

/*featured products at home page*/
.featproduct-block
{
	font-size:9px;
	display:block;
	padding-bottom:15px;
}

.featproduct-block img
{
	width:60px;
	height:77px;
}

/*home page*/
.home-block
{
	width:700px;
	padding-top:10px;
}

.home-subblock-01
{
	width:260px;
	float:left;
	padding:11px 0 0;
    margin-right:10px;
}
.home-subblock-01 a{
    font-weight:700;
}
.home-subblock-01 img
{
	/* padding:2px 0 0; */
}

.home-subblock-01 .text
{
	font-size:11px;
	margin:3px 0px 0;
}

.home-subblock-01 span
{
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	color:#fc0;
}

.home-subblock-02
{
    display:none;
}

.home-subblock-02 span
{
	color:silver;
}

.home-subblock-03
{
	width:260px;
	float:left;
	padding:11px 0px;
    margin-left:10px;
    margin-right:10px;
}

.home-subblock-04
{
	width:65px;
	float:right;
	padding:11px 0px;
    padding-right:60px;
    margin-left:10px;
}
.home-subblock-04>div {
    margin-top:10px;
}

.news-home
{
	color:#666;
	margin:0 0 10px;
    font-size:11px;
}

.news-home a
{
	text-decoration:none;
	color:#666;
	font-weight:700;
    font-size:1em;
}

/*contact us*/
.contact-us
{
	margin-left:10px;
	margin-bottom:20px;
}

.contact-us strong
{
	font-size:12px;
	font-weight:700;
}

.contact-us .form
{
	float:left;
	margin-top:10px;
}

.contact-us .boxes
{
	padding:2px 10px 2px 3px;
}
#googmap{
    float:right;
}
#contactForm{
    width:320px;;
    float:left;
}
.contact-us{
    width:320px;
    float:right;
}

#contact-form .image
{
	width:77px;
	height:20px;
	line-height:20px;
	font-size:10px;
	overflow:hidden;
	border:0;
	cursor:pointer;
	color:#666;
	background:#bfbfbd;
	font-weight:700;
}

/* promo blocks */
.promo-block
{
	display:block;
	width:700px;
	padding-top:10px;
}

/* Data Table */
.data-table
{
	width:600px;
	border:0px solid #bebcb7;
    /* table-layout:fixed; */
}


.data-table .odd
{
	/* background:#f8f7f5; */
}

.data-table .even
{
	/* background:#eeeded; */
}

.data-table tr.last th,.data-table tr.last td
{
	border-bottom:0 !important;
}

.data-table th
{
	font-weight:700;
	/* padding:3px 8px; */
}

.data-table td
{
	/* padding:3px 8px; */
}

.data-table thead 
{
    visibility:hidden;
    display:none;
}
.data-table thead th
{
    visibility:hidden;
	/* background:none repeat scroll 0 0 #666; */
	/* border-right:1px solid #C2D3E0; */
	color:#FFF;
	font-weight:700;
	vertical-align:middle;
	white-space:nowrap;
	/* padding:2px 8px; */
}

.data-table thead th.wrap
{
	white-space:normal;
}

.data-table thead th a,.data-table thead th a:hover
{
	color:#fff;
}

.data-table thead th .tax-flag
{
	font-size:11px;
	white-space:nowrap;
}

.data-table tfoot
{
	border-bottom:1px solid #d9dde3;
}

.data-table tfoot tr.first
{
	background:url(../images/bkg_tfoot.gif) 0 0 repeat-x;
}

.data-table tfoot tr
{
	/* background-color:#dee5e8 !important; */
}

.data-table tfoot td
{
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:0;
	border-right:1px solid #d9dde3;
}

.ratings
{
	font-size:11px;
	line-height:1.25;
	margin:7px 0;
}

.ratings strong
{
	float:left;
	margin:1px 3px 0 0;
}

.ratings .rating-links .separator
{
	margin:0 2px;
}

.rating-box
{
	width:69px;
	height:13px;
	font-size:0;
	line-height:0;
	background:url(../images/bkg_rating.gif) 0 0 repeat-x;
	text-indent:-999em;
	overflow:hidden;
}

.rating-box .rating
{
	float:left;
	height:13px;
	background:url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box
{
	float:left;
	margin-right:3px;
}

.ratings-table th,.ratings-table td
{
	font-size:11px;
	line-height:1.15;
	padding:3px 0;
}

.ratings-table th
{
	font-weight:700;
	padding-right:8px;
}

.availability.out-of-stock span
{
	color:#d83820;
}

.product-view .product-shop .availability
{
	font-size:11px;
	margin:10px 0;
}

/* Add to Links */
.add-to-links
{
	font-size:11px;
	margin:5px 0 0;
}

.add-to-box .or
{
	float:left;
	font-weight:700;
	color:#666;
	margin:0 7px;
}

.add-to-box .add-to-links
{
	float:left;
	font-size:12px !important;
	line-height:1.25 !important;
	text-align:left !important;
	margin:0;
}

.add-to-box .add-to-links li
{
	display:block !important;
}

.add-to-box .add-to-links li .separator
{
	display:none !important;
}

.product-view
{
	border:0 solid #c4c6c8;
}

.product-essential
{
	padding:15px;
}

.product-essential h2
{
	font:bold 13px/1.35 Arial, Helvetica, sans-serif;
}

.product-collateral
{
    /* margin-top:400px; */
	padding:25px;
}

.product-collateral h2
{
	font-weight:700;
	font-size:15px;
	color:#e26703;
	border-bottom:1px solid #e5dcc3;
	margin:0 0 15px;
	padding:0 0 1px;
}

.product-collateral .box-collateral
{
	/* margin:-380px 0 25px; */
    margin-top:20px;
}

/* Product Images */
.product-view .product-img-box
{
	float:left;
	width:267px;
    margin-right:10px;
    margin-bottom:10px;
}

.col3-layout .product-view .product-img-box
{
	float:none;
	margin:0 auto;
}

.product-view .product-img-box .product-image
{
	margin:0 0 13px;
}

.product-view .product-img-box .product-image-zoom
{
	position:relative;
	width:265px;
	height:265px;
	overflow:hidden;
	z-index:9;
	border:1px solid #EFEFEE;
}

.product-view .product-img-box .product-image-zoom img
{
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}

.product-view .product-img-box .zoom-notice
{
	font-size:11px;
	text-align:center;
	margin:0 0 5px;
}

.product-view .product-img-box .zoom
{
	position:relative;
	z-index:9;
	height:18px;
	background:url(../images/slider_bg.gif) 50% 50% no-repeat;
	cursor:pointer;
	margin:0 auto 13px;
	padding:0 28px;
}

.product-view .product-img-box .zoom.disabled
{
	-moz-opacity:.3;
	-webkit-opacity:.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	opacity:.3;
}

.product-view .product-img-box .zoom #track
{
	position:relative;
	height:18px;
}

.product-view .product-img-box .zoom #handle
{
	position:absolute;
	left:0;
	top:-1px;
	width:9px;
	height:22px;
	background:url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out
{
	position:absolute;
	left:2px;
	top:0;
}

.product-view .product-img-box .zoom .btn-zoom-in
{
	position:absolute;
	right:2px;
	top:0;
}

.product-view .product-img-box .more-views h2
{
	font-size:11px;
	border-bottom:1px solid #ccc;
	/* text-transform:uppercase; */
	margin:0 0 8px;
}

.product-view .product-img-box .more-views ul
{
	margin-left:-9px;
	list-style-type:none;
}

.product-view .product-img-box .more-views li
{
	float:left;
	list-style-type:none;
	margin:0 0 8px 9px;
}

.product-view .product-img-box .more-views li a
{
	float:left;
	width:56px;
	height:56px;
	border:1px solid #EFEFEE;
	overflow:hidden;
}

.product-view .product-img-box .more-views li a:hover
{
	float:left;
	width:56px;
	height:56px;
	border:1px solid #666;
	overflow:hidden;
}

.product-image-popup
{
	margin:0 auto;
}

.product-image-popup .nav
{
	font-weight:700;
	text-align:center;
}

.product-image-popup .image
{
	display:block;
	margin:10px 0;
}

.product-image-popup .image-label
{
	font-size:13px;
	font-weight:700;
	color:#2f2f2f;
	margin:0 0 10px;
}

/* Product Shop */
.product-view .product-shop
{
	float:right;
	width:320px;
}

.col1-layout .product-view .product-shop
{
	float:right;
	width:545px;
}

.col3-layout .product-view .product-shop
{
	float:none;
	width:auto;
}

.product-view .product-shop .product-name h1
{
	/*font:bold 15px/1.35 Arial, Helvetica, sans-serif;
	letter-spacing:-1px;*/
	margin:0;
}

.product-view .product-shop .short-description
{
	margin:10px 0;
	padding:50px 0 0;
}

.product-view .product-shop .add-to-links
{
	font-size:12px;
	text-align:right;
	margin:0;
}

.product-view .product-shop .add-to-links a
{
	color:#1E7EC8 !important;
	font-weight:400 !important;
}

/* Product Options */
.product-options
{
	background-color:#f6f6f6;
	border:1px solid #e4e4e4;
	margin:20px 0 0;
	padding:10px 15px 20px;
}

.product-options dt
{
	font-weight:400;
	padding:10px 0 0;
}

.product-options dt label
{
	font-weight:700;
	color:#2f2f2f;
}

.product-options dt span.required
{
	color:#eb340a;
}

.product-options dt .qty-holder
{
	float:right;
	margin-right:15px;
}

.product-options dt .qty-disabled
{
	background:none;
	border:0;
	color:#2f2f2f;
	padding:3px;
}

.product-options dd
{
	border-bottom:1px solid #e4e4e4;
	margin:0 0 5px;
	padding:5px 10px 15px;
}

.product-options dl.last dd.last
{
	border-bottom:0;
	padding-bottom:5px;
	margin-bottom:0;
}

.product-options dd input.input-text
{
	width:98%;
}

.product-options dd input.datetime-picker
{
	width:150px;
}

.product-options dd textarea
{
	width:98%;
	height:8em;
}

.product-options dd select
{
	width:99%;
}

.product-options dd .multiselect option
{
	border-bottom:1px dotted #d9e5ee;
	padding:2px 4px;
}

.product-options ul.options-list
{
	margin-right:5px;
}

.product-options ul.options-list li
{
	line-height:1.5;
	padding:2px 0;
}

.product-options ul.options-list .label
{
	display:block;
	margin-left:18px;
}

.product-options ul.validation-failed
{
	padding:0 7px;
}

.product-options p.required
{
	margin-bottom:0;
	padding:15px 0 0;
}

.product-options-bottom
{
	background-color:#fffada;
	border:1px solid #e4e4e4;
	border-top:0;
	padding:15px 20px;
}

.product-options-bottom .tier-prices
{
	border:0;
	background:0;
	margin:0;
	padding:0 0 10px;
}

.product-options-bottom .tier-prices li
{
	background:0;
	color:#e26703;
	padding:2px 0;
}

.product-options-bottom .price-box
{
	float:left;
	margin:0;
	padding:0;
}

.product-options-bottom .price-label
{
	float:left;
	padding-right:5px;
}

.product-shop .product-options-bottom .price-box
{
	float:none;
	margin:0 0 5px;
}

.product-shop .product-options-bottom .price-label
{
	float:none;
	padding-right:0;
}

.product-shop .product-options-bottom .add-to-cart-box
{
	clear:both;
	float:left;
	padding-top:12px;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box
{
	margin:0;
	padding:0;
}

/* Block: Description */
.product-view .box-description
{
	/* margin:400px 0; */
}

/* Block: Additional */
.product-view .box-additional .data-table th,.product-view .box-additional .data-table td
{
	line-height:1.25;
}

/* Block: Upsell */
.product-view .box-up-sell h2
{
	border-bottom:0;
	margin:0 0 8px;
	padding:0;
}

.product-view .box-up-sell .products-grid
{
	width:100%;
	border:1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid td
{
	width:25%;
	background:#f6f2e7;
	border-right:1px solid #e5dcc3;
	border-bottom:1px solid #e5dcc3;
	line-height:1.6em;
	padding:15px 10px 12px;
}

.product-view .box-up-sell .products-grid tr.last td
{
	border-bottom:0;
}

.product-view .box-up-sell .products-grid td img
{
	border:1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid td.empty
{
	border-right:0;
	background:#f1ecdb;
}

.product-view .box-tags h3
{
	font-size:13px;
}

.product-view .box-tags .product-tags
{
	display:block;
	margin:0 0 15px;
}

.product-view .box-tags .product-tags li
{
	display:inline;
	background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
	padding:0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first
{
	padding-left:0;
}

.product-view .box-tags .product-tags li.last
{
	background:none;
	padding-right:0;
}

.product-view .box-tags .form-add label
{
	display:block;
	font-size:13px;
	font-weight:700;
	color:#0a263c;
	margin:0 0 5px;
}

.product-view .box-tags .form-add .input-box
{
	float:left;
	width:305px;
	background:url(../images/i_tag_add.gif) 0 2px no-repeat;
	margin:0 5px 0 0;
	padding:0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text
{
	width:299px;
}

.product-view .box-tags .note
{
	font-size:11px;
	margin:3px 0 0;
	padding:0 0 0 23px;
}

.product-view .box-reviews dd small
{
	font-style:italic;
}

.product-view .box-reviews .form-add h3
{
	font-size:13px;
	font-weight:400;
}

.product-view .box-reviews .form-add h4
{
	font-size:12px;
}

.product-view .box-reviews .form-add .form-list .input-box
{
	width:360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,.product-view .box-reviews .form-add .form-list textarea
{
	width:354px;
}

/* Send a Friend */
.send-friend .form-list
{
	width:615px;
	overflow:hidden;
}

.send-friend .form-list li p
{
	margin:0 15px 0 0;
}

.send-friend .form-list .field
{
	width:315px;
}

.send-friend .form-list .input-box
{
	width:300px;
}

.send-friend .form-list li.wide .input-box
{
	width:612px;
}

.send-friend .form-list li.wide textarea
{
	width:609px;
}

.send-friend .buttons-set .limit
{
	float:right;
	font-size:11px;
	line-height:21px;
	margin:0 7px 0 0;
}

/* ======================================================================================= 
 Shopping Cart ========================================================================= */
.block-cart .block-content
{
}
.block-cart input.image {
    margin-bottom:20px;
}

.cart .page-title
{
	border-bottom:0;
	margin:0 0 12px;
}

.cart .page-title h1
{
	/* font-size:36px; */
	font-weight:700;
	letter-spacing:-2px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Shopping Cart Table */
.cart-table th
{
	padding:2px 10px;
}

.cart-table td
{
	/* padding:30px; */
}

.cart-table .product-name
{
	font-weight:700;
	/* color:#2f2f2f; */
	margin:0 0 5px;
    text-align:left;
	font-size:1.30769em;
	font-family:Arial, Helvetica, sans-serif;
}

.cart-table .item-msg
{
	font-size:11px;
	font-weight:700;
	color:#df280a;
	margin:5px 0;
}

.cart-table .btn-continue,.btn-update
{
/*	float:left;
	background:none repeat scroll 0 0 #BFBFBD;
	border:0 none;
	color:#666;
	cursor:pointer;
	font-size:10px;
	font-weight:700;
	height:20px;
	line-height:20px;
	overflow:hidden;
	width:120px;
	padding:0 0 2px;
    */
}

.cart-table .btn-continue span,.cart-table .btn-update span
{
	border:0 none;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals
{
	padding:25px 0 0;
}

.cart .cart-collaterals .col2-set
{
	float:left;
	width:345px;
}

.cart .crosssell
{
	border:1px solid #cec3b6;
	background:#fafaec;
	padding:12px 15px;
}

.cart .crosssell .product-image
{
	float:left;
	width:75px;
	height:75px;
	border:1px solid #d0cdc9;
}

.cart .crosssell li.item
{
	margin:12px 0;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,.cart .shipping
{
	border:1px solid #d0cbc1;
	background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
	margin:0 0 18px;
	padding:12px 15px;
}

.cart .discount h2,.cart .shipping h2
{
	/* background-position:0 0; */
	/* background-repeat:no-repeat; */
	/* font:bold 13px/16px Arial, Helvetica, sans-serif; */
	/* color:#e26703; */
	/* text-transform:uppercase; */
	/* padding:0 0 0 21px; */
}

.cart .discount .buttons-set,.cart .shipping .buttons-set
{
	border:0;
	text-align:left;
	margin:10px 0 0;
	padding:0;
}

.cart .discount .buttons-set button.button,.cart .shipping .buttons-set button.button
{
	float:none;
	margin-left:0;
}

.cart .discount h2
{
	background-image:url(../images/i_discount.gif);
}

.cart .discount .input-box
{
	width:260px;
	margin:8px 0 0;
}

.cart .shipping h2
{
	/* background-image:url(../images/i_shipping.gif); */
}

.cart .shipping .sp-methods
{
	background:url(../images/bkg_divider1.gif) 0 0 repeat-x;
	margin:10px 0 0;
	padding:5px 0 0;
}

/* Shopping Cart Totals */
.cart .totals
{
	float:right;
	width:320px;
	background:#EAE9DF;
	border:0px solid #bebcb7;
}

.cart .totals table
{
	width:100%;
	margin:7px 0;
}

.cart .totals td
{
	padding:1px 15px 1px 7px;
}

.cart .totals tfoot td
{
	padding-top:5px;
	padding-bottom:5px;
}

.cart .totals tfoot td strong
{
	font-size:1.3077em;
}

.cart .totals .checkout-types
{
	font-size:13px;
	text-align:right;
	padding:10px 20px 20px;
    list-style-type:none;
}

.cart .totals .checkout-types li
{
	clear:both;
	margin:10px 0;
}

/* Options Tool Tip */
.item-options dt
{
	font-weight:700;
	font-style:italic;
}

.item-options dd
{
	padding-left:10px;
	margin:0 0 6px;
}

.truncated .truncated_full_value
{
	position:relative;
	z-index:999;
}

.truncated .truncated_full_value dl
{
	position:absolute;
	top:-99999em;
	left:-99999em;
	z-index:999;
	width:250px;
	border:1px solid #ddd;
	background-color:#f6f6f6;
	padding:8px;
}

.truncated .show dl
{
	top:-20px;
	left:50%;
}

.col-left .truncated .show dl
{
	left:15px;
	top:7px;
}

.col-right .truncated .show dl
{
	left:-240px;
	top:7px;
}

.sp-methods dt
{
	font-weight:700;
	margin:13px 0 5px;
}

.sp-methods dd li
{
	margin:5px 0;
}

.sp-methods select.month
{
	width:154px;
	margin-right:10px;
}

.sp-methods select.year
{
	width:96px;
}

.sp-methods input.cvv
{
	width:3em !important;
}

.sp-methods .centinel-logos a
{
	margin-right:3px;
}

.cvv-what-is-this
{
	font-size:11px;
	cursor:help;
	margin-left:10px;
}

/* Tooltip */
.tool-tip
{
	border:1px solid #7BA7C9;
	background:#EAF6FF;
	position:absolute;
	z-index:9999;
	padding:15px 20px;
}

.tool-tip .btn-close
{
	text-align:right;
	margin:-9px -14px 0;
}

.tool-tip .btn-close a
{
	display:block;
	width:15px;
	height:15px;
	background:url(../images/btn_window_close.gif) 100% 0 no-repeat;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
	margin:0 0 0 auto;
}

.tool-tip .tool-tip-content
{
	padding:5px;
}

.gift-messages p.control
{
	color:#8e8d8b;
}

.gift-messages-form label
{
	float:none !important;
	position:static !important;
}

.gift-messages-form .whole-order
{
	margin:0 0 25px;
}

.gift-messages-form .item .product-img-box
{
	float:left;
	width:75px;
}

.gift-messages-form .item .number
{
	font-weight:700;
	text-align:center;
	color:#8a8987;
	margin:0;
}

.gift-messages-form .item .details .form-list .field
{
	width:345px;
}

.gift-messages-form .item .details .form-list .input-box
{
	width:345px;
}

.gift-messages-form .item .details .form-list input.input-text
{
	width:234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box
{
	width:500px;
}

.gift-messages-form .item .details .form-list li.wide textarea
{
	width:494px;
}

.gift-message-link
{
	font-size:11px;
	background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right:7px;
}

.gift-message-link.expanded
{
	background-position:100% -40px;
}

.gift-message-row
{
	background:#f2efe9;
}

.gift-message-row .btn-close
{
	float:right;
	width:16px;
	height:16px;
	background:url(../images/btn_gm-close.gif) 0 0 no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
}

/* Checkout Agreements */
.checkout-agreements li
{
	margin:30px 0;
}

.checkout-agreements .agreement-content
{
	overflow:auto;
	height:12em;
	background-color:#fbfaf6;
	border:1px solid #bbb6a5;
	padding:10px;
}

.checkout-agreements .agree
{
	margin:0;
	padding:10px 0 10px 11px;
}

.opc .checkout-agreements
{
	border:1px solid #d9dde3;
	border-width:0 1px;
	padding:5px 30px;
}

.opc .checkout-agreements li
{
	margin:20px 0 0;
}

.opc .checkout-agreements .agreement-content
{
	background-color:#fff;
	border-color:#e4e4e4;
	padding:5px;
}

.opc .checkout-agreements .agree
{
	padding-left:6px;
}

/* Centinel */
.opc .centinel
{
	border:1px solid #bbb6a5;
	border-width:0 1px 1px;
	padding:10px 30px;
}

.block-progress
{
	border:0;
	margin:0;
}

.block-progress .block-title
{
	background:none;
	border:0;
	margin:0 0 5px;
	padding:0;
}

.block-progress .block-title strong
{
	font-size:13px;
	color:#0a263c;
}

.block-progress dt
{
	font-size:13px;
	font-weight:700;
	line-height:1.35;
	background:#eee;
	border:1px solid #a3aeb3;
	color:#999;
	margin:0 0 6px;
	padding:2px 8px;
}

.block-progress dd
{
	background:#eee;
	border:1px solid #a3aeb3;
	border-top:0;
	margin:0 0 6px;
	padding:8px 13px;
}

.block-progress dt.complete
{
	background:#d0dce1;
	color:#5e8ab4;
	margin:0;
}

.opc .buttons-set
{
	padding-top:0;
	margin:0;
}

.opc .buttons-set p.required
{
	margin:0;
	padding:0 0 10px;
}

.opc .buttons-set .back-link a
{
	background:url(../images/i_arrow-top.gif) 0 50% no-repeat;
	padding-left:16px;
}

.opc .buttons-set .please-wait
{
	height:21px;
	line-height:21px;
}

.opc .ul
{
	list-style-type:disc outside;
	padding-left:18px;
}

.opc
{
	position:relative;
	margin:0 20px 0 -30px;
}

.opc .step-title
{
	background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
	text-align:right;
	border-color:#fff #d9dde3 #d9dde3;
	border-style:solid;
	border-width:0 1px;
	padding:5px 0 23px 6px;
}

.opc .step-title .number
{
	float:left;
	background:#fff;
	border:1px solid #fff;
	font:bold 11px/14px arial, helvetica, sans-serif;
	color:#999;
	margin:0 5px 0 0;
	padding:0 4px;
}

.opc .step-title h2
{
	float:left;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	color:#999;
	margin:0;
}

.opc .step-title a
{
	display:none;
	float:right;
	font-size:11px;
	line-height:16px;
}

.opc .allow .step-title
{
	background:#d0dce1;
	border:1px solid #a3aeb3;
	border-bottom:0;
	color:#a4b3b9;
	cursor:pointer;
	height:20px;
	padding-bottom:0;
}

.opc .allow .step-title .number
{
	background:#dbe6eb;
	color:#a4b3b9;
	border-color:#dbe6eb;
}

.opc .allow .step-title h2
{
	color:#a4b3b9;
}

/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title
{
	padding-bottom:0;
	cursor:default;
}

.opc .active .step-title h2
{
	color:#000;
}

/*.opc .active .step-title a { display:none; }*/
.opc .step
{
	border:1px solid #bbafa0;
	border-top:0;
	background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
	position:relative;
	padding:15px 30px 350px 25px;
}

.opc .step .tool-tip
{
	right:30px;
}

#opc-login h3
{
	font-size:13px;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:2px;
	text-transform:uppercase;
}

#opc-login h4
{
	font-size:1em;
	font-weight:700;
	color:#2f2f2f;
	margin:0;
}

.opc .gift-messages-form
{
	background:#f6f1eb;
	border:1px solid #e9e4de;
	border-width:1px 0;
	margin:0 -30px;
	padding:22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box
{
	height:260px;
	overflow:auto;
	padding:5px;
}

#opc-review .step
{
	border:0;
	padding:0;
}

#opc-review .product-name
{
	font-weight:700;
	color:#0a263c;
}

#opc-review .buttons-set
{
	border:1px solid #d9dde3;
	border-width:0 1px 1px;
	padding:20px 30px;
}

#opc-review .buttons-set p
{
	line-height:40px;
	margin:0;
}

#opc-review .buttons-set .please-wait
{
	height:40px;
	line-height:40px;
}

/* Multiple Addresses Checkout */
.checkout-progress
{
	margin:0 0 20px;
	padding:0 90px;
}

.checkout-progress li
{
	float:left;
	width:19%;
	border-top:10px solid #999;
	font-weight:700;
	text-align:center;
	color:#abb5ba;
	margin:0 3px 0 0;
	padding:2px 0 0;
}

.checkout-progress li.active
{
	border-top-color:#e96200;
	color:#e96200;
}

.multiple-checkout .tool-tip
{
	top:50%;
	margin-top:-120px;
	right:20px;
}

.multiple-checkout .place-order .please-wait
{
	float:right;
	padding:27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total
{
	float:right;
	height:71px;
	font-size:1.5em;
	background:url(../images/bkg_grand-total.gif) 0 0 no-repeat;
	overflow:hidden;
	padding:0 0 0 21px;
}

.multiple-checkout .place-order .grand-total .inner
{
	float:left;
	height:57px;
	background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
	padding:14px 21px 0 0;
}

.multiple-checkout .place-order .grand-total big
{
	display:inline;
	margin-right:12px;
}

.multiple-checkout .place-order .grand-total .price
{
	color:#E26703;
}

.multiple-checkout .place-order .grand-total button.button span span
{
	padding:0 45px 0 36px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field
{
	width:230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box
{
	width:215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text
{
	width:209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box
{
	width:445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea
{
	width:439px;
}

.checkout-multishipping-shipping .box-sp-methods
{
	border:1px solid #d9d2be;
	background:#f9f3e3;
	position:relative;
	padding:13px;
}

.checkout-multishipping-shipping .box-sp-methods .pointer
{
	position:absolute;
	top:-20px;
	right:-40px;
	width:178px;
	height:41px;
	background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
	overflow:hidden;
}

/* ======================================================================================= 
 Account Login/Create Pages ============================================================ */
.account-login .content
{
	min-height:180px;
	/* background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; */
	/* border:1px solid #bbb6a5; */
	border-bottom:0;
	padding:15px 20px;
}

.account-login .content h2
{
	font-weight:700;
	font-size:13px;
	border-bottom:1px solid #ddd;
	background-position:0 1px;
	background-repeat:no-repeat;
	text-transform:uppercase;
	color:#e76200;
	margin:0 0 14px;
	/* padding:0 0 5px 23px; */
}

.account-login .new-users h2
{
	/* background-image:url(../images/i_page1.gif); */
}

.account-login .registered-users h2
{
	/* background-image:url(../images/i_page2.gif); */
}

.account-login .buttons-set
{
	border:1px solid #bbb6a5;
	border-top:0;
	background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x;
	margin:0;
	padding:8px 13px;
}

/* Account Login/Create Pages ============================================================ 
 My Account ============================================================================= */
.my-account .title-buttons .link-rss
{
	float:none;
	margin:0;
}

/********** < Dashboard */
.dashboard .welcome-msg
{
	margin:0 8em 1.5em 0;
}

/* General Box */
.box-account
{
	/* background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; */
	/* border:1px solid #ccc; */
	/* border-color:#ccc #999 #999 #ccc; */
	margin:0 0 20px;
	padding:15px;
}

.box-account .box-head
{
	border-bottom:1px solid #d9dde3;
	text-align:right;
	margin:0 0 10px;
}

.box-account .box-head h2
{
	float:left;
	font-size:13px;
	font-weight:700;
	/* text-transform:uppercase; */
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:0;
	color:#e65505;
	margin:-18px 0 0;
}

.dashboard .box .box-title
{
	background:url(../images/bkg_divider1.gif) 0 100% repeat-x;
	text-align:right;
	margin:0 0 8px;
	padding:0 20px 0 0;
}

.dashboard .box .box-title h3,.dashboard .box .box-title h4
{
	float:left;
	font-size:13px;
	font-weight:700;
	margin:0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2
{
	background-image:url(../images/i_folder-table.gif);
}

/* Block: Account Information */
.dashboard .box-info .box-head h2
{
	background-image:url(../images/i_ma-info.gif);
}

.dashboard .box-info h4
{
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2
{
	background-image:url(../images/i_ma-reviews.gif);
}

.dashboard .box-reviews .ratings
{
	margin:7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2
{
	background-image:url(../images/i_ma-tags.gif);
}

/********** Dashboard > 
 Address Book */
.addresses-list h2
{
	font-weight:700;
	font-size:13px;
	color:#e26703;
	text-transform:uppercase;
}

.addresses-list address
{
	margin:0 0 3px;
}

.addresses-list .link-remove
{
	color:#646464;
}

.addresses-list li.item
{
	background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
	border:1px solid #ccc;
	margin:0 0 10px;
	padding:10px 13px;
}

/* Order View */
.order-info
{
	background:#dee5e8;
	border:1px solid #d0cbc1;
	margin:0 0 8px;
	padding:4px 8px;
}

.order-info-box
{
	background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
	border:1px solid #d0cbc1;
	margin:0 0 15px;
	padding:12px 15px;
}

.order-info-box .box-payment th
{
	font-weight:700;
	padding-right:7px;
}

.order-items
{
	width:100%;
	overflow-x:auto;
}

.order-items .product-name
{
	font-size:1em !important;
	font-weight:700 !important;
}

.order-items .link-print
{
	float:right;
	color:#1e7ec8;
	font-weight:400;
}

.gift-message dt strong
{
	color:#666;
}

.gift-message dd
{
	font-size:13px;
	margin:5px 0 0;
}

.order-about dd
{
	font-size:13px;
	margin:0 0 7px;
}

.tracking-table th,.tracking-table td
{
	padding:1px 5px 0 0;
}

.tracking-table-popup
{
	width:100%;
}

.tracking-table-popup th,.tracking-table-popup td
{
	padding:1px 8px;
}

.page-print .print-head address
{
	float:left;
	margin-left:15px;
}

.page-print .order-date
{
	background:url(../images/bkg_divider1.gif) 0 100% repeat-x;
	margin:0 0 10px;
	padding:0 0 10px;
}

.page-print .price-excl-tax,.page-print .price-incl-tax
{
	display:block;
	white-space:nowrap;
}

.my-wishlist .product-image
{
	display:block;
	width:113px;
	height:113px;
	margin:0 0 5px;
}

.my-wishlist textarea
{
	display:block;
	width:97%;
	height:109px;
}

.my-wishlist .buttons-set
{
	margin-top:2em;
}

/* My Tags */
.my-tag-edit
{
	float:left;
	margin:0 0 10px;
}

.my-tag-edit .btn-remove
{
	float:right;
	margin:5px 0 0 5px;
}

#my-tags-table
{
	clear:both;
}

.product-review .product-img-box
{
	float:left;
	width:140px;
}

.product-review .product-img-box .product-image
{
	display:block;
	width:125px;
	height:125px;
}

.product-review .product-img-box .label
{
	font-size:11px;
	margin:0 0 3px;
}

.product-review .product-details
{
	margin-left:150px;
}

.product-review .product-name
{
	font-size:16px;
	font-weight:700;
	margin:0 0 10px;
}

.product-review h3
{
	font-size:12px;
	color:#2f2f2f;
	margin:0 0 3px;
}

.product-review dd
{
	font-size:13px;
	margin:5px 0 0;
}

/* ======================================================================================= 
 Content Columns */
.col2-set .col-1
{
	float:left;
	width:48.5%;
}

.col2-set .col-2
{
	float:left;
	width:48.5%;
}

.col2-set .col-narrow
{
	width:32%;
}

.col2-set .col-wide
{
	width:65%;
}

.col3-set .col-1
{
	float:left;
	width:32%;
}

.col3-set .col-2
{
	float:left;
	width:32%;
	margin-left:2%;
}

.col3-set .col-3
{
	float:right;
	width:32%;
}

.col4-set .col-2
{
	float:left;
	width:23.5%;
	margin:0 2%;
}

.col4-set .col-4
{
	float:right;
	width:23.5%;
}

/* Lists */
#checkoutSteps ul,ol
{
	list-style-type:none;
}

.form-list label
{
	float:left;
	color:#666;
	font-weight:700;
	position:relative;
	z-index:0;
}

.form-list label.required em
{
	float:right;
	font-style:normal;
	color:#FC0;
	position:absolute;
	top:0;
	right:-8px;
}

.form-list li.control .input-box
{
	clear:none;
	display:inline;
	width:auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box
{
	display:block;
	clear:both;
	width:260px;
}

.form-list .field
{
	float:left;
	width:275px;
}

.form-list textarea
{
	width:254px;
	height:10em;
}

.form-list select
{
	width:260px;
}

.form-list li.additional-row
{
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:7px;
}

.form-list li.additional-row .btn-remove
{
	float:right;
	margin:5px 0 0;
}

.form-list .input-range input.input-text
{
	width:74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,.form-list .customer-name-suffix .input-box,.form-list .customer-name-prefix-suffix .input-box,.form-list .customer-name-prefix-middlename .input-box,.form-list .customer-name-middlename-suffix .input-box,.form-list .customer-name-prefix-middlename-suffix .input-box
{
	width:auto;
}

.form-list .name-middlename
{
	width:70px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-middlename .name-firstname input.input-text
{
	width:124px;
}

.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-year
{
	float:left;
	width:85px;
}

.form-list .customer-dob input.input-text
{
	display:block;
	width:74px;
}

.form-list .customer-dob label
{
	font-size:10px;
	font-weight:400;
	color:#888;
}

.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month
{
	width:60px;
}

.form-list .customer-dob .dob-day input.input-text,.form-list .customer-dob .dob-month input.input-text
{
	width:46px;
}

.form-list .customer-dob .dob-year input.input-text
{
	width:134px;
}

/* Page and CMS Page */
.page-title h1
{
	color:#000;
	/* font-size:36px; */
	font-weight:700;
	letter-spacing:-2px;
	font-family:Arial, Helvetica, sans-serif;
}

.form-list
{
	/* list-style-type:decimal; */
	list-style-type:none;
	font-size:36px;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	color:#EAE9DF;
    padding-left:0px !important;
    margin-left:0px !important;
}

#contactForm .image
{
	width:140px;
	height:30px;
	float:left;
	overflow:hidden;
	border:0;
	cursor:pointer;
	color:#666;
	background:#bfbfbd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
}

.validation-advice
{
	color:#FC0;
	font-size:12px;
    text-shadow:1px 1px #888C8B; 
}

.pages
{
	color:#5E6261;
	font-weight:400 !important;
	letter-spacing:7px;
	padding-left:10px;
	padding-top:7px;
}

.clearfix,.contact-us .msg-box
{
	display:block;
}

a:hover,.contact-us a
{
	text-decoration:underline;
}

.sidebar .all_btns_ok a,#send-form label
{
	font-size:10px;
}

* html #search input,* +html #search input
{
	/* line-height:12px; */
}

.sub-nav li li,.nav li:first-child,.block-progress .block-content
{
	background:none;
}

.logo a,.footer-logo a
{
	height:100%;
	display:block;
}

#tab-content .tabset li.active,.ui-treeList li,.gift-messages-form,.checkout-multishipping-billing .multiple-checkout
{
	position:relative;
}

#tab-content #tab1 p,.product-shop .product-options-bottom,.gift-messages-form .item,.page-print .col2-set,.product-review .ratings-table
{
	margin:0 0 10px;
}

.info-holder .form-holder form,.multiple-checkout .gift-messages-form .item .details .form-list
{
	width:100%;
	overflow:hidden;
}

.result-box .wrapp,* html .aside
{
	overflow:hidden;
}

.tag-list li.active /*,.tag-list li:hover,.tag-list li.hover*/
{
	background:url(../images/bg-tag-list.gif) no-repeat;
}

#send-form .image:hover,#send-form .image.hover,#contact-form .image:hover,#contact-form .image.hover,#contactForm .image:hover,#contactForm .image.hover
{
	background:#000;
	color:#fff;
}

.ui-treeList-item a,.sp-methods .form-list,#checkout-review-load .data-table
{
	padding-left:20px;
}

.links,.contact-us img,.product-options-bottom .add-to-cart,.please-wait
{
	float:right;
}

.home-subblock-01 strong,.availability span,.product-view .box-reviews dt a,.product-view .box-reviews dt span,.product-view .box-reviews .form-add h3 span,.cart .crosssell .product-name,.addresses-list a,.addresses-list li.empty p,.order-info .current,.order-about dt,.product-review dt
{
	font-weight:700;
}

.contact-us .left-titles,.contact-us .right-titles
{
	float:left;
	text-align:right;
}

.contact-us .left-boxes,.contact-us .right-boxes
{
	float:left;
	padding:5px 10px 0 0;
}

.promo-block-01,.promo-block-02
{
	float:left;
	width:350px;
}

.data-table td.last,.data-table th.last,.product-view .box-up-sell .products-grid td.last
{
	border-right:0;
}

.data-table tfoot strong,.multiple-checkout .place-order .grand-total button.button span
{
	/* font-size:16px; */
}

.no-rating,.ratings .rating-links,.availability,.email-friend,.product-view .box-tags,.block-progress p,.dashboard .welcome-msg p,.dashboard .box-reviews li.item.last,.dashboard .box-tags li.item.last,.addresses-list p
{
	margin:0;
}

.product-view .product-shop .availability span,.product-options ul.options-list label,.cart .crosssell .link-compare,.info-set h2 a,.info-set h3 a,.info-set h4 a,.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a
{
	font-weight:400;
}

.alert-price,.alert-stock,.product-options p.note
{
	font-size:11px;
	margin:0;
}

.add-to-links .separator,.opc .buttons-set .back-link small,.opc .buttons-set.disabled button.button,.page-print .gift-message-link
{
	display:none;
}

.add-to-cart label,.continue_btn label
{
	float:left;
	margin-right:5px;
	margin-top:7px;
	font-weight:700;
	color:#666;
}

.add-to-cart .qty,.continue_btn .qty
{
	float:left;
	margin-right:5px;
}

.add-to-cart button.button,.continue_btn button.button,.add-to-box .add-to-cart,.product-options-bottom .price-tax,.page-print .print-head .logo
{
	float:left;
}

.add-to-cart .image,.continue_btn .image, .actions .image
{
	font:12px Arial,Helvetica,sans-serif;
	/* width:85px; */
	width:80px;
	height:20px;
	float:right;
	line-height:20px;
	font-size:10px;
	overflow:hidden;
	border:0;
	cursor:pointer;
	color:#666;
	background:#f9df6e;
	/* font-weight:700; */
	padding:0 0 2px;
}
.actions .image {
    padding-left:5px;
    padding-right:5px;
    width:auto;}

.actions .image:hover, .add-to-cart .image:hover,.add-to-cart .image.hover,.continue_btn .image:hover,.continue_btn .image.hover
{
	background:#deb724;
	color:#fff;
}

.add-to-box,.order-date
{
	margin:10px 0;
}

.product-view .product-shop .product-name,.cart .page-title .checkout-types li,.order-info-box .box-payment p
{
	margin:0 0 5px;

}

.product-view .product-shop .add-to-links li,.product-view .product-shop .add-to-links li .separator,.multiple-checkout .place-order .grand-total .inner div,.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li,.order-info dt,.order-info dd,.order-info ul,.order-info li,.page-print .cart-price,.page-print .price-excl-tax .label,.page-print .price-incl-tax .label,.page-print .price-excl-tax .price,.page-print .price-incl-tax .price
{
	display:inline;
}

.product-options dt .qty-holder label,.sp-methods .centinel-logos img,.please-wait img
{
	vertical-align:middle;
}

.product-options ul.options-list input.radio,.product-options ul.options-list input.checkbox
{
	float:left;
	margin-top:3px;
}

.product-shop .product-options-bottom .price-tax,.order-items p .link-print,.my-wishlist .buttons-set button.button,.form-list li.control label,#contactForm .field
{
	float:none;
}

.product-view .box-up-sell .products-grid .product-image,.product-view .box-reviews .form-add .data-table td
{
	text-align:left;
}

.product-view .box-up-sell .products-grid .ratings .rating-box,.product-review .product-img-box .ratings .rating-box
{
	float:none;
	display:block;
	margin:0 0 3px;
}

.product-view .box-tags .form-add button.button span,.cart .discount button span,.cart .shipping button span,.multiple-checkout .title-buttons button.button span,#multiship-addresses-table tfoot button.button span,.my-wishlist .buttons-set .btn-add span,.my-wishlist .buttons-set .btn-share span
{
	/* background:#618499; */
	/* border-color:#406a83; */
}

.product-view .box-reviews dl,.order-gift-message,.order-about
{
	margin:15px 0;
}

.product-view .box-reviews dd,.info-set .box,.multiple-checkout .box,.dashboard .col2-set,.tracking-table,.page-print .print-head
{
	margin:0 0 15px;
}

.product-view .box-reviews .form-add,.product-view .box-reviews .form-add .form-list,.multiple-checkout .gift-messages
{
	margin:15px 0 0;
}

.send-friend .form-list li,.multiple-checkout .gift-messages-form .item .details .form-list li
{
	margin-right:-15px;
}

.send-friend .form-list input.input-text,.send-friend .form-list textarea,.cart .cart-collaterals .col2-set .col-2
{
	/* width:294px; */
	width:335px;
}

.cart-table tfoot td,#multiship-addresses-table tfoot td
{
	padding:10px 0px;
}

.cart .crosssell h2,.page-print h2,.page-print h3
{
	font-size:13px;
	font-weight:700;
}

.cart .crosssell .product-details,.gift-messages-form .item .details
{
	margin-left:90px;
}

.cart .discount input.input-text,.form-list input.input-text
{
	width:254px;
}

.truncated,.truncated a.dots,.truncated a.details
{
	cursor:help;
}

.sp-methods,.sp-methods .form-list li,.form-list li
{
	margin:0 0 8px;
}

.sp-methods label,.checkout-agreements .agree label
{
	font-weight:700;
	color:#666;
}

.gift-messages h3,.gift-messages-form h4
{
	font-size:12px;
	font-weight:700;
	color:#e87403;
}

.gift-messages-form .item .product-image,.dashboard .box-reviews li.item,.dashboard .box-tags li.item
{
	margin:0 0 7px;
}

.gift-messages-form .item .details .product-name,.info-set h2,.multiple-checkout h2
{
	font-size:13px;
	font-weight:700;
	margin:0 0 10px;
}

.checkout-agreements .agree input.checkbox,.form-list li.control input.radio,.form-list li.control input.checkbox
{
	margin-right:6px;
}

.info-set,.multiple-checkout .col2-set,.multiple-checkout .col3-set
{
	background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
	border:1px solid #bbb6a5;
	margin:0 0 25px;
	padding:20px;
}

.info-set h3,.info-set h4,.multiple-checkout h3,.multiple-checkout h4
{
	font-size:13px;
	font-weight:700;
	color:#E26703;
}

.info-set h2.legend,.multiple-checkout .col2-set h2.legend
{
	background:#f9f3e3;
	border-bottom:1px solid #bbafa0;
	position:relative;
	margin:-20px -20px 15px;
	padding:5px 10px;
}

.info-set h3.legend,.multiple-checkout .col2-set h3.legend
{
	color:#0a263c;
	margin:0 0 10px;
}

.info-set .divider,.multiple-checkout .col2-set .divider
{
	position:relative;
	margin:0 -20px;
	padding:25px 0;
}

.info-set .box h2,.multiple-checkout .box h2
{
	color:#e26703;
}

.info-set .data-table .product-name,.multiple-checkout .data-table .product-name
{
	font-size:1em !important;
	font-weight:700 !important;
	color:#1e7ec8 !important;
}

.info-set .data-table .product-name a,.multiple-checkout .data-table .product-name a
{
	font-weight:700 !important;
}

.info-set .data-table .item-options,#opc-review .item-options,.multiple-checkout .data-table .item-options
{
	margin:5px 0 0;
}

#checkout-review-table-wrapper,#multiship-addresses-table td,.my-wishlist .data-table td,#my-tags-table td,#my-reviews-table td
{
	padding:10px;
}

#opc-login .buttons-set,#opc-shipping_method .buttons-set
{
	border-top:0;
}

.dashboard .box-reviews .number,.dashboard .box-tags .number
{
	float:left;
	font-size:10px;
	font-weight:700;
	line-height:1;
	color:#fff;
	background:#0a263c;
	margin:3px -20px 0 0;
	padding:2px 3px;
}

.dashboard .box-reviews .details,.dashboard .box-tags .details
{
	margin-left:20px;
}

.addresses-list h3,.order-info-box h2,.order-items h2,.order-items h3
{
	font-weight:700;
	font-size:13px;
}

.addresses-list .separator,.order-info li
{
	margin:0 3px;
}

.addresses-list li.empty,.addresses-list .addresses-additional li.item
{
	background:none;
	border:0;
	padding:0;
}

.tracking-table th,.tracking-table-popup th
{
	font-weight:700;
	white-space:nowrap;
}

.page-print h1,.page-print h2.h2
{
	font-size:16px;
	font-weight:700;
}

#wishlist-table .add-to-links,#my-tags-table .add-to-links
{
	white-space:nowrap;
}

.col4-set .col-1,.col4-set .col-3
{
	float:left;
	width:23.5%;
}
.form-list li.wide .input-box,.form-list li.wide select
{
	width:535px;
}

.form-list li.wide input.input-text,.form-list li.wide textarea
{
	/* width:529px; */
}

.form-list .name-prefix,.form-list .name-suffix
{
	width:65px;
}

.form-list .name-prefix select,.form-list .name-suffix select
{
	width:55px;
}

.form-list .name-prefix input.input-text,.form-list .name-suffix input.input-text,.form-list .name-middlename input.input-text
{
	width:49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,.form-list .customer-name-prefix-middlename .name-firstname,.form-list .customer-dob .dob-year
{
	width:140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname,.form-list .customer-name-prefix-suffix .name-lastname,.form-list .customer-name-suffix .name-lastname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename-suffix .name-firstname,.form-list .customer-name-middlename-suffix .name-lastname
{
	width:205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text,.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text,.form-list .customer-name-prefix .name-firstname input.input-text,.form-list .customer-name-suffix .name-lastname input.input-text,.form-list .customer-name-middlename .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-lastname input.input-text
{
	width:189px;
}

.form-list .customer-name-prefix-suffix .name-firstname,.form-list .customer-name-prefix .name-firstname,.form-list .customer-name-middlename .name-firstname
{
	width:210px;
}

.brighthighlight,#butt_find_it, #configurator em
{
	background-color:#F9DF6E;
}
.buttons, .subcategory-block {
    font-size: .8077em;
    text-align:center;
    text-transform:uppercase;
    /* font-weight:bold; */
}
.manips{
    width:80px;
    text-align:center;
}
.category-description{
    width:480px;
    margin-left:167px;
}
.category-title h1 {
    padding-top:30px;
    padding-bottom:10px;
    margin:0px;
}
ul.messages  {
    list-style-type:none;
    margin-top:0px;
    padding-top:20px;
    min-height:30px;
    padding-bottom:20px;
    padding-left:0px;
    padding-right:20px;
    background:url("../images/help_bar.gif") repeat-x scroll 20px 0 #E7E6DD;
    font-weight:700;
    line-height:1.2em;
}
.success-msg{
    background:url("../images/info.gif") no-repeat scroll 20px 5px #E7E6DD;
    min-height:30px;
    padding-left:100px;
    padding-top:15px;
}
ul.messages > li > ul {
    list-style-type:none;
}
/*
 *  THESE WERE ERASING THE FRONT PAGE!!!!!!!!!
#tab2{
    background:#F9DF6E;
}
#categories{
     margin-top:20px; 
}
    */
.box base-mini mini-livechat {
	margin-top:20px;
}
/* Configurator */
#configurator-left{
    width:50%;
    float:left;
    }
#configurator-right{
    /* float:left; */
    }
#configurator ul {
    list-style-type:none;
    padding:0px;
    }
#configurator ul li {
    margin:0px;
    margin-left:0px;
    padding:0px;
    }
#configurator {
    margin-left:10px;;
    margin-right:10px;;
    margin-bottom:20px;;
}
.configurator-col {
    display:inline;
    float:left;
    width: 170px;
    margin-right: 70px;
}
#configurator .last {
    display:inline;
    margin-right: 0px;
}
#configurator select {
    width:160px;
    min-width:160px;
    max-width:160px;
  } 
#configurator_form
{
    padding:0px;
    margin:0;
    width:690px;
}
#configurator-cap{
    padding:10px;
    padding-top:0px;
}
#configurator input {
    background-color:#F9DF6E;
    background: url("../images/sizer.png") no-repeat 0px 0px;
    margin-top:60px;
    height: 62px !important;
    width:162px !important;
    border:0px;
    padding:0px;
    /*text-align:center;
	font-size:2.61538em;
	color:#000;
	font-weight:bold;
	letter-spacing:-2px;*/
    text-indent:-9000px;
}
#configurator input:hover {
    background: url("../images/sizer.png") no-repeat 0px -62px;
    color:white;
  } 
#hp-result h1 {
    margin-top:40px;
    color:#DEB724;
    text-shadow:1px 1px #888C8B; 
    text-align:center;
}
.actions>#textmessage{
    width:110px;
}
.block-account ul, .widget-static-block ul{
    list-style-type:none;
    /* float:left;  */
    margin:0px;
    margin-top:10px;
    padding:0px;
    width:670px;
}
.block-account li, .widget-static-block li{
    list-style-type:none;
    display:inline;
    margin-left: 20px;
    /* float:left; */
}
#button-group{
    float:right;
    height:80px;
}
#button-group input {
    margin-left:10px;
    clear:both;
}

.product-row .shop .buy, #button-group .buy
{
	background:url(../images/bg-shop.gif) no-repeat;
}

.product-row .shop .buy:hover, #button-group .buy:hover
{
	background:#deb724;
}

.product-row .shop .quote, #button-group .quote
{
	background:url(../images/bg-shop.gif) no-repeat 0 -28px;
}

.product-row .shop .quote:hover, #button-group .quote:hover
{
	background:#676866;
}

.product-row .shop .customize, #button-group .customize
{
	background:url(../images/bg-shop.gif) no-repeat 0 -57px;
}

.product-row .shop .customize:hover, #button-group .customize:hover
{
	background:#9b9b9b;
}

.product-shop .price-box{
    font-weight:700;
    font-size:1.3077em;
}
.tiny-label{
    text-transform:uppercase;
    font-size:9px;
    line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
}
.hr-move-quote{
    border:0;
    border-top:1px dotted gray;
    width:40px;
}
.catalog-download-wrapper{
    width:517px;
    height:426px;
    background:url("../images/catalog_bg.png");
}
.catalog-info h1{
}
.catalog-info h2{
    margin-left:77px;
	font-family:Arial, Helvetica, sans-serif !important;
    font-size:1em !important;
}
#download-button-wrap {
    margin-top:30px;
}
#download-button {
    text-indent:-12000em;
   background:url("../images/download_butt.png") no-repeat scroll 0 0 transparent !important;
    border:none !important;
    width:227px !important;
    height:62px !important;
    margin-left:80px;
    margin-top:46px;
}
#download-button:hover {
    background:url("../images/download_butt.png") no-repeat scroll 0 -62px transparent !important;
}
.catalog-info{
    width:315px;
}
.catalog-info a{
    font-weight:700;
    margin-left:70px;
}
.phone{
	font-family:Georgia, "Times New Roman", Times, serif ;
    font-weight:700;
    font-size:1.618em;
}
.who-block{
    height:102px;
    background:url("../images/who.gif") no-repeat scroll 20px 0 #1C1B1A;
    padding:0;
    margin:0;
    margin-left:-14px;
}
.who-block p {
    color:white;
    margin-left: 100px;
    margin-right: 90px;
    padding-top: 20px;
	font-size:1em ;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400 ;
	line-height:1.2 ;
    font-style:italic;
}
.who-block p a{
    color:white;
	font-weight:700 ;
    font-style:italic;
}
.who-block p a:hover {
    text-decoration:underline;
    
}
.std{
	/* margin-top:-15px; */
}
#left-promo{
    padding-left:40px;
    padding-top:10px;
}
.mini-livechat{
    padding-left:10px;
}
.livechat-image{
    margin-bottom:10px;
}

