* { margin: 0; padding:0;}
ul,ol,li { list-style:none;}
img { border:none;}
a { color:#000; text-decoration:none;}
a:hover { text-decoration: underline;}
/* Headings */
h1,h2,h3,h4,h5,h6 { color:#000;}
h1 {
	font-size:20px; line-height:1.15;
	margin: 15px 0 40px;
}
h2            { font-size:18px; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* Layout ================================================================================ */
body { font-family:Helvetica, Arial, sans-serif; color:#333; background: url(/images/bgmain4.jpg) no-repeat top center; font-size:12px;}
/*body { font-family:Helvetica, Arial, sans-serif; color:#333; background: url(../images/bg-shadow.gif) repeat-x left 30px; font-size:12px;}*/
#wrapper { width:960px; margin: 0 auto;}
#header, #container, #footer, #legality {
	float: left;
	width:100%;
}
#container {padding-bottom:70px; border-bottom: solid 3px #000; margin-bottom:1px; margin-top:20px; min-height: 300px; background-color: #FFF;}
#container a {color:#a4dc20;}
.cms-home #container { margin-top:20px; background-color: #FFF;}

#containerinside {padding-bottom:70px; border-bottom: solid 3px #000; margin-bottom:1px; margin-top:20px; min-height: 300px; background-color: #FFF;}
#containerinside a {color:#666666;}
.cms-home #containerinside { margin-top:20px; padding: 15px 15px; background-color: #FFF;}

.faq-details {padding: 0 20px;}

#footer { border-top:1px solid #000; padding:10px 0; }
#footer ul {
	overflow: hidden;
	float:left; margin-right: 30px;
}
#footer li {
	margin: 0 0 0 -1px; float:left; padding: 10px 15px; background: url(../images/sep.gif) no-repeat left center; line-height:0.8em;}
#follow { float:left;}
#follow a { margin-right:10px;}
#subscribe {
	padding: 4px 0 0;
	width:530px; float:right;
}
#subscribe a.subscribeBtn { background:#000; color:#fff; border:none; padding:2px 5px; height:21px; line-height: 21px; float:right; text-align:center;}
#legality { border-top: solid 1px #000; margin-top:10px;}
#legality div { padding: 10px 13px; font-weight:bold;}
#legality div.left { font-size:14px; font-weight:bold;}
#topLinks { text-align:right; height:17px; padding:10px 0 2px; line-height:1em;}
#topLinks a { color: #FFF;}
#topLinks ul { display: inline;}
#topLinks li { display: inline; margin-left:20px;}
#welcome {color: #FFF;}
#logo { padding:18px 0 18px; height:90px; width:100%; float:left; margin-bottom:1px}
#logo h1 {font-size:30px; line-height:1em; float:left; }
#logo a { text-decoration:none;}

/* Header ================================================================================ */
.form-search { padding-top:5px;}
.form-search input[type=text] { border: solid 1px #000; color:#999; width:184px; float:left; line-height: 15px; background:#fff; height:15px; vertical-align: middle;}
.form-search button[type=submit] { background:#000; color:#fff; border:none; width:30px; padding:2px 0; float:left; height:21px;}
.form-search {text-align:right;}
.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {}
.form-language { clear:both; text-align:right; }
#contactForm { display: block;}

/********** < Navigation */
#nav { background-color: #FFF; width:100%; float:left; /*padding: 3px 0 0;*/ border: 1px solid #000;}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul:after{
	content:"";
	clear:both;
	display:block;
}
#nav li {
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:1em;
  border-right: 1px solid #ccc;
}
#nav li a { 
	position: relative;
	padding: 10px;
	/*border: solid 2px #fff;*/
	display: block;
	background: #fff;*/
}

