﻿/* Import Global Reset */

/* Background Properties */
body {
	background: #fff;
	text-align: center;
}

/* Website Default Text & Text Color */
body, th, td, input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
}


/* Default Link Style*/
a {
	color: #0072bc;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #999999;
}
/* Website Wrap */
.wrap {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}


/* Clipping Images */
	/*footer*/
dl#footerMap{
	margin: 0;
	padding: 0;
	/*background: transparent url(../images/social-icons.png) top left no-repeat;*/
	background: transparent url(../images/Combine.gif) no-repeat;
	background-position: left -1209px;
	height: 100px;
	width: 75px;
	position: relative;
}
dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute; font-size: 85%; }

dd#facebookDef{ top: 0px; left: 0px; }
dd#facebookDef a{ position: absolute; width: 36px; height: 36px; text-decoration: none; }
dd#facebookDef a span{ display: none; }

dd#twitterDef{ top: 36px; left: 0px; }
dd#twitterDef a{ position: absolute; width: 36px; height: 36px; text-decoration: none; }
dd#twitterDef a span{ display: none; }

dd#myspaceDef{ top: 72px; left: 0px; }
dd#myspaceDef a{ position: absolute; width: 36px; height: 36px; text-decoration: none; }
dd#myspaceDef a span{ display: none; }

dd#emailDef{ top: 0px; left: 36px; }
dd#emailDef a{ position: absolute; width: 36px; height: 36px; text-decoration: none; }
dd#emailDef a span{ display: none; }

dd#stumbleuponDef{ top: 36px; left: 36px; }
dd#stumbleuponDef a{ position: absolute; width: 36px; height: 36px; text-decoration: none; }
dd#stumbleuponDef a span{ display: none; }

dd#moreDef{ top: 72px; left: 36px; }
dd#moreDef a{ position: absolute; width: 36px; height: 36px; text-decoration: none; }
dd#moreDef a span{ display: none; }

	/*header*/
dl#headerMap{
	margin: 0;
	padding: 0;
	/*background: transparent url(../images/social-icons-header.png) top left no-repeat;*/
	background: transparent url(../images/Combine.gif) no-repeat;
	background-position: left -227px;
	height: 30px;
	width: 144px;
	position: relative;
}

dd#blogheaderDef{ top: 0px; left: 0px; }
dd#blogheaderDef a{ position: absolute; width: 47px; height: 29px; text-decoration: none; }
dd#blogheaderDef a span{ display: none; }

dd#facebookheaderDef{ top: 0px; left: 54px; }
dd#facebookheaderDef a{ position: absolute; width: 28px; height: 29px; text-decoration: none; }
dd#facebookheaderDef a span{ display: none; }

dd#twitterheaderDef{ top: 0px; left: 82px; }
dd#twitterheaderDef a{ position: absolute; width: 35px; height: 29px; text-decoration: none; }
dd#twitterheaderDef a span{ display: none; }

dd#myspaceheaderDef{ top: 0px; left: 115px; }
dd#myspaceheaderDef a{ position: absolute; width: 28px; height: 29px; text-decoration: none; }
dd#myspaceheaderDef a span{ display: none; }

	/*payment options*/

#googleCheckoutLogo
{
	width: 170px; 
	height: 41px;
	overflow:hidden;
	text-align: left;
	padding-right: 0px;
}


dl#paymentoptionsMap{
	margin-left:20px;
	/*background: transparent url(../images/payment-buttons.png) no-repeat;*/
	background: transparent url(../images/Combine.gif) no-repeat;
	background-position: 0px -1360px;
	height: 214px;
	width: 127px;
	position: relative;
}
dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute; font-size: 85%; }

#badge_container
{
	width: 180px;	
}

dd#creditcardsDef{ top: 0px; left: 0px; }
dd#creditcardsDef a{ position: absolute; width: 126px; height: 90px; text-decoration: none; }
dd#creditcardsDef a span{ display: none; }

dd#paypalDef{ top: 126px; left: 0px; }
dd#paypalDef a{ position: absolute; width: 126px; height: 124px; text-decoration: none; }
dd#paypalDef a span{ display: none; }

/* Page Types */
/* Three Columns (Default): #three_columns */
#three_columns {
}
/* Two Columns: #two_columns */
#two_columns {
}
/* Website Head & Elements */
#head {
	height: 60px;
	padding-top: 20px;
	position: relative;
}
/* Website Logo */
h1.logo {
	position: absolute;
	width: 227px;
	top: 20px;
	/*left: 10px;*/
}
h1.logo a {
	display: block;
	height: 60px;
	background: url(../images/Combine.gif) no-repeat;
	background-position: 0 -19px;
}
/* Comman Elements of head elements */
#search, .top_banner, .basket {
	height: 60px;
	float: right;
}
#search, .top_banner {
	border-right: 1px solid #efefef;
}
/* Search Box */
#search {
	width: 340px;
	/*background: url(../images/search_bg.png) no-repeat right bottom;*/
	background: url(../images/Combine.gif) no-repeat;
	background-position: right -135px;
}
#search input, #search input.button {
	border: 0;
	float: left;
	margin-top: 9px;
}
#search input {
	padding: 0px 5px 7px;
	width: 258px;
	height: 25px;
	font-size: 11px;
	color: #252525;
	/*background: url(../images/search-input_btn.png) no-repeat left top;*/
	background: url(../images/Combine.gif) no-repeat;
	background-position: left -605px;
}

.ie7 #search input {
	padding-top: 2.5px;
}

#search input.button {
	float:right;
	width: 28px;
	height: 25px;
	padding: 0;
/*	position:absolute;
	clip: rect(72px 36px 98px 0px);
	top:-72px;
	background: #0072bc url(../images/imagebank-1.png) no-repeat;*/
	
	/*background: #0072bc url(../images/search_btn.png) no-repeat left top;*/
	background: #0072bc url(../images/Combine.gif) no-repeat;
	background-position: left -302px;
	
	cursor: pointer;
}
/* Top Banner */
.top_banner {
	width: 218px;
}
/* Basket */
.basket {
	padding: 5px 10px 0;
	width: 130px;
	height: 54px;
	/*background: url(../images/basket_bg.png) no-repeat left bottom;*/
	background: url(../images/Combine.gif) no-repeat;
	background-position: left -665px;
	font-size: 9px;
	/*letter-spacing: -0.5px;*/
	color: #111111;
}
.basket a {
	padding: 5px 10px 0;
	display: block;
	width: 112px;
	height: 16px;
	/*clip:rect(0,118,27,0);
	background: url(../images/imagebank-1.png) no-repeat;*/
	/*background: url(../images/shopping-basket_bg.gif) no-repeat left top;*/
	background: url(../images/Combine.gif) no-repeat;
	background-position: left -378px;
	margin-left: 15px;
}
.basket p {
	padding: 3px 0 0 26px;
}
.basket p span {
	float: right;
	font-weight: bold;
	color: #898989;
}
/* Site Nav */
#main_nav {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	/*background: #f6f6f6 url(../images/main_nav_bg.gif) repeat-x left top;*/
	background: #f6f6f6 url(../images/Combine_bg_x.gif) repeat-x;
	background-position: left -302px;
	height: 32px;
	margin-bottom: 18px;
}
/* User Nav */
.user_nav1 {
	float: right;
	padding: 6px 10px 0 20px;
	width: 131px;
	height: 25px;
	/*background: url(../images/user-nav_bg.png) no-repeat left top;*/
	background: url(../images/Combine.gif) no-repeat;
	background-position: left -529px;
}
.user_nav1 li {
	float:left;
}

.user_nav1 a, .user_nav a:hover {
	float: left;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
	line-height:21px;
}
.user_nav1 a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
.user_nav2 {
	float: right;
	padding: 6px 10px 0 20px;
	/*width: 131px;*/
	height: 25px;
	/*background: url(../images/user-nav_bg.png) no-repeat left top;*/
	background: url(../images/Combine.gif) no-repeat;
	background-position: left -529px;
}
.user_nav2 li {
	float:left;
}

