/**
 * 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_B Common Elements ]***********/
/****************************************************/


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

/* All */
body {
	background-color: #352B2A;	
}
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }
.col2-set .col-2 {padding-top:10px;}

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:left; padding-left:220px; }
.account-box .col2-set .col-2 { float:left; padding-left:0px;  }

.col-123 { float:left; }
.col-222 { float:right;}
.col2123-set { width:600px;}

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


.col-2-checkout { float:left; padding-left:20px; }

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

/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input .input-text, textarea { padding:2px; }
.contact-form input .input-text, textarea { padding:2px; padding-bottom:20px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
#contactForm .group-select label{ font-weight:bold; float:left; padding-right:5px; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }

.button-set_login { /* Container for form buttons*/
    clear:both;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:left;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
	
#banner {
		display:none;
}
.form-button span, .form-button-alt span {
    white-space:nowrap;

    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
}
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;
    }

inpupt.input-text {width:100px;}

#shipping-buttons-container .right {
	padding-top:1px;
}


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

.group-select {
    margin:28px 0;
    padding:22px 15px 12px 15px;
    background:#fbfaf6;

}

textarea#comment {
	width:200px;
}
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.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, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right;width:250px; font-size:11px;}
.product-options-bottom {padding-left:25px;font-size:11px; padding-bottom:10px;}


/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:600px; overflow:hidden; }
#messages_product_view ul.messages {width:370px; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
	width:250px !important;
	margin-left:250px !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em;  }


ul li.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
}

.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** 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 25px 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.0em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
	padding-left:250px;
}

.page-head-alt1 { text-align:right; width:620px !important; }

.page-head-alt1 h3 {
    margin:0;
    font-size:1.0em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left !important;
	padding-left:20px;
	
}

.discount-coupon-form fieldset {
}
.button-level h3 { /* heading level with buttons */
    font-size:18px !important;
	font-weight:bold !important;
    width:55%;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

.button-level1 {float:none!important; font-size:1em!important; }

.button-level1 h3 { /* heading level with buttons */
    font-size:18px !important;
	font-weight:bold !important;
    width:55%;
    }

/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head p {padding-left:10px;}
.category-head h2 {
   color:#0A263C;
font-size:14px;
font-weight:bold;
height:20px;
line-height:1em;
margin:0 0 0 10px;
max-width:100%;
overflow:hidden;
padding:0 0;
	
}

.catalog-category-view ol.grid-row li{
	display:inline;
	width:220px;
	height:auto;
	float:left;	
	margin-top:10px;
	margin-left:0px;
}


ol.grid-row li{
	display:inline;
	width:220px;
	height:auto;
	float:left;	
	margin-top:10px;
	margin-left:80px;
}

ol.grid-row li.item {
	width:220px;
	height:auto;
}

ul.checkout-types li a img {
	width:100px;
	height:20px;
}

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #bebcb7; width:620px; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background:url(../images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#DEE5E8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.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:#2f2f2f; }
.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%; }

.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 { padding:12px 12px 12px 15px; } /* Sets default padding */
.registered-users .content { font-size:12px;}
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.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; }

/********************** Pager */
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%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
*/
table.pager, table.view-by {
	display:none;
    }


table.pager td {
    width:68%;
    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;
    }



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


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

/* Structure */
.wrapper { min-width:954px; }
.header { text-align:center; }
.header-top { width:930px; margin:0 auto; position:relative; z-index:100; }
.header-nav { width:954px; margin:0 auto; }
.middle {width:900px; /*min-height:400px;*/ margin:0 auto; text-align:left; }
.side-col { width:195px; }
.col-left { float:left; 
float:left;
height:auto;
text-align:left;
width:255px;
z-index:1;
/*background:transparent url(../images/left-panel-bg.gif) repeat-y;
*/}
.col-main { float:left; }
.col-right { float:left; }

.mini-related-items .head h4 {font-size:14px;}
.col-1-layout .col-main {
float:left;
margin:0;
padding:12px;

}

.new_check_table {
	text-align: left;
	float:left !important;
	width: 650px !important;	
}
/*.col-2-right-layout .col-main {
float:left;
width:640px;
}
*/.col-2-left-layout .col-main {
float:left;
width:640px;
}

.col-2-left-layout .col-main .about-us {
float:left;
width:630px;
}

.col-2-left-layout .col-main .about-us-heading {
float:left;
font-weight:bold;
}

.for-you-text {
	float:left;
	width:216px;
	height:130px;
	font-size:15px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	padding:150px 14px 10px 20px;
	text-indent:30px !important;
	
}	


padding-right:0em; width:645px;}
.col-3-layout .col-main { width:430px; margin-left:7px; }

