/* Layout ================================================================================= */
.clear{
	clear:both;
}
.wrapper {}
.page { width:1000px; margin:0 auto; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { background: #fff;border-left:1px solid #d82b33;border-right:1px solid #d82b33 }
.col1-layout .footer {border:medium none}

/* Base Columns */ 
.col-left { float:left; width:230px;  padding:5px 5px 0; }
.col-main { float:left; width:705px; margin-bottom:20px; /* position:relative;  */ }
.col-right { float:right; width:230px; padding:5px 5px 0; }

/* 1 Column Layout */
.cms-index-index .col1-layout .col-main {padding:0}
.col1-layout .col-main { float:none; width:auto; padding:20px }

.customer-account-login .col-main{padding:20px }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right;padding:20px;}
.col2-right-layout .col-main {padding:20px}
.catalog-category-view .col-main,.catalogsearch-result-index .col-main,.catalog-product-view .col-main {padding:0}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .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-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty {  }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */ 
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.jpg) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button:hover {background:url(../images/bkg_button_hover.gif) 0 50% no-repeat;}
button.button:hover span {background:url(../images/bkg_button_hover.gif) 100% 50% no-repeat;}
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.jpg) 100% 50% no-repeat; font:15px/31px Myriad Pro; text-align:center; white-space:nowrap; color:#fff; }

button.button-light::-moz-focus-inner { padding:0; border:0; } /* FF Fix */ 
button.button-light { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button-light.jpg) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button-light:hover {background:url(../images/bkg_button_hover-light.gif) 0 50% no-repeat;}
button.button-light:hover span {background:url(../images/bkg_button_hover-light.gif) 100% 50% no-repeat;}
button.button-light span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button-light.jpg) 100% 50% no-repeat; font:15px/31px Myriad Pro; text-align:center; white-space:nowrap; color:#fff; }