/* All Levels */
#nav li:hover {
	position:relative;
	z-index:999;
}
/* 1st Level */
#nav li:hover a,
#nav li.selected a {
	/*border-bottom:1px solid #fff !important;*/
	z-index: 1000;
  background-color: #A4DC20;
  
}
/* 2nd Level */
#nav li ul {
	width: 200px;
	display:none;
	position:absolute;
	border:1px solid #fff !important;
	overflow: hidden;
	top:30px;
	z-index: 999;
  background-color: #fff;
}
#nav li li {
	float:none;
	background: #fff;
}
/* Show Menu */
#nav li:hover ul {
	left:0;
	display:block;
}
#nav li ul li {
	border-bottom: 1px solid #fff;
}
#nav li ul li a{
	font-weight: normal;
	border: none !important;
	padding-bottom: 7px;
	font-size: 12px;
}
/********** Navigation > */
/* ======================================================================================= */
#gallery { margin-bottom:40px;position:relative;}
#gallery #overTheImg { font-family:Arial, Helvetica, sans-serif; color:#fff; position:absolute; width:440px; left:50%; margin-left:-215px; top:100px; z-index:10; text-transform:uppercase; text-shadow: 1px 1px 1px #000;}
#gallery .link-shop { background:#a4dc20 url(../images/arrow.png) no-repeat 93% center; color:#fff; text-transform:none; font-weight:bold; margin:0 0 0 10px; padding: 3px 30px 3px 10px; font-size:18px; text-shadow: none; text-decoration:none; position: relative; z-index: 9999;}
#gallery #imgContainer { height: 455px; overflow: hidden; }
#gallery #imgControls { position: absolute; bottom:20px; width:100%; text-align:center;}
#gallery #imgControls li { display: inline; margin:0 2px;}
#gallery #imgControls li a { display: inline-block; width:35px; height:35px; font-size:0px; background:url(../images/dots.png) no-repeat right top; vertical-align:middle; text-indent: -9999px; }
#gallery #imgControls li.current a, #gallery #imgControls li a:hover { background-position:left top; }
#gallery #imgControls #imgControlsPrev a { background:url(../images/btn-prev.png) no-repeat right top; opacity:0.75;}
#gallery #imgControls #imgControlsNext a { background:url(../images/btn-next.png) no-repeat right top; opacity:0.75;}
#gallery #imgControls #imgControlsPrev a:hover, #gallery #imgControls #imgControlsNext a:hover { opacity:1;}
#currentSales { width:200px;  padding:0 40px; float:left;border-bottom:none; padding-bottom:0; margin-bottom:0;}
#currentSales li { width:100%; float:left; padding: 5px 0 8px; border-bottom: solid 1px #e5e5e5; font-size:14px; font-weight:bold;}
#currentSales li em { font-weight:normal; margin-right:3px;}
#customerFaves { width:200px; padding-left: 20px; float:left; border-bottom:none; padding-bottom:0; margin-bottom:0;}
#customerFaves td { border-bottom: solid 1px #e5e5e5; padding:5px 0; vertical-align:middle; text-align:left; }
#customerFaves h4 { font-size:14px;}
#currentSales a, #customerFaves a { color:#000;}
#homeaboutblock { width:455px;  padding:0 5px 40px 40px; float:left;border-bottom:none; margin-bottom:0;}
#customerFaves .block-title, #currentSales .block-title {border-bottom:solid 3px #000; margin-bottom:5px; }
#customerFaves .block-title strong, #currentSales .block-title strong {
	font-size:24px;
	line-height: 25px;
}