/* Style */
.header { /*border-top:5px solid #0d2131;*/ }
.header_image{background:url(../images/header-bottom-image.jpg) no-repeat; width:900px; margin:auto; height:48px;}
.header-top-container {/*border-bottom:1px solid #415966;*/ vertical-align:middle; height:310px;}
.header-top { padding:10px; }
.header-nav-container { /* background:url(../images/nav_bg.jpg) repeat-y 50% 0 #0a263d; */ }
.middle-container { background:url(../images/middle-bg.gif) repeat-x top left; background-color:#3c312f;}
.middle { background:url(../images/left-panel-bg.gif) repeat-y scroll top left; background-color:#ffffff; font-size:12px; }


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

/* Logo */
h1#logo {
    float:left;
    width:202px;
    margin:3px 0 10px 12px;
    }
.page-popup h1#logo { display:none; }

.page-popup {
	height:auto;	
	padding:10px;
	width:560px;
}

/* Quick Access*/
.quick-access {
    width:540px;
    float:right;
    margin-top:245px;
    text-align:right;
    padding:0 10px;
    color:#fff;
    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em;
    padding-right:7px;
    padding-left:3px;
}

.clear {clear:both;}

.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access { margin-bottom:6px; }
.shop-access a, .shop-access a:hover { color:#ebbc58; font-size:.95em; }
.shop-access li.last { padding-right:0; background:none; }
.language-switcher { float:right; margin-top:5px; margin-left:60px; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; padding-left:10px; line-height:1.25em; font-size:11px; padding-top:5px; }

.catalog-product-view .breadcrumbs {  margin-bottom:13px; font-size:.95em; padding-left:260px; line-height:1.25em; font-size:11px; padding-top:5px; }

.breadcrumbs li { display:inline; }
ul.breadcrumbs li a{ font-size:11px; }

.quick-access {display:none;}
/* Mini search */
.mini-search { position:absolute; top:0; right:0; width:300px; height:30px; padding:1px 20px 0 40px; background:url(../images/mini_search_bg.gif) 0 0 no-repeat; }
.mini-search .input-text { width:212px; margin-right:4px; }
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }


/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; }
.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 h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {

    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }

.catalog-product-view product-eidolon-60-degree-wedge .mini-cart .head {font-size:12px;
left:33%; position:absolute; top:345%;}

.mini-cart .actions {left:530px;
position:absolute;
top:1680px;
}

.product-options {font-size:10px;}
/*p.subtotal {
	margin-top:5px;
	padding:2px 0;
	text-align:left;
}
*/
.catalog-product-view .col-3-layout .col-right .mini-cart h5 {display:none;}
.mini-cart .actions {display:none;}

/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }



.banner {
	width:640px;
	float:left;
}

.banner img {
height:250px;
width:640px;
margin-left:1px;
}

.eidolon-golf {
	background:url(../images/eidolon-golf.jpg) no-repeat;
	width:900px;
	height:310px;
	margin:auto;
}
    

/* Base Mini */
.messages_product_view {padding-left:20px;}
.base-mini { line-height:1.3em;  font-size:.95em;  }
.mini-related-items .content ol li {margin-bottom:20px; font-size:9px;}
.col-right .base-mini .head {background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 0px; width:200px;margin:0 1px 0 10px;}
.vertical-nav-container .base-mini .head { font-family:Verdana; margin:0 1px; border-bottom:1px solid #D0D0D0; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 0px; width:200px;margin:0 1px 0 20px;}
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:#f8f7f5; font-size:13px; }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions { background:url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8; padding:6px; }
.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 { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter h4 { background-image:url(../images/icon_newspaper.gif); }
.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.mini-cart .head h4 { background-image:url(../images/icon_basket.gif) no-repeat; font-size:12px; }
.mini-cart .subtotal { margin-top:5px; padding:2px 0; text-align:left; }
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 {  }
.mini-compare-products .head { font-size:10px;}
.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }


/********************** Footer */
/*.footer-container {margin:auto; width:900px; height:160px; }*/
.footer { 
width:100%; 
/*margin:0 auto; 
*/
height:200px; 
}
.footer .informational {
	width:900px;
	height:143px;
	background-color: #352B2A;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	margin: auto;
}
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational ul {
float:left;
height:20px;
margin-top:90px;
text-align:center;
width:100%;
}

.footer .informational li {
    display:inline;
/*    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
*/    padding-right:4px;
    padding-left:4px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#fff; }
.footer .informational a { color:#CFB028;
display:inline;
font-family:Georgia;
font-size:14px;
padding:20px 4px 0;
text-decoration:none;
}
.footer .legality {
    color:#ecf3f6;
    text-align:center;
	font-size:11px;
	font-family:verdana;
}
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/
.product-shop {
float:left;
padding-left:10px;
font-size:11px;
width:350px;
}

.catalog-product-view .product-shop {
float:left;
padding-left:10px;
font-size:11px;
width:350px;
display:none;
}

 
.product-shop h3{
font-size:14px;
font-weight:bold;
}

.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
}

/******************************************/
.center {
background-color:#FFFFFF;
float:left;
height:auto;
margin-left:10px;
margin-top:25px;
width:475px;
}
.center .heading {
border-bottom:1px solid #7D705C;
border-top:1px solid #7D705C;
color:#9B831A;
font-family:Georgia;
font-size:18px;
height:35px;
padding-top:10px;
text-align:left;
width:470px;
}

.center-image {
float:left;
height:140px;
padding-top:15px;
width:150px;
z-index:0;
}

.center-text {
float:left;
height:150px;
text-align:left;
width:310px;
padding-top:7px;
padding-left:10px;
}

#VideoPlayback {
	width:150px;
	height:300px;
	float:left;
}
.center-text p {
color:#393939;
float:left;
font-family:Verdana;
font-size:11px;
padding-top:10px;
text-align:justify;
padding-right:5px;
}

