/************************************************/
/******************** Reset ********************/
/************************************************/
* { margin:0; padding:0; }

body          { 
				background:/*#0D0D0D*/ #1b1b1b url(../images/bg_body.jpg) repeat-x;
				color:#FFF; 
				font:12px/1.4 /*Myriad, 'Century New Gothic', 'News Gothic Std', Helvetica, Arial, sans-serif; */ Georgia, "Times New Roman", Times, serif;
				text-align:center; 
			  }

img           { border:0; vertical-align:top; }

a             {	color:#F69; text-decoration:none; }
a:hover       {	text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1, h2, h3, h4, h5, h6 
			  {	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; /* font-variant:small-caps; */ }
h1            { font-size:30px; font-weight:normal; line-height:1.3; }
h2            { font-size:24px; font-weight:normal; line-height:1.34; }
h3            { font-size:18px; font-weight:normal; line-height:1.375; }
h4            { font-size:16px; font-weight:bold; }
h5            { font-size:14px; font-weight:bold; }
h6            { font-size:12px; 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 */
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; }

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

/* Tools */
.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; }

/************************************************/
/******************** Styles ********************/
/************************************************/

/* Layout ================================================================================= */
.wrapper {}
.divider { height:2px; margin: 4px 0; border-top:#333 1px solid; display: block; }
.page { 
	background: #000 url(../images/decoration.jpg) no-repeat 100% 100%;
	/*-moz-box-shadow: 0px -30px 30px #666; -webkit-box-shadow: 0px -30px 30px #666; box-shadow: 0px -30px 30px #666;*/
	width:992px; 
	margin:0 auto; 
	padding:10px 15px 10px 15px; 
	text-align:left;
	position:relative;  
	}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; }

/* Base Columns */ 
.col-left { float:left; width:242px; padding:0px; padding-bottom: 50px; margin-left: -742px; background-color:#000;}
.col2-left-layout .col-left { margin-left: 0; }
.col-main { float:left; width:722px; padding:10px; background: #000 url(../images/bg_large.jpg) no-repeat 0 0; min-height: 580px; }
.col-right { float:right; width:242px; padding:0px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; background: #000 url(../images/bg_larger.jpg) repeat-y 50% 0; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

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

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

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

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */
/* Footer ================================================================================ */
.footer { border-top:1px solid #333; padding:20px 10px; margin: 15px -15px 0px -15px; }
.footer p { text-align:left; }
.footer address { text-align:left; background:url(../images/logo-small.gif) no-repeat 0% 0%; padding-top: 25px; margin-top:15px; color:#999; }
.footer .footer_links { margin: 15px 0 0 0; clear:left; }
.footer ul.links, .footer .footer_links { padding:0 20px 3px 0; }
.footer ul.links li, .footer .footer_links li { display:inline; padding-right: 5px; }
.footer ul.links a {color:#999; }
.footer .extra-right { float:right; width:222px; padding:15px 5px 10px 15px; margin: -15px 2px -8px 0px; min-height: 110px; display:block; background: url(../images/bg_sidebar.jpg) repeat-y 50% 50%; color:#999; }
/* ======================================================================================= */

/* Header ================================================================================ */
.logo { 
	float:left;
	padding-top: 10px; 
	width:517px; 
	height:69px; 
	background-position:0 10px; 
	background-repeat:no-repeat; 
	text-indent:-999em; 
	overflow:hidden; 
	cursor:pointer; 
	margin-bottom: -2px; 
	} 
.header-container {
	margin-bottom: 8px; 
	min-height: 182px;
	height: 220px;
	border-bottom: 1px solid #444; 
	position:relative;
	background:#000 url(../images/bg_header.jpg) repeat-x 0 25px;
	color:#FFF; 
	margin: 0px -15px 0px -15px;
	}
.header { padding:15px; }
.header .logo a { display:block; width:517px; height:63px; }
.header .welcome-strip { font-weight:normal; font-size: 18px; color:#444; float: left; clear:left; margin: 0; margin-right:15px; padding-left: 140px; margin-bottom: 25px; }
.header .welcome-msg { font-weight:bold; float: left; clear:left; margin: 0; margin-right:15px; padding-left: 15px; }
.header .links { float:left; z-index:999; margin-left: 15px; }
.header .links li { display: inline; padding: 5px; font-size: 12px; }
.header .links li a { color:#999; text-decoration: none; }
.header .links li a:hover { color:#CCC; }
.header #header-shopping { 
	position: absolute;  
	top: 31px; 
	right: 15px; 
	width:244px; 
	height: 43px;
	}
.header #header-shopping .shopping-link-top a {
	position: relative; margin: 0; display:block; top: 0; left: 0;
	padding-top: 16px; 
	padding-left: 15px;
	height: 43px; width:244px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-variant:small-caps; 
	font-size: 16px;
	color:#F69; 
	background:url(../images/bg_toplinkcart.png) no-repeat top; 
}
.header #header-shopping .shopping-link-top a:hover { color: white; }
.header #shopping {
	position: absolute;
	left: 1px;
	width:257px;
	top: 53px;
	margin: 0;
	padding-top:10px;
	border: 1px solid #333;
	border-width: 0 0 1px 1px;
	background-color:#0F0F0F;
	z-index: 1000;
	height:auto;
	-moz-box-shadow: -3px 8px 5px #000; -webkit-box-shadow: -3px 8px 5px #000; box-shadow: -3px 8px 5px #000;
	display: none;
}
.header #header-shopping:hover #shopping { display:block;}
.header #shopping:hover {outline:none; }
.header #shopping button.button { width: 256px; margin-left: -30px; background-position: 0% 50%; margin-bottom: 10px;}

/*.header .links .top-link-checkout { position: absolute; font-variant:small-caps; font-size: 13px; width: 244px; padding-left: 15px; right: 0px;}*/
.header .form-search { text-align:center; position: absolute; top: 2px; right:15px; }
.header .form-search input { color:#444; background-color:#000; border-width: 0px; border-bottom: 1px solid #333; }
.header .form-search input:focus {color:#777; border-bottom-color:#666; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul {
	border:1px solid #333;
	background-color:#1a1a1a;
	color:#666;
	}
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #333; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav {
	font-size:14px;
	padding:0px 15px;
	margin:8px 0;
	background-color:#1A1A1A;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	position: absolute;
	/*top: 130px; old*/ top: 177px;
	width: 992px;
	left: 0px;
	right: 0px;
}

/* All Levels */
#nav li { position:relative; text-align:center; background:#1A1A1A url(../images/bg_navli.jpg) repeat-y 50% 50%; }
#nav li.over { z-index:999; background: url(../images/bg_navli_hover.png) no-repeat 50% 50%; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li li.parent {}

/* 0 Level */
#nav li { float:left; padding: 5px 10px; margin-right: 1px; }
#nav li.nav-cms { float:right; display:none; }
#nav li.active a { color:#ccc; }
#nav a { float:left; padding:5px 8px 5px 8px; color:#898885; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#ccc;}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd; padding: 0px; }
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; margin:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd leven */
#nav ul { position:absolute; width:200px; top:37px; left:-10000px; border:1px solid #444; background-color:#1a1a1a; font-size: 12px; }

/* 3rd+ Level */
#nav ul ul { top:5px; }

/* Show Menu */
#nav li.over > ul { left:0; width: 200px; }
#nav li.over > ul li.over > ul { left:200px; top: -1px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#1a1a1a; color:#898885; }
#nav ul li a:hover {
	background:#000;
	color:#F69 !important;
	font-weight: bold;
}
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }
/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#888; background: url(../images/black.png) repeat; }
input.input-text,select,textarea { border:1px solid #333; }
input.input-text,textarea { padding:2px; }
input.input-text:focus, select:focus, textarea:focus { border-color:#F69; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:10px; float:left; }
input.checkbox { margin-right:10px; float:left; }
input.qty { width:2.5em !important; }
/*button::-moz-focus-inner { padding:0; border:0; }*/
button.button { overflow:visible; width:auto; background:#1a1a1a; padding: 3px; border:1px solid #333; cursor:pointer; /*-webkit-border-fit:lines;*/ }
button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px "Palatino Linotype", "Book Antiqua", Palatino, serif; font-variant:small-caps; text-align:center; white-space:nowrap; color:#fff; }
button.button:hover { background-color:#f69; }
button.disabled {}
button.disabled span {}

button.button { background: url(../images/bkg_button3.gif) no-repeat 0 0; padding:0; height: 25px; border:0; }
button.button span { border:0; background: url(../images/bkg_button3.gif) no-repeat 100% 0; margin: 0 0 0 10px; padding-right:14px; line-height:24px; }
button.button:hover, button.button:hover span { background-position-y: 100%;}

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

/* Form lists */
.form-list { margin: 10px 0; }
.step h4 { border-bottom: 1px solid #333; margin-bottom: 8px; color: #ccc !important; }
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:140px; }
.form-list input.input-text,
.form-list textarea { width:225px; }
.form-list select { width:231px; }
.form-list li.add-row { border-top:1px solid #333; margin-top:10px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:240px; }
.group-select input.input-text,
.group-select textarea {width:465px; }
.group-select select { width:462px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:225px; }
.group-select .input-box select { width:231px; }

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#f69; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list 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; }
.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 #333; 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; }
/* Added for design */
.group-select {
    margin:28px 0;
    border:1px solid #333;
    padding:22px 25px 12px 25px;
    }
.group-select .legend { color:#f69; }
/* 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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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; padding:5px; border-top:1px solid #333; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

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

/* 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:#f69;
	}
.validation-failed { border:1px dashed #F06 !important; background:#faebe7 !important; color:#F36; }
.validation-passed {}
.required { color:#f69; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 52px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f69; background-color:#121212; background-image:url(../images/broken-heart.png); color:#ccc; }
.success-msg { border-color:#f69; background-color:#121212; background-image:url(../images/pink-heart.png); color:#ccc; }
.note-msg,
.notice-msg { border-color:#f69; background-color:#121212; background-image:url(../images/lightbulb.gif); color:#ccc; }

/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; }
.breadcrumbs li { display:inline; }

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

/* Pager */ 
.toolbar { clear:both; }
.pager { border:1px solid #333; border-width: 1px 0; background:#1a1a1a; padding:5px 0; margin:0; text-align:center;}
.tag-customer-view .pager { width: 100%; float:none; margin:0; }
.pager .amount { float:left; margin-left: 10px; }
.pager .limiter { float:right; margin-right: 10px; padding-top: 5px; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li img { margin-top: -5px; }
.pager .pages strong { margin-right: 20px; color: #444; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #333; border-width: 1px 0; background:#1a1a1a; padding:5px 0; margin:0; text-align:center; }
.sorter .view-mode { float:left; margin-left: 10px; }
.sorter .sort-by { float:right; margin-right: 10px; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; background:url(../images/black.png) repeat; margin: 10px 0; }
.data-table th { padding:5px; border:1px solid #333; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #333; }
.data-table thead { background:url(../images/pink.png) repeat; }
.data-table tbody { color: #ccc; }
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background:url(../images/black.png) repeat; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background:url(../images/black.png) repeat;; }
.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:url(../images/white.png) repeat; }
.data-table td.value {}
.data-table .price-box { border:0 !important; color: #fff; }

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

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

/* Lists Decoration */
li.odd {}
li.even { background:url(../images/media/pink.png) repeat; }
dt.odd,
dd.odd {}
dt.even,
dd.even {background:url(../images/media/pink.png) repeat; }

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


/* Sidebar =============================================================================== */
.block, .base-mini {  background: url(../images/bg_sidebar.jpg) repeat-y 50% 50%; margin:0 0 8px; min-height:58px; border:#444 1px solid; border-width: 1px 0; }
.thin { min-height: 30px; margin: 0 0 4px 0;}
.block:hover {}
.block .block-title, .base-mini .head { 
	border-bottom:2px solid #1a1a1a; 
	padding:16px 10px 4px 18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant:small-caps;
	color:#CCC;
	background: url(../images/bg_sidebar-head.jpg) repeat-y 50% 50%; margin-bottom:4px;
	}
.thin .block-title { padding: 4px 10px 4px 18px; }
.base-mini .head h4 {background: none !important;}
.base-mini h5 { font-weight:normal; border-bottom: 1px dotted #333; color: #666; }
.base-mini li { padding: 3px 0 3px 20px; background: url(../images/thin-arrow-right.gif) no-repeat 0 50%; border-bottom: 1px dotted #1a1a1a; }
.block .block-title strong { font-size:19px; line-height:1.5; font-weight:normal; }
.block h3 { font-size:16px; line-height:1.5; font-weight:normal; }
.block .block-content, .base-mini .content { padding: 1px 10px 10px 20px; }
.block .actions { text-align:right; margin-top: 10px; }
.block .actions a { float:left; }
.block .block-content strong { font-variant:small-caps; color:#F69; font-weight:normal; font-size:16px; }

.block-extra { display:block; cursor:pointer; }
.block-extra .block-title {	padding:16px 10px 0px 18px; margin-bottom: 0px; background: none; }
.block-extra .block-title strong{ display:block; background: url(../images/arrow-pink.png) no-repeat 98% 48%;}
.block-extra:hover { background:#1a1a1a; outline:1px solid #333; border-color: #1a1a1a;}

.block button.button { 
	width: 242px; height:auto;
	padding: 5px; 
	margin: 10px -10px 0px -20px; 
	border-width: 1px 0 1px 0; 
	border-color:#333; 
	background:url(../images/button_button_hover.png) no-repeat 100% 50%; 
	text-align: left; 
	}
.block button.button:hover {
	background:url(../images/button_button.png) no-repeat 100% 50%; 
}
.block button.button span {
	color:#F69;
	text-align: left;
	padding-left: 18px;
	background:none;
	padding:0 8px 1px;
	margin:0;
	line-height:auto;
	}
.block button.button:hover span{
	color:#FFF; background:none;
}

/* Block: Account */
.block-account {}
.block-account:hover {outline:none; }
.block-account .block-title { background:url(../images/white.png) repeat;}
.block-account .block-content{ padding-left: 0px; padding-right: 0px;}
.block-account .block-content ul li { padding: 3px 3px 3px 20px; border-bottom: 2px solid #000; border-top: 1px solid #333;  }
.block-account .block-content ul li.current { background: url(../images/thin-arrow-right.gif) 0% 50% no-repeat; }
.block-account .block-content ul li a { display:block; font-size: 12px; color:#999; }
.block-account .block-content ul li:hover { background: #1a1a1a url(../images/thin-arrow-right.gif) 0% 50% no-repeat; }

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; background: url(../images/arrow_white.png) no-repeat 0 50%; margin: 0 -5px 0 -15px; padding: 2px 15px 2px 20px; border-top: 1px solid #555; }
.block-layered-nav dd {	background: url(../images/white.png) repeat; margin: 0 -5px 0 -15px; padding: 2px 0 4px; border-bottom: 1px solid #555;}
.block-layered-nav dd li {padding: 2px 15px 2px 30px;}
.block-layered-nav dd li a {color:#CCC; display: block; }
.block-layered-nav dd li.odd { background: url(../images/white.png) repeat; }
.block-layered-nav dd li:hover { background: #000; }
.block-layered-nav strong { color: #fff !important; font-style: oblique; }
.block-layered-nav .currently { border: 1px solid #333; margin: 3px -5px 3px -15px;}
.block-layered-nav .currently li { clear: right; padding: 2px 5px 2px 25px; background: url(../images/arrow_white.png) no-repeat 0 50%; }
.block-layered-nav .currently img {float:right; padding-top: 4px; }
.block-layered-nav .actions { display:block; background: #121212; margin: 10px -5px 0 -15px; padding: 5px 10px 20px 10px; border: 1px solid #333; border-width: 1px 0 2px; }

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:left; border-top: 1px solid #333; padding-top: 2px; margin-top: 2px; margin-bottom:2px; }

#shopping_sidebar button.button { margin-bottom: 10px; }

.mini-products-list {margin: 8px 0; }
.mini-products-list li { padding:5px 0; border: 1px solid #000; border-width: 1px 0 1px 0; background: url(../images/bg_sidebar-highlight.jpg) repeat-y 50% 50%; }
.mini-products-list li:hover { background: url(../images/bg_sidebar-highlight_over.jpg) repeat-y 50% 50%;}
.mini-products-list .product-image { float:left; width:50px; padding:2px; border:1px solid #444; margin:0; margin-right:-75px; }
.mini-products-list .product-details { margin-left:70px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0 0 4px 0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}
.block-wishlist .block-title{ background: url(../images/bg_sidebar-head.jpg) repeat-y 50% 50%; padding-bottom: 4px; margin-bottom:4px;}

/* Block: Related */
.block-related {}
.block-related ol { margin: 10px 0 3px 0; }
.block-related li { padding:5px 0 5px 25px; margin: 0 -10px 0 -15px; background: url(../images/bg_sidebar-highlight.jpg) repeat-y 50% 50%; border: 1px solid #000; border-width: 1px 0 1px 0; }
.block-related li:hover { background: url(../images/bg_sidebar-highlight_over.jpg) repeat-y 50% 50%;}
.block-related input.checkbox { float:left; margin-left:-20px; margin-top: 18px; }
.block-related .item { }
.block-related .item .product-image { float:left; margin-right:-65px; border: 1px solid #444; padding:1px;}
.block-related .item .product-name { font-size:14px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li, .block-recent li { padding:5px 2px; }
.block-compare a {color: #999; }
.block-recent a {color: #888; }
.block-compare a img { float:right; }

/* Block: Viewed */
.block-recent {}
#recently-viewed-items { margin: 2px -5px 2px -15px;}
#recently-viewed-items li { margin: 0; padding:5px 2px; border: 1px solid #000; border-width: 1px 0 1px 0; background: url(../images/bg_sidebar-highlight.jpg) repeat-y 50% 50%; clear:both; height: 48px auto; min-height: 48px; }
#recently-viewed-items li:hover { background: url(../images/bg_sidebar-highlight_over.jpg) repeat-y 50% 50%;}
#recently-viewed-items li a { display: block; height: 48px auto; min-height: 48px;}
#recently-viewed-items li a .prod_name { font-size:13px; margin-bottom: 5px; color: #999;}
#recently-viewed-items li a .price-box { color: white; }
#recently-viewed-items li img { float: left; margin-right: 8px; border: 1px solid #444; padding:1px; }

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

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

/* Block: Subscribe */
.block-subscribe {}
.block-subscribe .block-title { background:none; }
.block-subscribe input{ border-width: 0 0 1px 0; color:#666; margin-top: 10px; width:190px; background: transparent; }

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

/* Block: Banner */
.block-banner { }
.block-banner:hover {outline:none; }
.block-banner .block-content { text-align:center; }
.block-banner .block-content img { margin: -1px -10px -10px -20px; }

/* Block: Checkout Progress */
.block-progress { color:#666;}
.block-progress dt { font-variant:small-caps; border-top: 1px dotted #444; font-size:16px; }
.block-progress dt.complete,
.block-progress dd.complete { padding: 5px 0; margin: 0 0 10px 0;
 }
 .block-progress dt.complete { margin: 5px; border-bottom: 0; color: #999; font-size:18px; border-bottom: 1px solid #333;}

.block-wishlist, .block-tags, .block-recent { min-height: 0px; margin-bottom: 0px; }
.block-recent { margin-top: -8px;}
.block-compare { margin-bottom: 8px; }
.block-wishlist .block-title, .block-tags .block-title, .block-compare .block-title, .block-recent .block-title { padding:4px 10px 4px 18px; margin-bottom: 0; cursor:pointer; }
.block-wishlist .block-title strong, .block-compare .block-title strong, .block-tags .block-title strong, .block-recent .block-title strong { font-size: 16px; }
.block-wishlist .block-content, .block-tags .block-content, .block-recent .block-content { display:none; }
.block-wishlist:hover .block-content, .block-tags:hover .block-content, .block-recent:hover .block-content { display:block; margin-top: 4px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #333; margin:0 0 10px; color: #999; }
.category-image { display:block; margin:0 auto; }
.category-products { margin: 25px 0; }
.category-image { width:240px; border:1px solid #555; padding: 3px; float:left; overflow:hidden; margin:0 15px 15px 0; text-align:left; }
.category-description { margin: 25px 0 50px 0; font-size: 110%; color: #666; }

/* View Type: Grid */
.products-grid { width:100%; background-color:#0D0D0D; margin-top: 15px; clear:both; }
.products-grid tr.odd { }
.products-grid tr.even { background-color:#1f1f1f; }
.products-grid td { width:33%; border:1px solid #333; text-align:center; }
.products-grid td:hover { background:url(../images/pink.png); }
.products-grid td.empty { border-width: 0px;}
.products-grid td.empty:hover { background: none;}

/* View Type: List */
.products-list { border:1px solid #555; border-width: 1px 0; clear:both; }
.products-list li.item { border-bottom:1px solid #333; padding:10px 5px; margin:0; }
.products-list .product-image { float:left; width: 200px; }
.products-list .product-image img { padding: 3px; border: 1px solid #333; }
.products-list h2 .product-name, .products-list .product-shop { float:right; width:480px; }
.products-list h2 .product-name { font-size: 20px; font-style: oblique; }
.products-list .product-shop { position: relative;}
.products-list .desc { float: left; width: 280px; margin-right: 15px; color:#999; }
.products-list .r-list { margin-right: 15px; float: right; width: 120px; padding: 10px; background:url(../images/white.png) repeat; border: 1px solid #333; text-align: center; }
.products-list .add-to-links { border-top: 1px dotted #333; padding-top: 15px; margin-top: 15px; }
.products-list button { margin-bottom: 5px; margin-top: 5px; }
.products-list li.odd { background:url(../images/white.png) repeat;}
.products-list li.even { background:none;}
.products-list li.odd:hover, .products-list li.even:hover { /*background:url(../images/pink.png) repeat;*/}

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


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral { margin: 5px -10px 10px -10px; padding: 36px 0px 15px;; background: url(../images/bg_additional.jpg) repeat-x 0 35px; position: relative; }

.product-collateral .std { padding: 25px 15px 15px 15px; display: block; clear:both; border: 1px solid #666; border-color: #666 #333; margin:0;  color: #999; }
.product-collateral .std_description { font-size: 110%; color:#777;}
.product-collateral .std_description strong { color: #ccc !important; }
.product-collateral h3.clicker { height: 35px; width: 199px; overflow:hidden; line-height:35px; font-size: 14px; padding: 0; border: 1px solid #444; border-width: 1px 1px 0 1px; position:absolute; top: 0px; text-align: center; background: #000; }
.product-collateral h3.clicker:hover { background:#444; cursor:pointer;}
.product-collateral h3.cl_1 { left: 0px; }
.product-collateral h3.cl_2 { left: 200px; }
.product-collateral h3.cl_3 { left: 400px; }
.product-collateral h3.clicker_on, .product-collateral h3.clicker_on:hover { background: #373737; height:36px; border-color: #666; cursor:default; font-size:16px; }
.product-collateral .clicktarget { min-height: 250px; }

/* Product Images */
.product-view .product-img-box {  margin: 5px 0 10px -10px; width: 390px; position:relative; float: left; clear: left; overflow:hidden; }
.product-view .product-img-box .product-image { border:1px solid #333; padding:3px; }
.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; width: 383px;}
.product-view .product-img-box .zoom { width: 325px; position:relative; z-index:9; height:18px; margin:0 0 5px; padding:0 28px; background: white url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; border:1px solid #333; border-width: 0 1px 1px 1px;}
.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 {}
.product-view .product-img-box .more-views ul { margin-top:5px;}
.product-view .product-img-box .more-views li { position:relative; float: left; width: 90px; height: 90px; padding:2; margin:0 0 5px 5px ; border: 1px solid #333; }
.product-view .product-img-box .more-views li:hover { border-color: #F69; background: #121212; }

.product-image-popup { margin:0 auto; background: #000; padding: 10px; border: 1px solid #333; }
.product-image-popup .nav {  margin: 10px -10px; text-align:center; display:block; background: #121212; padding: 4px; border: 1px solid #222; border-width: 1px 0; height: 18px; }
.product-image-popup .nav a { width: 48%; float: left; color: #fff; }
.product-image-popup .image { display:block; padding: 2px; border: 1px solid #333; }
.product-image-popup .image-label { color: #666; margin: 5px 0 15px; }

/* Product Shop */
.product-view .product-essential .product-name { margin: -10px -10px 0 -10px; padding: 5px 15px 5px 15px; border-bottom: 3px solid #000; border-top: 1px solid #999; background:url(../images/white.png) repeat; }
.product-view .product-name h1 { font-size: 24px; line-height: 26px; margin-top: 10  px; margin-bottom: 4px; }
.product-view .product-shop { background:url(../images/white.png) repeat; padding: 15px; margin: 0px -10px 0px 10px; float: right; width: 310px; position:relative; border-bottom: 2px solid black; clear:right; min-height:375px; }
.product-view .product-shop p.availability { margin-top: 5px; border-top: 1px solid #333; padding-top: 5px;}
.product-view .price-box { margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #444;}
.product-view .short-description { border-top: 1px solid #333; padding-top: 15px; margin-top: 15px; color:#C4C4C4; }

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

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

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

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

.price-box-bundle {}

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

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

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

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

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

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

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

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

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

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

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

/* Tier Prices */
.product-pricing { margin: 10px 0; }
.product-pricing li { background: url(../images/mini-pink-heart.png) no-repeat 0 50%; padding-left: 15px; }
.product-pricing .price { font-weight:bold; }
.product-pricing .benefit { color: #F69; }

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

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

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

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

.product-options-bottom { padding:10px; margin: 0 -10px; border:1px solid #999; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items { margin: 15px 0; }

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

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; height: 150px; overflow:hidden; color:#fff; }
.product-view .up-sell .products-grid td .product-name { margin:0 0 5px 0; padding: 5px 0; border-bottom: 3px solid #000; border-top: none; background:url(../images/white.png) repeat; height: 160px;}
.product-view .up-sell .products-grid td img { border: 1px solid #555; padding: 2px; margin: 4px;}

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; font-weight:normal; color: #fff; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0 5px; }
.product-view .tags .form-add-tags button.button { float:left; }
.product-view .tags .form-add-tags p { clear:both; }
.product-view .tags p {font-weight: normal; margin-top: 8px; }
.product-view .tags-list { margin-bottom: 15px; }

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

/* Block: Add Review */
.product-view .add-review { margin-top: 2px; }
.product-view .add-review strong { margin-bottom: 5px; margin-top: 10px; }
.product-view .add-review h3 { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #333; }
.product-view .add-review .product-name span { font-weight:normal; }
.product-view .add-review .f_er { float: left; margin-right: 15px; }
.product-view .add-review #review_field { width: 530px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
h2 .product-name, .product-name { font-size:16px; font-weight:normal; line-height:1.5; }
h2 .product-image {	width: 240px; }

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

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

/* CMS Home Page */
.cms-home .products-grid td {}

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


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


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

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:66%; background: black; margin: -8px -8px 0 0; padding: 8px 5px 8px 0; }
.cart .crosssell { border: 1px solid #333; background: #121212; padding: 10px; }
.cart .crosssell h3 { color: #999; margin-bottom: 10px; font-size:12px; }
.cart .crosssell .item { border: 1px solid #333; border-color: #333 #333 #555; border-width: 1px 0; padding: 8px 0; background: url(../images/bg_sidebar-highlight_over.jpg) repeat-y 50% 50%; }
.cart .crosssell .product-image { float:left; margin-right:-90px; padding:2px; border: 1px solid #444; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .crosssell .product-shop a { color: #fff; }
.cart .crosssell .product-shop p { margin: 7px 0; }
.cart .crosssell button.button { float:left; margin-right: 10px; }
.cart .crosssell .product-name a{ font-size: 14px; color:#ccc; }

.cart .discount { border: 1px solid #555; margin-bottom: 10px; background: #1b1b1b; padding:10px;}
.cart .shipping { border: 1px solid #333; background: #121212; padding:10px;}
.cart .shipping h3, .cart .discount h3 { color:#f69; margin-bottom: 10px; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:33%; font-size:12px; }
.cart .totals strong { color: #f69; font-size:14px;}
.cart .totals table { width:100%; border: 1px solid #333; background: #121212; margin-bottom: 10px; }
.cart .totals table tr { border-top: 1px dotted #222;}
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; font-size: 95%; }
.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 #333; background-color:#000; }
.truncated .show dl { top:-20px; left:20%; }
.header .truncated .show dl { left:-240px; top:7px; }
.col-left .truncated .show dl { right:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #666; position:relative; }
.opc li.section { border:1px solid #666; border-bottom:0; }
.opc .step-title {
	background-color:#000;
	padding:0 5px;
	text-align:right;
}
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#f69; cursor:default; }
.opc .step { border-top:1px solid #666; padding:10px; position:relative; color: #999; }
.opc .step .listit, .opc .step .listit li { list-style-type:disc; display:list-item; color: #ccc;}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

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

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

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

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

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

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

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

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


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard { color: #999;}
.dashboard .welcome-msg { padding: 10px; color:#ccc; }

/* Block: Recent Orders */
.dashboard .recent-orders { background:#000 url(../images/bg_additional.jpg) 0 0 repeat-x; border:1px solid #333; border-color:#333 #555 #555 #333; padding:15px; margin: 0 0 20px; }

/* Block: Tags */
.dashboard .tags { background:#000 url(../images/bg_additional.jpg) 0 0 repeat-x; border:1px solid #333; border-color:#333 #555 #555 #333; padding:15px; margin: 0 0 20px; }
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }
.dashboard .tags .title-buttons { border-bottom: 2px solid #444; margin-bottom: 15px; padding-bottom: 5px; }

/* Block: Reviews */
.dashboard .reviews { background:#000 url(../images/bg_additional.jpg) 0 0 repeat-x; border:1px solid #333; border-color:#333 #555 #555 #333; padding:15px; margin: 0 0 20px;}
.dashboard .reviews .title-buttons { border-bottom: 2px solid #444; margin-bottom: 15px; padding-bottom: 2px; }

/********** Dashboard > */

/* Order View */
.order-info { border-bottom:1px solid #333; padding:5px; margin: 15px 0 5px 0; color: #999; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { }
.order-info dt { font-weight:bold; }

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

/* Specific customer accounts ============================================================ */
.customer-account-index .col2-set {  background:url(../images/white.png) repeat; margin: 10px -8px 10px -8px; padding: 15px; border-top: 1px solid #1a1a1a; }
.name { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 125%; }
.customer-account-index h3, .customer-account-index h4 { font-variant:small-caps;}
.customer-account-index .col-1 { border-right: 1px solid #333; }
.dashboard .welcome-msg { margin: 5px 0 16px 0; border-bottom:#333 1px solid; font-style: oblique; color: #ccc; }

.customer-account-login .col-main { background: #000; margin-top:-10px;}
.customer-account-login .col2-set .col-1 { float:left; width:492px; margin-left: -10px; background: #000 url(../images/bg_large.jpg) no-repeat 0 0; position: relative;}
.customer-account-login .col2-set .col-2 { float:right; width:242px; margin-right: -10px; background: #000 url(../images/bg_large.jpg) no-repeat -492px 0; position: relative;}
.customer-account-login .new-users, .customer-account-login .registered-users { min-height:255px;}
.customer-account-login form h3 { background: url(../images/black.png) repeat; display:block; margin: 0 0 2px 0; padding: 10px; font-variant:small-caps; font-size: 26px; font-weight:normal; }
.customer-account-login .col2-set p { padding: 10px; border-top: 1px solid #1a1a1a;  }
.customer-account-login p.extra { color:#F69; position: absolute; top: 15px; right: 15px; border-top: 0px; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-variant:small-caps; font-size: 16px; background:url(../images/pink-heart.png) no-repeat 0 50%; padding: 0 0 0 30px; }
.customer-account-login .form-list { padding: 0 5px; }
.customer-account-login .form-list input { width: 220px;}

.box-account, .box, .order-items { background:#000 url(../images/bg_additional.jpg) 0 0 repeat-x; border:1px solid #333; border-color:#333 #555 #555 #333; padding:15px; margin: 5px 0 20px; }
.order-items h2 { font-size:24px; color: #666; }
.box-account .box-head, .box .box-title { border-bottom:1px solid #E3D9E2; margin:0 0 10px; text-align:right; }
.box .box-title {height: 25px; }
.box-account .box-head h2, .box .box-title h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; color:#666; }
.box .box-content { clear:both; color:#999; }

.wishlist-index-index #wishlist-table { background: #121212; }
.wishlist-index-index #wishlist-table .product-image img { padding: 3px; border: 1px solid #444; margin: 3px 3px 10px 3px; }
.wishlist-index-index #wishlist-table .product-name { font-size: 14px; padding: 3px; text-align: center; }
.wishlist-index-index #wishlist-table .price-box { padding: 3px; text-align:center; }

.customer-account-login .buttons-set,
.customer-address-form .buttons-set,
.customer-address-index .buttons-set,
.customer-account-create .buttons-set,
.downloadable-customer-products .buttons-set,
.customer-account-edit .buttons-set,
.sales-order-history .buttons-set,
.review-customer-index .buttons-set,
.tag-customer-index .buttons-set,
.wishlist-index-index .buttons-set,
.newsletter-manage-index .buttons-set
{ background: url(../images/black.png) repeat; display:block; margin: 4px 0 0 0; padding: 10px; border-top: solid 1px #000; border-bottom: 12px solid #000; position:relative; clear:both; }

.customer-account-create .buttons-set,
.customer-address-form .buttons-set,
.downloadable-customer-products .buttons-set,
.customer-account-edit .buttons-set,
.sales-order-history .buttons-set,
.review-customer-index .buttons-set,
.tag-customer-index .buttons-set,
.wishlist-index-index .buttons-set,
.newsletter-manage-index .buttons-set
{ margin: 8px -10px -10px -10px; }

.customer-account-create .col-main,
.customer-address-form .col-main,
.customer-address-index .col-main,
.downloadable-customer-products .col-main,
.customer-account-edit .col-main,
.sales-order-history .col-main,
.review-customer-index .col-main,
.tag-customer-index .col-main,
.wishlist-index-index .col-main,
.newsletter-manage-index .col-main
{ height: auto; position:relative;}

.customer-account-index .page-title,
.customer-account-create .page-title, 
.customer-address-form .page-title,
.customer-address-index .page-title,
.downloadable-customer-products .page-title, 
.customer-account-edit .page-title,
.sales-order-history .page-title,
.review-customer-index .page-title,
.tag-customer-index .page-title,
.wishlist-index-index .page-title,
.newsletter-manage-index .page-title
{ margin: -10px -10px 10px -10px; border-bottom:1px solid #1a1a1a; color: #666;}

.customer-account-index .page-title h2,
.customer-account-create .page-title h2, 
.customer-address-form .page-title h2,
.customer-address-index .page-title h2,
.downloadable-customer-products .page-title h1, 
.customer-account-edit .page-title h2,
.sales-order-history .page-title h2,
.sales-order-history .page-title h1,
.review-customer-index .page-title h2,
.tag-customer-index .page-title h2,
.wishlist-index-index .page-title h2,
.newsletter-manage-index .page-title h2
{ padding: 10px; background: url(../images/black.png) repeat; color: #666; font-size:24px; }

.customer-address-index .page-title h2 { background:none;}
.customer-address-index .page-title button.button { margin-top: 15px;}
.customer-address-index .col2-set li { margin: 10px 0; }
.customer-address-index .col2-set { color: #999; }
.customer-address-index .col2-set h3 { color: #fff; margin-bottom: 15px; border-bottom: 1px solid #666; }
.customer-address-index .col2-set h4 { color: #ccc;}

.sales-order-view .page-title h1 { font-size: 24px; }
a.manage { background:url(../images/thin-arrow-right.gif) no-repeat left; padding-left: 22px; margin-bottom: 6px; }
/* ======================================================================================= */
/************************************************/
/******************** Clears ********************/
/************************************************/
.clearer:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block-poll li:after,
.block-related li:after,
.block-related .item:after,
.block .actions:after,
.mini-products-list li:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.products-list li.item:after,
.product-view .product-img-box .more-views ul:after,
.product-view .tags .form-add-tags:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.field-100:after,
.group-select li:after,
.form-list li:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.pink {color:#F69; }
.cms-home .col3-set .col-1, .cms-home .col3-set .col-2, .cms-home .col3-set .col-3 { background: #000 url(../images/bg_column.png) repeat-x top; text-align:center; min-height: 242px; padding: 10px 0; display:block; cursor:pointer;}
.cms-home .col3-set .col-1:hover, .cms-home .col3-set .col-2:hover, .cms-home .col3-set .col-3:hover {
	background-color:#6A223D;
}
.line { margin: 3px 0; border-bottom: 1px solid #444; height: 2px;}

/* My override styles for the product grid */
.products-grid .price-box { border-width: 0px;}

#products-grid-table { margin-top: 0px; }
#products-grid-table td { position: relative; height: 235px; width: 235px; overflow:hidden; }
#products-grid-table h2 { display: block; position: relative; height: 100%; text-align: center; padding:0;margin:0; }
#products-grid-table h2 .product-image {	display:block; height: 100%; position: absolute; top: 0; left: 0; margin:0; padding:0; }
#products-grid-table h2 .product-name, #products-grid-table .product-name 
{ width: 100%; margin:0; padding:0; padding-top: 25px; height: 210px; font-size:20px; font-weight:normal; line-height:1.5; position: absolute; top: 0; left: 0; /*background:url(../images/pink.png) repeat;*/ color: white; display: none; }
#products-grid-table .desc {
	margin: -155px 0 1px 0; padding: 10px 10px 0 10px; height: 75px; background: url(../images/white.png) repeat; display: none; z-index: 10; text-align: center;
}
#products-grid-table .desc p { margin: 0 0 2px 0; padding:0;}
#products-grid-table .desc a { color: #f1f1f1; }
#products-grid-table .price-box { margin:0; padding-top: 4px; height: 65px; background: url(../images/white.png) repeat; display: none; z-index: 10; }
#products-grid-table .add-to-links { display:block; width: 235px; margin-top: 0px; display:none; }
#products-grid-table .add-to-links li {display: inline; }
#products-grid-table button { display: block; width: 100%; margin: 0; padding: 2px; border: 1px solid #333; border-width: 1px 0; display:none; }
#products-grid-table .out-of-stock { display: block; width: 235px; margin: 0; padding: 2px 0; border: 1px solid #333; border-width: 1px 0; }

#products-grid-table td:hover { background:#000;}
#products-grid-table .empty:hover { background: none; }
#products-grid-table td:hover .product-image { opacity: 0.2;}
#products-grid-table td:hover h2 .product-name, #products-grid-table td:hover .product-name, #products-grid-table td:hover .price-box, #products-grid-table td:hover .desc { display:block; }
#products-grid-table td:hover .out-of-stock, #products-grid-table td:hover button { border-color: #F2C4D4; }
#products-grid-table td:hover button { background: #F69; }
#products-grid-table td:hover button:hover { background: #CC3366; }
#products-grid-table td:hover .add-to-links{ background:white;}

p.tagspace { margin-bottom: 2em; }
.email-friend { position: absolute; top: -30px; right: 10px; background: url(../images/i_email.gif) no-repeat 100% 50%; padding-right: 30px; height: 18px; line-height:18px; }

#contactForm .legend { font-size: 16px!important; font-weight:normal; color: #666; margin: 15px 0 10px 0;}
.page-title h1 { color: #999;}
.cms-page-view p{ color: #999;}
#product_comparison { background: #222; }
#product_comparison td { padding: 10px; color: #999; }
#product_comparison .product-image img { border: 1px solid #444; padding: 3px; margin: 5px 5px 5px 0; }
#product_comparison .product-name { margin: 5px 5px 5px 0; }
#product_comparison .button.button { float: left; margin: -3px 15px 5px -3px; }
#product_comparison .price-box { margin: 5px 0 10px 0;}

.base-mini {  background: url(../images/bg_sidebar.jpg) repeat-y 50% 50%; margin:0 0 8px; min-height:58px; border:#444 1px solid; border-width: 1px 0; padding:0; }
.base-mini .head { 
	border-bottom:2px solid #1a1a1a; 
	padding:16px 10px 4px 18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant:small-caps;
	color:#CCC;
	background: url(../images/bg_sidebar-head.jpg) repeat-y 50% 50%; margin-bottom:4px;
	}
.base-mini .head h4 {background: none !important;}
.base-mini h5 { font-weight:normal; border-bottom: 1px dotted #333; color: #666; }
.base-mini li { padding: 3px 0 3px 20px; background: url(../images/thin-arrow-right.gif) no-repeat 0 50%; border-bottom: 1px dotted #1a1a1a; }

/* ======================================================================================= */
/* ====== HIGHLIGHT FOR HOME PAGE ======================================================== */
.highlightarea { position: relative; width:743px; margin: -22px -10px 0 -10px; padding:0; border: 1px solid #333; border-width: 1px 0; height: 450px; overflow:hidden; }
.highlightarea #scroller { position:absolute; top: 0px; left: -10px; width:10000em; list-style-type:none; background:#121212;}
/*.highlightarea #scroller .scr { list-style-type:none; float: left; position:relative; padding: 0; width:743px; height:450px; margin:0 20px 0 -10px;border: 1px solid #121212; border-width: 0 1px;}*/
.highlightarea #scroller .scr { list-style-type:none; float: none; position:relative; padding: 0; width:743px; height:450px; margin:0 20px 0 -10px;border: 1px solid #121212; border-width: 0 1px; display:none;}
.highlightarea #scroller .scr .scr_img { position: absolute; top:0; left:0px; height:450px; margin:0; padding:0;}
.highlightarea #scroller .scr .info_scroll { position:absolute; top:0px; left:0px; margin:0; padding: 10px 125px 10px 360px; width:250px; height:450px; background: url(../images/bg_overload.png) repeat-y 100% 0; }
.highlightarea #scroller .scr .info_scroll h3 { font-size:26px; margin-top:15px; font-weight:normal; margin-left:-5px;}
.highlightarea #scroller .scr .scroll_miniprods { list-style:none; position: absolute; right: 5px; top:0px; width:90px;}
.highlightarea #scroller .scr .scroll_miniprods p {display:none;}
.highlightarea #scroller .scr .scroll_miniprods li img { width: 75px; height: 73px; border: 1px solid #333; padding: 1px; margin:1px;}
.highlightarea #scroll_nav { position: absolute; bottom:0; width: 743px; height: 30px; border-top: 1px solid #333; background: url(../images/white.png) repeat; color: #f69; display:none; }
.highlightarea #scroll_nav .prev { float: left; line-height:30px; padding: 0 30px 0 20px; border-right: 1px solid #333; height:30px; background: url(../images/white.png) repeat; cursor:pointer; }
.highlightarea #scroll_nav .next { float: right; line-height:30px; padding: 0 20px 0 60px; border-left: 1px solid #333; height:30px; background: url(../images/white.png) repeat; cursor:pointer; }
.highlightarea #scroll_nav .next:hover, .highlightarea #scroll_nav .prev:hover { background-color: #f69; color: #fff; }
.widget {display:none;}

.demo-notice { border-bottom: 2px solid #333; background: #f69; font-size: 16px; }

/* ======================================================================================= */
/* ====== STATIC BLOCKS ======================================================== */
.introduction { background-color: #474747; background-color: #1f1f1f; color: #999; margin: 0; padding: 0; position:relative; margin-bottom: -30px; }
.introduction p { font-size: 12px; margin: 3px 10px; }
.introduction .intro_title { font-size: 18px; margin: 10px; }
.introduction .block_three { display: block; margin: 0; padding: 0; min-height:80px; }
.introduction .block_three li { float:left; width:240px; margin-right:1px; background-color: #585858; position: relative; }
.introduction .block_three li.last { margin-right:0;}
.introduction .block_three h3 { display:block; padding: 5px 10px; font-size: 16px; height:30px; line-height:30px; color: #ccc; border-bottom: 3px solid #666; margin-bottom:10px;}
.introduction .topper { margin-bottom: 20px; height:80px; }
.introduction .topper li { height:80px; }
.introduction .untopper {margin-top: 20px; height:250px; }
.introduction .untopper li { height:220px; padding-bottom: 30px; border-top: 1px solid #333; }
.introduction a.go_module { border-top: 4px solid #666; padding: 5px 10px; text-align: left; color: #999; position: absolute; bottom: 0px; left: 0px; right: 0px; height: 30px; line-height: 30px; font-size:14px; background: url(../images/next_grey.gif) no-repeat 98% 50%; cursor:pointer; }
.introduction a.go_module:hover { color:#ccc; }
.introduction .untopper h3.bespoke { background: url(../images/media/heading_bespoke.jpg) no-repeat 50% 50%; text-indent: -10000em; }
.introduction .untopper h3.tailoredfit { background: url(../images/media/heading_tailoredfit.jpg) no-repeat 50% 50%; text-indent: -10000em; }
.introduction .untopper h3.readytowear { background: url(../images/media/heading_readytowear.jpg) no-repeat 50% 50%; text-indent: -10000em; }

.sidebar_bullet { list-style-type: disc; } .sidebar_bullet li { margin-bottom: 3px; } .sidebar_bullet li.odd {color: white; }
.three_col { width: 215px; position:relative; float:left; margin: 0 5px 5px 0; border: 1px solid #333; padding: 10px; height: 450px; overflow:hidden; color: #999; }
.col_last { margin-right:0px; }
.three_col h3, .full h3, .three_col p, .full p, .three_col ul, .full ul { margin-bottom: 5px; }
.three_col ul, .full ul { list-style-type: disc; padding-left: 20px;}
.full { display:block; padding:10px; position:relative; clear:both; border: 1px solid #333; margin: 0 0 5px 0;color: #999; font-size:12px; }

/* ======================================================================================= */
/* HIGHLIGHT NAVIGATION ELEMENTS! */
.nav-1-1, .nav-1-2, .nav-1-3, .nav-3-1, .nav-3-2 { border-bottom: 1px solid #333; }

/* ======================================================================================= */
/* HIDE CUSTOMER CUSTOM OPTIONS */
#product-options-wrapper { max-height:250px; overflow-y:scroll; }