.page-print { padding:20px; text-align:left; }
.page-empty { padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:none; }
.page-popup .data-table th { border-bottom: solid 1px #e5e5e5; }

/* Base Columns */
.col-left { float:left; padding-left:20px; }
.shop-main .col-left { margin-right: 20px;}
.col-main { width:680px; }
.col-right { float:right; padding-right:20px; }
.sidebar { width:200px;}

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

/* 2 Columns Layout */
.col2-left-layout .col-main,
.shop-main .col-main{
	overflow: hidden;
	float:none;
	padding:0;
}
.col2-right-layout .col-main { float:left; padding-left:20px;}

/* 3 Columns Layout */
.col3-layout .col-wrapper { float:left; width:700px; }
.col3-layout .col-wrapper .col-main { width:440px;  float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:47%; }
.col2-set .col-2 { float:right; width:47%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

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

.col4-set .col-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,.button{ font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,textarea { padding:2px; border:1px solid #000; }
.input-box input { *margin-top:-2px;}
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; border: solid 1px #b7b7b7;background:none; }
.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.button, .button input { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button, .button input { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
.button > span { display:inline-block; background:#A4DC20; padding-left:10px; font-family:Arial, Helvetica, sans-serif; color:#fff; line-height:21px; font-size:12px; font-weight:normal;white-space:nowrap;}
.button span span { background-position:100% 0; padding-right:10px; display:inline-block;white-space:nowrap; }

.btn-checkout > span, button.btn-cart > span, .buttons-set .button > span { font-weight:bold; font-size:18px; line-height:32px; padding-left:20px; padding-right:20px;}
.btn-checkout span span, .btn-cart span span, .buttons-set .button span span { padding-right:20px;}
.btn-checkout.no-checkout {}
.discount .button span, .shipping .button span, .multiple-checkout .page-title .button span, .multiple-checkout tfoot .button span { background-color:#000; font-size:12px; line-height: 21px; padding: 0 5px!important;}
.sidebar .button span, .data-table .button span, .my-wishlist .button span { font-size:12px; line-height: 21px; padding: 0 5px!important;}
#shopping-cart-table .button span { background:none; padding:0; color:#F3198F; font-size:14px; font-weight:bold;}
.my-wishlist .button { margin:0 0 0 2px;}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; font-size:13px; margin-bottom:3px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label {  float:none; font-weight:bold; text-transform: none; color:#333;}
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px;vertical-align:baseline; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; border:none; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px;*float:left; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.col3-layout .form-list li.wide input.input-text { width:254px; }
.col3-layout .form-list li.wide .input-box { width:260px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

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

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

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

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

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

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

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

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0;}
.buttons-set .back-link { float:left; padding-top:10px; }
.buttons-set .button, .buttons-set .cat_button  { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.fieldset { border:1px solid #000; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-size:13px; background:#000; color:#fff; margin:-33px 0 0 -10px; padding:3px 10px; position:relative; }
.fields .field:first-child { margin-bottom: 10px;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; 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; }
p.required { font-size:10px; text-align:right; color:#f00; }
/* 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 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {
    padding: 0 10px 15px;
	margin:0 0 20px;
	border-bottom:3px solid #000;
	font-size:14px;
	font-weight:bold;
	line-height:1em; color:#000;
}
.breadcrumbs a { color: #ccc!important; text-decoration:none;}
.breadcrumbs span { padding-left:5px; color:#ccc; vertical-align: text-top;}

/* Page Heading */
.page-title { border-bottom:3px solid #000; padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 {
	font-size:24px; color:#000;
	margin: 0;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right;}
.page-title.title-buttons { border:none;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.subtitle { clear:both; }
/* Pager */
.pager { float:right; font-size:12px;  }
.pager .amount { float:left; padding-right:10px;}
.limiter { float:left; }
.pager ol { display:inline; margin-left:5px; }
.pager li { padding: 2px 5px; line-height:1em; margin: 0 1px; float:left;}
.pager li a { color:#333;}
.pager a.previous, .pager a.next { font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.pager li.current, .pager li:hover { background-color:#F3198F; cursor:pointer; color:#fff;}
.pager li.current a, .pager li:hover a { color:#fff!important; text-decoration:none;}
/* Sorter */
.sorter { font-size:11px; text-transform:uppercase;  }
.sorter select{ font-size:11px; text-transform: none; vertical-align: middle; margin-top:-1px;  }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:left; padding-right:20px; }

/* Toolbar */
.toolbar { clear:both; width:100%; float:left; padding-bottom:10px; border-bottom: solid 1px #e5e5e5;}
/* Data Table */
.data-table {border-bottom:3px solid #000; border-top:3px solid #000; float:left; margin:5px 0; width:100%; }
.data-table th { padding:8px; font-size:14px; border-bottom: solid 1px #000; font-weight:bold; white-space:nowrap; }
.data-table td { padding:8px; }
.data-table tbody td {border-top: solid 1px #e5e5e5;  }
.data-table tfoot td { border-top: solid 1px #000; background-color:#fdfdfd;}
.data-table tr.even { background-color:#f6f6f6; }
.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 .price { font-weight:bold;}
.my-account .data-table th, .my-account .data-table td { padding: 5px;}

.sales-order-history td.last {	text-align: left!important;	}
.sales-order-history td.last a {    display: block; white-space: nowrap;  }
.sales-order-history td.last .separator {display: none;    }
.sales-order-history td.last .nobr {white-space: normal!important;    }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std {
	overflow: hidden;
	width: 100%;
}
.std .subtitle { padding:0;}
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }
#topLinks div.links,
#topLinks .links div{
	display: inline;
}
.link-cart { font-weight:bold; color:#f00; }
.link-reorder { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-right:5px; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* 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; }
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.block { border-bottom: solid 1px #000; padding-bottom:20px; margin-bottom:20px; color:#000; }
.block .block-title {padding:0 0 10px; line-height: 1em;  }
.block .block-title strong { font-size:18px; font-weight:bold; }
.block-categories { border-bottom: none; }
.block-categories .block-title {padding-bottom:5px; border-bottom: solid 3px #000; }
.block-categories .block-title strong { font-size:24px; line-height: 1em; }
.block-categories .block-content li, .sidebar .block-account li { border-bottom: solid 1px #e5e5e5; line-height:35px;font-size:14px;}
.block-categories .block-content li a, .sidebar .block-account li a{ color:#000!important;text-decoration:none; font-weight:bold;   }
.block-categories .block-content li:hover, .block-categories .sidebar .block-content li.current, .block-account li:hover, .sidebar .block-account  li.current { background: url(../images/arrow2.gif) no-repeat right center; color:#f3198f;}
.block-categories .block-content li:hover a{ color:#f3198f!important;}s
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:14px; font-weight:bold;  }
.block .block-content li.productItem {
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.block .block-content li.productItem h2{
	font-size:14px;
	margin-top: 25px;
}
.block .block-content li.productItem .image{
	width: 65px;
	height: 65px;
	float: left;
	margin: 0 15px 0 0;
}
.block .block-content li.productItem .image img{
	width: 65px;
	height: 65px;
	display: block;
}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; padding:3px 0 5px; }
.block .actions a { float:left; }
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:60px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.page-head { font-size:24px; margin: 0 20px 15px; border-bottom: solid 3px #000; padding-bottom:5px; font-weight:bold;}
.block-account  li.last { border:none;}

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

/* Block: Layered Navigation */
.block-layered-nav { border-bottom: none;}
.block-layered-nav .block-title {padding-bottom:10px; border-bottom: solid 3px #000;}
.block-layered-nav .block-title strong { font-size:24px; line-height: 1em; }
.block-layered-nav dt { font-weight:bold;border-bottom:1px solid #e5e5e5; background-color:#f5f5f5; font-size:14px;font-weight:bold;padding:5px 0; }
.block-layered-nav dd { padding-left:5px; padding-bottom: 5px;border-bottom:1px solid #e5e5e5; }
.block-layered-nav dd li{ padding-top:5px; }
.block-layered-nav .currently li { padding: 5px; background-color:#f5f5f5; margin-bottom:2px;}
.block-layered-nav .currently li .label { font-weight:bold;}
.block-layered-nav .btn-remove { float:none; margin:0; display: inline-block; vertical-align:middle; }
.block-layered-nav .block-subtitle { font-size:18px; font-weight:bold; padding:5px 0; border-bottom: solid 1px #000; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .subtotal { font-style:italic; margin-top:3px; }


/* Block: Related */
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
/* Block: Poll */
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer {
	font-weight:bold;
	}
.block-poll .votes { float:right; margin-left:10px; }
.faq-details .answer { padding-bottom: 20px;}
/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }
/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-description { margin:0 0 10px; }

/* View Type: Grid */
.products-grid { width:100%; float:left; padding-top:15px;}
.products-grid.last { border-bottom:0; }
.products-grid .productSmall li { float:left; width:220px; padding: 0 10px 20px 0;}
.products-grid .product-image { display:block; margin:0 0 5px; }
.products-grid .product-name { font-weight:bold; font-size:13px; font-weight:bold; }
.products-grid .product-name a{ color:#000!important; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { font-size:11px; text-transform:uppercase;  }
.products-grid .actions a { color:#3c7fa8;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {margin:0 auto;  }
.col1-layout .products-grid { margin:0 auto; }

/* View Type: List */
.products-list {
	border-top: 1px solid #ddd;
	width:100%;
	float:left;
}
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 0; width:100%; float:left; }
.products-list li.item.last { border-bottom:0; padding-bottom:0; }
.products-list .product-image { margin:0 10px 0 0;}
.products-list .product-image  img{
	margin: 0 auto;
	width: 220px;
	height: 220px;
	display: block;
}
.products-list .product-shop { margin-left:40px; }
.products-list .product-shop ul{
	padding: 0 0 10px 10px;
}
.products-list .product-name { margin:5px 0; font-weight:bold; font-size:13px; text-transform:uppercase;  }
.products-list .price-box { margin: 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 5px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; text-transform:uppercase; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.ratings { font-size:11px; line-height:1.25; margin:7px 0; width:100%; float:left;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { width:100%; float:left; padding-top:5px;}
.ratings .rating-links a { color:#000!important; font-size:12px; text-decoration:underline;}
.ratings .rating-links .separator { margin:0 2px; }
.rating-box { width:127px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:22px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box {float:left; margin-right:3px;}
.ratings .rating-box img{
	display: block;
}
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.out-of-stock span { color:#d83820; }

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

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

/* Old price */
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

.minimal-price-link { display:block; }
.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; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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-label { font-weight:bold; white-space:nowrap; }
.price-to .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; }

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

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; margin-bottom:15px; font-weight:bold; }
.add-to-cart .qty { float:left; }
.add-to-cart .button { float:left; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; clear:both; margin-bottom:10px; }
.add-to-box .or { float:left; margin:0 10px; }
.product-view .add-to-links { padding-bottom:20px; }
.product-view .add-to-links li { padding: 0 0 3px; color:#F3198F;}


.product-view,.product-essential  {overflow: hidden;}
.product-collateral .box-collateral {
	margin:0 0 15px;
	width:100%;
	overflow: hidden;
}

/* Product Images */
.product-view .product-img-box { float:left; width:375px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image-zoom { position:relative; width:375px; height:375px; 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; margin: 10px; }
.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% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { clear:both; padding: 10px 0; }
.product-view .product-img-box .more-views ul { margin-left:-10px ;}
.product-view .product-img-box .more-views li { float:left; padding:1px; margin:0 0 10px 10px ; }

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

/* Product Shop */
.product-view .product-shop { float:right; width:460px; }
.product-view .product-shop p { margin: 3px 0 10px;}
.col1-layout .product-view .product-shop { float:right; width:525px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name h1 { font-size:24px; font-weight:bold;}
.product-view #description { line-height: 1.4em;}

/* Product Options */
.product-options { width:100%; float:left; clear:both; padding: 0 0 20px;}
.product-options dt label { color:#999; text-transform:uppercase; font-size:11px; font-weight:bold; color:#333; }
.product-options dt label .required { display: none;}
.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 dl.last dd.last { padding-bottom:0;}
.product-options dd  { padding-bottom:10px; }
.product-options dd textarea { width:98%; height:8em; }
.product-options .options-list .label { display:block; }
.product-options p.required { padding:10px 0 0; text-align:left; }
.product-options .add-to-cart {padding: 5px 0 0 0;}

.product-options-bottom { width:100%; float:left; margin-bottom:20px;  }
.product-options-bottom .price-box { margin:10px 0; }
.product-options-bottom .add-to-cart { line-height:22px;  }
.product-options-bottom .add-to-cart .qty { float:none; }

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

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

/* Block: Reviews */
.box-collateral { padding-top:35px; width:100%; float:left;}
.product-collateral h2{  margin-bottom:10px;}
.product-collateral h3, .product-collateral h4{ margin-bottom:10px;}
.product-view .box-reviews { width: 48%; float:left;}
.product-view .box-reviews h2, .product-view #reviewWriteDiv h2{ font-weight: bold; margin-bottom:20px; line-height:1em; padding-bottom:5px; border-bottom: solid 3px #000; margin-bottom:15px;}
.product-view #reviewWriteDiv { width: 48%; float:right;}
.product-view #reviewWriteDiv ul.form-list { padding-bottom: 20px;}
.product-view #reviewWriteDiv .buttons-set { margin-top: 15px; width:100%; float:left;}
.box-reviews .rating-box { width:75px;}
.box-reviews .rating-box .rating {  height:13px; background:url(../images/bkg_rating-sm.gif) 0 100% repeat-x; }
.box-reviews li { width:100%; float:left; padding: 20px 0; border-top: solid 1px #000;}
.box-reviews li:first-child { padding-top:0; border-top:none;}
.box-reviews li small {color:#000;}
.review-author { font-size: 14px; padding-top:3px; color:#000;}
.review-content { line-height: 1.4em; clear:both;}

/* Send a Friend */
/* ======================================================================================= */
.product-view-side { width:140px; padding-top:40px;}
.product-view-side .buttons-set .back-link { float:none; padding:0 0 10px; font-size:11px; }
.tabs-and-content { padding-right: 165px; padding-top:20px;}
.tabs-and-content .tabs { width: 100%; float:left; padding:0; margin:0;}
.tabs-and-content .content {
	overflow: hidden; 
	padding:10px; margin:0; border: solid 2px #ccc; min-height:305px;
}
.tabs-and-content .tabs ul{
	margin: 0 0 -2px;
	padding: 0;
	overflow: hidden;
	height: 1%;
	position: relative;
	z-index: 1;
}
.tabs-and-content .tabs li { float:left; padding-right:2px;}
.tabs-and-content .tabs li a { display: block; border: solid 2px #fff; background-color:#fff; border-bottom:none; padding: 5px 10px; color:#333!important;}
.tabs-and-content .tabs li.ui-tabs-selected a{ border-color:#ccc; font-weight:bold; color:#000!important; position: relative; z-index:1; padding-bottom:7px;}
.ui-tabs-hide { display: none; }
.product-collateral { width:100%; float: left; padding-top: 20px;}

/* Content Styles ================================================================= */
.product-name { font-size:13px;  }
.product-name a { color:#000!important;}

/* Product Tags */
.tags-list li { display:inline; }
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */
/* Checkout Types */
.cart .checkout-types { text-align:right; }
.cart .checkout-types li  { padding: 5px 0; width:100%; float:left; }
.cart .checkout-types li button { *margin-bottom:5px;}
/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table .actions {border-color: #000; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:600px; }
.cart .cart-collaterals .col-2 { width:258px; }
.cart .cart-collaterals .col-1 { width:260px; }
.cart-collaterals input.input-text, .cart-collaterals select { border: solid 1px #ccc;}

.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount .input-text { width: 252px;}
.cart .discount label,
.cart .shipping p{ margin-bottom:10px; display:block;}
.cart .shipping { margin-bottom:30px;}

/* Shopping Cart Totals */
.cart .totals { float:right; width:230px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; font-size:16px; }
.cart .totals table th, .cart .totals table .price { 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 ============================================================================== */
/********** < 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; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }
.sp-methods .form-list .input-box { border: none;}
.sp-methods .form-list .input-text, .sp-methods .form-list select { border: solid 1px #b7b7b7;}

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.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 .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

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

/* 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 > */
/* One Page Checkout */
.checkout-onepage-index .sidebar{ width:280px;}
.checkout-onepage-index .col-main {width:620px;}
.secure-by { border:none;}
.secure-by img{ vertical-align:middle; margin-right:15px;}
.block-progress { border:none; }
.block-progress dt { font-size:14px; padding: 5px 10px; margin:1px 0; border-bottom: solid 2px #000;}
.block-progress dt .separator { display:none;}
.block-progress dd { font-size:13px; line-height:1.5em;padding: 5px 10px 10px; }
.block-progress .block-title strong{ font-size:18px; }

.opc { position:relative;  }
.opc li.section { border-bottom:0; }
.opc h3 { margin-bottom:16px;}
.opc h4 { font-size:13px; margin-bottom:5px;}
.opc #checkout-step-login .form-list { margin:3px 0 15px;}
.opc #checkout-step-login .col-1 .form-list li { margin-bottom:0;}
.opc #checkout-step-login .ul { margin-top:5px;}
.opc #checkout-step-login .ul li { list-style:disc; margin-left:15px;}
.opc #checkout-step-login .col-2 .form-list { margin-top:10px;}
.opc #checkout-step-login .col-2 .form-list label { font-size:11px; font-weight:bold; color:#333;}
.opc #checkout-step-login .col-2 .form-list .input-box { width:280px;}
.opc #checkout-step-login .col-2 .form-list input.input-text { width:274px;}

.opc .buttons-set.disabled .button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#000; padding:5px 10px; text-align:right;  color:#fff; margin-bottom:1px; }
.opc .step-title .number { float:left; line-height:20px; width:20px; text-align:center; margin-right:9px; background-image:url(../images/dot.png); font-size:16px; font-weight:bold; }
.opc .step-title h2 { float:left; font-size:16px; font-weight:bold; color:#fff;}
.opc .step-title a { display:none; float:right; color:#fff; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

/* 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 .page-title { padding-top:5px; border-top: solid 1px #000; margin-top:15px;}
.multiple-checkout form h2.legend { padding-bottom:5px; border-bottom: solid 1px #000; margin-bottom:5px;}
.multiple-checkout form .legend { margin-bottom: 10px;}
.multiple-checkout form  .box { padding-bottom:20px; }
.multiple-checkout form .box-title { border-bottom: solid 3px #000; padding: 0 0 5px 0; margin-bottom:5px;}
.multiple-checkout #review-buttons-container { padding: 5px 0; border-top: solid 1px #000; border-bottom: solid 1px #000; margin-top:5px;}
.order-number { padding: 5px 0; margin: 5px 0; border-top: solid 1px #000; border-bottom: solid 1px #000;}

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


/* Account Login/Create Pages ============================================================ */
.account-login {padding: 30px 0 0;}
.account-login h2 { font-size:16px; margin-bottom:10px;}
.account-login p { line-height: 1.5em; margin-bottom:15px;}
.account-login .page-title { margin-bottom:20px; }
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .box-head  { text-align:right; border-bottom: solid 1px #000; margin-bottom:10px;}
.my-account .box-head h2 { float:left; font-size:18px;}
.my-account .box-title { font-size:13px; border-bottom: solid 1px #e5e5e5; padding-bottom:5px; margin-bottom:10px; text-align:right;}
.my-account .box-title h3 { font-size:13px; float:left;}
.my-account h4 { font-size:11px; text-transform:uppercase; margin-bottom:5px;}
.my-account .col2-set { margin-bottom:15px;}
.my-account .box-account { margin:25px 0;}

/********** < Dashboard */
.dashboard .welcome-msg { font-size:13px; line-height: 1.4em; padding-bottom:10px;}
.dashboard .welcome-msg .hello { font-size:16px; }

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
.dashboard .box-recent #my-orders-table { border: none; margin: 0 0 30px;}
.dashboard .box-recent #my-orders-table th { border-bottom: solid 1px #ccc;}
.dashboard .box-recent #my-orders-table th, #my-orders-table td { font-size:11.5px;} 
.order-items #my-orders-table th, .order-items #my-orders-table td { border-bottom: solid 1px #ccc;}
/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list h3 { font-size:12px; text-transform:uppercase;}
.addresses-list li.item{ padding-bottom:20px;}

/* 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;}
.order-date { margin:10px 0;}
.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

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

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
body.page-print { background: none;}
.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; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
#header:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
#header {float: none;}
.qty-box  label{
	float: left;
	margin: 0 10px 0 0;
}
.qty-box  {
	overflow: hidden;
	height: 1%;
	padding-bottom: 30px;
}
.qty-box input{
	margin: 0;
	width: 20px;
	float: left;
	padding: 3px 5px;
	border: 1px solid #ddd;
}
.text-holder {overflow: hidden;}
#subscribe label{
	padding: 3px 5px 0;
	float: left;
}
#subscribe .cat_textbox_small {
	float: left;
	width: 145px;
	margin: 0 5px 0 0;
}
#subscribe .cat_button{
	float: left;
	font-size: 11px;
	font-weight: normal;
	height: 21px;
	line-height: 18px;
	padding: 1px 5px 2px;
}
.fieldset .field{
	padding-bottom: 5px;
}
.home-link {
	padding: 0 5px 0 20px;
	float: left;
	font-size:14px;
	font-weight:bold;
	line-height:1em;
}
.home-link  a {	color: #ccc!important;}
.view-box {
	width: 460px;
	height: 300px;
	position: relative;
}
.view-box img{
	display: block;
}
.view-box .info{
	top:0;
	left:0;
	position: absolute;
	width: 200px;
	height: 275px;
	padding: 15px 240px 0 20px;
}
.view-box .info h2{
	margin: 0 0 10px;
	color: #fff;
	font-size: 28px;
	line-height: 34px;
}
#container .view-box .info h2 a{ color: #fff;}
.view-box .info p{
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px;
	color: #fff;
}
.view-more {
	font-size: 18px;
	line-height: 20px;
}
.announcement-details h1{ margin-bottom: 16px;}