button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0 0px; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { padding:0 10px 0 5px; margin:0 0 10px; color:#d82f37}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {/* border:1px solid #ddd;*/ padding:5px; margin:5px; text-align:center; float:left; width:97%;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { float:right; /*border:1px solid #ddd;*/ padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; /*padding:0;*/ }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { /*list-style:decimal outside; padding-left:1.5em;*/ }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header .logo {
	float:left;
	height:77px;
	margin-left:29px;
	margin-top:2px;
	overflow:hidden;
	width:144px;
	text-indent:-999em;
}
.header .logo a { display:block; width:144px; height:77px; }
.header-container { /* position:relative; */}
.header { 
	height:115px;
	width:1001px;
	background:url(../images/header_bg.gif) 0 0 no-repeat;
	position:relative;
}
.header,.header a{ color:#a80f16 }
.header a:hover{ color:#ea5f67 }

.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right;margin-top:5px; }
.header .links li{ float:left; padding-left:5px;font-size:10px}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

.header .social-icons{
	height:32px;
	position:absolute;
	right:0;
	top:43px;
	width:85px
}
.header .social-icons a{
	display:inline-block;
	width:32px;
	height:32px;
	float:left;
	background:url(../images/social-icons.png) 0 0 no-repeat;
}
.header .social-icons a.twitter{ background-position:0px -37px; margin-right:10px; }

.header span.welcome { float:left; text-align:right; margin-top:4px; color:#a80f16;font-size:11px; font-weight:bold;}
.header p strong { font-size:16px}
.header img{ vertical-align:middle;}
.header .call { font-size:16px; padding:0; position:absolute; top:11px; right:10px; text-align:right; width:185px;}

.header .cart {
	bottom:2px;
	color:#737272;
	height:23px;
	position:absolute;
	right:14px;
	width:200px;
}
.header .cart strong{ color:#d82a33; font-size:16px; vertical-align:middle;}
.header .cart a{ text-decoration:underline; float:right; display:inline-block; padding:2px 0 0;}
.header .cart a:hover{ color:#d82a33; text-decoration:none; }
.welcome-div{
	 clear:both;
	 position:absolute;
	 right:180px;
	 top:11px;
}

.search-box{
	background:url(../images/search_bg.gif) 0 0 no-repeat;
	height:34px;
	left:185px;
	position:absolute;
	top:27px;
	width:368px;
}
.search-box .form-search{ }
.search-box .form-search input {
	background: none;
	border:none;
	width:217px;
	color:#4E4E4E;
	float:left;
	padding:10px 10px 10px 15px;
}
.search-box .form-search button {
	background:none;
	border:none;
	height:34px;
	width:122px;
	cursor:pointer;
	float:left;
}

/********** < Navigation */
.nav-container {
	height:24px;
	position:absolute;
	top:91px;
	left:0;
}
#nav { font-size:12px; font-family:Arial; float:left; width:746px; padding-left:25px }


/*.ultop {background:url(../images/menu_lt.png) left bottom no-repeat;height:27px;}
.ultop span{background:url("../images/menu_rt.png") no-repeat scroll right bottom transparent;
display:block;
float:right;
height:27px;
margin-left:-15px;
width:15px;}
.ultop .fill{background:url("../images/menu_middle.jpg") scroll left bottom transparent no-repeat;
display:block;
float:left;
height:27px;
margin-left:15px;
width:85%;}

*/
.ultop {
background:url("../images/menu_lt.png") no-repeat scroll left bottom transparent;
height:15px;
position:relative;
}
.ultop .fill {
background:url("../images/menu_middle.jpg") no-repeat scroll left bottom transparent;
display:block;
height:15px;
left:15px;
position:absolute;
width:85%;
}
.ultop span {
background:url("../images/menu_rt.png") no-repeat scroll right bottom transparent;
display:block;
height:15px;
position:absolute;
right:0;
width:15px;
}


.ulbottom {
background:url("../images/menu_lb.png") no-repeat scroll left bottom transparent;
height:15px;
position:relative;
z-index:0
}
.ulbottom .fill {
background:none repeat scroll 0 0 #F55760;
border-bottom:1px solid #BA0710;
bottom:0;
display: block;
height:14px;
left:15px;
position:absolute;
width:84%;
}
.ulbottom span {
background:url("../images/menu_rb.png") no-repeat scroll right bottom transparent;
bottom:0;
display: block;
height:15px;
position:absolute;
right:0;
width:15px;
}


/*
.ulbottom {background:url(../images/menu_lb.png) left bottom no-repeat;height:15px;}
.ulbottom span{background:url("../images/menu_rb.png") no-repeat scroll right bottom transparent;
display:block;
float:right;
height:15px;
margin-left:-15px;
width:15px;}
.ulbottom .fill{background:none repeat scroll 0 0 #F55760;
border-bottom:1px solid #BA0710;
display:block;
float:left;
height:14px;
margin-left:15px;
width:84%;}*/

.transparenttop {background:transparent;height:12px;}

#nav .arrw {float:left;padding-left:15px;padding-right:5px}

ul.level0 a{background:url("../images/menu_arrow.gif") no-repeat scroll 12px center transparent;padding-left:10px;display:block}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none;}
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; padding-left:15px }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left;color:#fff;font-size:13px;font-weight:bold }


.nav-products a span {display:block; white-space:nowrap; cursor:pointer;  padding:0px 10px; }
.nav-products:hover { background:url(../images/bg_menu_hover.gif) left top repeat-x; }
.nav-products span:hover {background:url(../images/bg_menu_hover_right.gif) right top no-repeat;}
.nav-products a:hover { color:#fff; background:url(../images/bg_menu_hover_left.gif) left top no-repeat; }

#nav li.leveltop  {margin:0 7px;}
#nav li.leveltop a span { white-space:nowrap; cursor:pointer;  padding:0px 10px; }
#nav li.leveltop:hover{ background:url(../images/bg_menu_hover.gif) left top repeat-x ; }
#nav li.leveltop:hover span {background:url(../images/bg_menu_hover_right.gif) right top no-repeat;}
#nav li.leveltop a:hover{ color:#fff; background:url(../images/bg_menu_hover_left.gif) left top no-repeat ; }




#nav li.over a,
#nav li.active a { color:#fff; }





/* 2nd Level */
#nav ul { position:absolute; width:15em; top:15px; left:-10000px; /*border:1px solid #ba0710; background:#f55760;*/ }
#nav ul li { float:none; border-left:1px solid #ba0710; border-right:1px solid #ba0710; background:#f55760; border-bottom:1px solid #e3353d }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#fff !important; font-size:14px;font-weight:bold }
#nav ul li a:hover { background:#e3353d url("../images/menu_arrow.gif") no-repeat scroll 12px center ;}
#nav ul li span:hover { background:transparent ;}
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }





/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #e0323b; margin:0 0 10px; }
.block .block-title { padding:5px 10px; background:#e0323b }
.block .block-title h2 {color:#fff; font-size:16px;line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {border:medium none;padding-left:20px; text-align:center;}
.block-related .block-title {border:medium none;background:none}
.block-related .block-title h2 {color:#e73942;font-size:18px;border:medium none}
.block-related li { padding:5px 0; background-color:#FFF;}
.block-related .item { width:173px;height:200px;border:1px solid #bfbcbc;position:relative;float:left;margin-right:20px}
.block-related .item .product-image { display:block;margin-top:10px;margin-bottom:15px}
.block-related .item .product-details { text-align:center }
.block-related .item .product-details h3 a{ color:#737171;font-size:10px }
.block-related .item .description { color:#e51937;font-size:16px }
.block-related .item .pricee { color:#737171;
float:left;
text-align:right;
width:50%;}
.block-related .item .price-box { color:#e72844;font-size:12px;margin-left:5px}

.block-related .item:hover { border:1px solid #ea6f75 }
.block-related .item button.button{left:25px;top:90%;position:absolute;display:none}
.block-related .item:hover button.button{display:block;}
.block-related .item:hover button.button span{font-size:22px;font-family:Myriad pro; text-transform:lowercase}





/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.col-main .category-products {background:url(../images/bg_newprod_top.jpg) top center no-repeat;padding:20px;}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {padding:15px 40px 40px 40px;color:#878484}

.product-essential {}
.product-collateral {background:url("../images/bg_newprod_top.jpg") no-repeat scroll center top transparent; margin-top:25px; padding-top:20px;}

/* Product Images */
.product-view .product-img-box { float:left; width:367px; position:relative; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:365px; height:365px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% repeat-x; cursor:pointer; }
.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 ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name h1{color:#d82f37;font-size:24px}
.product-view .product-name h2,.product-view h3{
	color:#E16066;
	font-size:16px
}
.product-view .short-description {color:#878484;margin-top:0px;margin-bottom:20px}
.product-view .short-description ul {list-style-image:url(../images/li.gif); list-style-position:inside; color:#e51937; font-size:14px; line-height:24px;}
.product-view .special-price {padding-left:5px;}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-left {float:left;margin-right:10px;}
.rating-left b{color:#e51937;font-size:14px;display:block;margin-bottom:3px}
.rating-box { width:90px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {font-weight: bold; padding-left: 5px;}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold;  }

/* Special price */
.special-price { color:#e0323b; font-size:16px;}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }


/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { /* float:left; */}
.add-to-cart button.button { }
.qty-holder {margin-top: 5px;}

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:0px; margin:0px 0 0; /* border:1px solid #ddd; background-color:#f6f6f6;*/ float:left; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:310px; color:#e51937; border:1px #e51937 solid; padding:6px; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:0px 0 0; }

.qty-holder label {
	display: block;
    float: left;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 8px;
    width: 65px;
}
.qty-holder .input-text {
	border: 2px solid #E0323B;
    float: none;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    width: 80px;
	color:#878484;
}
.qty-holder small {font-size:10px}

.product-options-bottom { padding:9px 0 0 0; /* border:1px solid #ddd; border-top:0;*/ float:right;}
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { /*width:20%; */}

/*#new-products-list-table .price-box {}
#new-products-list-table .price-box span{color:#dd2f38;font-size:13px;}
#new-products-list-table .price {line-height:15px;text-align:center;width:100%;}*/
#new-products-list-table .product-image{margin-top:10px}
#new-products-list-table button.button {left:60px;top:90%;position:absolute;display:block;}
#new-products-list-table td {border:medium none;overflow:visible;}
#new-products-list-table td .prodcontainer {
	border:1px solid #dadada;margin-left:15px;margin-right:15px;padding:0;display:inline-block; height:280px;width:204px;text-align:center;color:#4e4e4e;font-size:10px;position:relative;margin-bottom:30px
	
/* old
display:block;
font-size:10px;
height:180px;
margin-bottom:30px;
margin-left:35px;
margin-right:35px;
padding:0;
position:relative;
text-align:center;
width:204px;
border:1px solid #dadada;
overflow:visible;*/}
#new-products-list-table td .prodcontainer:hover {border:1px solid #e1333c }
#new-products-list-table h3 {font-size:13px}
#new-products-list-table button {}



/*
#products-grid-table .price-box span{color:#dd2f38;font-size:12px;}
#products-grid-table .price {line-height:15px;float:left;text-align:center;width:100%;padding-top:5px;text-align:center;}*/
#products-grid-table .product-image{margin-top:10px}
#products-grid-table .description {color:#e51937;font-size:16px}
#products-grid-table button.button{left:38px;top:90%;position:absolute;display:none}
#products-grid-table td  {border:medium none}
#products-grid-table td .prodcontainer {border:1px solid #dadada;margin-left:15px;margin-right:15px;padding:0;display:inline-block;height:280px;width:204px;text-align:center;color:#4e4e4e;font-size:10px;position:relative;margin-bottom:30px}
#products-grid-table td .prodcontainer:hover{border:1px solid #e1333c}
#products-grid-table td .prodcontainer:hover button.button{display:block;}
#products-grid-table td .prodcontainer:hover button.button span{font-size:22px;font-family:Myriad pro; text-transform:lowercase}
#products-grid-table h3 {font-size:13px}
#products-grid-table button {}

/* Regular price */
#products-grid-table .regular-price { color:#666;}
#products-grid-table .regular-price .price { font-weight:bold; }

/* Old price */
#products-grid-table .old-price { color:#666;}
#products-grid-table .old-price .price-label { white-space:nowrap; }
#products-grid-table .old-price .price { font-weight:bold; text-decoration:line-through; }


/* Special price */
#products-grid-table .special-price {}
#products-grid-table .special-price .price-label { font-weight:bold; white-space:nowrap; }
#products-grid-table .special-price .price { font-weight:bold; font-size:14px; }


/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.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; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {background:#fff url(../images/bg_footer_bottom.gif) bottom center repeat-x;padding-top:0px;border-left:1px solid #D82B33;border-right:1px solid #D82B33;}
.footer span img{ margin-top:15px;margin-bottom:15px;display:block }



.footer .footer-middle p { text-align:left; color:#817d7d;font-size:10px;padding:20px;float:left }
.footer .footer-middle .social {background:url("../images/bg_newprod_top.jpg") no-repeat scroll center top transparent;padding-top:20px; padding-left:15px}
.footer .footer-middle .social a{ float:left ; color:#155db1;font-size:14px;font-weight:bold}
.footer .footer-middle .social a:hover{ text-decoration:underline;}
.footer .footer-middle .social a.big{ width:194px}
.footer .footer-middle .social img{float:left ; }
.footer .footer-middle .social span{float:left;margin-left:5px}


.footer .footer-bottom {margin-bottom:-11px;background:url("../images/bg_footer_bott.gif") no-repeat scroll center bottom transparent;display:inline-block;height:109px;padding:20px 20px 27px;width:958px;position:relative}
.footer .footer-bottom .logos{float:left;margin-left:10px; width:445px;}
.footer .footer-bottom .textarea {float:left;background:#fff url(../images/bg_textarea.gif) bottom center no-repeat;width:428px;height:128px;padding:0;border:medium none;margin-left:-8px;}

.footer .footer-bottom .testimonial {float:right;text-align:right; color:#fef2f2;font-size:12px;font-weight:bold;margin-right:70px;}
.footer .footer-bottom .testimonial img{left:874px;position:absolute;top:-44px;}
.footer .footer-links { padding-top:5px;}
.footer .footer-links a{ color:#FFF; font-weight:bold;}
.footer .footer-links a:hover{ color:#CCC; text-decoration:underline;}

/* ======================================================================================= */

.newsletter-container { background:url(../images/bg_newsletter.gif) 0 0 repeat-x;height:69px;margin:0 20px 10px 20px; }
.newsletter-container img{ float:left;}
.newsletter-container fieldset{ float:right;margin-right:10px;padding-top:15px;}
.newsletter-container form{ float:left;}
.newsletter-container .input-box{ float:left;}
.newsletter-container .input-box input{/*height:34px;*/width:290px;padding:0;margin:0;margin-right:21px;font-size:20px; padding-top:6px; padding-bottom:6px;}
.newsletter-container button.button{ background:url(../images/newsletter_subscribe.png) 0 0 no-repeat;width:161px;height:36px;}

.newproducts {
	background:url("../images/bg_newprod_top.jpg") no-repeat scroll center top transparent;
	display:inline-block;
	padding:20px;
	width:958px;
}
.newproducts .page-title img {float:left;margin-right:10px}
.newproducts .page-title h2 {line-height:42px}

#top-shadow{
	position:absolute;
	bottom:29px;
	left:183px;
}

.top-categorys {height:61px;border-left:1px solid #D82B33;border-right:1px solid #D82B33;background:#fff}
.top-categorys li a {
	display:block;
	height:100%;
	width:100%;
	color:#565555;
	background:url("../images/top-categ_bg.png") no-repeat 0px 0px;
	cursor:pointer;
}
.top-categorys li a:hover {
	background:url("../images/top-categ_bg.png") no-repeat -192px 0px;
	color:#d71921;
}
.top-categorys li{
	float:left;
	width:189px;
	height:45px;
	padding-left:9px;
	cursor:pointer;
	/*line-height:49px*/
}
.top-categorys li:hover {}
.top-categorys li:hover img{}
.top-categorys li span{
	font-size:11px;
	display:block;
	float:left;
	margin-left:0px;
	text-align:left;
	padding:8px 0 0 80px;
	line-height:14px;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	background:url("../images/top-categ-pics.png") no-repeat 0px 0px;
}
.top-categorys .prod1 span{ background-position: 0px 5px; 	}
.top-categorys .prod2 span{ background-position: 5px -56px; }
.top-categorys .prod3 span{ background-position: 4px -126px;}
.top-categorys .prod4 span{ background-position: 6px -194px;}
.top-categorys .prod5 span{ background-position: 5px -254px;}

.top-categorys li img{
	float:left;
	margin-left:9px;
	/*margin-top:12px;*/
	vertical-align:middle;
}

ul.homepage-products {list-style:none outside none;background:url(../images/bg_newprod_top.jpg) top center no-repeat;padding-top:20px;}
.homepage-products li{background:url("../images/homepage_products_shade.gif") no-repeat scroll left top transparent;float:left;height:250px;width:170px;color:#747272;text-align:center}
.homepage-products li img{height: 140px;width:140px}
.homepage-products li.first {background:transparent}
.homepage-products li h2 {font-size:14px}
.homepage-products li p {font-size:11px}
.homepage-products li button.button {display:none;}

.homepage-products li:hover h2 {color:#d23139;font-weight:bold}
.homepage-products li:hover p {display:none;padding-top:10px}
.homepage-products li:hover button.button {display:inline}

/* tabs */

div.clear {
clear:both;
}
.tab_container {
font-family:Arial;
font-size:13px;
padding-left:10px;
width:910px;
}
.tab_container .tab_header {
font-weight:bold;
height:33px;
/*padding-left:27px;*/
}
.tab_container .tab_header .tab, .tab_selected {
float:left;
height:32px;
padding-left:4px;
overflow:visibile;
}
.tab_container .tab_header .tab a {
color:#a7a6a6;
text-decoration:none;
font-size:16px;
font-weight:normal;
}
.tab_container .tab_header .tab_selected a {
color:#e73942;
text-decoration:none;
font-size:18px;
font-weight:normal;

}
.tab_container .tab_header .tab .content {
float:left;
height:30px;
padding-left:15px;
padding-right:15px;
padding-top:3px;
}
.tab_container .tab_header .tab_selected .content {
background-color:#FFFFFF;
/*border-left:1px solid #a7a6a6;
border-right:1px solid #a7a6a6;
border-top:1px solid #a7a6a6;*/
float:left;
height:30px;
padding-left:15px;
padding-right:15px;
padding-top:3px;
}
.tab_container .tab_contents {
/*border:1px solid #a7a6a6;*/
overflow:auto;
width:910px;
}
.tab_container .tab_contents .tab_content {
margin:20px;
margin-top:0px;
}
.tab_container .tab_contents .tab_content .reviews {
background-color:#FFFEE7;
border:1px solid #E5E5E5;
color:#5F5F5F;
margin-bottom:10px;
margin-top:21px;
padding:10px;
text-align:left;
width:580px;
}

.tab_contents h3 {display:none}

.cms-page-view .col-main{padding:25px}

.list-sub { color:#dd2f38; font-size:11px;}

/************Newsletter*************/

.newsletter h1{
	font-size:34px;
}
.newsletter .bignew{
}
.newsletter h2{
	font-size:20px; 
	color:#6e6d6d; 
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.newsletter span.faceb{
	background:url("../images/facebook-bg.gif") no-repeat top left;
	display:inline-block;
	color:#017db7;
	height:32px;
	font-size:18px;
	margin-right:40px;
	padding-left:42px;
	padding-top:2px;
}
.newsletter span.faceb a{
	color:#017db7;
	text-decoration:underline;
}
.newsletter span.twit2{
	display:inline-block;
	color:#017db7;
	height:32px;
	font-size:18px;
	margin-right:40px;
	padding-top:2px;
}

.newsletter span.twit2 a{
	color:#017db7;
	text-decoration:underline;
}
.newsletter span.twit{
	background:url("../images/twitter-bg.gif") no-repeat top left;
	display:inline-block;
	color:#017db7;
	height:32px;
	font-size:18px;
	margin-right:40px;
	padding-left:42px;
	padding-top:2px;
}
.newsletter span.twit a{
	color:#017db7;
	text-decoration:underline;
}
.newsletter p.small-menu{
	font-size:14px;
	color:#6e6d6d;
}
.newsletter p.small-menu a{
	color:#6e6d6d;
	text-decoration:underline;
}
.newsletter p{
	color:#777777;
	font-size:13px;
}
.newsletter .will-do{
	float:left;
}
.newsletter .will-not-do{
	float:left;
}
.newsletter .can-do{
	float:left;
}
.newsletter .will-do h3,
.newsletter .will-not-do h3,
.newsletter .can-do h3{
	color:#626060;
	font-size:20px;
	font-weight:normal;
}
.newsletter .will-do ul li,
.newsletter .will-not-do ul li,
.newsletter .can-do ul li{
	color:#e5373f;
	font-size:17px;
}
.newsletter .can-do ul li a{
	color:#e5373f;
	text-decoration:underline;
}
.new-newsletter{
	background:url("../images/new-newsletter2.jpg") no-repeat left top;
	position:absolute;
	top:347px;
	
	width:998px;
}
.new-newsletter .newsletter-container{
	background:none;
	height:34px;
}
.new-newsletter .newsletter-container button.button{
	width:98px;
	height:29px;
	margin-left:4px;
	background:none;
}
.new-newsletter .newsletter-container .input-box input{
	width:267px;
	margin-left:361px;
	margin-right:0px;
	height:20px;
	background:none;
	border:none;
}
.new-newsletter .newsletter-container fieldset{
	padding-top:0px;
}
.new-newsletter .validation-advice{
    margin-left:357px;
}
.cms-index-index .messages{
	overflow:inherit;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}
.cms-index-index .std{
	padding-top:1px;
}
#slider{
	position:static!important;
	margin:0!important;
}

a.face-book{
	display:inline-block;
	width:120px;
	height:25px;
}
a.twit-er{
	display:inline-block;
	width:95px;
	height:25px;
}
.cms-subscribed ul.messages{
	display:none;
}

/*********Subscriptions and Recurring Payments***************/
.req-payments{
	border:1px solid #a7a6a6; 
	padding:5px;
	/* position:relative; */
}
.req-payments .product-options,
.req-payments .product-options-bottom{

}

.req-payments .product-options dt{
	width:100px;
	float:left
}

.req-payments .product-options dd{
	margin:0;
	float:left;
	padding:0;
	
}

.req-payments .product-options dl{
	margin:10px 0;
	
}

.req-payments .product-options{
	left:5px;
}
.req-payments .product-options-bottom{
	right:5px;
	top:26px;
} 
.req-payments .price-box{
	/* margin-bottom:40px; */
}
.req-payments p.old-price, 
.req-payments p.special-price,
.req-payments p.regular-price{
	/*display:inline-block;*/
}
.req-payments .auto-sub{
	background:#ebebed;
	padding:6px;
	color:#d8373d;
}
.req-payments .auto-sub img{
	vertical-align:middle;
	margin-left:4px;
}
.req-payments .auto-sub .aaa{
	text-decoration:underline;
}
.req-payments .auto-sub .ff{
	background:url("../images/grid-cal.gif") no-repeat scroll left top transparent;
	padding-left:20px;
	cursor:pointer;
}
.req-payments .yes{
	display:block;
	padding:4px 0 0;
	color:#6c6969;
}
.req-payments .yes strong{
	color:#d8373d;
}
.req-payments .sarp-subscription,
.req-payments .subscription-start,
.req-payments .regular-price{
	/* display:none!important; */
}

.kkt{}
.kkt .sarp-subscription,
.kkt .subscription-start,
.kkt .regular-price{
	display:inline-block!important;
}
.kkt .price-box{	
	font-weight:bold;
	color:#E0323B;
	font-size:16px;	
}

/**** project dietienties ****/
.editing-dietins{
	background:url("../images/apple-girl.jpg") no-repeat right top;
	width:942px;
}
.dietins2 .newproducts{
	background:none;
	padding:0!important;
}
.dietins2 .newproducts .page-title{
	display:none;
}
.dietins2 #new-products-list-table td .prodcontainer{
	margin:0px;
}
.dietins2 h2{
	padding-bottom:20px;
}
.editing-dietins h2.grey{
	color:#6f6f6f!important;
	font-weight:bold;
	font-size:20px;
	padding-bottom:25px;
}
.editing-dietins h1{
	font-size:26px;
}
.editing-dietins .content{
	width:710px;
}
ul.listing-left{
	margin-left:20px;
	float:left;
	color:#eb3439;
	font-size:16px;
}
.new-form{
	border:1px solid #c8c8c8;
	padding:10px;
}
.new-form .buttons-set{
	border:0px;
	float:right;
	clear:none;
	margin-top:51px;
}
.new-form .campuri{
	float:left;
	width:820px;
}
.new-form ul{
	padding-left:0px;
}
.new-form  li{
	list-style-type:none;
	display:inline-block;
	float:left;
}
.new-form label{
	color:#696969;
	font-weight:normal;
}
.new-form .input-box{
	margin-right:18px;
	width:187px;
}
.new-form .input-box input.input-text{
	width:181px;
	padding:6px 2px;
}
.tooltipContent
{
	border:#E0323B solid 1px;
	background:url(../images/bg.jpg) 0 0 repeat;
	width:450px;
	color:#4A4A4A;	
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=150, Color='#999999')";
/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=150, Color='#999999');
}

.dietician{}
.dietician .main-content{
	margin:0px 0px 0px 0px;
	width:959px;
}
.dietician .main-content h1{	
	padding:0px 0px 0px 14px;
	float:left;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#e51937;
	font-weight:normal;
	width:860px;
}
.dietician .main-content h2{	
	padding:0px 0px 0px 14px;
	margin:0px 0px 0px 0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#6e6d6d;
	font-weight:bold;
	width:860px;
}
.dietician .main-lft{
	float:left;
	padding:27px 0px 0px 0px;
	width:650px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
	line-height:18px;
}
.dietician .main-rgt{
	float:left;
	padding:27px 0px 0px 0px;
	width:305px;
}
.dietician .con-lft{
	float:left;
	padding:0px 0px 16px 0px;
	width:300px;
}
.dietician .con-img{
	float:left;
	padding:0px 0px 0px 0px;
	width:75px;
	text-align:center;
}
.dietician .con-img-txt{
	float:left;
	padding:0px 0px 0px 0px;
	width:145px;
	text-align:left;
	line-height:16px;
}
.dietician .con-rgt{
	float:left;
	padding:0px 0px 16px 0px;
	width:345px;
}
.dietician .spcae-lft{
	padding-left:20px;
	width:280px;
}
.dietician .ful-wid{
	width:250px;
}
.dietician .ful-wid1{
	width:140px;
}
.dietician .title-event{
	float:left;
	padding:0px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d71921;
	text-decoration:none;
	font-style:italic;
	background:url(images/hr-line.jpg) no-repeat bottom left;
}
.dietician .event-desc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#231f20;
	padding:8px 0px 0px 0px;
	float:left;
}
.dietician .banner-btm{
	float:left;
	padding:35px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.prod_desc_add_info {
	background: #FAFAFA;
	padding: 5px 0 5px 10px;
	width: 570px;
	height: 19px;
	border:1px solid #ededed;
}
.prod_desc_add_info_left {
	margin-right:30px;
	float: left;
}
.prod_desc_add_info_left strong {
	color: #4e4c4c;
	font-weight: normal;
}
.prod_desc_add_info_right {
	background: #ebebeb;
	float: right;
	height: 30px;
	margin-top: -5px;
	text-align: center;
	width: 170px;
}
.prod_desc_add_info_right a {
	line-height: 30px;
}
.prod_desc_add_info_right img {
	margin-top:2px;
}
#ingredients {
	background:#fef4f5;
	margin: 30px 0 0 0;
	padding: 5px;
	width: 570px;
	font-size: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#ingredients h2 {
    color: #D82F37;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.34;
}
#tabcontent5{
	margin: 0 0 0 20px;
	width: 580px;
}
#tabcontent5 li {
	margin-bottom: 15px;
    overflow: auto;
}
.review_txt {
	padding-top: 20px;
	margin-bottom: 15px;
}
.product_rev {
	font-size: 16px;
}
#review-form {
	float:left;
}