.user_nav2 a, .user_nav a:hover {
	float: left;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-left: -2px;
	line-height:21px;
}
.user_nav2 a:hover {
	color: #666;
	text-decoration: underline;
}
.user_nav2 .no_bold, .user_nav .no_bold:hover {
	font-weight: normal;
}
/* Content Elements */
.content {
	background: url(../images/content_bg.png) repeat-x left bottom;
	/*background: url(../images/Combine_bg_x.gif) repeat-x;
	background-position: left 1082px;*/
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
}
.left_column {
	float: left;
	width: 172px;
}
.main_content {
	float: left;
	width: 556px;
	padding-left: 20px;
}
/* .main_content area for two columns page */
#two_columns .main_content {
	width: 748px;
	float: right;
	padding: 0;
	margin: 0;
}
.right_column {
	float: right;
	width: 172px;
}
.box {
	border: 1px solid #d7d7d7;
	background: #fff;
	margin-bottom: 20px;
}
/* Product Menu */
.product_menu {
	border-bottom: 2px solid #f7f7f7;
	margin-bottom: 20px;
}
.product_menu h2 {
	/*background: #d7d7d7 url(../images/productmenu-h1-bg.png) no-repeat left top;*/
	background: #d7d7d7 url(../images/Combine.gif) no-repeat;
	background-position: left -454px;
	height: 30px;
	border: 1px solid #d7d7d7;
	border-bottom: 0;
}
/* Newsletter Box */
.newsletter_box {
	height: auto;
}

.newsletter_box h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0072bc;
	padding: 6px 10px;
}
.newsletter_box p {
	color: #7d7d7d;
	padding: 0 10px 8px;
}
.newsletter_box form {
	background: #ececec;
	border-top: 1px solid #d7d7d7;
	padding: 8px 8px 25px;
	
}
.newsletter_box form input {
	width: 138px;
	border: 1px solid #d7d7d7;
	/*background: url(../images/newsletter_input_shade.gif) no-repeat left top;*/
	background: url(../images/Combine.gif) no-repeat;
	background-position: left -1587px;
	padding: 3px;
	padding-bottom: 5px;
}
.newsletter_box form input.button {
	width:auto;
	font-weight: bold;
	color: #000;
	/*background: #fff url(../images/newsletter_btn-bg.gif) repeat-x left bottom;*/
	background: #fff url(../images/Combine_bg_x.gif) repeat-x;
	background-position: left -450px;
	cursor: pointer;
	margin: 0;
}
.payment_box {
	border:1px solid #D7D7D7;
	color: #ECECEC;
	text-align:center;
	/*background: url(../images/productmenu-section-bg.png) no-repeat right bottom;*/
	background: url("../images/Combine.gif") no-repeat;
    background-position: right -1210px;
}
.payment_box h2 {
	padding-bottom: 30px;
    background-color: #ececec;
    color:#0072BC;
    font-size:13px;
    font-weight:bold;
    padding:15px;
    margin-bottom:15px;
    text-align: center;
}
.payment_box img 
{
    width:160px;
/*    padding-bottom: 15px;
    padding-right: 90px;*/
}
/* Home Page Slider */
.jflow-content-slider {
	margin-bottom: 20px;
}
#jFlowSlide {
	border: 1px solid #d6d6d6;
	z-index: 10;
}
#myController {
	border: 1px solid #d6d6d6;
	border-top: 0;
	/*background: #e9e9e9 url(../images/myController_bg.gif) repeat-x left top;*/
	background: #e9e9e9 url(../images/Combine_bg_x.gif) repeat-x;
	background-position: left -151px;
	width: 534px;
	height: 24px;
	padding: 6px 10px 0;
	text-align: right;
}
.quick_nav {
	float: right;
	margin:0;
	padding:0;
}
.collection_name
{
    background-position: left top;
    float: left;
    width: 554px;
    font-size: 20px;
    font-weight: bold;
    color: #0072BC;
    text-align: center;
    background-color: #FFFFFF;
    position:absolute;
    opacity:0.7;
    filter:alpha(opacity=70);
    height:45px;
    padding-top:15px
}
.collection_name a, .collection_name a:hover {
	color: #363636;
	text-decoration: none;
}
.collection_name a strong, .collection_name a:hover strong {
	color: #0072bc;
}
#myController span a {
	float: left;
	width: 20px;
	height: 17px;
	padding-top: 2px;
	background: url(../images/jFlowControl_bg.gif) no-repeat center top;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#myController a.active {
	background: url(../images/jFlowControl-hover_bg.gif) no-repeat center top;
	color: #fff;
}
.slidernumbers a, .active, .jFlowPrev, .jFlowNext {
	cursor: pointer;
	/*margin-left: 10px;*/
	text-decoration:none;
	float:left;
}
#myController .jFlowPrev a.slideprev, #myController .jFlowNext a.slidenext {
	padding-top: 0;
	height: 19px;
}
/* Default Product Box */
.products_box {
	border: 1px solid #d7d7d7;
}
.products_box h2.box_title {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 7px 10px;
	border-bottom: 1px solid #d7d7d7;
}
.products_box h2.box_title a, .products_box h2.box_title a:hover {
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #0072bc;
	padding-top: 2px;
}
.view_more{
float:right;
padding-right:10px;
}
.products_content {
	/*background: url(../images/products_box_bg.gif) repeat-x left top;*/
	background: url(../images/Combine_bg_x.gif) repeat-x;
	background-position: left -756px;
	padding-bottom: 20px;
}
/* Product List */
.row {
	clear:both;
}
.end {
	height: 0;
	overflow: hidden;
}
.asinItem {
	float: left;
	width: 145px;
	padding: 20px 20px 10px;
	text-align: center;
}
.last {
	padding-right: 10px;
}
.asinItem .prodImage {
	padding-bottom: 8px;
	text-align: center;
}
.asinItem .prodImage img {
	width: 132px;
	height: 132px;
}
.asinItem h3 {
	font-size: 10px;
	font-weight: normal;
	padding: 0;
}
.asinItem h3 a, .asinItem h3 a:hover {
	text-decoration: none;
	color: #252525;
}
.asinItem h3 a strong, .asinItem h3 a:hover strong {
	color: #898989;
}
.asinItem .add-to-basket {
	padding: 9px;
}
/* Home page catecory CSS */
.asinItemCA {
	float: left;
	width: 150px;
	padding: 20px 17px 10px 17px;
	text-align: center;
	height: 120px;
}
.last {
	padding-right: 10px;
}
.asinItemCA .prodImage {
	padding-bottom: 8px;
	text-align: center;
}
.asinItemCA .prodImage img {
	width: 150px;
	height: 100px;
}
.asinItemCA h3 {
	font-size: 10px;
	font-weight: normal;
	padding: 0;
}
.asinItemCA h3 a, .asinItem h3 a:hover {
	text-decoration: none;
	color: #252525;
}
.asinItemCA h3 a strong, .asinItem h3 a:hover strong {
	color: #898989;
}
.asinItemCA .add-to-basket {
	padding: 9px;
}


/* Featured Collections Box */
.featured {
	border: 0;
}
.featured h2.box_title {
	color: #fff;
	/*background: #00aeef url(../images/featured-box_bg.gif) repeat-x left bottom;*/
	background: #00aeef url(../images/Combine_bg_x.gif) repeat-x;
	background-position: left -376px;
	border-bottom: 0;
}
.featured h2.box_title a, .featured h2.box_title a:hover {
	background: url(../images/featured-browse-btn-right.gif) no-repeat right top;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #363636;
	padding: 0;
	margin-top: -1px;
}
.featured h2 a span, .featured h2 a:hover span {
	display: block;
	background: url(../images/featured-browse-btn-left.gif) no-repeat left top;
	cursor: pointer;
	padding: 3px 11px 4px;
}
.featured .products_content {
	/*background: url(../images/featured-box-bottom_bg.gif) repeat-x left bottom;*/
	background: url(../images/Combine_bg_x.gif) repeat-x;
	background-position: left -1763px;
}
.featured .top_gradient {
	/*background: url(../images/featured-box-top_bg.gif) repeat-x left top;*/
	background: url(../images/Combine_bg_x.gif) repeat-x;
	background-position: left -1360px;
}
/* Product Guide Box */
.product_guide {
	background: url(../images/product_guide_bg.png) no-repeat left bottom;
	margin-bottom: 20px;
}
.product_guide h2.box_title {
	background: url(../images/product_guide_headline_bg.png) no-repeat left top;
	height: 60px;
}
.product_guide p {
	padding: 0 10px 10px;
}
.product_guide a, .product_guide a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
/* Store Locator */
.store_locator {
	background: url(../images/store-locator_bg.png) no-repeat left top;
	padding-left: 76px;
	margin-bottom: 20px;
}
.store_locator h2.box_title {
	height: 46px;
}
.store_locator p {
	padding-bottom: 10px;
}
.store_locator a, .store_locator a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
/* Best Sellers */
.right_column .asinItem {
	padding: 20px 9px 10px;
}
/* Footer old */
.footer {
	clear: both;
	text-align: center;
	color: #707070;
	line-height: 24px;
	padding: 10px 0;
}
.footer a, .footer a:hover {
	text-decoration: none;
	color: #707070;
}
.footer ul{
	margin:auto;
}

