/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0;}

body        { background:#c2e1f3 url(../images/body_bg.gif) repeat-x 0 0; color:#444; font:13px/1.55em sans-serif, arial, helvetica; text-align:center; }
a { color:#004a6a; text-decoration:underline; cursor:pointer;  margin:0; padding:0; border:0; }
a:hover { color:#189bd4; text-decoration:underline; }
a img { border:0; margin:0; padding:0; line-height:0; display:block;}
img  { display:block; border:0; }
:focus { outline:0; }
ol,ul,li { margin:0; padding:0; list-style:none; }
/* Heading */
h1, h2, h3, h4, h5, h6{ color:#004a6a; margin:0; padding:0; }

h1          { font-size:20px; line-height:25px; color:#085a7f; }
h2          { margin-bottom:.4em; font-size:16px; line-height:25px; color:#777; }
h3          { margin-bottom:.4em; font-size:1.35em; line-height:1.2em; }
h4          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h5          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h6          { margin-bottom:.1em; font-size:1em; line-height:1.35em; }

.clear { clear:both; height:1%; width:100%; float:none; display:block; }
/* Table */
th          { vertical-align:top; font-weight:normal; text-align:left; }
td          { vertical-align:top; }

/* Paragraph */
p           { margin-bottom:.9em; font-size:13px; }
address     { margin-bottom:.4em; font-style:normal; line-height:1.4em; }
cite        { font-style:normal; font-size:10px;}
q:before, 
q:after     { content:'';}

/* Form */
form        { display:inline;}
fieldset    { border:none; }
legend      { display:none;}
label       { color:#555;  font-weight:bold; }
input, 
select, 

/* Lists */
dt          { display:block; font-weight:bold; }
ul,ol       { list-style:none; }

/* Size */
small       { font-size:.85em; }
big         { font-size:1.15em; }
hr          { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }

button { margin:0; border:0; padding:0; vertical-align:bottom; cursor:pointer; }
/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/
.belvg_banner  { margin:0 0 10px; }

/********************** 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 { float:left; width:32%; }
.col2-alt-set .col-2 { float:right; width:65%; }

/* 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%; }


/********************** Form */

/* Form Elements */
input.input-text,
select,
textarea                  { border:1px solid #085a7f; font:12px arial, helvetica, sans-serif; }
select option             { padding-right:10px; }
option, optgroup          { font:12px arial, helvetica, sans-serif; }
optgroup                  { font-weight:bold; }
select  				  { padding:3px 2px; }
input.input-text,
textarea                  { padding:4px 2px; }
textarea                  { overflow:auto; }
input.radio               { margin-right:3px; }
input.checkbox            { margin-right:3px; }
.v-fix                    { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }
input.qty                      { width:18px; float:left; padding:3px; margin-right:2px; }
.group-select label,
.form-list label,
.payment-methods label    { font-weight:bold;  }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:10px;
    border-top:1px dotted #212121;
    padding-top:8px;
    text-align:right;
}

/*** Black buttons **/
	a, a:hover { text-decoration:none; }
	.black_button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
	.black_button { overflow:visible; width:auto; border:0; padding:0 0 0 8px; background: url(../images/btn_bg.gif) 0 0px no-repeat; cursor:pointer; -webkit-border-fit:lines; float:left; /* <- Safari & Google Chrome Fix */ height:28px; }
	.black_button span { float:left; padding:0 8px 0 0; background:url(../images/btn_bg.gif) 100% 0px no-repeat; font:bold 12px/28px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; height:28x; }
	.black_button:hover { background:url(../images/btn_bg.gif) 0 -28px no-repeat;}
	.black_button:hover span { background:url(../images/btn_bg.gif) 100% -28px no-repeat; }
	
	
	
	.black_button.large::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
	.black_button.large { overflow:visible; width:auto; border:0; padding:0 0 0 20px; background: url(../images/btn_bg.gif) 0 0 no-repeat; cursor:pointer; -webkit-border-fit:lines; float:left; /* <- Safari & Google Chrome Fix */ height:28px; }
	.black_button.large span { float:left; padding:0 20px 0 0; background:url(../images/btn_bg.gif) 100% 0px no-repeat; font:bold 12px/28px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; height:28x; }
	.black_button.large:hover { background:url(../images/btn_bg.gif) 0 -28px no-repeat;}
	.black_button.large:hover span { background:url(../images/btn_bg.gif) 100% -28px no-repeat; }
	
	
	
	
	
	.green_button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
	.green_button { overflow:visible; width:auto; border:0; padding:0 0 0 8px; background: url(../images/btn_bg.gif) 0 -56px no-repeat; cursor:pointer; -webkit-border-fit:lines; float:left; /* <- Safari & Google Chrome Fix */ height:28px; }
	.green_button span { float:left; padding:0 8px 0 0; background:url(../images/btn_bg.gif) 100% -56px no-repeat; font:bold 12px/28px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; height:28x; }
	.green_button:hover { background:url(../images/btn_bg.gif) 0 -84px no-repeat;}
	.green_button:hover span { background:url(../images/btn_bg.gif) 100% -84px no-repeat; }
		
	
input { color:#212121; }
/* Form lists */
.form-list                          { margin:0 0 10px; padding:0; }
.form-list li                       { margin:0 0 6px; padding:0; }
.form-list li .input-box			{ width:100%; float:left; padding:3px 0;* padding:6px 0; }
.form-list li .input-box label,
.form-list li .input-box input,
.form-list li .input-box selet 		{ margin:0; }
.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; }

.payment-list li { padding:5px 0; * padding:10px 0; }

.group-select 						{ margin:0; padding:0; }
.group-select li                    { margin:5px 0; padding:0; float:left; width:100%; }
.group-select li .input-box         { float:left; width:275px; }
.group-select li .input-text,
.group-select li select,
.group-select li textarea           { width:454px; }
.group-select li .input-box .input-text,
.group-select li .input-box textarea{ width:222px; }
.group-select li .input-box select  { width:228px; }
.group-select .top-margin { margin-top:5px; }
.group-select li label,
.input-box label { float:left; line-height:14px; font-size:14px; font-weight:bold; padding:0; color:#212121; }
ul.two_column li .input-box { float:left; width:50%; }


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 4px; padding-left:13px; font-size:10px; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
span.required { font-weight:bold; font-size:12px; width:61px; margin-left:5px; height:14px; }
p.required { text-align:right; }


/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.message-wrapper { background:url(../images/pager_by_red_border.gif) no-repeat 50% 100%; padding:20px; padding-top:5px; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    margin-bottom:5px !important;
    padding:4px 35px 4px 10px !important;
    font-weight:bold !important;
	font-size:12px;
	line-height:16px;
    }
.error-msg a, .success-msg a, .notice-msg a, .note-msg a { color:#fff; }
.error-msg li, .success-msg li, .notice-msg li { margin-bottom:.2em; }
.error-msg {
    color:#fff;
    background:#ec2d36 url(../images/msg_error.gif) no-repeat 100% 50%;
    }
.success-msg {
    color:#fff;
    background:#65d205 url(../images/msg_yes.gif) no-repeat 100% 50%;
    }
.notice-msg, .note-msg {
    color:#3d6611;
    background:#fafaec;
    }


/********************** Tabs */
.tabs                   { margin-bottom:0; color:#085a7e; background:url(../images/body_bg.gif) 50% 25% repeat-x; padding:5px 5px 0; display:block; height:30px; }

	.tabs li                { float:left; margin-right:5px; font-size:12px; line-height:12px; color:#085a7e; }

	.tabs a, 
	.tabs a:hover			{ padding-left:4px; display:block; text-decoration:none; float:left; cursor:pointer; color:#085a7e; }
	.tabs a:hover  			{ background:#fff; }

	.tabs a span, 
	.tabs a:hover span      { display:block; padding:9px 15px 9px 11px; color:#085a7e; text-decoration:none; font-weight:bold; float:left; }
	.tabs a:hover span 		{ background:#fff; color:#000;  }

		.tabs li.active a,
		.tabs li.active a:hover { background:#fff; }
		.tabs li.active a:hover { background-position:0 -30px; }
		.tabs li.active a span,
		.tabs li.active a:hover span { background:#fff; color:#000; }
		.tabs li.active a:hover span { background-position:100% -30px; }

	/*** Checkout Login Width Adjustment ***/
	.checkout-left .tabs { width:459px !important; }

/********************** Headings */

.head,
.head-alt,
.head-alt2,
.head-alt3          { line-height:1.25em; text-align:left; }
.head .title,
.head-alt .title,
.head-alt2 .title,
.head-alt3 .title   { margin:0; float:left; }
.head a,
.head-alt a,
.head-alt2 a,
.head-alt3 a        { font-size:10px; text-transform:uppercase; }

/* Page heading */
.page-head { border-bottom:1px dotted #085a7f; margin-bottom:5px; }
.page-head h3 { padding:6px; color:#085a7f; margin:0 5px 0 0; font-size:16px; }
.page-head h3 a { color:#fff; text-decoration:none; display:block; }
.page-head h3 a:hover { text-decoration:underline; }
.page-head.green { background:url(../images/nav_bar_bg_green.gif) no-repeat 100% 0; }
.page-head.green h3 { background:url(../images/nav_bar_bg_green.gif) no-repeat 0 0; }

.page-heading-content-box.green { border: 1px solid #80e526; border-top:0; }
.page-heading-content-box.green .head-alt2 { border-bottom: 1px solid #80e526; }


.content-greenboard-padder { margin:10px; }

.button-level h3 { /* heading level with buttons */
    float:left;
    width:60%;
    }
	

.head-alt           { margin-bottom:5px; }
.head-alt .title    { color:#4f8100; font-size:1.3em; }
.head-alt2          { margin-bottom:12px; background:#f1f1f1; padding:2px 10px; font-size:1.1em; }
.head-alt2 .title   { font-size:1.1em;  }
.head-alt3          { margin-bottom:8px; border-bottom:1px solid #ddd; }


/* Category heading */
#category-title { padding:5px; background:#f5f5f5; border-right:1px solid #bcbcbc; border-top:1px solid #eee; border-left:1px solid #eee; }
#category-title h2 { line-height:24px; margin:0; padding:0; }
#category-title h2 em { color:#7a7a7a; font-size:14px; }
.category-image { display:block; width:760px; }

.category-tab-wrapper { width:100%; border-collapse:collapse; margin-bottom:10px; }
.category-tab-wrapper td { width:33%; height:160px; padding:5px 10px 10px; text-align:center; border:1px dotted #bbb; border-left:0; border-top:0; }
.category-tab-wrapper tr.last td { border-bottom:0; }
.category-tab-wrapper td.last { border-right:0; }
.category-tab-wrapper td.empty-product { background:0; }
.category-tab-wrapper td h2 { color:#085a7f; font-size:18px; text-align:center; line-height:31px; margin:0 0 5px;  border-bottom:1px dotted #ccc;}
.category-tab-wrapper td img { margin:0 auto; text-align:center; }

.category-tab-wrapper-small { border-collapse:collapse; width:100%; margin-bottom:10px;}
.category-tab-wrapper-small td { width:25%; padding:5px 5px 0 5px; text-align:center; }
.category-tab-wrapper-small td .box h2 a { color:#004a6a; font-size:14px; }
.category-tab-wrapper-small tr.last td { border-bottom:0; }
.category-tab-wrapper-small td.last { border-right:0; }
.category-tab-wrapper-small td.empty-product { border-right:0; }


/********************* Tables */

td.label        { font-weight:bold; }

/* Data Table */
.data-table { width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#fff }
.data-table .even { background:#efefef; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:2px 8px; white-space:nowrap; font-size:10px; text-transform:uppercase; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 5px; vertical-align:middle; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; }
/* Bundle Product row */
.data-table tbody.odd tr { background:#fff; }
.data-table tbody.even tr { background:#fcfcfc; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#444; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select{ width:100%; }

.generic-table td { padding:2px 8px}
.generic-table td.first { padding-left:0; }
#super-product-table th { background:#65d205; color:#fff; font-weight:bold; }


/********************** Lists */
.disc           { margin-bottom:10px; }
.disc li        { margin-left:20px; list-style:disc; }


/* Bare List */
.bare-list      { margin:5px 0; }
.bare-list li   { margin:3px 0; }



/********************** Space Creators */

.no-display { display:none; }
.content    { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions    { line-height:1.3em; }
.pipe,
.separator { padding:0 3px; font-size:.85em; }
.divider {
    margin:10px 0;
    height:1px;
    background:#ccc;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }



/********************** Pager */
.pager { float:none; clear:both; margin:5px 0; background:#2e83aa; border-bottom:1px solid #034c6d; color:#fff;}
table.pager select  { margin:0 3px; }
table.pager { width:100%; }
table.pager td {  padding:5px; vertical-align:middle; line-height:24px; }
table.pager td.pages { text-align:center; }
.pager-wrapper { clear:both; }
table.pager a { color:#fff; text-decoration:underline; }
table.pager a.active { color:#fff; font-weight:700; }

table.pager ol,
table.pager li { padding:0 2px; float:left; }
table.pager li .on { background:#085a7f; color:#fff; padding:0 4px; }
table.pager li .next { background:url(../images/pager_arrow_right.gif) no-repeat 50% 50%; width:8px; display:block; text-decoration:none; }
table.pager li .prev { background:url(../images/pager_arrow_left.gif) no-repeat 50% 50%; width:8px; display:block; text-decoration:none; }

table.pager td.gridmode { width:60px; padding:2px 10px; text-align:center; }
table.pager td.gridmode ul { margin:5px; }
table.pager td.gridmode ul li { display:block; padding:2px 0; line-height:24px; }
table.pager td.gridmode ul li button { margin:0; vertical-align:bottom; float:left; }

table.pager td.items { text-align:center; }
table.pager td.showby { border:0; text-align:left; width:110px;}
table.pager td.showby span,
table.pager td.showby select { float:left; }
table.pager td.sort-by { text-align:center; }

#super-product-table td { vertical-align:middle; }
#super-product-table td .short-description-grouped { visibility:hidden; display:none; position:relative; }
#super-product-table td.stock { text-align:center; font-size:12px; font-weight:bold; }
#super-product-table tr { position:static; }
#super-product-table tbody tr td { border-bottom:1px solid #fff; border-bottom:1px solid #eee;}
#super-product-table tr.even { background:#fff; }
#super-product-table tr:hover { background:#e4fecd; }
#super-product-table tr:hover td .short-description-grouped { visibility:visible; display:block; position:absolute; width:300px; max-height:200px; overflow:hidden; right:500px; padding:10px; border:1px solid #a9ea71; z-index:999; background:#fff; }
#super-product-table tr:hover td.thumbnail { background:#fff url(../images/thumbnail_hover.gif) 100% 50% no-repeat; }
#super-product-table tr:hover input.qty { border-color:#65d205; }
#super-product-table td.grouped-price { width:120px; text-align:left; }
#super-product-table td.thumbnail { width:100px; text-align:center; }

#super-product-table tfoot tr td,
#super-product-table thead tr th { padding:5px; background:#f3f3f3; color:#0093d2; font-size:16px; text-transform:capitalize; vertical-align:middle; }
#super-product-table thead tr.small th { font-size:10px; background:#f2f2f2; border-top:1px solid #fff; }

/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */
.wrapper { }
/* Structure */
.container      { width:1000px; padding:0 0; margin:0 auto; text-align:left;  }
.header         { z-index:999; text-align:left;}
.middle         { padding:0; min-height:300px; }
.col-left       { float:left; width:220px; margin:0 10px 0 0; }
.col-right      { float:right; width:220px; margin:0 0 0 10px; }
.col-main       { float:left; width:750px; margin:0; }
.layout-3columns .col-main { float:left; width:558px; }
.layout-1column .col-main { width:100%; margin:0; }

.outline-creator { background-color:#fff; padding:10px; display:block; }
	.whitepage-3col-content .page-head h3 { color:#085a7f; }
	

.navigation-top { border:0; background:url(../images/search_bg.png) no-repeat 0 0; padding:10px 0; display:block; height:30px; clear:both;margin-bottom:10px;}


.banner-box { display:block; }
/* Style */
/********************** Header */

/* Logo */
.logo { float:left; }
#logo                 { float:left; background:url(../images/logo_bg.gif) no-repeat 0 20px; }
#logo a				{ text-decoration:none; color:#0093d2; text-indent:-99999px; width:600px; height:95px; float:left; }
#logo 					{ float:left; }

#company-links { float:left; }
#company-links li { float:left; margin-right:10px; color:#004a6a; }
#company-links li a {  }
#company-links li span { display:block; padding:5px; font-size:16px; font-weight:700; }


.bottom-right { float:right; width:400px; }



#cart-top { margin:0; float:right; background:url(../images/cart_bg.gif) no-repeat 0 0; width:355px; height:126px; position:relative; }
	#cart-top .cart-link a{ height:65px; display:block; position:absolute; width:100% }
	#cart-top .cart-content { position:absolute; top:75px; width:230px; text-align:center; font-size:14px; }
	
	#cart-top a.checkout{ position:absolute; bottom:5px; right:0; display:block; width:70px; height:50px; }

.breadwrapper { float:left; width:400px;}
.breadcrumbs            { padding:0; float:left; width:100%; margin:0; }
.breadcrumbs li         { margin:0; vertical-align:top; float:left; line-height:16px; display:inline-block; padding:0px 3px; }
.breadcrumbs a,
.breadcrumbs a:hover     {float:left; display:block; }


/* Mini search */
.mini-search { float:right; z-index:999; }
.mini-search input { float:left; }
.mini-search .input-text { width:210px; padding:7px; border:2px solid #085a7f; border-right:0;  font:normal 13px/13px Arial, Helvetica, sans-serif;color:#333; display:block; }
.search-autocomplete { background:#ffe3e8; width:270px!important; margin-top:-3px; border-bottom-width:1px }
.search-autocomplete li { border-bottom:1px solid #ff617b; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background:#f6f6f6; }
.search-autocomplete li.selected { background:#ff617b; color:#fff; }


/********************** Sidebars */
.sidebar .box { }
.sidebar .content { }
.sidebar h3 { font-size:1.05em; text-transform:uppercase; }
.sidebar h4 { color:#444; text-transform:uppercase; }
.sidebar .actions { text-align:right; }
.sidebar .actions a,
.sidebar .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 0 2px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


			/*** Box Styles ***/
				.box {
					width:100%;
					clear:both;
					float:none;
					margin-bottom:10px;
					background:#fff;
					}
					.box .box-head {
						height:38px;
						width:100%;
						position:relative;
						overflow:hidden;
						background:url(../images/box_bg.gif) no-repeat 0 0;
						}
						.box .box-head .box-head-right {
							height:38px;
							width:5px;
							background:url(../images/box_bg.gif) no-repeat 100% 0;
							position:absolute;
							top:0;
							right:0;
							}
						.box .box-head h2 {
							line-height:38px;
							padding:0 0 0 5px;
							font-size:16px;
							color:#004a6a;
							}
							.box .box-head h2 img { vertical-align:middle; }
							.box .box-head h2 a {
								display:block;
								color:#fff;
								}

					.box .box-content {
						padding:5px 5px 2px !important;
						width:auto;
						display:block;
						clear:both;
						border-left:1px solid #cdcdcd;
						border-right:1px solid #cdcdcd;
						}
					.box .box-content.no-padding {
						padding:0 !important;
						}
						.box .box-content .actions {
							border-top:1px dotted #ddd;
							margin:5px 0 0;
							padding:5px 0 0;
							display:block;
							width:100%;
							}
					.box .box-footer {
						height:10px;
						width:100%;
						background-image:url(../images/box_bg.gif);
						background-position:0 -38px;
						background-repeat:no-repeat;
						display:block;
						position:relative;
						}
						.box .box-footer .box-footer-right {
							position:absolute;
							top:0;
							right:0;
							height:10px;
							width:5px;
							display:block;
							background-image:url(../images/box_bg.gif);
							background-position:100% -38px;
							background-repeat:no-repeat;
							}

		
		
.features {}
	.features li { float:left; display:inline-block; width:173px; text-align:center; padding:10px 5px; position:relative;  border-right:1px dotted #ddd; border-bottom:1px dotted #ddd; height:210px; }
	.features li.last {
		border-right:0;
		}
		.features li .count { position:absolute; top:5px; left:5px; background:#ddd; padding:5px; line-height:15px; width:15px; font-weight:700; }
		.features li img { margin:0 auto; }
			.features li .actions {  }
				.features li .actions button { margin-left:70px;}
				
				
		.features li .buy-box {
			position:absolute;
			bottom:5px;
			width:100%;
			}
		.features li h4 a {
			font-size:12px;
			line-height:15px;
			height:30px;
			overflow:hidden;
			}
			
			
/* Base Mini */
.base-mini { background:#fff; padding:0; margin-bottom:10px }
.base-mini .head { background:#ddd url(../images/box_bg.gif) no-repeat 0 0; height:38px; }
.base-mini .head span { }
.base-mini .head h4 a { color:#fff; font-size:1.1em; text-transform:capitalize; display:block; text-align:left; }
.base-mini .head h4 { margin:0; font-size:18px; color:#004a6a; text-transform:capitalize; line-height:38px; display:block; padding:0 10px; }


.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { margin:0; font-size:10px; font-weight:normal; text-align:left; text-transform:uppercase; }
.base-mini .product-images      { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox    { float:left; width:10px; }
.base-mini .product-names       { margin-left:18px; }
.base-mini .product-details     { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price       { color:#2f2f2f; font-size:11px; }
.base-mini .special-price       { font-size:11px; }
.base-mini .minimal-price       { font-size:11px; }
.base-mini .price-box           { margin:1px 0; }
.sidebar .item                  { margin-bottom:5px; padding-bottom:5px; border-bottom:1px solid #ddd; }
.sidebar .last                  { margin-bottom:0; border-bottom:none; }
.sidebar .actions               { margin-top:0; padding-top:5px; }

/* Sidebar Blocks */


/********************** Newsletter */
.newsletter { padding:0; margin:10px 0; width:480px; background:url(../images/newsletter_bg.gif) no-repeat 0 0; float:left; }
.newsletter label { display:none; }
.newsletter input.signup { float:right; }
.newsletter input.validate-email { float:left; border:0; margin:3px 0 0 230px; padding:5px; line-height:14px; width:140px; display:block; }

.we_accept { float:right; width:480px; height:32px; background:url(../images/we_accept.jpg) no-repeat 0 0; margin:10px 0; }

/********************** Footer */
.footer-wrapper { background:#9fbb2d url(../images/footer_bg.jpg) no-repeat 50% 0; float:left; width:100%; padding:120px 0 50px; }
.footer  { width:1000px; margin:0 auto; text-align:left; }
	.footer .footer-box { width:330px; margin-right:5px; float:left; }
	.footer .footer-box.last { margin:0; }
	.footer-box-content h2 { color:#fff; font-size:16px; border-bottom:1px dashed #fff; }
	.footer-box-content .navigation li.heading { padding:10px 5px 0; font-size:14px;}
	.footer-box-content .navigation li a { display:block; padding:5px; border-bottom:1px dotted #bdd85c; }
	.footer-box-content .navigation li p { padding:5px; display:block; }
	.footer-box-content .navigation li a:hover { background:#bdd85c; }
	.footer-box-content .navigation li a em { float:left; width:90px; }
/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/



/********************** Rating */
.ratings {
    margin:10px auto;
    line-height:20px;
	text-align:left;
	font-size:12px;
    }
.ratings li { float:left; margin:0 2px; }
.rating-box {
    float:left;
    position:relative;
    width:100px;
    height:20px;
    background:url(../images/rating_white_star.gif) repeat-x 0% 0%;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:20px;
    background:url(../images/rating_white_star.gif) repeat-x 0% 100%;
    }
.ratings-list td {
    padding:2px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-weight:bold;
    line-height:1em;
    }
.ratings small { font-size:11px; }


/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { font-size:14px }
.price-box .price { font-weight:bold; font-size:16px; }

.price-box-bundle {}

/* Regular price */
.regular-price { color:#509948 }
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {text-decoration:line-through;}
.old-price .price-label { white-space:nowrap; font-size:10px; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; color:#d00000; }

/* 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 > */



/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/


/********************** Search */
.advanced-search li label       { width:150px;float:left; }
.advanced-search .input-text,
.advanced-search textarea       { width:250px !important; }
.advanced-search select         { width:258px !important; }
.advanced-search .range .input-text { width:70px !important; }
.advanced-search .range select { width:90px; padding:1px; }
.advanced-search-nothing-found {
    font-weight:bold;
    color:#df280a;
    margin-bottom:10px;
    }
.advanced-search-found-amount {
    margin-bottom:10px;
    }
.advanced-search-summary-box {
    padding:10px 10px 5px 10px;
    background:#ecf9ea;
    }
.advanced-search-summary-tip {
    clear:both;
    font-weight:bold;
    }
.advanced-search-summary-box ul {
    list-style:none;
    float:left;
    width:50%;
    margin-top:0;
    margin-bottom:7px;
    }
.advanced-search-summary-box ul li span {
    font-weight:bold;
    color:#E17C24;
    }


/* Catalog Listing
**********************************************/
/* Stock Status */
.qtybox { font-size:14px; font-weight:700; padding:0 0 0 20px }
.qtybox.in { background:url(../images/icons/tick.png) no-repeat 0 50%; color:#509948; }
.qtybox em { font-weight:100; }
.qtybox.out { background:url(../images/icons/exclamation.png) no-repeat 0 50%; color:#ce533a; }
/*** Category list ***/
.products-list li { clear:both; padding:10px 0; border-bottom:1px dotted #999; }
	.products-list li .list-left,
	.products-list li .list-right {
		float:left;
		margin-right:10px;
		}
		
		
/** Attribute display **/
	
	.scale.small {
		background:url(../images/scale_s.png) no-repeat 0 0;
		height:30px;
		padding:0 0 0 10px;
		width:61px;
		text-align:center;
		line-height:30px;
		font-size:18px;
		font-weight:700;
		float:right;
		color:#000;
		}


/*** Category Grid ***/
.products-grid { border-collapse:collapse; width:100%; }
	.products-grid td { border:1px dotted #bbb; text-align:center; padding:5px; width:25%; border-left:0; border-top:0; }
	.products-grid td.last { border-right:0; }
	.products-grid td .product-wrapper {
		position:relative;
		padding:5px 0 90px;
		height:195px;
		}
		.products-grid td .product-wrapper .buy-box {
			position:absolute;
			bottom:0;
			width:100%;
			border-top:1px dotted #ddd;
			padding-top:5px;
			left:0;
			}
		.products-grid td a.product-image { display:block; text-align:center; width:100%; margin:0 auto 5px;  }
		.products-grid td  img { margin:0 auto; text-align:center; }
		.products-grid td .qtybox { display:block; }
		.products-grid td .price-box { float:left; text-align:left; height:40px; }
		.products-grid td form { float:right; }
		.products-grid td h3.product-name a { padding:5px 0 0; font-size:12px; display:block; line-height:15px; height:30px; overflow:hidden; }
		.products-grid tr.last td { border-bottom:0; }
			.products-grid td .qtybox { text-align:left; font-size:11px; margin-top:10px; float:left; }
			.products-grid td .qtybox em { font-size:9px; }		


/* Product View
**********************************************/

	.product-right { float:right; width:227px; padding-left:10px; }
	.product-right h2.product-name { margin:5px 0; font-size:14px; border-bottom:1px solid #ddd; }	
	.product-right h4.brand-logo { float:left; }
		.product-right .price-box { margin:10px 0; clear:both; }
		.product-right .price-box .price { font-size:24px; }
		.product-right .add-to { border-top:1px dotted #414141; border-bottom:1px dotted #414141; display:block; float:left; width:100%; margin:5px 0; padding:5px 0;}
		.product-right .qtybox { margin:10px 0; }
		
		
	.product-left { float:left; width:500px; padding-right:10px; }
	
		.product-left .product-main-top { float:left; width:100%; padding-top:10px; }
			.product-left .product-main-top .product-img-box { float:left; width:300px; }
			.product-left .product-main-top .short-description { float:left; width:180px; padding-left:10px; }
			
	/** Product Classes SiteWide **/	
		.add-to li { float:left; display:block; margin-left:5px; }
		.add-to li.last { margin-left:10px; }
		
		.add-to-cart {}
			.add-to-cart input.qty { padding:5px; font-size:14px; }
			
		/** Qty Status with logo **/
		
			.qtybox.in	{ color:#329d1d; font-size:14px; line-height:18px; font-weight:bold; background:url(../images/icons/accept.png) no-repeat 0 50%; padding-left:20px; text-align:left; }
			.qtybox.out { color:#ea2f31; font-size:12px; line-height:18px; background:url(../images/icons/cross.png) no-repeat 0 50%; padding-left:20px; text-align:left; }
				
				.qtybox.additional { font-size:12px; background:0; padding:0; font-style:italic;}
		/** SKU/Item Code **/
		
		.sku { font-size:14px; font-weight:bold; }
			.sku em {font-size:12px; font-style:italic; }
			
			
		/** Gallery **/
		#my-glider { margin:5px 0 0; }
#my-glider .content { padding:0; width:100000px; height:350px; overflow:hidden; }
#my-glider { width:500px;}
#my-glider .scroller { overflow:hidden; width:500px; }
#my-glider .section { float:left; width:500px; height:350px; }
#my-glider .controls { float:left; width:500px;margin-bottom:5px;}
#my-glider .controls .control-row { border-top:1px dotted #212121;  float:left; width:100%; }
#my-glider .controls .control-row.first { border:0; }

#my-glider .controls a { float:left; padding:0 3px;margin:3px 0; border-right:1px dotted #212121; }
#my-glider .controls a.last { border:0; }
#my-glider .controls a:hover {  }
#my-glider .controls a img { border:0;  }


			
/* Attribute Specs */
#product-attribute-specs-table    { border-color:#d9DDE3; }
.attribute-specs-block .label   { font-weight:bold; }

.attribute-specs-block .data    { border-right:0; }
.attribute-specs-block td       { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-options { margin:0;  float:left; }
.product-options dt { padding:0; font-weight:normal; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd { padding:5px 10px 5px; margin:0 0 5px; border-bottom:1px solid #ddd; }
.product-options dl { padding-top:10px; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:5px 0 0; }

.product-options-bottom { padding:0; border-top:1px solid #fff;  float:left; }
.add-to-boxes .product-pricing { margin:0; padding:10px; border:0; background:0; float:left; display:block; }

.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart-box { width:100%; margin:0; padding:10px 0; text-align:center; border:0; border-bottom:1px solid #ddd; border-top:1px solid #fff; }

.product-info-box .product-options-bottom .price-box { float:none; }
.product-info-box .product-options-bottom .price-label { float:none; padding-right:0; }
.product-info-box .product-options-bottom .price-tax { float:none; }
.product-info-box .product-options-bottom .add-to-cart-box { clear:both; float:none; padding:12px 0 0; text-align:left; }

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated .dots { cursor:help; text-decoration:none !important; }
.truncated .details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
.truncated .truncated_full_value dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:10px; }
.col-right .truncated .show dl { left:-240px; top:10px; }

/* Upsell */
#up-sell-block { }


/* Customer Reviews */
#customer-reviews           { margin:0; margin-bottom:15px; }
#customer-reviews ul  		{ margin:0; padding:0; }
#customer-reviews li        { margin-bottom:25px; }
#customer-reviews li p      { clear:both; }
#customer-reviews  .star-ratings { float:left; width:160px; }
#customer-reviews  .review_details { float:left; width:390px; }
#customer-reviews  .star-ratings li { margin:0 0 10px 0; padding:0; float:left; }
#customer-reviews  .star-ratings .rating-code { float:left; width:50px; }
#customer-reviews  .star-ratings .rating-box { float:left; width:100px; }

.product-review-box         { width:auto; margin:8px 0 13px 0; }
.product-review-box td,
.product-review-box th      { text-align:center; }
.product-review-box td.label{width:100px; text-align:left; }


/* Product Tags */
.add-tag-box .input-box     { float:left; width:302px; margin-right:8px; }
.add-tag-box .input-box .input-text { width:300px;  }
.tags-list                  { margin-bottom:15px; }
.tags-list li { display:inline; background:url(../images/links_separator.gif) no-repeat 100% 50%; padding:0 8px 0 4px;  }
.tags-list li.first         { padding-left:0; }
.tags-list li.last          { background:none; }


/* Product Detail */

.related-products td { border-right:1px dotted #085a7f; padding:0 10px; text-align:center; }
.related-products td .product-wrapper { position:relative; padding:0 0 60px;}
	.related-products td .product-wrapper .related-bottom { border-top:1px dotted #eee; padding:5px 0 0; position:absolute; bottom:0; height:40px; left:0; width:100%; }
.related-products td.last { border-right:0; }
.related-products td img { margin:0 auto; }
.related-products td .price-box { margin:0; float:left; }
.related-products td .add-to-cart-button { float:right; }
.related-products td a.product-name { font-size:14px; font-weight:700; line-height:15px; height:30px; display:block; overflow:hidden; }
/* Checkout
**********************************************/

select.address-select {width:630px}
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 10px; }


/* Shopping Cart */
.cart-collateral                    { background:#e6f7d7; padding:10px 12px; }
.cart-collateral .divider           { margin:12px 0; background:#c0d2af; }
.cart-collateral h4                 { float:left; color:#d54c01; font-size:1.3em; font-weight:normal; }
.cross-sell-block                   { float:left; width:200px; margin-bottom:0; padding:10px; border:1px solid #ddd; background:#f7f7f7; }
.cross-sell-block li                { padding-bottom:5px; border-bottom:1px solid #ddd; margin-bottom:8px; }
.cross-sell-block li.last           { padding:0; border:none; margin:0; }
.cross-sell-block .product-image    { float:left; width:50px; }
.cross-sell-block .product-shop     { width:135px; }
.cross-sell-block .price-box        { margin:0 0 6px 0; font-size:.8em; }
.cross-sell-blank                   { display:inline; float:left; width:290px; background:0; border:0; padding:0;  }
.cart-collateral-block              { float:right; width:655px; }
.shopping-cart                      { margin-bottom:0; }
.shopping-cart thead th				{ color:#fff; font-weight:bold; }
.shopping-cart th, .shopping-cart td{ padding-left:13px; padding-right:13px; }
.shopping-cart tr.error             { background:#FDE6E0 !important; }
.shopping-cart .tax-flag {font-size:0.9em; text-transform:lowercase; font-weight:normal; display:block; }
.shopping-cart .continue-shopping   { float:left; }
.shopping-cart-item-message         { margin-bottom:5px}
td.attributes-col                   { line-height:1.4em; }
td.attributes-col ul                { margin:5px 0; font-size:1em; }
td.attributes-col dt                { margin-top:.5em; font-weight:bold; }
td.attributes-col dd ul             { margin:0 0 5px 0; }
td.attributes-col dd ul li          { margin-left:15px; list-style:disc; }
td.attributes-col h4.title          { padding:0; margin:0; font-size:1em; color:#444; width:100%; overflow:hidden; }
td.attributes-col h4.title a        { font-weight:bold; }
.cart-totals                    { padding:0; text-align:right; }
.cart-totals table              { float:right; width:100%; margin-bottom:8px; }
.cart-totals td                 { padding-left:15px; font-size:1.1em; }
.cart-totals tfoot td           { color:#e02f00; font-size:1.3em; }
.checkout-types                 { margin:4px 0; }
.checkout-types li              { clear:both;  margin-bottom:5px; }
.cart-shipping-block h4         { margin:0; float:none; }
.cart-collateral .input-text    { width:264px; }
.cart-collateral select         { width:270px; vertical-align:top; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }

.cart-left { float:left; width:620px; }

.cart-right { float:right; width:340px;}
.cart-right .box { margin-bottom:10px; border:1px solid #f84925; }
.cart-right .box .content { padding:5px; }
.cart-right .box h4 { margin:0; padding:5px 5px; background:#f84925; color:#fff; }
.cart-right .box.discount { padding-bottom:10px; }
.cart-right .box.rates { border:0; margin:0; border-top:1px solid #f84925; padding-top:5px; }
.cart-right .box.cart-totals { border:0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px; padding-bottom:5px; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping 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% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


/* One-Page checkout */
.one-page-checkout .box {
    border:1px solid #ddd;
    border-top:0;
    padding:15px 20px;
    background:#fbfbfb;
	width:auto;
    }
.one-page-checkout .head {
    padding:4px 8px 6px 8px;
    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#fff #D9DDE3 #D9DDE3 #D9DDE3;
    background:#eee;
	margin:0;
    }
.one-page-checkout .head a { display:none; float:right; }  /* Hide Edit button in step header */
.one-page-checkout h3 { float:left; margin:0; color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { padding:0 4px; background:#fff; color:#444; font-size:.9em; line-height:1em;  }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#999; border-color:#999 #999 #fff #999; border-width:1px; cursor:pointer; }
.one-page-checkout .active .head { border:1px solid #00496a; background:#00496a; cursor:default; }
.one-page-checkout .allow .head a { display:block; color:#fff; } /* Display Edit button in active selection */
.one-page-checkout .active .head a { display:none; }
.one-page-checkout .group-select { margin-top:0; margin-right:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#fff; }
.one-page-checkout .active h3 { color:#fff; }
.one-page-checkout .active .box { display:block; border-color:#ddd; background:#fbfbfb; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { margin-bottom:6px;padding:5px; }
.one-page-checkout-progress h4.title { font-size:14px;  }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { background:none; }

#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #D9DDE3; border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
    }


/* Multiple Addresses checkout */
.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:6px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }

.shipping-method-pointer { border:1px solid #ddd; padding:13px; background:#eee; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; }
.place-order-box .main-radius{ padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { color:#e26703; font-size:1.5em; font-weight:bold; }
.place-order-box input { margin-left:15px; }
.one-page-checkout .box .default-box { border:1px solid #ddd; }


/* Shipping Methods */
dl.shipment-methods dt { font-size:14px; border-bottom:1px solid #ddd; margin-bottom:5px;}
dl.shipment-methods dd ul li { float:left; width:100%; clear:both; }
dl.shipment-methods dd ul li input { float:left; }
dl.shipment-methods dd ul li label { float:left; margin-left:10px; }
#co-shipping-method-form button { margin-top:10px }
.cart-block-item { margin:10px 0; float:left; width:100%; }

/* Checkout Agreements */
.checkout-agreements li { margin:20px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #f3f3f3; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #ddd; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }




/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
    }
.giftmessages .input-checkbox {
    padding-bottom:15px;
    }
.giftmessages textarea {
    height:100px;
    }
.giftmessages .input-checkbox input {
    margin-right:5px;
    }
.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
    }
.one-page-checkout .box-no-padding {
    border:1px solid #ddd;
    border-top:0;
    padding:15px 0;
    background:#fbfbfb;
    }
.giftmessages .gift-box {
    background-color:#f4f4f4;
    border-top:1px solid #ddd;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
    }
.giftmessages .gift-box .scroll-box {
    overflow:auto;
    height:500px;
    }
.giftmessages .product-image {
    border:1px solid #d2d1cd;
    }
.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}



.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }
.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** 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:60px !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:60px !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:60px !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:60px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }


/* My Account navigation */
.account-nav .head {
	border-bottom:1px solid #56b501; background:#65d205 url(../images/nav_bar_bg_green.gif) no-repeat 100% 0;    
	}
.account-nav .head h4 { padding:8px 5px 7px; background:#65d205 url(../images/nav_bar_bg_green.gif) no-repeat 0 0; }

.account-nav li a, .account-nav li.on { padding:3px 0; border-bottom:1px solid #b3ec82; }
.account-nav li a { display:block; }
.account-nav li a, .account-nav li a:hover { color:#000; text-decoration:none; }
.account-nav li.on { font-weight:bold; color:#000; }
.account-nav li.on a { border:none; padding:0; }
.account-nav li.on a, .account-nav li.on a:hover { color:#000; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }
.account-nav .content { background:#cef9a9; }

/* Login */
.login-box .content { min-height:180px; padding:0; }


/* Dashboard */

.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#666;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    display:none;
    }
.account-box ol .content { 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; padding-left:20px; }
.dashboard-welcome { float:left; width:74%; }
.account-top-info { padding:10px; padding-bottom:0; margin-bottom:10px; border:1px solid #80e526; border-top:0; clear:both; }
.account-top-points { float:left; width:24%; padding-left:1%; border-left:1px solid #80e526; }

/* Account Addressbook */
.primary-address-list li        { margin-bottom:14px; }
.primary-address-list li .head  { margin:0; }
.address-list li                { margin-bottom:1em; }
.address-list .actions          { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #ccc;
    border-left:1px solid #BEBCB7;
    background:#e9e9e9 !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }


/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:550px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.55; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }



/* 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; margin-right:10px; }
.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:#fff; margin:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }


.cms-home .middle { position:relative; }


/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/


/* Alignment */
.v-top          { vertical-align:top !important; }
.v-middle       { vertical-align:middle !important; }
.v-bottom       { vertical-align:bottom !important; }
.a-left         { text-align:left !important; }
.a-center       { text-align:center !important; }
.a-right        { text-align:right !important; }
.left,
.f-left         { float:left !important; }
.right,
.f-right        { float:right !important; }
.accent         { color:#E76200 !important; font-weight:bold !important; }

.nobr,
.nowrap         { white-space:nowrap !important; }
.normal-weight  { font-weight:normal !important; }
.no-border      { border:none !important; }
.no-padding     { padding:0 !important; }
.no-margin     { margin:0 !important; }
.auto-width     { width:auto !important; }

/* Link highlights */
.link-print     { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; line-height:18px; }
.link-feed      { background:url(../images/icon_feed.gif) no-repeat left center; padding-left:18px; line-height:1.15; }
.link-base      { color:#444; }


/* CMS STYLES */

	/* Contact Form */
	.contact-form ul li .input-box { float:left; width:50%; margin-bottom:10px; }
	.contact-form ul li .input-box input { width:200px; }






.controls { width:99px; float:left; padding-left:1px; }
.controls a img { border: 1px solid #00a8ff; }
.controls a:hover img { border: 1px solid #48c1ff; }

.adsends { width:100%; text-align:center; background:#ccc; }
.adsends p { padding:30px 10px; font-size:24px; }
.banner-logout { width:100%; text-align:center; background:#eee; }
.banner-logout p { padding:30px 10px; font-size:24px; }

.homepage a { padding:5px; display:block; font-size:14px; color:#fff; background:#0093d1; text-align:center; text-decoration:none; }



/*** Banners CSS ***/

.category_incontent_banner { width:100%; float:left; min-height:20px; background:#cff8ab; }


/***************************************************/
/****************[ Mage_CSS_B Menu ]****************/
/***************************************************/
#featured-nav { width:100%; float:left; background:#fff url(../images/brands_bg.jpg) no-repeat 0 0; display:block; height:60px; margin:0; }
	#featured-nav a { width:165px; border-right:2px solid #dedede; height:60px; display:block; float:left;  }
	#featured-nav a.last { border:0; }
	#featured-nav a:hover {background:url(../images/brands_bg.jpg) no-repeat 0 0;}
	#featured-nav a:hover.one { background-position:0 100%; }
		#featured-nav a:hover.two { background-position:-167px 100%; }
		#featured-nav a:hover.three { background-position:-334px 100%; }
		#featured-nav a:hover.four { background-position:-501px 100%; }
		#featured-nav a:hover.five { background-position:-668px 100%; }
		#featured-nav a:hover.last { background-position:-835px 100%; }



ul.nav { display:block; padding:1px; margin:0; float:left; }
ul.nav li { display:block; float:left; width:100%; border-bottom:1px solid #eee; background:0; }
	ul.nav li a { display:block; margin:0; background:url(../images/nav_link_arrows.gif) no-repeat 100% -124px; padding:5px 10px 5px 5px; line-height:35px; text-decoration:none; font-size:13px; font-weight:700; color:#004a6a; }
	
	ul.nav li a:hover { background-position:100% 0; }
	ul.nav li.open a:hover { background-position:100% -45px;}
	
	ul.nav li.open.on a { background-position:100% -45px; padding-bottom:15px; }
	ul.nav li.open a,
	ul.nav li.open.active a { text-decoration:underline;background-position:100% -45px; }
	ul.nav li.active a { background-position:100% 0; }
	ul.nav li.open.active a { text-decoration:none; }
	
	ul.nav li.active li a,
	 ul.nav li.open.on li.active a { text-decoration:underline;  }
	
	
		ul.nav li a span.image { width:35px; height:35px; background:#fff url(../images/nav_images_bg.gif) no-repeat; float:left; display:block; margin:0 5px 0 0; cursor:pointer; }
		ul.nav li.horse-toys a span.image { background-position:0 -35px; }
		ul.nav li.farm-buildings a span.image { background-position:0 -70px; }
		ul.nav li.farm-vehicles a span.image { background-position:0 -105px; }
		ul.nav li.farmyard-accessories a span.image { background-position:0 -140px; }
		ul.nav li.figures-farm-animals a span.image { background-position:0 -175px; }
		ul.nav li.construction-vehicles a span.image { background-position:0 0; }
		 
	ul.nav li.breyer-horses,
	ul.nav li.britains-farm-toys,
	ul.nav li.bruder,
	ul.nav li.schleich-animals,
	ul.nav li.ertl,
	ul.nav li.brushwood-toys,
	ul.nav li.siku-toys { display:none; }
	
	
	
	/** LEVEL 2 **/
	ul.nav li ul { background:#ddd; float:left; border-top:1px solid #ccc; }
	ul.nav li ul li a { font-size:12px; background:0; padding:5px 5px 5px 20px; line-height:24px; }
	ul.nav li ul li a span.image { width:0; height:0; display:0; }	
	ul.nav li.open ul li a:hover,
	ul.nav li ul li.active a { background:url(../images/nav_link_arrows.gif) no-repeat 100% -90px; }




/*-------------------*/
/* ----- BLOG ----- */
/*------------------*/
.postWrapper {
	padding-bottom: 25px;
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	padding-bottom: 15px;
}
.postDetails {
	font-size: 10px;
}
.postBookmarks {
	padding-bottom: 15px;
}
.postBookmarks h4 {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	font-size: 10px;
	padding: 0px;
}
.postError {
	font-size: 16px;
}
.blog h5 {
	border-bottom:1px solid #d1e6ef;
	}
.blog li a {
	display:block;
	padding:3px 2px;
	}
.blog li, .blog ul { margin:0; }
.blog li a:hover {
	background:#e6f0f5;
	}
.blog .head { text-align: left; }

/****** Custom Page Styles ******/

/*** Cart Top ***/
.cart-top {
	width:100%;
	background:#e51b24;
	margin:-10px 0 10px;
	}
.cart-top h4 {
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:5px;
	text-transform:uppercase;
	}
.cart-top span { padding:0 5px; }

/*** Homepage ***/
.homepage-content { width:100%; }
.category-subs { float:left; }
.featurecat-block .categorysubs-col { float:left; width:232px; padding:10px; }

.featurecat-block .featured-row { width:100%; }

.featurecat-block .product-image { text-align:center; background:url(../images/featured-image-bg.gif) no-repeat; }

.featurecat-block .product-image img { padding:10px 5px; }

.featurecat-block .product-name { float:left; background:#fff; }
.featurecat-block .category-subs { float:left; }
.featurecat-block  .featured-row { float:left; padding:5px 0; }

.featurecat-block  .featured-row.even { background:#caeefd; border-top:1px solid #e1f6ff; border-bottom:1px solid #aee7ff; }
.featurecat-block  .featured-row.odd { background:#dcf4ff; border-top:1px solid #fff; border-bottom:1px solid #beebfe; }

/*** Category Page ***/

.category-head,
.page-heading { margin:0; width:100%; float:left; display:block; }

.category-head h2,
.page-heading h2 { margin:10px 10px 0 10px; font-size:16px; line-height:21px; padding:5px 10px; color:#014a6b; float:left;}

.search-results em { background:#a2be30; padding:2px 6px; line-height:20px; margin:0 4px; }
.search-results { margin-bottom:-2px; }

.category_description p { padding:5px; }


.checkout-left { float:left;width:499px; display:inline; }
.checkout-right { float:right;width:499px; display:inline;}


.checkout-content { background:url(../images/checkout_content_bg.gif) repeat-y 50% 50%; float:left; width:100%;}
.checkout-content-top {background: url(../images/checkout_content_bg.gif) no-repeat 100% 0%; float:left; width:100%;}
.checkout-content-bottom {background:url(../images/checkout_content_bg.gif) no-repeat 0% 100%; padding:15px 15px 20px 15px;}


a.bannel_link { display:inline; clear:both; width:100%; z-index:999; }
img.banner_image { display:block; clear:both; }

#sb-container,#sb-wrapper{text-align:left;}#sb-container,#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}body>#sb-container{position:fixed;}#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}#sb-container>#sb-overlay{height:100%;}#sb-wrapper{position:relative;}#sb-wrapper img{border:none;}#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:10px solid #fff;}#sb-body-inner{position:relative;height:100%;}#sb-content.html{height:100%;overflow:auto; min-width:400px;}#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}#sb-body,#sb-loading{background-color:#fff;}#sb-title,#sb-info{background:#fff;position:relative;margin:0;padding:5px 10px;overflow:hidden;}#sb-title-inner,#../imagessb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}#sb-title,#sb-title-inner{height:26px;}#sb-title-inner{font-size:16px;padding:5px 0;color:#333;}#sb-info,#sb-info-inner{height:20px;}#sb-info-inner{font-size:12px;color:#333;}#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;}#sb-nav-close{background-image:url(../images/close.png);background-repeat:no-repeat;}#sb-nav-next{background-image:url(../images/next.png);background-repeat:no-repeat;}#sb-nav-previous{background-image:url(../images/previous.png);background-repeat:no-repeat;}#sb-nav-play{background-image:url(../images/play.png);background-repeat:no-repeat;}#sb-nav-pause{background-image:url(../images/pause.png);background-repeat:no-repeat;}#sb-counter{float:left;padding:2px 0;width:45%;}#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#333;}#sb-counter .sb-counter-current{text-decoration:underline;}div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}