@charset "ISO-8859-1";
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right;}

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right;}

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }

.accent { color:#E76200; font-weight:bold; }


/* Regulars */
.headType { font-size: 1.2em; font-style: italic; line-height: 1.6em; color: #9d9381;; }	
.homeType { margin-top: -5px; font-size: 1.2em; font-style: italic; line-height: 1.6em; color: #9d9381; }
	
/********************** Form */

/* Form Elements */
input.input-text, select, textarea { background-color: #f4f1ec; border: none; font:12px Georgia, "Times New Roman", Times, serif; }
option, optgroup { font:11px Georgia, "Times New Roman", Times, serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.form-radio,
input.form-checkbox { margin-right:3px; }
.qty { }
.group-select label, .form-list label, .payment-methods label { }
.input-text:focus, select:focus, textarea:focus { background:#b3dae1; }
.button-set, .button-set-alt { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    padding-top:10px;
    text-align:left;
    }
.button-set-alt { /* Container for form buttons*/
    border-bottom: 1px solid #bfb8ab;
    border-top: 1px solid #bfb8ab;
	padding: 8px 0 8px 0;
    }
.button-set-alt a, .button-set a  { 
    padding:2px 3px;
    background:#941125;
    background-color:#f4f1ec;
	color: #aaa293;
	display: inline-block;
	text-decoration: none;
	height: 15px;
    vertical-align:middle;
	font-weight:bold;
}
.button-set-alt a:hover, .button-set a:hover { 
	color: #041a1e;
}
.form-button, .form-button-alt, .form-button-alt2 {
    overflow:visible;
    width:auto;
    border:0;
    padding:2px 3px;
    background:#941125;
    color:#fcfaf9;
    cursor:pointer;
    text-align: center;
    vertical-align:middle;
	font: bold 11.5px Georgia, "Times New Roman", Times, serif;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.button-set-alt .form-button, .button-set-alt .form-button-alt, .button-set-alt .form-button-alt2 { 
	min-width: 160px;
}
.form-button:hover {
    background-color:#041a1e;
    }
.form-button-alt {
    background-color:#041a1e;
    }
.form-button-alt:hover {
    background-color:#941125;
    }
.form-button-alt2 {
    background-color:#f4f1ec;
	color: #aaa293;
    }
.form-button-alt2:hover {
	color: #041a1e;
    }
a.form-button-alt { padding: 2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px;}
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px;}

.group-select {
    margin:20px 0 40px 0;
}
.group-select li { padding:5px 0; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px;}


/* Form Messages */

.validation-advice {
	color:#fcfaf9;
	clear: both;
    height:19px;
    background:url(../images/bi2_arrow_up_red.gif) no-repeat 5px 5px;
    padding: 1px 0 0 20px;
    font-weight:bold;
	background-color: #041a1e;	
}
.validation-failed {
    background:#b3dae1!important;
}

/********************** Messages  */

.messages { overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg, noscript {
    margin-bottom: 15px;
    padding: 1px 3px;
	line-height: 1.3em;
    font-size:.92em;
	font-weight:bold;
	color:#fcfaf9;
	background-color: #041a1e;
    }
	
.error-msg a, .success-msg a, .notice-msg a, .note-msg a {
	color:#fcfaf9;
    }

/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head { margin:0 0 30px 0; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.8em !important;
    font-weight:normal !important;
    text-align:left;
	display:block;
	margin-top: -8px;
	margin-bottom: 1px;
	border-bottom:1px solid #bfb8ab;
	padding-left: 2px;
	line-height: 1.2em;
}
.button-level h3 { /* heading level with buttons */
    float:left;
}

/* Sub-Heading */

h4.subHeading {
	background:transparent url(../images/bi2_arrow_right.gif) no-repeat scroll 2px 4px;
	border-bottom:1px solid #bfb8ab;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	margin-bottom:20px;
	padding:0pt 0pt 2px 14px;
}


/* Category list heading */
.category-head {
    }
.category-head h2 {
    width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    margin-bottom:7px;
    }

.box-header {font-size:1.05em;text-align:left;background:#f4f1ec none repeat scroll 0%;font-weight:bold;padding:2px 8px;margin:10px 0px}


/* News/Landing-page */


h4.newsHeading {
	margin: 25px 0 -23px 0;
	border-top:1px solid #bfb8ab;
	padding: 6px 0 0 14px;
	font-weight:normal;
}

.pageNews {
	background:transparent url(../images/bi2_arrow_right.gif) no-repeat scroll 2px 10px;
	padding: 6px 0 10px 100px;
	border-bottom:1px solid #bfb8ab;
	line-height: 1.4em;
}

/********************* Tables */

/* Data Table */

.data-table { width:100%; }
.data-table tr.last td { border-bottom:0; }
.data-table th {padding: 3px 2px; white-space:nowrap; font-weight: normal; font-size: 0.9em; }
.data-table th.wrap { white-space:normal; }
.data-table a { text-decoration:none;}
.data-table td { padding:1px 2px; }
.data-table thead tr th { border-bottom:1px solid #bfb8ab; border-top:1px solid #bfb8ab; }
.data-table tfoot { border-bottom:1px solid #041a1e;}
.data-table tfoot td {padding: 0; border-top:1px solid #bfb8ab; padding: 4px 0; border-bottom:0; }
.data-table tbody td { border-bottom:1px solid #bfb8ab; }
.data-table img.remove { padding: 3px; border: 1px dotted #aaa293; margin: 2px 0 -2px 0;}
.data-table .attributes-col h4 { margin-top: 2px; line-height: 1em; }
.data-table .attributes-col  { padding-top: 4px; }

/* Bundle Products */
.data-table tbody td h5.title { margin:0; padding:0; font-size:0.9em; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td {  }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap;}
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content {  } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 5px;}
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }
.bottomBorder { margin-top: 20px; height:1px; width: 100%; border-bottom: 1px solid #bfb8ab; }

/********************** Toolbar */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }	
.toolbar {
	background-color:#fcfaf9;
}

.pages {
	margin-left: 15px;
	padding-right: 5px;
	color: #aaa293; 
	border-bottom: 1px solid #bfb8ab; 
	width: 330px;
	height:18px;
	text-align: right;
	float: left;
}

.pages .on {
	color: #941125;
	font-weight: bold;
}

.pages a {
	color: #aaa293; 
	text-decoration: none;
}

.viewSize {
	color: #aaa293; 
	width: 160px;
	float: left;
	height:18px;
}

.sortBy {
	margin-left: 15px;
	color: #aaa293; 
	width: 160px;
	float: left;
	height:18px;
}

.sortBy img {
	float: left;
	margin: 5px 3px 0 0;
}

/* Toolbar-Menu */

.toolNavi {
	padding:0;
	background-color:#fcfaf9;
	width: 160px;
	z-index:999;
	}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
.toolNavi li {
	list-style:none;
	position:relative;
	text-align:left;
	cursor:pointer;
	}
.toolNavi a { line-height:1.6em; }
.toolNavi a, .toolNavi a:hover { display:block; text-decoration:none; }
.toolNavi span { display:block; white-space:nowrap; }
.toolNavi li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/

.toolNavi li {
	text-decoration:none;
	padding-left: 15px;
	color: #aaa293; 
	background: url(../images/bi2_arrow_down.gif) no-repeat 2px 4px;
	border-bottom: 1px solid #bfb8ab;
}

.toolNavi a {
	text-decoration:none;
	padding: 0 10px 2px 13px;
}


/************ 1ST LEVEL RESET ************/
.toolNavi ul li {
	float:none;
	margin:0;
	background-image:none;
	border:none;
	cursor: default;
	}
		
.toolNavi ul a, .toolNavi ul a:hover {
	float:none;
	padding:0;
	}
.toolNavi ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
.toolNavi ul {
	position: absolute;
	width: 160px;
	top: 18px;
	left: 0;
	padding-top: 10px;
	background-color:#fcfaf9;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfb8ab;
}

/* Show menu */
.toolNavi li ul { display: none; }
.toolNavi li:hover ul { display: block; z-index: 999; }

.toolNavi ul li a {  height: 20px; }
.toolNavi ul li a { color:#aaa293!important; }
.toolNavi ul li a:hover { color:#041a1e !important; }
.toolNavi ul .selected a { color: #941125 !important; }

/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { min-width:960px; }
.header {
    text-align:left;
	background-color:#fcfaf9;
    }
.header-top {
    width:880px;
    z-index:999;
    margin:0 auto;
	padding:10px 20px 0 20px;
	position: relative;
    }
.middle-container {
    margin:0 auto;
    width:960px;
	background-color:#fcfaf9;
	position: relative;
    }
.middle {
    min-height:300px;
    width:880px;
    margin:0 auto;
    text-align:left;
	background-color:#fcfaf9;
	position: relative;
	border: 25px solid #fcfaf9;
	border-bottom: 40px solid #fcfaf9;
	background-image:url(../images/bi2_stripe.gif);
    }
.col-left { float:left; width: 175px; }
.col-main { float:left; }
.col-right { float:right; width:160px; height: 20px; padding: 10px 0 19px 0; background: #fcfaf9 url(../images/bi2_line.gif) repeat-x 0px -38px; }
.col-1-layout .col-main { float:none; margin:0; background-color:#fcfaf9;  min-height:300px; }
.col-2-right-layout .col-main { float:left; padding-right: 20px; width:685px; background-color:#fcfaf9; min-height:300px; }
.col-2-left-layout .col-main { float:right; padding-left: 20px; width:685px; background-color:#fcfaf9; min-height:300px; }
.col-3-layout .col-main { width:510px; padding-left:20px; padding-right:15px; background-color:#fcfaf9; min-height:300px; }

/* Style */

/********************** Header */

/* Logo */
h1#logo {
    float:left;
    margin: 3px -300px 0 20px;
    }
.page-popup h1#logo { display:none; }

/* Quick Access*/
.quick-access {
    float:right;
    margin:2px 160px 0 0;
    text-align:right;
    padding:0px;
	font-size: 0.95em;
	line-height: 12px;
    }
.quick-access a:hover { text-decoration: none;  }
.quick-access div { float: left; }
.quick-access ul { float: left; }
.quick-access li {
    float: left;
	margin-left: 10px;
	}	
.quick-access a {
	color: #aaa293;
	text-decoration:none;
	display:inline-block;
	padding: 0 10px 2px 13px;
	background: url(../images/bi2_arrow_right.gif) no-repeat 2px 2px;
	border-bottom: 1px solid #bfb8ab; 
	}
.quick-access a:hover { color: #041a1e; border-bottom: 1px solid #041a1e; background: url(../images/bi2_arrow_right_dark.gif) no-repeat 2px 2px; }

/* cart */
.mini-cart { z-index:999; }

/************** ALL LEVELS  *************/ 
.mini-cart li {
	list-style:none;
	position:relative;
	text-align:left;
	cursor:pointer;
	float: right;
	float: left;
	}
.mini-cart li.over { z-index:99; }
.mini-cart li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
.mini-cart a, .mini-cart a:hover {  text-decoration:none; }
.mini-cart span { display:block; white-space:nowrap; }
.mini-cart li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/

.mini-cart a, .mini-cart a:hover {
	background: none;
}
.mini-cart .full a {
	color: #041a1e;
	border-bottom: 1px solid #041a1e;
}
.mini-cart li {
	background: url(../images/bi2_arrow_right.gif) no-repeat 2px 2px;
}
.mini-cart li.full {
	background: url(../images/bi2_arrow_right_dark.gif) no-repeat 2px 2px;
}
.mini-cart li.over {
	background: url(../images/bi2_arrow_down_dark.gif) no-repeat 2px 2px;
}
.mini-cart li.over a {
	color: #041a1e;
	border-bottom: 1px solid #041a1e;
}


/************ 1ST LEVEL RESET ************/
.mini-cart ul li {
	float:none;
	margin:0;
	background-image:none;
	border:none;
	cursor:text;
	padding: 0;
	}		
.quick-access .mini-cart ul a, .quick-access  .mini-cart ul a:hover {
	border: none;
	background:none;
	float:none;
	padding:0;
	}


/************ 2ND LEVEL ************/
.mini-cart ul {
	position: absolute;
	width: 260px;
	top: 15px;
	left:-10000px;
	background-color:#fcfaf9;
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #bfb8ab;
}

/* Show menu */
.mini-cart li.over > ul { left:-10px; }

/* styling */
.mini-cart .subtotal { border-top: 1px solid #bfb8a6; margin-top: 10px; padding: 5px 0; }
.mini-cart .subtotal .price { font-weight: bold; font-size: 1.2em;padding: 0; display: inline; }
.mini-cart .actions {  padding: 10px 0; margin-bottom: 5px; }
.mini-cart #cart-sidebar li { padding:8px 0 15px 0px; border-top:1px solid #bfb8a6; width: 260px; display:block; clear:both; }
.mini-cart .cartRemove { float: left; width: 30px; }
.mini-cart .cartItem { float: right; width: 230px; padding-bottom: 15px; }
.mini-cart .product-details .price { display:inline;}
.mini-cart img { padding: 3px; border: 1px dotted #bfb8ab; }
.mini-cart ol li { line-height: 1.4em; }


/* Mini search */
.mini-search {
	position:absolute;
	top: 11px;
	left: 750px;
    width:150px;
    padding: 0px;
	border-bottom: 1px solid #bfb8ab;
	text-align: left;
    }
.mini-search .input-text {
	display: inline;
	width:86px;
	background-color:#fcfaf9;
	color: #aaa293; 
	font-size: 1em;
	margin: 0 0 1px 0;
	border: none;
	padding: 1px 2px;
	line-height: 12px;
	height: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:baseline;
	}	
.mini-search-submit {	
	display: inline;
	background-color:#fcfaf9; 
	color: #aaa293;
	font-size: 1em; 
	border: none; 
	border-right: 1px solid #bfb8ab; 
	padding: 0 4px;
	margin: 0 0 1px 3px;
	line-height: 12px;
	height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: baseline;
	}	
.mini-search-submit:hover { 
	color: #041a1e; 
	}

/* Header-Navi-Illustration */

.header-navi {
	margin: 0 auto;
	width: 960px;
	height: 305px;
	background: #fcfaf9 url(../images/bi2_header.jpg) no-repeat 0 53px;
	padding-top: 35px;
	
}
.smallHead .header-navi {
	height: 113px;
	background: #fcfaf9 url(../images/bi2_header2.jpg) no-repeat 0 53px;
}

.header-nav-container {	margin: 0 auto;	width: 960px; }
.header-nav { background-color: none; margin: -85px 0 0 55px; }
.headGirl {
	position:relative;
	top: -49px;
	margin-left: 328px;
	background: url(../images/bi2_header_girl.gif) no-repeat;
	width: 64px;
	height: 49px;
}
.headDude {
	position:relative;
	top: -98px;
	left: 490px;
	background: url(../images/bi2_header_dude.gif) no-repeat;
	width: 64px;
	height: 49px;
}
		

/* Breadcrumbs */

.breads { margin: 0 20px 0 20px; padding: 2px 0 0 40px; height: 16px; text-align: left; background-color: #041a1e; }
.breadcrumbs { color:#63727a; margin: 0; font-size:.9em; line-height:1.25em; }
.breadcrumbs li { display:inline; }
.breadcrumbs a { color:#63727a; font-weight: bold; }
.breadcrumbs a:hover { color:#65bdd9; }

/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; 
	background-color:#fcfaf9;}
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:none; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }
 

/********************** Footer */
.footer-container {
    width:920px;
    margin:0 auto;
	text-align: left;
    /*position:relative;*/	
}
.footer {
	margin: 30px 20px 0px 20px;
	color:#fbf7f4; 
}
.footer a {
	color:#fbf7f4;
	display: block;
	text-decoration:none;
}
.footer li a {
	padding-left: 2px;
}
.footer li a:hover {
	background-color:#455055;
}
.footer .informational label { color:#fbf7f4; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    float: left;
	width: 110px;
	margin: 20px 0 0 20px;
	line-height: 1.4em;
    border-bottom: 40px solid #041a1e; /* safari-bug */
    }
.footer li {
	margin: 1px 0;
    }	
.footer .informational ul.departments {
	width: 390px;
	margin: 20px -20px 50px 0;
    }
.footer .informational ul.departments li {
    float: left;
	width: 110px;
	margin-right: 20px;
    }
.footer .informational ul h3 {
    display: block;
    padding-left: 2px;
	margin-bottom: 8px;
	color:#fbf7f4;
	border-bottom: 1px solid #455055;
	font-size: 1em;
	font-weight:normal;
	font-style:italic;
	padding-bottom: 8px;
	height: 20px;
    }
.footer-logo {
	float: left;
	width: 150px;
	margin: 0 30px 0 20px;
	padding-top: 100px;
	background:url(../images/bi2_logo_footer.gif) no-repeat 5px top;
	overflow:visible;
	font-family: Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	padding-bottom: 40px;
	color: #455055;
}
.footer-border {
	border-top: 1px solid #455055;
	width: 150px;
	margin-bottom: 5px;
	margin-left: -5px;
}

.footer .credits {
	margin-top: 10px;
	line-height: 1.3em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: -1px;
}

.footer .credits a {
	color:#455055;
}

.footer .credits a:hover {
	color:#65bdd9;
}

.footer .credits p {
	margin: 6px 0;
}

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/


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

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

/* Old price */
.old-price { text-decoration:line-through;}

/* Special price */
.special-price {  font-weight:bold; color:#941125; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

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

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#041a1e; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555;}

.product-pricing-grouped li { padding:2px 0; color:#041a1e; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box {
    margin-bottom:15px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.generic-product-list li {
    margin:12px 0;
    }

/********************** Catalog Listing */
.catalog-listing {
    line-height:1.35em;
    }
.catalog-listing h5 {
    margin-bottom:.4em;
    font-size:1.05em;
    width:100%;
    overflow:hidden;
    }
.catalog-listing h5 a, .catalog-listing h5 a:hover {
    color:#203548;
    text-decoration:underline;
    }
.catalog-listing .add-to {
    margin:.7em 0;
    color:#555555;
    line-height:1.3em;
    font-size:.95em;
    font-weight:bold;
    }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover {
    text-decoration:underline;
    }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td {
    border-right:1px solid #d9dde3;
    border-bottom:1px solid #d9dde3;
    padding:12px 10px;
    line-height:1.6em;
    }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product{ border-right:0; background:#f5f6f6; }
.generic-product-grid .add-to { width:135px; overflow:hidden; }


/********************** Brand Listing */

.brandContainer {
	margin-right: -15px;
}

.brand {
	float: left;
	margin-right: 15px;
	height: 180px;
	width: 160px;
}

.brandImg {
	width: 160px;
	background-color: #f4f1ec;
	height: 100px;
	border-top: 1px solid #bfb8ab;
}

.brand h5 {
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px solid #bfb8ab;
	display: block;
	padding: 2px 0 1px 2px;
	margin: 3px 0;
}

.brand a span {
	color: #aaa293;
	display: block;
	text-decoration: none;
	font-size: 0.92em;
	line-height: 1.2em;
	padding-left: 2px;
}

.brand a:hover {
	text-decoration: underline;
}

.brandContainer .bottomBorder {
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
}

/* brands */

#brands { margin-top: -10px; background-image:url(../images/bi2_stripe.gif); }
#brands ol { padding:0; }
#brands li { width: 160px; height: 25px; background: url(../images/bi2_navi_block.gif) repeat-x -8px -5px; }
#brands li ol li { width: 510px; background:#fcfaf9; }
#brands li ol { display: none; }
#brands li.over ol { display: block; }


/********************** Layered Navigation */

.layered-nav h3 { display:none; }
.layered-nav a { text-decoration: none; }
.layered-nav ol a:hover { text-decoration: underline; }
.narrow-by dl {
    padding:0;
    }
.narrow-by dt {
    font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
    margin:0;
    padding:0;
	padding-bottom:.2em;
    color:#041a1e;
	border-bottom: 1px solid #bfb8ab;
	padding-left: 15px;
    }
.narrow-by dd {
    padding:0 0 .8em 0;
    }
.narrow-by dd li {
	font-size: 1.1em;
	margin-bottom:.1em;
	padding-bottom:.1em;
	line-height:17px;
	border-bottom: 1px solid #bfb8ab;
	padding-left: 15px;
	}
.narrow-by .open {
	padding-left: 10px;
    background:url(../images/bi2_arrow_right.gif) no-repeat 0px 3px;
    }
.narrow-by .sub .open {
    background:url(../images/bi2_arrow_right.gif) no-repeat 0px 2px;
    }
.narrow-by .sub {
    padding-left: 25px;
	font-size: 0.92em;
	line-height: 17px;
    }
.layered-nav {
	background-color: #fcfaf9;
}

.filter {
	padding: 0 25px 5px 15px;
	color: #aaa293;
	font-size: 0.98em;
	font-style: italic;
	line-height: 1.2em;
}

.filter li {
	display: inline;
}

.filter a {
	color: #aaa293;
}
.filter a:hover {
	color: #aaa293;
}

a.filterReset {
	font-size: 0.9em;
	font-style: italic;
}

.filterTop {
	color: #aaa293;
	font-weight:normal;
}

.filterTopReset {
	color: #aaa293;
	font-weight:normal;
	font-style:normal;
	font-size: 0.75em;
	display: inline-block;
	line-height: 1em;
	vertical-align:top;
}

/********************* Tool Tips */
.tool-tip { background-color: #fcf7f9; position:absolute; border: 1px solid #bfb8ab; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding: 10px 10px 30px 10px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px; }
.tool-tip .btn-close img { padding: 3px; border: 1px dotted #aaa293;}


/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }

.recently h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.recently .product-image { border:2px solid #dcdcdc;}
.recently a.product-name, .recently a.product-name:hover { color:#1d7ecf; font-size:11px; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list {width:100%;}
table.recently-list td {width:20%;}

/********************** Search */

.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:175px; float:left; }
.advanced-search .input-text { width:330px; }
.advanced-search select { width:335px; padding:2px; }
.advanced-search .field-row { display:inline; width:330px; }
.advanced-search .range .input-text { width:120px; }

.advanced-search-found-amount, .advanced-search-nothing-found {
    border-top: 1px solid #bfb8ab;
	background-color: #f4f1ec;
	padding-left: 2px;
    }

.advanced-search-summary-box {
    border-bottom: 1px solid #bfb8ab;
	background-color: #f4f1ec;
}

.advanced-search-summary-tip {
    clear: both;
    border-top: 1px solid #bfb8ab;
	padding-left: 2px;
    }

.advanced-search-summary-box ul {
    list-style: none;
    }
.advanced-search-summary-box ul li {
    border-top: 1px solid #bfb8ab;
	width: 100%;
    }
.advanced-search-summary-box ul li span {
    font-weight: bold;
	padding-left: 2px;
    }

/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }


/* newProducts */

.newProducts {
	margin: 15px 0 30px -15px;
}		
.newProducts .productBoxWrapper {
	float: left;
	padding-left: 15px;
	padding-bottom: 15px;
}
.newProducts .productBox {
	width: 160px;
	height: 130px;
	background-color:#f4f1ec;
	overflow: hidden;
	}
.newProducts .productInfo {
	margin-top: -130px;
	padding: 20px 10px;
	height: 90px;
	line-height: 19px;
	}	
.newProducts .productLine {
    background:url(../images/bi2_line.gif) repeat-x;
	}	
.newProducts h5 {
	font-weight:normal;
	font-size: 1em;
	margin: 0;
	line-height: 19px;
	}	
.newProducts h5 a {
	text-decoration:none;
	}	
.newProducts h5 a:hover {
	text-decoration: underline;
}	
.newProducts .taxShip {
	color: #aaa293;
	font-size: 0.9em;
	line-height: 18px;
}
.newProducts .taxShip a {
	color: #aaa293;
	text-decoration: underline;
}
.newProducts .labelOut , .newProducts .labelSale {
	margin: 28px 0 -100px 136px;
	width: 24px;
	height: 72px;
	position:relative;
	}	
.newProducts .labelOut {
    background:url(../images/bi2_aus.gif);
}

.newProducts .labelSale {
    background:url(../images/bi2_sale.gif);
}

.newProducts .labelNew {
    background:url(../images/bi2_neu.gif);
}	
.newProducts .listImage {
	overflow: hidden;
	height: 130px;
	width: 160px;
	background-color: #041a1e;
}
.newProducts .productBox:hover {
	padding-top: 130px;
	height: 0;
}


/********************** Catalog Listing */


/* Grid Type */
.listing-type-grid {
	background-color:#fcfaf9;
	padding: 0 0 20px 5px;
	margin-left: -20px;
}	
.listing-type-grid .lineWrapper {
	height: 255px;
	display:block;
}	
.listing-type-grid .productBoxWrapper {
	float: left;
	padding-left: 15px;
}
.listing-type-grid .productBox {
	width: 160px;
	height: 242px;
	background-color:#f4f1ec;
	}
.listing-type-grid .productInfo {
	margin: 10px;
	margin-top: 8px;
	height: 94px;
	line-height: 19px;
	overflow: hidden;
	position: relative;
	z-index: 50;
	}	
.listing-type-grid .productLine {
    background-image:url(../images/bi2_line.gif);
	}	
.listing-type-grid h5 {
	font-weight:normal;
	font-size: 1em;
	margin: 0;
	line-height: 19px;
	}	
.listing-type-grid h5 a {
	text-decoration:none;
	}	
.listing-type-grid h5 a:hover {
	text-decoration: underline;
}	
.listing-type-grid .taxShip {
	color: #aaa293;
	font-size: 9px;
	line-height: 18px;
}
.listing-type-grid .taxShip a {
	color: #aaa293;
	text-decoration: underline;
}
.listing-type-grid .labelOut , .listing-type-grid .labelSale {
	margin: 28px 0 -100px 136px;
	width: 24px;
	height: 72px;
	position:relative;
	}	
.listing-type-grid .labelOut {
    background:url(../images/bi2_aus.gif);
}

.listing-type-grid .labelSale {
    background:url(../images/bi2_sale.gif);
}

.listing-type-grid .labelNew {
    background:url(../images/bi2_neu.gif);
}
.listing-type-grid .listImage {
	overflow: hidden;
	height: 130px;
	width: 160px;
	background-color: #041a1e;
	position: relative;
	z-index: 60;
}
.listing-type-grid .listImage:hover {
	overflow: hidden;
	height: 242px;
	width: 160px;
	margin-bottom: -112px;
	background: none;
}


/********************** Product Detail */

.product-info-box { margin: 0;} /* wrapper */
.product-essential {  }/* wrapper 2 */
.product-essential a { text-decoration: none; }

/* Product Images - Bildspalte links*/
.product-img-box { float:left; width:250px; height:375px; background-color: #f4f1ec; overflow: hidden; }

/* begin gallery styling */
#jgal { list-style: none; width: 250px; margin-top: 174px; padding-left: 15px;}
#jgal li { position: relative; z-index: 80; float:left; display: block; height:30px; width: 30px; overflow:hidden; background-position: 50% 50%; cursor: pointer; border: 3px solid #fcfaf9; outline: 1px solid #bfb8ab; margin: 15px 0 0 15px; }
#jgal li img { position: relative; z-index: 80; width:40px; height:auto; margin: 0; opacity: .5; }
.product-img-box img { margin: -225px 0 600px 0; z-index: 20; }
#jgal li.active img { position: relative; display: block; z-index: 20; }
#jgal li.active img, #jgal li:hover img { opacity: .99 /* safari bug */ }
.thumbInfo {
	position:absolute;
	top: 235px;
	left: 220px;
	display:block;
	font-size: 0.9em;
	line-height: 1.2em;
	width: 195px;
	font-weight: bold;	
	color: #aaa293;
	border-top: 1px solid #bfb8ab;
	padding: 5px 0 0 5px; 
}

/* styling without javascript */
#gallery { list-style: none; background-image: url(../images/bi2_loading.gif); }
#gallery li { display: none; }

.PopBoxImageSmall {	cursor: pointer; }
.PopBoxImageLarge { cursor: pointer; border: 15px solid #041a1e; font-family:Georgia, "Times New Roman", Times, serif; }
.PopBoxImageShrink { cursor: pointer; }
.PopBoxImageLink { cursor: pointer; }
.PopBoxImageMove { cursor: pointer; }

/* Product  Infospalte mitte */
.product-shop { width:245px; float: left; margin-left: 15px; }
.productTop { 
	margin-bottom: 45px;
	color: #aaa293; 
	border-bottom: 1px solid #bfb8ab; 
	width: 245px;
	height:18px;
}
.product-shop .product-name {
	margin-bottom: 30px;
    background:url(../images/bi2_line.gif);
	padding-right: 50px;
}
.product-name h5 {
	font-size: 1em;
	line-height: 19px;
	margin:0;
}
.product-name .availability {
	line-height: 19px;
	margin:0;
	font-size: 0.9em;
}	
.product-name .taxShip {
	color: #aaa293;
	font-size: 0.9em;
	line-height: 19px;
}
.product-name .taxShip a {color: #aaa293; 
	text-decoration: underline;}
.add-to-cart-box .qty-box {
	border-top: 1px solid #bfb8ab;
	border-bottom: 1px solid #bfb8ab;
	height: 18px;
	display:block;
	margin-bottom: 30px;
}
.add-to-cart-box .qty-box label { 
	font-weight:normal;
	float: left;
	width: 65px;
	color: #041a1e;
	display: block;
	height: 19px;
	background:url(../images/bi2_arrow_right.gif) no-repeat 55px 5px;
}
.add-to-cart-box .qty-box .qty { width: 156px; float: right; 
	height: 14px; }
.add-to-cart-box .form-button { width: 160px; }


/* Wunschzettel */
.add-to-box { 
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 3px;
    background:#f4f1ec;
    text-align: center;
    vertical-align:middle;
	font: bold 11,5px Georgia, "Times New Roman", Times, serif !important;
	width: 154px;
	margin-top: 6px;
}
.add-to-box a { 
	color: #aaa293;
	text-decoration: none;
	display:block;
}
.add-to-box a:hover { color: #041a1e;}
.product-shop .short-description { margin: 20px 0 10px 0; }

/* Produkt optionen */
.product-options {  }
.product-options dt { float: left; font-weight:normal; }
.product-options dt label { 
	font-weight:normal;
	width: 65px;
	color: #041a1e;
	display: block;
	height: 19px;
	background:url(../images/bi2_arrow_right.gif) no-repeat 55px 5px;
}
.product-options dt .qty-holder { }
.product-options dt .qty-disabled { background:none; border:0; }
.product-options dd { min-height: 18px; border-top: 1px solid #bfb8ab; }
.product-options dd input.input-text { float: right; }
.product-options dd textarea { float: right;  }
.product-options dd select { float: right; width: 160px; }
.product-options dd select option { padding: 2px; }
 
/* Product Collateral */
.product-collateral {  background-color: #fcfaf9; width: 685px; margin: 0; }
.product-collateral .description { font-style: italic;float: left; width: 510px; font-size: 1.2em; line-height: 1.7em; color: #9d9381; }
.product-collateral .head {
	float: right; 
	background:url(../images/bi2_arrow_left.gif) no-repeat 2px 5px;
	border-bottom: 1px solid #bfb8ab; 
	width: 160px;
}
.product-collateral h4 {
	font-weight: normal;
	font-style:normal; 
	line-height: 19px;
	padding-left: 13px;
	font-size: 0.95em;
	color: #aaa293;
}
.product-collateral .collateral-box { padding-top: 20px;}

/* Liste */
.product-collateral .attribute-specs table { border: none; width: 510px; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { width: 30%; padding-top:2px; padding-bottom:2px; line-height:1.25em; }

/* auch geil */
.product-collateral .up-sell { color: #fcfaf9; width: 685px; margin-top: 20px; }
.product-collateral .up-sell a { text-decoration: none; }
.product-collateral .up-sell .itemWrapper { background-color: #f4f1ec; padding: 10px; width: 490px; height: 140px; float: left; }
.product-collateral .up-sell .item { float: left; padding: 6px; width: 110px; height: 120px; }
.product-collateral .up-sell .itemImage { width: 110px; height: 80px; overflow: hidden; margin-bottom: 6px; background-color: #041a1e; }
.product-collateral .up-sell .itemImage a:hover img { border-top: 15px solid #941125; }
.product-collateral .up-sell .itemBox { background: url(../images/bi2_line.gif); font-size: 0.9em; height: 40px; line-height: 19px; }

/* Product sidebar -rechts */
.product-sidebar { width:160px; float: left; margin-left: 15px; }

.backToList { 
	padding-right: 2px;
	margin-bottom: 62px;
	color: #aaa293; 
	border-bottom: 1px solid #bfb8ab; 
	width: 158px;
	height:18px;
	text-align: right;
}
.backToList a { color: #aaa293; text-decoration: none; }
.brandLinks {
	border-top: 1px solid #bfb8ab;
	margin-bottom: 31px;
	background:url(../images/bi2_line.gif);
}
.brandLinks a {
	line-height: 19px;
	padding-left: 14px;
	font-style: italic;
	text-decoration: none;
	font-size: 0.95em;
	display:block;
	background:url(../images/bi2_arrow_right.gif) no-repeat 2px 4px;
}
.brandLinks a:hover {
	text-decoration: underline;
}
/* Products viewed and related */
.productsVieRe	{
	margin-bottom: 30px;
	color: #aaa293;  
	width: 160px;
	background:url(../images/bi2_line.gif);
}
.productsVieRe h4 {
	font-weight: bold;
	line-height: 19px;
	font-style: italic;
	font-size: 0.95em;
	margin: 0;
	margin-left: 4px;
	color: #aaa293;
}
.productsVieRe a {
	line-height: 19px;
	padding-left: 14px;
	text-decoration: none;
	font-size: 0.95em;
	display:block;
	background:url(../images/bi2_arrow_right.gif) no-repeat 2px 4px;
}
.productsVieRe a, .brandLinks a {
	text-decoration: none;
}
.productsVieRe a:hover, .brandLinks a:hover {
	text-decoration: underline;
}
.productsVieRe a span {
	position: relative;
	z-index:999;
}
.productsVieRe a span img {
	border: 4px solid #041a1e;
	position: absolute;
	top: -99999em;
	z-index:999;
	width: 50px;
}
.productsVieRe a:hover span img {
	top:-30px; left: 120px;
}

/* toplink */
.product-collateral .topLink {
	background: url(../images/bi2_arrow_up.gif) no-repeat 2px 15px;
	border-bottom: 1px solid #bfb8ab; 
	display: block;
	width: 160px;
	height: 20px;
	margin: -36px 0 0 525px;
	padding-top: 10px;	
}
.product-collateral .topLink a {
	padding-left: 15px;
	color: #aaa293;
	text-decoration:none;
}



/* Tooltip Info */

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px solid #041a1e; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { background-color: #fcfaf9; position:absolute; top:-99999em; z-index:999; width:200px; padding:8px; border-bottom: 1px solid #bfb8ab; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:10px; top:20px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }


/* Warenkorb------------------------------------------------------- */


.cart-page-head h3 {
	float: left;
	margin-left: 265px;
	width: 245px;
    font-size:1.8em !important;
    font-weight:normal !important;
    text-align:left;
	border-bottom: 1px solid #bfb8ab;
	margin-top: -4px;
	line-height: 22px;
}
.cart-page-head { 
	height: 30px;	
}
.cart .backToList { 
	margin-bottom: 0; 
	float: right; 
}
.cart .product-img-box {
	 height: 130px; 
	 margin-top: -30px; 
	 border-bottom: 70px solid #f4f1ec; 
	 margin-bottom: 60px;
 }	
.cart .product-img-box:hover { 
	height: 200px; 
	margin-top: -30px; 
	border-bottom: 0; 
	margin-bottom: 60px;
}
.cart .product-img-box img { 
	margin: 0;		
}	
.cart .product-shop { 
	margin-top: 43px; 
	margin-bottom: 20px; 
}
.cart .product-shop .product-name { 
	padding-bottom: 10px; 
}
.cart .product-sidebar { 
	margin-top: 43px; 
	background: url(../images/bi2_line.gif); 
	text-align: right; 
	padding-bottom: 10px; 
}
.cart .qty-box { 
	height: 18px; 
	display:block; 
	padding: 0;
}
.cart .qty-box label { 
	font-weight:normal; 
	float: left; 
	width: 65px;
	color: #041a1e;	
	height: 19px; 
	background:url(../images/bi2_arrow_right.gif) no-repeat 55px 5px; 
}
.cart .qty-box .qty {
	width: 156px; 
	float: right;
	margin-top: 1px;
	margin-right: -50px;
	height: 14px;
	}
.cart .subTotal { 
	font-weight: bold; 
	color: #941125; 
}

/* Wishlist ------------------------------------------------------- */

.wishlist .product-sidebar { 
	padding-bottom: 0;
	padding-top: 19px;
	margin-top: 21px;
}

.wishlist .product-sidebar textarea { 
	width: 156px;
	height: 52px;
	background-color: #fcfaf9;
}
.wishlist .product-shop { 
	margin-top: 21px;
	margin-bottom: 30px; 
}
.wishlist .product-shop .product-name { 
	margin-bottom: 2px; 
}



/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }


/* Shopping Cart */
.checkout-types  {
	margin-top: 20px;
	text-align: left;
}
.checkout-types .form-button-alt {
	width: 160px;
	margin-left: 10px;
	float: right;
}
.checkout-types .form-button-alt2 {
	width: 245px;
	float: left;
	margin:0;
}
.shopping-cart-totals {
    width:420px;
    float:right;
	margin-top: 32px;
}
.product-essential .leftBox {
	width: 245px; 
	float: left; 
	border-bottom: 1px solid #bfb8ab; 
	display: block; 
	text-align: right; 
}
.product-essential .rightBox { 
	width: 160px; 
	float: right; 
	border-bottom: 1px solid #bfb8ab; 
	display:block; 
	text-align: right; 
}
.product-essential .rightBox img { 
	vertical-align: middle;
	padding: 0 2px;
}
.product-essential .boxWrapper {  }
.product-essential .update {
	width: 420px;
	float: right;
}
.product-essential .update button {
	border: none;
	background-color: #fcfaf9;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	cursor:pointer;
}

/* Shopping Cart Colleterals */

.shopping-cart-collaterals {
    float:left;
    width:250px;
    margin-bottom: 30px;
    }
.shopping-cart-collaterals .box .form-button  { margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4 {
    color:#041a1e;
	font-weight: bold;
	line-height: 18px;
	font-size: 1em;
	border-bottom: 1px solid #bfb8ab;
    }
.shopping-cart-collaterals #coupon_code  { width: 80px; margin: 1px 5px 0 0; }

/* One-Page checkout */
.one-page-checkout { background-color: #fcfaf9;  margin-top: -12px; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box {
    padding:32px 0 40px 0;
	min-height: 280px;
    }
.one-page-checkout .stepCount {
	float: left;
	color: #aaa293;
	padding-top: 5px;
    }
.one-page-checkout .head {
    margin-bottom: 0;
	padding: 0;
	border-bottom:1px solid #bfb8ab;
	padding: 8px 0 5px 0;
    }
.one-page-checkout .head a {
	display:none; 
	}  /* Hide Edit button in step header */
.one-page-checkout .allow .head {
	cursor:pointer; 
	padding: 8px 0 0 0;
}
.one-page-checkout .active .head { 
	cursor:default; 
	padding: 8px 0 0 0;
}
.one-page-checkout h3 {
	color:#f4f1ec;
	font-size:1.8em; 
	font-weight: normal; 
	line-height: 18px; 
	padding: 0 0 4px 2px;
}
.one-page-checkout .allow h3 { 
	color: #aaa293;
}
.one-page-checkout .active h3 { 
	color: #041a1e;
}
.one-page-checkout h4 {
	border-bottom:1px solid #bfb8ab;
	padding:0 0 2px 14px; 
	font-weight:normal; 
	font-style:normal; 
	margin-bottom: 20px; 
	background:url(../images/bi2_arrow_right.gif) no-repeat 2px 2px; 
	font-size: 1em;
	font-weight: bold;
}

.one-page-checkout .shipment-methods {
	margin-left: -15px;
	min-height: 200px;
}
.one-page-checkout .shipment-method {
	float: left;
	width: 160px;
	margin-left: 15px;
}
.one-page-checkout .shipment-method h4 {
	margin-bottom: 8px;
}
.one-page-checkout .review {
	width: 510px;
	margin-bottom: 20px;
}
.one-page-checkout .reviewItem, .one-page-checkout .leftBox, .one-page-checkout .rightBox {
	width: 250px;
	line-height:19px;
	background: url(../images/bi2_line.gif);
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.one-page-checkout .reviewItem h4 {
	border: none;
	padding: 0;
	background: none;
	line-height: 19px;
	margin-bottom: 1px;
}
.one-page-checkout .leftBox {
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.one-page-checkout .rightBox {
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.one-page-checkout .content { padding: 20px 0px; }
.one-page-checkout label { font-size: 1.05em; }
.one-page-checkout .allow .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { 
	margin-top:0; 
	border:0; 
	background:none; 
	padding:0;
}
.one-page-checkout .active .box { 
	display:block;
	border-bottom:1px solid #bfb8ab;
}
.one-page-checkout dd .form-list ul { margin:5px 0 15px 0; }
.one-page-checkout .checkmo-mailing-address { 
	padding-left: 20px;
}
.one-page-checkout p {
	font-size: 0.95em; 
	padding-right: 30px;
}
.one-page-checkout button { min-width: 160px; }

#opc-login .button-set { border-top:0; }
#opc-review .content {  }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px;}

.one-page-checkout .checkout-agreements li { border:none; margin: 20px 0; }


/* Checkout-Progress / also sidebar for .one-page-checkout-progressaccount-nav and .multi-addreess */

.one-page-checkout-progress { background-color: #fcfcf9; padding-bottom: 20px;}
.one-page-checkout-progress h3 { 
	font-weight: normal;
	line-height: 20px;
	font-size: 1em;
	margin: 0;
	padding-left: 14px;
	color: #aaa293;
	background:url(../images/bi2_arrow_down.gif) no-repeat 2px 6px;
}
.one-page-checkout-progress li { 
	border-bottom: 1px solid #bfb8ab;
	text-decoration: none;
	font-size: 0.95em;
	display:block;
}
.one-page-checkout-progress ol { 
	border-top: 1px solid #bfb8ab;
}
.one-page-checkout-progress h4 { 
	line-height: 25px;
	margin:0;
	padding-left: 14px;
	color:#041a1e;
	font-weight: normal;
	background:url(../images/bi2_arrow_right.gif) no-repeat 2px 7px;
}
.one-page-checkout-progress h4.complete { 
	background:url(../images/bi2_arrow_down.gif) no-repeat 2px 8px; }
.one-page-checkout-progress address {
	padding: 0;
	margin:0;
}
.one-page-checkout-progress .content {
	padding: 0;
	padding: 5px 5px 20px 14px;
	color: #aaa293;
	background-color: #fcf7f4;
}
.one-page-checkout-progress h4 a {
	color: #fcfaf9;
	background-color: #041a1e;
	padding: 1px 2px;
	margin: -1px 0 0 4px;
	font-weight: bold;
	text-decoration:none;
	font-size: 0.9em;
}
.one-page-checkout-progress h4 a:hover {
	background-color: #941125;
}
.one-page-checkout-progress .active h4 {
	font-weight: bold;
}
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px;}
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; text-align: left;}

/* Multiple Addresses checkout */

.multi-address-checkout-description {
    margin-bottom: 25px;
	padding-bottom: 1px;
    border-bottom:1px solid #bfb8ab;
    }
.multi-address-checkout-box h4.subHeading {
	padding-top: 2px;
	background:transparent url(../images/bi2_arrow_right.gif) no-repeat scroll 2px 5px;
}
.multi-address-checkout-box h4.productHeading {
	color: #aaa293;
}
.multi-address-checkout-box .content {
	margin: 24px 0 40px 0;
    }
.shipment-count {  }
.multi-address-checkout-box .head h5, .account-box .head h5, .listStyle h5 {
	color:#041a1e;
	padding: 3px 0 4px 0;
	border-bottom: 1px solid #bfb8ab;
	font-weight: normal;
	float: none;
	text-align: left;
	margin-top: 3px;
}
.multi-address-checkout-box .head h5.h5Alt {
	padding: 0 0 2px 0;
	margin: 0 0 16px 0;
}
.multi-address-checkout-box .data-table { margin-top: 1px; }
.multi-address-checkout-box .data-table th { font-size: 0.95em; }
.multi-address-checkout-box .data-table thead tr th { border-top: 0; }
.multi-address-checkout-box .checkmo-mailing-address { display: block; padding-left: 20px; }
.multi-address-checkout-box address {
	font-size: 0.95em;
	line-height: 1.6em;
}
.multi-address-checkout-box address a, .multi-address-checkout-box .head h5 a, .account-box .head h5 a, .listStyle h5 a, .listStyle address a {
	color: #fcfaf9;
	background-color: #041a1e;
	padding: 1px 2px;
	line-height: 2.4em;
	font-weight: bold;
	text-decoration:none;
	font-size: 0.95em;
}
.listStyle address {
	font-size: 0.95em;
}
.multi-address-checkout-box .head h5 a, .account-box .head h5 a, .listStyle h5 a {
	margin-left: 4px;
	font-size: 0.85em;
	line-height: 1em;
}

.multi-address-checkout-box .boxWrapper { 
	text-align: right;
}
.multi-address-checkout-box .leftBox, .multi-address-checkout-box .rightBox {
	line-height:19px;	
	margin: 0;
	display:inline;
	padding-left: 5px;	
}
.multi-address-checkout-box .rightBox {
	font-weight: bold;
}
.multi-address-checkout-box .grand-total {
	font-size: 1.1em;
	padding-bottom: 5px;
}
.multi-address-checkout-box .grand-total .price {
	font-weight: bold;
	padding-left: 2px;
}

/* Checkout Agreements */
.checkout-agreements li { 
	margin:30px 0; padding: 30px 0;
	border-bottom: 1px solid #bfb8ab;
	border-top: 1px solid #bfb8ab;
}
.checkout-agreements .agreement-content {
	overflow:auto;
	padding: 20px 35% 20px 2px;
	height: 250px; 
	font-size: 0.9em;
}
.checkout-agreements .agree { margin:0; padding:20px 0 0 2px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

/* My Account navigation  tertemined in .one-page-checkout-progress */ 

.account-nav h4 a { 
	color:#041a1e; 
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration:none;
	font-size: 1em;
}
.account-nav h4 a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* Login */
.login-box .col-1, .login-box .col-2 {  }
.login-box .content { padding: 0; }
.login-box .button-set { margin:0; border:none; border-top:1px solid #bfb8ab; padding-top: 10px; }
.login-box .content { min-height:230px; }


/* Dashboard */
.account-box { margin-top:40px; }
.account-box .data-table thead tr th { border-top: 0; }
.account-box .data-table a:hover { text-decoration: underline; }
.account-box h5 { /* is determited at multi-checkout */ }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }

.dashboard-welcome { margin: -4px 0 0 0; }
.dashboard-welcome p { text-indent: 15px; font-size: 1.2em; font-style: italic; line-height: 1.6em; color: #aaa293; }



/* Account Addressbook */
.primary-address-list li { margin-bottom: 20px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:30px; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display: block; padding-left: 20px; }
#my-orders-table thead tr th { border-top: 0; }
#my-orders-table thead th { padding: 0 2px; }

.order-access { font-weight: normal; margin-left: 5px; }
.order-access a, .order-access .selected {
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;
	font-size: 0.9em;
	line-height: 1em;
	margin-top: -1px;
}
.order-access .selected {
	background-color: #f4f1ec;
	color: #041a1e;
}
.order-access a {
	background-color: #041a1e;
	color: #fcfaf9;
}
.order-info { margin: 26px 0 20px 0; }


/* Gift Messages */
.giftmessage { padding: 10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
.collapse { background-image:url(../images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup { background:#fcfaf9; margin:25px 30px; text-align:left; }
.product-gallery-nav { padding:0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto;}

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important; }
.link-remove { color:#646464 !important;}
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Expiration date and cvv number validation case */
.input-box .v-fix { position:relative; float:left; }
.input-box .v-fix .validation-advice { position:relative; margin-right:-12em; float:left; display:inline; width:12em; }