.footer ul li{
	display:inline;
}
.footer div {
	color: #999999;
}
.footer div a, .footer div a:hover {
	text-decoration: none;
	color: #999999;
}
/* Fotter New*/
#footer {
background-color:#F4F4F4;
/*background-image:url("../images/footer_bg.gif");*/
background-image:url("../images/Combine_bg_x.gif");
background-repeat:repeat-x;
background-position: left -605px;
border:1px solid #E0E0E0;
float:left;
margin:20px 0;
padding:10px;
width:920px;
}
.fsecs {
/*background-image:url("../images/sep3.gif");*/
background-image:url("../images/Combine.gif");
background-position:right -1558px;
background-repeat:no-repeat;
float:left;
margin-right:10px;
padding-right:5px;
padding-bottom: 10px;
}
.fsecs h5 {
margin-bottom:5px;
/*width:100%;*/
font-size:12px;
font-weight:bold;
}
.fsecs ul {
float:left;
height:90px;
list-style:none outside none;
padding:10px 15px 10px 0;
}
.fsecs ul li {
clear:both;
padding:2px 0;
}
.fsecs ul li a {
color:#666666;
text-decoration:none;
}
.fsecs ul li a:hover
{
color:#0072bc
;
}
.fsecsLast {
float:left;
padding-right:10px;
}
.fsecsLast h5 {
margin-bottom:5px;
width:100%;
font-size:12px;
font-weight:bold;
}
.fsecsLast h5.lock {
background-image:url("../images/Combine.gif");
background-position:left -151px;
background-repeat:no-repeat;
height:25px;
width:100%;
text-indent: 30px;
}
.fsecsLast ul {
float:left;
height:90px;
list-style:none outside none;
padding:10px 15px 10px 0;
}
.fsecsLast ul li {
clear:both;
padding:2px 0;
}
.fsecsLast ul li a {
color:#666666;
text-decoration:none;
}
.fsecsLast ul li a:hover
{
color:#0072bc;
}
.subleft 
{
   float:right; 
    padding: 0 35px 0 0;
    margin-left:35px;
    
}
.copyright
{
/*float:left;*/
padding:10px;
text-align:center;
width:100%;
}

/*.ie7 .copyright
{
float:none;
}*/
/* Bredcrum */
.bredcrum {
	color: #999;
}
.bredcrum a {
	color: #999;
	text-decoration: none;
}
.bredcrum a:hover {
	color: #000;
	text-decoration: underline;
}
/* Page Title */
h1.page_title {
	/*color: #111;*/
	font-size: 22px;
	letter-spacing: -1px;
	padding: 0 0 10px;
	font-weight:bold;
	color:#0072BC;
	/*border-bottom: 1px solid #d7d7d7;*/
}
/* Page Subtitle */
h2.page_subtitle {
	font-size: 20px;
	color: #888;
	padding: 20px 0 4px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
	letter-spacing: -1px;
}
.no_margins {
	margin: 0;
}
/* Category List */
.category_list .asinItem h2 a, .category_list .asinItem h2 a:hover {
	font-weight: bold;
}
/* Product List */
.products_list {
}
/* Page Navigation */
.pagination {
	border: 1px solid #d7d7d7;
	padding: 4px 3px;
	height: 20px;
	clear: both;
}
ul.page_nav {
	float: right;
}
ul.page_nav li {
	display: inline;
	float: left;
	margin-right: 4px;
	color: #a1a1a1;
}
ul.page_nav li a {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background: url(../images/page_nav-btn_bg.gif) repeat-x left bottom;
	border: 1px solid #d7d7d7;
	height: 15px;
	padding-top: 3px;
	width: 22px;
	text-align: center;
}
ul.page_nav li a:hover {
	color: #0072bc;
	background: url(../images/page_nav-btn-hover_bg.gif) repeat-x left bottom;
	border: 1px solid #999;
}
ul.page_nav li.prev a, ul.page_nav li.next a {
	width: auto;
	position: relative;
}
ul.page_nav li.prev a {
	padding-left: 12px;
	padding-right: 6px;
}
ul.page_nav li.next a {
	padding-right: 12px;
	padding-left: 6px;
}
ul.page_nav li.prev a img, ul.page_nav li.next a img {
	position: absolute;
	top: 6px;
	right: 4px;
}
ul.page_nav li.prev a img {
	left: 4px;
}
ul.page_nav li.current_page a, ul.current_page li.next a:hover {
	background: #fff;
	border: 1px solid #ebebeb;
	color: #b2b2b2;
}
ul.page_nav li.prev {
	margin-right: 10px;
}
ul.page_nav li.skip_pages {
	font-weight: bold;
	padding-top: 4px;
}
/* Product Details */
.product_image, .product_information {
	float: left;
	position: relative;
	width: 364px;
	padding-top: 20px;
}

#big_image_container, .pancontainer
{
    overflow:hidden;
    position:relative;
    height: 364px;
    width: 364px;
    border:1px solid black;
}
.big_image
{
       /* max-width: 364px;
        max-height: 364px;*/
}
.image_gallery img{
max-height: 100px;
max-width: 100px;
}
.product_information {
	float: right;
}
/* Product Status In Stock / Not Available */
.product_status {
	/*float: left;*/
	line-height: 21px;
}
.in_stock span{
	float: left;
	margin-right:100px;
	display:block;
	width:50px;
	background:#00AEEF url("../images/product_status_blue.gif") repeat-y left top;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
 .not_available span {
	float: left;
	margin-right:100px;
	display:block;
	width:80px;
	background: #ed1c24 url(../images/product_status_red.html) repeat-y left top;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
.not_available span {
	background: #b1b1b1 url(../images/product_status_gray.gif) repeat-y left top;
}
p.description {
	padding: 14px 0 20px;
	font-size: 11px;
}
.product_options {
	background: url(../images/product_options_bg.gif) repeat-x;
	padding: 10px;
	height: auto !important;
	height: 45px;
	min-height: 45px;
	margin-bottom: 20px;
}
.product_options h2, .rating_holder {
	color: #464646;
	font-size: 15px;
	line-height: 20px;
	padding: 3px 0;
	height: 20px;
}
.product_options h2.price {
	margin-bottom: 10px;
}
.product_options h2 strong {
	color: #000;
}
.product_options .rating_holder span {
	float: left;
}
.product_options .add-to-basket {
	float: right;
}
.rate_banner {
	clear: both;
	line-height: 10px;
	padding-top: 7px;
	color: #a2a2a2;
}
.rate_banner a, .rate_banner a:hover {
	color: #000;
}
/* Product Tabs */
ul.tabs {
	float: left;
	height: 29px;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7d7d7;
	border-left: none;
	margin-bottom: -1px;
	background: #ebebeb;
	overflow: hidden;
	/*position: relative;*/
}
ul.tabs li a, ul.tabs li a:hover {
	text-decoration: none;
	color: #555555;
	display: block;
	font-weight: bold;
	padding: 0 12px;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #d7d7d7;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px 13px;
}
.tab_content p {
	padding: 10px 0 0;
}
.help_icon {
	background: url(../images/help_icon.gif) no-repeat 16px 10px;
	padding-left: 62px;
	padding-top: 21px;
}
.help_icon p {
	padding: 14px 0 0;
}
a.silver_btn, a.silver_btn:hover { /* this style is for a tags*/
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	border: 1px solid #d7d7d7;
	background: #fff url(../images/silver-btn_bg.gif) repeat-x left bottom;
	padding: 0 8px;
	margin-top: 4px;
	letter-spacing: 0;
}
/* Reviews List */
.review_item {
	padding-bottom: 26px;
}
.review_item h2 {
	font-size: 12px;
	color: #252525;
	padding-bottom: 7px;
}
.review_item .customer_name {
	line-height: 14px;
	height: 16px;
	font-size: 11px;
	color: #898989;
}
.review_item .customer_name strong {
	float: left;
}
.review_item p {
	padding-top: 2px;
	color: #898989;
}
/* Ratings */
/* Small Starts */
.asinItem .rating, .review_item .rating {
	display: block;
	overflow: hidden;
	width: 82px;
	height: 14px;
	background-image: url(../images/rating_star_small.png);
	background-repeat: no-repeat;
	margin: 6px auto 0;
}
.review_item .rating {
	float: left;
	margin: 0 0 0 10px;
}
.asinItem .starts5, .review_item .starts5 {
	background-position: left 0;
}
.asinItem .starts4, .review_item .starts4 {
	background-position: left -14px;
}
.asinItem .starts3, .review_item .starts3 {
	background-position: left -28px;
}
.asinItem .starts2, .review_item .starts2 {
	background-position: left -42px;
}
.asinItem .starts1, .review_item .starts1 {
	background-position: left -56px;
}
.asinItem .starts0, .review_item .starts0 {
	background-position: left -70px;
}
/* Large Starts */
.product_options .rating {
	float: left;
	overflow: hidden;
	width: 120px;
	height: 20px;
	background-image: url(../images/rating_star_big.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}
.product_options .starts5 {
	background-position: left 0;
}
.product_options .starts4 {
	background-position: left -20px;
}
.product_options .starts3 {
	background-position: left -40px;
}
.product_options .starts2 {
	background-position: left -60px;
}
.product_options .starts1 {
	background-position: left -80px;
}
.product_options .starts0 {
	background-position: left -100px;
	padding:5px;
    width:100%;
}
/* Product Image */
.image_options {
	background: #d2161e url(../images/image_options_bg.gif) repeat-x left top;
	height: 36px;
	padding: 0 7px;
	position: relative;
}
/* Image options Links */
.image_options a {
	cursor: pointer;
}
.image_options span {
	display: block;
}
#toggler, #prev_button, #next_button {
	margin-top: 9px;
}
#toggler {
	float: left; /* align Product Gallery Button to the left */
	width: 100px;
	padding: 0 8px 0 6px !important;
	padding: 0 8px 0 4px; /* IE6 Fix */
	white-space: nowrap;
}
#toggler span {
	background: url(../images/silver-btn-gallery_icon.gif) no-repeat left 4px;
	padding-left: 14px;
}
#prev_button {
	margin-right: 10px;
}
#prev_button span {
	background: url(../images/silver-btn-left-arrow.gif) no-repeat left 6px;
	padding-left: 12px;
}
#next_button span {
	background: url(../images/silver-btn-right-arrow.gif) no-repeat right 6px;
	padding-right: 12px;
}
/* Thumbs Container */
#thumbs_container {
	position: absolute;
	width: 748px;
	background: url(../images/thumbs_container-bg.gif) no-repeat left top;
	left: 0;
	top: 27px;
	padding-top: 10px;
}
.thumbs_background {
	border: 1px solid #d7d7d7;
	border-top: 0;
	background: #fff;
	padding: 0 0 17px 20px;
}
#thumbs_container h2.page_subtitle {
	border-bottom: 0;
	margin: 0;
	padding: 0;
	line-height: 15px;
	padding: 10px 0 20px;
}
#thumbs_container ul li {
	float: left;
	padding-right: 60px;
}
#thumbs_container ul li.last {
	padding-right: 0;
}
.close, .close:hover {
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	padding: 0 10px 0 17px;
	background: url(../images/close_icon.gif) no-repeat left center;
	letter-spacing: 0;
	color: #898989;
}
/* Basket List */
.basket_options {
	padding-top: 10px;
	text-align: right;
}
.basket_options a {
	margin-left: 10px;
}
.basket_list h2 {
	padding-left:5px;
	padding-top:16px;
	font-size:12px;
	padding-bottom:8px;
	padding-top:16px;
	display:block;
	width:210px;
	float:left;
}
.basket_list h2 a{
	text-decoration:none;
	color:#252525;
}