p.learn-more {
color:#C79115;
font-family:verdana;
font-size:11px;
font-weight:bold;
}

.new-users .button-set .right {
float:left;
height:auto;
padding-top:5px;
width:120px;
}

.shop-now {
background:transparent url(../images/right-panel-image.jpg) no-repeat scroll 0 0;
height:164px;
width:107px;
margin-left:20px;
float:left;
}

.need-help {
background:transparent url(../images/right-panel-need-help.jpg) no-repeat scroll 0 0;
height:74px;
width:107px;
margin-left:20px;
float:left;
}
/************************** Prices */
.price { white-space:nowrap !important; }

.price-box { padding:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
fielset.add-to-cart-box a img {padding-top:5px;}
/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.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; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; 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 { white-space:nowrap; 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:#2f2f2f; }

.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:#e26703; }
.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; }
.catalog-listing h5 a, .catalog-listing h5 a:hover { color:#203548; text-decoration:underline; }
.catalog-listing .add-to { margin:.7em 0; color:#555; line-height:1.3em; font-size:.95em; font-weight:bold; }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { text-decoration:underline; }
.catalog-listing .ratings { margin-bottom:.6em; }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

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


/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
    height:24px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
    background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by dl {
    background:#e7f1f4;
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
    background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.narrow-by dd {
    background:url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }



/********************* Tool Tips */
.tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ 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; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }

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

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { };


/*  Form Style */

.cont{width:900px;
height:auto;
margin:auto;
}

.left_d{
float:left;
height:auto;
width:130px;
}

.right_d{
width:420px;
height:auto;
float:left;
padding-left:1px;
}

.title{
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
		font-weight:bold;
	color:#000;
}
.title2{
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.readmore{
	font-size:12px; 
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#F00;
}

.text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	margin-left:10px;
	line-height:18px;
} 

.WTH{
	width:300px;
}


.texthead{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #836c0a;
	margin-left:10px;
	line-height:18px;
	font-weight:bold;
} 


.text55{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	margin-left:10px;
	line-height:18px;
	padding-left:5px;
} 

#hiddenForm {
height:150px;
margin-left:290px;
width:150px;
}
#hiddenForm1{
height:150px;
margin-left:190px;
width:150px;
}

#login-form .new-users {
	float:right}
	
#login-form .registered-users {
	float:right
}

.dashboard {
	font-size:12px;
}

.who-are {
	padding-left:10px;
}

.txt_head1{
}
.txt_conternt1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding-left:3px;
}

.bdr1{
	border: 1px solid #CCC;
	padding: 3px;
}

.txt_box1{
	border: 1px solid #CCC;
}
.txt_conternt2 td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
}
a.link{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

a.link:hover{
	color: #039;
	text-decoration: underline;
}

.shopping-cart-totals {
    width:620px;
    float:right;
    margin-top:25px;
   /* border:1px solid #BEBCB7;
    background:#DEE5E8;*/
    text-align:left;
    }
/*.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both; margin:5px 0; text-align:center; }*/


.left_myaccount {
		margin-left:22px!important;
		
	
	}


.left_myaccount1 {
		margin-left:10px!important;
		width:200px !important;
		
		
	
	}	
.contactus_form {
	padding-left:5px;
}

.toplink{
	float:left;
	position: absolute;
	
	height: 75px;
	width: 220px;
	margin-left: 25px;
}

.account_other {
		padding-top:5px;
		border-bottom:1px thin #CCC;
		color:#ebbc58; 
		
}
.account_other A {
		
}

.pop_up_new {
	background-color:#FFF;
	padding:10px;
	
}

.new_menu_1{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	margin-top:3px;
}


.new_menu_2{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-top:10px;
}

.new_logo_im {
	background-image:url(../images/New_logo_eido.jpg);
	background-repeat:no-repeat;
	margin:0px;
	margin-left:219px;
	float:left;
	border:1px solid #F00;
}

.new_dis_text {
	font-size:13px;
	font-weight:bold;
	color:#1E7EC8;
	padding-right:10px;
	padding-top:10px;
}

.short_desc {
	padding:0px;
	margin:0px;
}

.head_left_menu {
	font-size:16px !important;
	font-weight:bold!important;
	font-family:"Times New Roman", Times, serif !important;
}