.basket_list {
	border-bottom: 1px solid #ebebeb;
	padding: 16px 0;
}

.basket_list h2 {
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 16px;
}
.basket_list h2 a, 
.basket_list h2 a:hover {
	color: #252525;
	text-decoration: none;
}
.basket_list .price {
	display:block;
	float:left;
	width:205px;
	color: #898989;
	padding: 5px;
}
.basket_list .price strong {
	color: #0072BC;
}
input.silver_btn { /* this style is for input elements*/
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	border: 1px solid #d7d7d7;
	background: #fff url(../images/silver-btn_bg.gif) repeat-x left bottom;
	padding: 2px 4px;
	vertical-align: middle;
	cursor: pointer;
}
.quantity_options {
	float:right;
	padding-top:12px;
	height:120px;
	text-align:right;
}
.basket_list label {
	float: left;
	color: #b2b2b2;
	line-height: 20px;
}
.basket_list .product_img{
	float:left;
}

.basket_list .product_img img {
	margin-right:16px;
}


.basket_list input.quantity {
	width: 20px;
	height: 14px;
	padding: 2px 4px;
	border: 1px solid #d7d7d7;
	font-size: 10px;
	color: #666666;
	/*background: url(../images/newsletter_input_shade.gif) no-repeat left top;*/
	background: url(../images/Combine.gif) no-repeat;
	background-position: left -1586px;
	vertical-align: middle;
	float: left;
}
.basket_list .update_btn {
	float: left;
}
.basket_list input.quantity, .basket_list .update_btn {
	margin-left: 10px;
}
.remove_btn{
	display:block;
	float:right;
	clear:both;
}
.save_btn {
	margin-bottom: 7px;
	display:block;
	margin-top:40px;
	float:right;
}
/* Hide Text From Element */
h1.logo a span, .basket a span, .product_menu h2 span, .product_guide h2.box_title span, .store_locator h2.box_title span {
	position: absolute;
	left: -50000px;
}
h2.c877classy1
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 3px;
    text-align: center;
    /*margin-top: 5px;*/
}
h2.c877classy2
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 4px;
    text-align: center;
}
h2.c877classy3
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #4d4d4d;
    margin-bottom: 4px;
    text-align: center;
}
/* list item page*/
.container  {
margin:0 auto;
overflow:visible;
width:748px;
background-color: #F0F0F0;
}
ul.display
{
    padding-top: 10px;
}
ul.thumb_view
{
    padding:5px;
}
ul.display li a {
    text-decoration: none;
}
ul.display li 
{
    float:left;
    width:100%;
   /* padding: 0 0 10px 0;*/
    margin:0;
   /* padding:10px 0;*/
   padding-bottom: 10px;
   }
ul.thumb_view li{
     /*float:left;
      height:187px;*/
     width:164px;
     text-align:center;
     padding:7.5px 10px;
     text-align:center;     
 }
ul.display li .content_block {
    margin: 0 10px;
    /*border:2px solid #CCCCCC;
    height:250px;*/
    background-color: #ffffff;
    border: solid 0.5px  #CCCCCC;
    padding: 5px;
    position: relative;
    display: inline-block;
    width:715px;
}
ul.thumb_view li .content_block {
    margin: 0;
    border:2px solid #CCCCCC;
    height:250px;
    background-color: #ffffff;
    border: solid 0.5px  #CCCCCC;
    padding: 0;
    position: relative;
    width:165px;
}
ul.display li .content_block .itemImage{
    display:inline;
    height:150px;
    line-height:150px;
    margin-left:3px;
}
ul.display li .content_block h3 {
    margin: 0;
    /*padding: 5px;*/
    font-weight: bold;
    font-size: 14px;
    padding-left:210px;
}
ul.thumb_view  li .content_block h3 {
    font-size: 11px;
    padding:0 5px;
}
ul.display li .content_block a img.small_image{ 
    /*padding: 5px;
    border: 2px solid #ccc;
    background: #fff;
    margin: 0 15px 0 0;*/
    float: left;
    max-width: 200px;
    max-height: 165px;
    overflow:hidden;
    vertical-align:middle;
}
ul.thumb_view li .content_block a img.small_image{ 
    /*padding: 5px;
    border: 2px solid #ccc;
    background: #fff;
    margin: 0 15px 0 0;*/
    float: left;
    max-width: 150px;
    max-height: 137.5px;
    overflow:hidden;
    vertical-align:middle;
}
ul.display li .priceSmall
{
    font-weight:bold;
    font-size:14px;
    padding:5px 10px;
    position:absolute;
    bottom:35px;
    right:0;
    
}
ul.thumb_view  li .priceSmall
{
    padding:0;
    font-size:12px;
    width:165px;
}
ul.display li .view-item, ul.display li .add-to-basket {
bottom:0;
padding:5px 10px;
position:absolute;
width:102px;
right:0;
}
ul.display li .add-to-basket span a,.mfsadd-to-basket
{
   background-image:url("../images/addtocart.png");
   background-repeat:no-repeat;
   background-position: 0 0;
   height: 23px;
   display:block;
   width: 102px;
   margin: 0 auto;
}
ul.display li .view-item span a
{
   background-image:url("../images/viewitem.png");
   background-repeat:no-repeat;
   background-position: 0 0;
   height: 23px;
   display:block;
   width: 102px;
   margin: 0 auto;
}
ul.display li .view-item span a:hover, ul.display li .add-to-basket span a:hover, .mfsadd-to-basket span a:hover
{
  /* background:url("../images/viewitem.png") no-repeat; */
   background-position: 0 -23px;
}

ul.thumb_view li .content_block a img.small_image 
{
    float:none;
    /*margin:0 0 10px;*/
    
}

/*ul.display li:hover{
background:url("../images/featured-box-bottom_bg.gif") repeat-x scroll left bottom transparent;
}*/
ul.display li:hover .content_block{
/*background:url("../images/featured-box-top_bg.gif") repeat-x scroll left top transparent;*/
/*background:url("../images/featured-box-bottom_bg.gif") repeat-x scroll left bottom transparent;*/
background: url(../images/Combine_bg_x.gif) repeat-x;
background-position: left -1763px;
background-color: #ffffff;
}
ul.thumb_view li h3 {
     display: inline;
}
ul.thumb_view li .view-item, ul.thumb_view li .add-to-basket, {
bottom:0;
margin:0 auto;
padding:5px 0;
position:absolute;
width:160px;
}
ul.thumb_view li .content_block a img {
     margin: 0 0 10px;
     float:none;
     /*width:132px*/
}

.div_switch_thumb
{
    float:right;
}
a.switch_thumb {
    width: 74px;
    height: 26px;
    line-height: 26px;
    
    
    padding: 0;
    display: block;
    background: url(../images/switch.gif) no-repeat;
    background-position: left top;
    outline: none;
    text-indent: -9999px;

    margin:5px 15px;
   }
a.swap { background-position:  0 -26px; }

/*a:hover.switch_thumb {
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
* {
margin:0;
padding:0;
}*/
.display_tools
{
    background-color:#F0F0F0;
    height:38px;
    margin:4px 0;
}
.layout-slider
{
    width:300px;
    padding: 15px 0;
    float:left;
}
.itemsize p 
{
    float:left;
    padding: 15px 10px;
    color:#909090;
}
.display_tools .sortbox
{
    float:left;
    padding:10px 0 0 15px;
    width: 600px;
}
.sortby {
	float: left;
	color: #909090;
	padding: 5px 6px 0 5px;
}
/*
=====================================================================================================
Bread Crumb Rules
=====================================================================================================
*/
.breadcrumb_search {
	background:url(../images/crumb_bg.gif) repeat-x;
	height:31px;
}
.breadcrumb_search ul.crumb {
	float:left;
	list-style:none;
	background:url(../images/crumb_left.gif) no-repeat left;
}
ul.crumb li{
	float:left;
	height:20px;
	background:url(../images/sep_crumb.gif) right no-repeat;
	padding:7px 20px 0px 10px;
}
ul.crumb li a{
	color:#666;
}
ul.crumb li a.home{
	background-image:url(../images/home_icon_small.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:11px;
	width:14px;
	display:inline-block;
	/*margin-top:2px;*/
    padding: 0 20px 0 20px
}
ul.crumb li a.home:hover{
	background-position:0px -11px;
}
ul.crumb li a:hover{
	color:#0072BC;
	text-decoration:underline;
}
span.dis_none {
	display:none;
}
ul.crumb li a {
text-decoration:none;
}
.breadcrumb_search span.right {
	float:right;
	list-style:none;
	background:url(../images/crumb_right.gif) no-repeat right;
	height:25px;
	padding:6px 10px 0px 0px;
	margin-top:-2px
}

/*
=====================================================================================================
viewItem page
=====================================================================================================
*/
.addtocart-big{
/*background-image:url("../images/addtocart_btnbig.png");
background-position: 0 -45px;*/
float:right;
height:45px;
width:200px;
text-indent:-9999px;
border:none;
display:block;
}

.addtocart-big:hover
{
    background-position: 0 -45px;
}
.addtowishlist-big{
background-image:url("../images/addtowishlist.png");
background-position: 0 0;
float:right;
height:40px;
width:150px;
text-indent:-9999px;
}
.addtowishlist-big:hover
{
    background-position: 0 -40px;
}

.price-text
{
    border-bottom:1px solid #D7D7D7;
    color:#0072BC;
    float:left;
    font-size:18px;
    font-weight:bold;
    line-height:30px;
    width:150px;
}
.pricetextsale{
    color:Red;
}

.RegpriceText{
    color:#000000;
    text-decoration:line-through;
}
.bundle-table
{
    border-bottom:1px solid #D7D7D7;
    color:#0072BC;
    float:left;
    font-size:12px;
    font-weight:bold;
    line-height:30px;
    width:130px;
}

.bundle-table2
{
    border-bottom:1px solid #D7D7D7;
    color:#0072BC;
    float:right;
    font-size:12px;
    font-weight:bold;
    line-height:30px;
    width:130px;
}

.bundle-description
{
	width:390px;
    border-bottom:1px solid #D7D7D7;
    color:#555555;
    float:left;
    font-size:15px;
    font-weight:bold;
	height:25px;
	
}
.bundle-dimen
{
	width:390px;    
    color:#000000;
    float:left;
    font-size:10px;
    font-weight:normal;
    line-height:12px;
    
}
.bundle-price
{
    float:left;
    font-size:13px;
    line-height:15px;
    width:100px;
    font-weight:bold;
    line-height:30px;
    text-align:right;
    color:#0072BC;
}

.bundle-listprice
{
    font-style:italic;
    text-decoration:line-through;
    font-weight:normal;    
    float:left;
    font-size:10px;
    line-height:10px;
    width:100px;
    line-height:25px;
    text-align:right;
    color:#000000;
}

.bundle-saveprice
{
    font-style:italic;
    font-weight:normal;    
    float:left;
    font-size:10px;
    line-height:10px;
    width:100px;
    line-height:25px;
    text-align:right;
    color:Red;
}
.price-int
{
    border-bottom:1px solid #D7D7D7;
    float:right;
    font-size:18px;
    font-weight:bold;
    line-height:30px;
    text-align:right;
    width:194px;
    color:#0072BC;
}
.listprice
{
    font-style:italic;
    text-decoration:line-through;
    font-weight:normal;
    font-size:16px;
}
.saveprice
{
    color:Red;    
    font-weight:normal;
    font-size:16px;
}
.quantity
{
    font-size:14px;
    font-weight:bold;
    text-align:right;
    width:100%;
    line-height:40px
}
.welcome
{
    float:right;
    margin-top:-17px;
}

.magnify
{
    width: 25px;
    height: 25px;
    cursor:pointer;
    float:left;
    margin: 5px;
}
.magPlus
{
    background-image: url("../images/magnifyplus.gif");
}
.magMinus
{
    background-image: url("../images/magnifyminus.gif");
}
.magIcons
{
    margin: 0 auto;
    width: 70px;
}
.saleBanner{
    margin:-20px 0 20px;
    }
.b01{
   color:#000000;
   margin-top:2px;
   padding-bottom:3px;
   margin-bottom:3px;
   margin-left:2px;
   margin-right:15px;
   font-size:14px;
   font-family:Tahoma,Verdana,Arial;
}

.b01 h1{font-size: 21px;
    font-weight:bold;
}

.b01 h2{font-size: 21px;
    
}
.b01 li{width:348px;
}


.subcat{
   padding-left: 0px;
   padding-right: 20px;
   padding-top: 13px;
   padding-bottom:5px;
   height: auto !important;
   height: 20px;
   
}
.subcat h2{
   background: url(../images/product_options_bg.gif) repeat-x;
   padding: 10px;
   height: 22px;
   width:100%;
   text-align:center;
   font-size:20px;
   font-weight: bold;
   
}


.cuslog_main{padding:125px;}
.cuslog{
   margin-left:10;
   margin-top:10;
   border-bottom:1px solid black;
   border-left:1px solid black;
   border-right:1px solid black;
   width:323px;
   height:287px;
   }
.cuslog h1{
   background:#d2161e url(../images/image_options_bg.gif) repeat-x left top;
   background-position:center;
   height:28px;
   font-size:15px;
   font-weight:bold;
   color:#000033;
   border-bottom:1px solid black;
   
   
   }
.emapass{
   /*padding-top:30px;}/*/
   height:98;
   position:fixed;
   
   }
.emapass h3{
   margin-left:27px;
   margin-top:29px;
   font-size:13px;
   color:#000000
   }
.emapass form input {
   height:27px;
   width:263:px;}
.emapass form input email{
   height:17px;
   width:263px;}
.forgpass{margin-left:31px;
   margin-top:13px;
   width:133px;
   height:23px;
   float:left;}
.button{float:right;
   margin-top:12px;
   width:100px;
   margin-right:43px;



}
.button input{width:99px;
   height:23px;
   font-size:15px;
   font-weight:normal;}

.newcus{
    position:fixed;
	padding-right:32px;
	padding-top:30px;
	margin-top:10px;
	margin-left:32px;
    font-family:Verdana, Geneva, sans-serif;
	}
.newcus h4{
    border-top:1px solid black;
	
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
.HolidayNotice{ 
   
    
 /*   margin-top:-17px;

}

.HolidaySchedule a{*/
    color:  Black;
    background-color:Menu;
    font-weight:bold;
    font-size:13px;
    text-align:center;
    Margin-bottom:5px;
    /*font-family: @MingLiU-ExtB;*/
}    
.HolidayNotice h1
{
    font-weight:bold;
    font-size:larger;
}

#email, #password, .form_td, #form_td
{
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    
}
.form_td2
{
   width: 170px; 
   line-height:35px;
}
.form_td3
{
    line-height: 40px;   
}
.input_td, #input_td,  #input_td1, #input_td2, #input_td3, #input_td4, #input_td5, #input_td6, #input_td7, #input_td8, #input_td9, #input_td10, #input_td11, #input_td12, #input_td13, #input_td14, #input_td16, #input_td17, #input_td18, #input_td19, #input_td20, #input_td21, #input_td22, #input_td23, #input_td24,  #input_td25, #input_td26,  #input_td27, #input_td28
{
    height: 25px;
    font-size: 15px;
    width:90%;
}
#input_td15
{
   float: right;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    width: 100px;   
}
.main_background
{
    background-color: #F0F0F0;
    height: auto;
    padding-top: 10px;
    overflow: auto;
}

.main_form
{
background-color: white;
    border: 1px solid #D7D7D7;
    margin: 0 auto;
    padding: 10px;
}
.login_form, .auth
{
  height: 200px;
  width: 310px;  
}
.register_form
{
  height: 800px;
  width: 400px;  
}
.default_form
{
    width: 400px; 
}
.customer_data
{
  /*height: 190px;*/
  width: 337px;
  float:left;
  margin-left:10px;
  margin-bottom: 3px;
}
.orders_table
{
    float: left;
    margin: 10px;
    width: 706px;
    height:auto;
}
.orders_divs
{
    float: left;
   margin-bottom: 10px;
    /*margin-left: 10px;*/
    width: 321px;
}
#orders_leftdiv
{
    margin-right:20px;   
}
.order_totals
{
    border:none;
    float:right;
    padding: 10px 0;
}
.order_totals td
{
    font-size: 16px;
    padding: 3px 7px 2px;
    text-align: center;
}
.main_background h2
{
    background-color:Yellow;
    font-size:18px;
    text-align:center;
    margin: -10px 0 10px;   
}
.main_form h3, #register_form h3
{
   font-weight:bold;
   font-size:15px;
   background-color:#d7d7d7;
   text-align:center; 
   margin-bottom: 10px;
   padding: 5px 0;
}
.customer_data p, .main_form p, .customer_data span, .main_form span
{
    font-size:15px;
    line-height: 25px;
}
.customer_data span a, .main_form span a
{
    float:right;
}
#wishlist_data #description_data
{
    text-align:left;
}
.login_header
{
font-weight:bold;
font-size:18px;
background-color:#d7d7d7;
text-align:center;
margin-bottom:10px;
line-height:35px;
}
.login_tr
{
line-height:40px;
}
.login_button
{
    float: right;
    margin: 10px;
    padding: 5px;
    font-size: 15px;
    padding: 5px;
    font-weight: bold;
}
.login_register
{
    background-color: white;
    border: 1px solid #D7D7D7;
    font-size: 12px;
    margin: 5px auto;
    padding: 5px;
    text-align: center;
    width: 250px;
}
#forgot_password
{
font-size:12px;
}
#form_address
{
 background-color: #D7D7D7;
    font-size: 16px;
    font-weight: bold;
}
#orders_data, #wishlist_data, #totals_table
{
    border-collapse: collapse;
    width: 100%;
}

#wishlist_data img
{
width:100px;
}
#wishlist_data #remove_img
{
 width:25px;   
}
#orders_data td, #orders_data th, #wishlist_data td, #wishlist_data th
{
    border: 1px solid #D7D7D7;
    font-size: 16px;
    padding: 3px 7px 2px;
    text-align: center;
}

#totals_table td{
   border: 1px solid #D7D7D7;
    font-size: 16px;
    padding: 3px 7px 2px;
    text-align: left;
}
#orders_data th, #wishlist_data th
{
    background-color: #D7D7D7;
    font-weight:bold;
    padding-bottom: 4px;
    padding-top: 5px;
    /*text-align: left;   */
}
.messagebox{
	/*position:absolute;*/
	width:100px;
	margin-left:30px;
	float:right;
	text-align:right;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
	margin-top:-6px
}
.messageboxok{
	/*position:absolute;*/
	width:auto;
	margin-left:30px;
	float:right;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	margin-top:-6px
	
}
.messageboxerror{
	/*position:absolute;*/
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
	margin-top:-6px
}

.shabbos{
	color: #0072BC;
	outline: medium none;
	background-color: #CCCCCC;
	border: 1px solid ;
	width:70%;
	margin-left:15%;
	hight:auto;
	text-align:right;
	Margin-bottom:5px;
       }
.shabbos h5{

     color: #0072BC;
    outline: medium none;
	text-align:center;
	font-weight:bolder;
	font-size:16px;
}

.shabbos h6{

    color: #0072BC;
    outline: medium none;
	text-align:center;
	font-weight:bolder;
	font-size:11px;
}

.shabbosfootNote {
    color: #990000;
    float: left;
    font-size: 0.916em;
    font-weight: bold;
    line-height: 4em;
    padding-left: 0.75em;
    text-align: left;}
    
.center_image
{
 text-align:center;
}
.coupon {
    border-color: Red;
    border-style: dashed;
    text-align: center;
}
.coupon h1 {
    color: Red;
    float: left;
    font-size: 57px;
    font-weight: bold;
}
.coupon h2 {
    background: none repeat scroll 0 0 transparent;
    float: right;
    font-size: 69px;
    font-weight: bold;
    padding: 0;
}
.coupon h3 {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 13px;
    margin: 0;
    width: 220px;
}
.coupon h4 {
    float: right;
    width: 40%;
}
.couponHeader {
    background-color: Yellow;
    margin: 0;
    padding: 0;
    width: 100%;
}
.couponBox {
    font-family: Georgia,Times New Roman;
    margin: 5px 10px;
}
/****************************************************
old Css
/****************************************************/
 .sumColumn
        {
            width: 100px;
            vertical-align:middle;
            background-color:#CCCCCC;
        }
        
        .dataColumn
        {
            text-align:left;
            vertical-align:middle;
            background-color:#EBEBEB;
        }
        .totalColumn
        {
            width: 80px;
            text-align:right;
            padding-right:5px;
            vertical-align:middle;
            font-weight:bold;
            color:Black;
            background-color:#CCCCCC;
        }
/************************************************
end old CSS
/************************************************/        


/* nav-menus.css*/

#nav {
    float: left;
    height: 30px;
    padding-top: 1px;
    position: relative;
    z-index: 500;
}
#nav li.top {
    display: block;
    float: left;
    height: 30px;
}
#nav li a.top_link {
    color: #4C4C4C;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
}
#nav li a.top_link span {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 30px;
    padding: 0 15px;
}
#nav li a.top_link span.down {
    /*background: url("../images/main_nav_dir-arrow.gif") no-repeat scroll right 14px transparent;*/
    
    background: url("../images/Combine.gif") no-repeat;
	background-position: right 14px;
	
}
#nav li:hover a.top_link {
    /*background: url("../images/main_nav-hover_bg.gif") repeat-x scroll left top transparent;*/
    background: url("../images/Combine_bg_x.gif") repeat-x;
    background-position: left -227px;
    color: #000000;
}
#nav li:hover a.top_link span {
    background: none repeat scroll 0 0 transparent;
}
#nav li:hover a.top_link span.down {
    /*background: url("../images/main_nav_dir-arrow.gif") no-repeat scroll right 14px transparent;*/
    background: url("../images/Combine.gif") no-repeat;
	background-position: right 14px;
}
#nav li a.second_link span, #nav li a.second_link span.down {
    /*background: url("../images/productmenu-arrow.gif") no-repeat scroll right center transparent;
    display: block;
    padding-right: 20px;*/
	
	background: url("../images/Combine.gif") no-repeat;
    display: block;
	background-position: right -103px;
}
#nav li:hover a.second_link {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #0072BC;
}
#nav li li:hover a.second_link span, #nav li li:hover a.second_link span.down {
    /*background: url("../images/productmenu-arrow-hover.gif") no-repeat scroll right center transparent;*/
    font-weight: bold;
    
    background: url("../images/Combine.gif") no-repeat;
	background-position: right -68px;

}
#nav li:hover {
    position: relative;
    z-index: 200;
}
#nav li:hover ul.sub {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    height: auto;
    left: 0;
    top: 30px;
    white-space: nowrap;
    width: 180px;
    z-index: 300;
}
#nav li:hover ul.sub li {
    display: block;
    float: left;
    font-weight: bold;
    height: 28px;
    position: relative;
    width: 180px;
}
#nav li:hover ul.sub li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #E2E2E2;
    border-left: 2px solid #E2E2E2;
    color: #363636;
    display: block;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 15px;
    text-decoration: none;
}
#nav li:hover ul.sub li a:hover {
    background: url("../images/main_nav-secitem_bg.gif") repeat-x scroll left center transparent;
    border-right: medium none;
    color: #0072BC;
    font-weight: bold;
    text-decoration: underline;
}
#nav li ul.sub li a.fly, #nav li:hover ul.sub li a.fly:hover {
    background: none repeat scroll 0 0 transparent;
}
#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
    background: none repeat scroll 0 0 #BBD37E;
    border: 1px solid #5C731E;
    height: auto;
    left: 90px;
    padding: 3px;
    top: -4px;
    white-space: nowrap;
    z-index: 400;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
    height: 0;
    left: -9999px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9999px;
    width: 0;
}
#nav ul, #nav li:hover ul.sub2, #nav li:hover li:hover ul ul.sub2, #nav li:hover li:hover li:hover ul.sub2, #nav li:hover li:hover li:hover li:hover ul.sub2 {
    height: 0;
    left: -9999px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9999px;
    width: 0;
}
#nav li:hover li:hover ul.sub2, #nav li:hover li:hover li:hover ul.sub2, #nav li:hover li:hover li:hover li:hover ul.sub2, #nav li:hover li:hover li:hover li:hover li:hover ul.sub2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    height: auto;
    left: 180px;
    padding: 0;
    top: 0;
    white-space: nowrap;
    width: 360px;
    z-index: 700;
}
#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
    background: none repeat scroll 0 0 transparent;
}
#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
    background: none repeat scroll 0 0 transparent;
}
#nav li:hover ul.sub li.hover ul.sub {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    height: auto;
    left: -9999px;
    top: -9999px;
    white-space: nowrap;
    z-index: 600;
}
#prod_nav {
    border-bottom: 2px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    position: relative;
    z-index: 300;
}
#prod_nav li.top {
    border-bottom: 1px solid #FBFBFB;
    border-top: 1px solid #D7D7D7;
    display: block;
    float: left;
    height: auto;
    width: 170px;
}
#prod_nav li a.top_link {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #252525;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    padding-bottom: 5px;
    padding-left: 11px;
    padding-top: 5px;
    text-decoration: none;

}
#prod_nav li a.top_link span, 
#prod_nav li a.top_link span.down {
	background: url("../images/Combine.gif") no-repeat;
    display: block;
	background-position: right -103px;
	padding-right: 20px;
}
#prod_nav li:hover a.top_link {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #0072BC;
}
#prod_nav li:hover a.top_link span, 
#prod_nav li:hover a.top_link span.down {
    /*background: url("../images/productmenu-arrow-hover.gif") no-repeat scroll right center transparent;*/
    background: url("../images/Combine.gif") no-repeat;
	background-position: right -68px;
}
#prod_nav li:hover {
    position: relative;
    z-index: 200;
}
#prod_nav li:hover ul.sub {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background: url("../images/productmenu-leftborder.gif") no-repeat scroll left top #FFFFFF;*/
    background: /*url("../images/Combine.gif") no-repeat*/ #FFFFFF;
    /*background-position: right -755px;*/
    border-color: #E2E2E2 #E2E2E2 #E2E2E2 -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    height: auto;
    left: 170px;
    top: -1px;
    white-space: nowrap;
    width: 174px;
    z-index: 300;
}
#prod_nav li:hover ul.sub li {
    /*background: url("../images/productmenu-section-bg.png") no-repeat scroll right bottom transparent;*/
    background: url("../images/Combine.gif") no-repeat;
    background-position: right -1210px;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 0 3px 10px;
    position: relative;
    width: 164px;
}
#prod_nav ul, 
#prod_nav li:hover ul {
    height: 0;
    left: -9999px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9999px;
    width: 0;
}
#prod_nav li:hover ul.sub ul,
#prod_nav li:hover ul.sub li ul
{
    background: none repeat scroll 0 0 transparent;
    border-color: #D7D7D7;
    border-style: solid;
    border-width: 1px 1px 1pt;
    float: left;
    height: auto;
    left: auto;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    top: auto;
    width: 130px;
}
#prod_nav li:hover ul.sub ul li,
#prod_nav li:hover ul.sub li ul li {
    background: none repeat scroll 0 0 transparent;
    padding: 6px 6px 6px 0;
    width: 150px;
}
#prod_nav li:hover ul.sub ul li a,
#prod_nav li:hover ul.sub li ul li a {
    color: #363636;
    text-decoration: none;
    white-space: normal;
}
#prod_nav li:hover ul.sub li a:hover {
    color: #0072BC;
    text-decoration: underline;
}
#prod_nav li:hover li:hover a.fly, 
#prod_nav li:hover li:hover li:hover a.fly, 
#prod_nav li:hover li:hover li:hover li:hover a.fly, 
#prod_nav li:hover li:hover li:hover li:hover li:hover a.fly {
    background: url("../images/main_nav-secitem_bg.gif") repeat-x scroll left center transparent;
}
#prod_nav li:hover li:hover li a.fly, #prod_nav li:hover li:hover li:hover li a.fly, #prod_nav li:hover li:hover li:hover li:hover li a.fly {
    background: none repeat scroll 0 0 transparent;
}
.customer_nav {
    background: none repeat scroll 0 0 #0072BC;
    margin-bottom: 20px;
}
.customer_nav h2 {
    background: url("../images/customer_nav_bg.gif") repeat-x scroll left bottom transparent;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 10px;
}
.customer_nav ul {
    padding: 0 10px 8px;
}
.customer_nav ul li {
    border-bottom: 1px solid #E94248;
    float: left;
    line-height: 25px;
    width: 152px;
}
.customer_nav ul li a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
.customer_nav ul li a:hover {
    text-decoration: underline;
}

ol.subS{}

	li.topS ol.subS{
            position: absolute !important;
            left: -9999;
			top: -9999;
			visibility:hidden;
            background-color:#ffffff;
            z-index:10000;

	}
	ul li ul li ul li:hover ol.subS{
			visibility:visible;
			left: auto;
			top:auto;
			float:left;
	}
	

    ul.sub{
	   border-color:#e2e2e2;
	}
	
	li.arrow-expand{
		background: url("../images/Combine.gif") no-repeat !important;
		background-position: right -103px !important;
	}
	li.arrow-expand:hover{
		background: url("../images/Combine.gif") no-repeat !important;
		background-position: right -68px !important;
	}
	
	


/*popup.css*/



.ui-widget-header 
{
	font-size:12px;
}

.quickButton
{
	bottom: 40px;
    position: relative;
    z-index: 1000;
}

.addTocartbuttonPopup
{
	background-image: url("../images/addtocart.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    margin: 0 auto;
    width: 102px;
	cursor: pointer;
	float:right;
}

.addToWishlistPopup
{
	background-image: url("../images/addtowishlistSmall.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    margin: 0 auto;
    width: 86px;
	cursor: pointer;
	float:right;
	margin-top:10px;
}

.addTocartbuttonPopuphover
{
	background-position: 0 -23px;
}

.addToWishlistPopuphover
{
	background-position: 0 -23px;
}

.popup_tab_container
{
	height:170px;
}

.popup_tab_content
{
	height:150px;
	overflow-x: auto;
}


/*jqtransform.css*/

form.jqtransformdone label{
	display: block;
	float:left;
	margin-left:10px;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 137px!important;
	position:relative;
	height: 20px;
	background: url(../images/jstransform/select_left.gif) no-repeat top left;
	float:left;
}

.special_ul
{
    width:137px!important;
    font-size:9px!important;
}

.jqTransformSelectWrapper div span {
	font-size: 9px;
	font-weight: bold;
	color: #666;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 18px;
	line-height: 15px;
	padding: 2px 0 0 5px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/jstransform/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 150px;
	top: 19px;
	left: 0px;
	list-style: none;
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-top: 0px;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 4px 5px;
	text-decoration: none;
	color:#666666;
	font-weight: bold;
	background-color: #fff;
}

.jqTransformSelectWrapper ul a.selected {
	background: #fff;
	color: #d7d7d7;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#efefef;
	color: #000;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}


/*contentStyle.css*/

.contentBody h1,h2{font-size:14px;}
.contentMenu div{float:left;}

.actionLink
{
    float:     left; 
    font-size:   14px; 
    font-weight: bold; 
    line-height: 20px; 
    padding: 10px 10px 10px 10px; 
    text-align: center; 
    width:200px; 
    }
 
.style1 
{
    font-size: xx-small;
    }
    
.contentMenu ul{margin:0px 6px 0px 0px; padding:0px 6px 0px 0px}
.contentMenu li{list-style:none; line-height:20px; font-size:10px;}



/*jSlider.css*/

/* default jSlider style */ 
/* width: 550px is the same as the images and .slidetitle width is the same as the images */
#jSlider {
    /*float:left;
    width: 554px;
    height: 315px;*/
    margin-bottom:20px;
    }
.slider{
    height:315px;
    overflow:hidden;
    position:relative;
    visibility:visible;
    width:554px;
    border:1px solid #D6D6D6;
    z-index:10;
    /*
    float:left;
    width:554px;
    height: 315px;
    margin-left:25px;
    border:3px #000 solid;
    overflow: hidden;
    position:relative;*/
    }

/* 
	// You have to change .slider, slidercontent and div.slide height for you height on your images! importent!

	// Different style for different slideType // 
	
	default 
	where width is 9999px, so you don't have to calc your width each time you add a new slide
	where height is your images hide.
	.slidercontent {width: 9999px; height: 220px;}

	slide down
	where width is the images width
	where height is all your images height together.
	.slidercontent {width: 550px; height: 440px;}
	
	slide half
	where width is half of your images, 4/2 á 550px
	where height is all your images height together
	.slidercontent {width: 1100px; height: 440px;}
	
	slide half two
	where width is two images width together. 
	where height is all your images height together.
	.slidercontent {width:1100px; height: 880px;}
*/

.slidercontent {
    width: 9999px;
    height: 315px;
    }
div.slide {
    height: 315px;
    width: 554px;
    float:left;
    overflow: hidden;
    background: #fff
    }
.slidetitle{
    margin-top:-22px;
    float:left;
    position: absolute;
    width: 554px;
    margin-left:0px;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
    }
.slidetitle p {
     padding:5px;
     color:#fff;
     padding-bottom:0px;
     }
.slidetitle p.slide-title {
    background: #000;
    padding-bottom: 5px
    }
.slidetitle p span.hide,.slidenext {
    float:right
    }
.slidetitle p span a.slide-show {
    background: #000;
    }


/*jslider-slider.css*/



.jslider .jslider-bg i,
.jslider .jslider-pointer
{ background: url(jslider.png) no-repeat 0 0; }

.jslider { display: block; width: 100%; height: 1em; position: relative; top: 0.6em; font-family: Arial, sans-serif; }
.jslider table { width: 100%; border-collapse: collapse; border: 0; }
.jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }

.jslider table,
.jslider table tr,
.jslider table tr td { width: 100%; vertical-align: top; }

.jslider .jslider-bg { position: relative; }
.jslider .jslider-bg i { height: 5px; position: absolute; font-size: 0; top: 0; }
.jslider .jslider-bg .l { width: 50%; background-position: 0 0; left: 0; }
.jslider .jslider-bg .r { width: 50%; left: 50%; background-position: right 0; }
.jslider .jslider-bg .v { position: absolute; width: 60%; left: 20%; top: 0; height: 5px; background-position: 0 -20px; }

.jslider .jslider-pointer { width: 13px; height: 15px; background-position: 0 -40px; position: absolute; left: 20%; top: -4px; margin-left: -6px; cursor: pointer; cursor: hand; }
.jslider .jslider-pointer-hover { background-position: -20px -40px; }
.jslider .jslider-pointer-to { left: 80%; }

.jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; }
.jslider .jslider-label-to { left: auto; right: 0; }

.jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; background: white; line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.jslider .jslider-value-to { left: 80%; }

.jslider .jslider-label small,
.jslider .jslider-value small { position: relative; top: -0.4em; }

.jslider .jslider-scale { position: relative; top: 9px; }
.jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
.jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label
{ display: none; }

.jslider:hover  .jslider-bg i, .jslider.jslider-pointer {
background:url("jslider.blue.png") no-repeat scroll 0 0 transparent;
}






/*jslider.blue.css*/


  .jslider_blue .jslider-bg i,
  .jslider_blue .jslider-pointer
  { background-image: url(jslider.blue.png); }
  




/*jslider.plastic.css*/



  .jslider_plastic .jslider-bg i,
  .jslider_plastic .jslider-pointer
  { background-image: url(jslider.plastic.png); }






/*reset.css*/

/* Global Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, label, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-weight:bold;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* End Global Reset*/

/* Clear Fix Hack for Firefox */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix 
{ 
	display: inline-block; 
}

.fsecs .clearfix 
{
	width: 0px;	
}

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }
/* End Clear Fix Hack for Firefox */
/************************************
***showcart*************************/
.cart_table {
    margin: 0 10px 10px;
    width: 705px;
    overflow: hidden;
    padding-bottom: 0;
}
.cart_item {
    border: 1px solid #D7D7D7;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.cartItemLeft {
    float: left;
}
.inCartItemLeft img {
    margin-right: 10px;
}
.inCartItemLeft {
    float: left;
}
.inCartItemLeft a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.inCartItemLeft p {
    width: 312px;
}
.cartItemRight {
    float: right;
    margin: 0 10px 0 0;
   /* width: 180px;*/
}
.cartCheckout
{
    float: right;
    margin: 0 10px 0 0;
    width: 220px;
}
.otherMethods
{
    margin-top:0;
}
.cartItemRemove {
    margin: 5px;
    text-align: right;
    width: 102px;
}
.cartUpdateQty {
    float: left;
    width:75px;
}
.cartUpdateQtyBtn {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #0072BC;
    cursor: pointer;
    display: block;
    margin: auto;
    font-size:13px;
}
.cartUpdateQty input.cartUpdateQtyBtn:hover {
    color: #4D4D4D;
    text-decoration: underline;
}
.cartItemPrice {
    float: right;
    width: 190px;
    height: 50px;
}
.cartItemPrice span {
    float: right;
}
.itemTotalPrice {
    color: #0072BC;
    font-weight: bold;
}
.cartLeftHalf {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    width: 400px;
}
.cartRightHalf {
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    width: 274px;
}
.cartRightHalf span {
    float: right;
}
.cartLeftHalf input {
    font-size:15px;
    margin: 10px 5px;
}
.cartLeftHalf p
{
  
}
.mfsCartLeft p, .mfsCartLeft a {
    font-size: 12px;
    line-height: 17px;
    width: 400px;
}
.mfsCartRight {
    width: 120px;
}
.mfsPrice {
    margin-top: 20px;
    width:100%;
}
.mfsPrice p {
    float: right;
    margin-bottom: 10px;
}
.cartRegister
{
    float:left;
    width:350px;
}
.cartRegister p
{
    font-size: 12px;
    font-weight: bold;
    line-height: 39px;
    padding-left: 5px;
    text-align: left;
    width: 126px;
    float:left;
}
.cartRegister span
{
    float:right;
    color:#ff0000;
    margin-top: 15px;
}
.cartRegister input, #input_td1, #input_td2, #input_td4, #input_td5, #input_td6
{
    float:right;
    width:195px;
    margin:5px 4px;
}
.registerRight
{
    float:right;
    width:310px;
}
.registerRight P
{
    font-size: 12px;
    font-weight: bold;
    line-height: 39px;
    padding-left: 10px;
    text-align: left;
    width: 80px;
    float:left;
}
.registerRight input
{
    float: right;
    font-size: 15px;
    height: 25px;
    margin: 5px 10px;
    width: 195px;
}
.registerDivider
{
    background-color: #D7D7D7;
    float: left;
    height: 290px;
    margin: 0 5px;
    width: 2px;
    
}
.cartKeepShopping
{
    float: right;
    height: 55px;
    padding: 0 10px;
    width: 200px;
}
#checkout_box, #btnCheckout, .storeClosedButton
{
    background: url("../images/checkout_btnbig.png") no-repeat scroll 0 -45px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 45px;
    text-indent: 5000px;
    width: 200px;
    font-size:0;
    margin:20px;
}
#checkout_box:hover
{
    Background-position:0 0;
}
.storeClosedButton:hover{
	Background-position:0 0;
}
#btnKeepShopping
{
    background: url("../images/keep_shopping.png") no-repeat scroll 0 -45px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 45px;
    text-indent: 5000px;
    width: 200px;
    font-size:0;
}
#btnKeepShopping:hover
{
    Background-position:0 0;
}
.btnRemove_item
{
    background: url("../images/remove_item.png") no-repeat scroll 0 -23px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 23px;
    text-indent: 5000px;
    width: 102px;
    font-size:0;
}
.btnRemove_item:hover
{
    Background-position:0 0;
}
.btnRegister, #input_td15
{
    background: url("../images/BTNloginCheckout.png") no-repeat scroll -150px -30px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    text-indent: 5000px;
    width: 150px;
    font-size:0;
}
#input_td15:hover
{
    Background-position:-150px 0;
}
.btnLogin, #loginbtn
{
    background: url("../images/BTNloginCheckout.png") no-repeat scroll 0 -30px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    text-indent: 5000px;
    width: 150px;
    font-size:0;
}
#loginbtn:hover
{
    Background-position:0 0;
}
.otherCheckout
{
    width:420px;
}
