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

/* Layout ================================================================================= */
.wrapper {   background: #666666;}
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left;  }
.page-print { padding:20px; text-align:left;}
.page-popup { padding:20px; text-align:left; }
.main { padding:0 0 10px; }

/* Base Columns */ 
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

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

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

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

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

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {}
.header { padding:10px; border:1px solid #ddd; }
.header .welcome-msg { font-weight:normal; text-align:left; }
.header .links { float:right; }
.header .form-search { text-align:center; }
.header .form-language { text-align:center; }
#logo { float:left; width:223px; height:65px; margin-left: -10px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; } 

/********** < Navigation */
#nav { z-index:999; border:0px solid #ff9900;  margin:0; padding:0; font-size:1.27em; color:#FFFFFF; font-weight:normal; margin-bottom: 3px;}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:center;
	}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { color:#FFFFFF; font-weight:normal; padding:6px 16px 6px 16px; background:url(../images/navigation_menu_divider.gif) right center no-repeat;}
#nav a, #nav a:hover { display:block; text-decoration:none; text-transform: none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#FFFFFF; }
#nav a { float:left;}
#nav li.over a, #nav a:hover { color:#e6deb0; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
	background:url(../images/scroll_menu_divider.gif);	
	}
#nav ul li.over {background:url(../images/scroll_menu_divider.gif);}
#nav ul li.last { background:url(../images/scroll_menu_divider.gif); padding-bottom:0; }

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


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:15em;
	top:25px;
	left:-10000px;
	border:1px solid #5E5E5E;
}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }


#nav ul li a { background:#373737; color:#666;}
#nav ul li a:hover { background:#666; }
#nav ul li a:hover { color:#C3C3C3 !important; }
#nav ul span, #nav ul li.last li span { padding:7px 15px 7px 15px;}



/************ 3RD+ LEVEL ************/

#nav ul ul { top:5px; }

/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}
/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; }
input.input-text, select, textarea { border:1px solid #888; }
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
textarea { overflow:auto; }
button.button { overflow:visible; width:auto; background:#f6f6f6; border:1px solid #717171; cursor:pointer; }
button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
.highlight {}

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list li .input-box {}
.form-list li input.input-text,
.form-list li textarea { width:250px; }
.form-list li select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list label {}

.group-select {}
.group-select label {}
.group-select .legend {}
.group-select li { margin:0 0 5px; }
.group-select li .input-box { float:left; width:260px; }
.group-select li input.input-text,
.group-select li textarea {width:510px; }
.group-select li select { width:516px; }
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { width:250px; }
.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px;}
.buttons-set .back-link { float:left; }
.buttons-set .button { float:right; }

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

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }

.sp-methods .form-list {}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#e6deb0; background-color:#666; background-image:url(../images/error_msg_icon.gif); color:#e6deb0; }
.success-msg { border-color:#e6deb0; background-color:#666; background-image:url(../images/success_msg_icon.gif); color:#e6deb0; }
.note-msg,
.notice-msg { border-color:#e6deb0; background-color:#666; background-image:url(../images/note_msg_icon.gif); color:#e6deb0; }

.note-msg a{color:#e6deb0;}

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

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

/* Pager */ 
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; font-size: 11px; padding-right: 45px; }
.pager .limiter { float:left; font-size: 11px; padding-right: 45px; }
.pager .pages {  font-size: 11px; float:left; padding-right: 45px;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}
	.pager .view-mode {float:left;}
	.pager .sort-by {float:left; padding-right:0px;}
	.pager .sort-by select{background:#363636; color:#FFFFFF; }
	.pager .link-feed {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; font-size: 11px; padding-right: 2px; }
.sorter .sort-by { float:left; font-size: 11px; padding-right: 2px; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead {background:0;}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td {border-width:0 1px;}
.data-table tbody.even {background:0;}
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td .product-name { font-size:1em; font-weight:bold; line-height:1.5; font-style: italic;}
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

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

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

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


/* Sidebar =============================================================================== */
.sidebar .block { border:1px solid #ddd; margin:0 0 10px; }
.sidebar .block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.sidebar .block .block-title h2 { font-size:16px; text-transform: none;  font-weight:bold; line-height:1.5; }
.sidebar .block h3 { font-size:14px; line-height:1.5; }
.sidebar .block .block-content { padding:10px; }
.sidebar .block .actions { text-align:right; }
.sidebar .block .actions a { float:left; }

/* Block: Account */
.sidebar .block-account {}

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

/* Block: Layered Navigation */
.sidebar .block-layered-nav {}
.sidebar .block-layered-nav dt { font-weight:bold; }
.sidebar .block-layered-nav .currently {}

/* Block: Cart */
.sidebar .block-cart {}
.sidebar .block-cart .amount {}
.sidebar .block-cart .subtotal { text-align:center; }

.sidebar .mini-products-list li { padding:5px 0; }
.sidebar .mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.sidebar .mini-products-list .product-details { margin-left:75px; }
.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.sidebar .mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.sidebar .block-wishlist {}

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

/* Block: Compare Products */
.sidebar .block-compare {}
.sidebar .block-compare li { padding:5px 0; }

/* Block: Viewed */
.sidebar .block-recent {}

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

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

/* Block: Subscribe */
.sidebar .block-subscribe {}

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

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

/* Block: Checkout Progress */
.sidebar .block-progress {}
.sidebar .block-progress dt { font-weight:bold; }
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid {width: 155px;}
.products-grid .product-image { background:#666; border: 1px solid #E6DEb0; margin-left: 0px; padding: 1px;  }
.products-grid .product-image img { border:0px solid #e6deb0; background-color: #666666;}
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:10px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list .item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; margin-right:-150px; background:#666; border: 1px solid #E6DEB0; padding: 4px; }
.products-list .product-image img { background: #666; border:8px solid #e6deb0; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


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

.product-essential {}
.product-collateral {}

/* Product Images */

.product-view .product-img-box { background: #666; float:left; width:404px;} /*Define el tama–o del mostrador de imagen del carrito de compras */ 



.product-img-box {background: #666;  } /* Cuadro de Imagen completo incluye mas imagenes, y slider del zoom */
.product-image {border: 1px solid #e6deb0; background: #666; }



.product-view .product-img-box .product-image-zoom { border: 1px solid #E6DBE0; position:relative; width:255px; height: 255px; overflow:hidden; z-index:9;background: #666;  }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; background: #666;  }
.product-view .product-img-box .zoom-notice {text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:0px; border: 1px solid #e6deb0; background-color:#666; margin:0 0 8px 4px ; }
.product-view .product-img-box .more-views img {border: 0px solid #e6deb0; background: #666;}

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

/* Product Shop */
.product-view .product-shop { float:right; border: 0px solid #ff9900; width:250px; }
.product-view .product-name {width:250px; font-style: italic;}
.product-view .short-description {width:250px;}

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

.products-list .ratings{margin-bottom:10px;}
.products-list .rating-box{margin:10px 0;}

.products-grid .ratings{margin-bottom:15px;}
.products-grid .rating-box{margin:0 auto;}

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

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

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

.price-box-bundle {}

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

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

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

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

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

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

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

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

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

/* Price range */
.price-from {}

.price-excluding-tax,
.price-including-tax{padding:10px 0;}


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

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

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

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

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

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

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

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

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

/* Grouped Product */
.grouped-items {}

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

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

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

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

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

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
/* Product Tags */
.tags-list{font-size:1.18em;}
.tags-list li { display:inline;}

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


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


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

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:left; }
.opc .step-title .number { line-height:22px; }
.opc .step-title h3 { float:none; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; }
.opc .order-review {}

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

.multiple-checkout { position:relative; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
.sp-methods {}
.please-wait { float:right; }
.cvv-what-is-this { cursor:help; margin-left:5px;}

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

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

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

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


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


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info {padding:5px; padding-left:0;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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


/* Footer ================================================================================ */
.footer { border:0px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
/* ======================================================================================= */


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

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

.col-right {float:right; width:205px; padding:0; border:0;}
.col-left {float:left; width:205px; padding:0; border:0;}
.col-main {float:left; border:0; padding:0; /* background:url(../images/col_main_bg.jpg) */}

.layout-1column {border:1px solid #ddd; padding:10px; margin-bottom:10px;}
.layout-3columns .col-main {width:484px; margin-left:10px; display:inline;}
.layout-2columns-left .col-main {float:right;}
.layout-2columns-right .col-main {}

.col3-layout .col-main{width:516px; margin:0;}

.col2-right-layout .col-main{width:716px; margin:0;}

.col2-left-layout .col-main{width:716px; margin:0;}


.col-left .block-wishlist .actions, .col-left .block-compare .actions{ margin-right:-15px;}



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

.page-head-container {}
.page-head {}

/*Back link style*/

.back-link {}

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

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

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

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

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

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

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


/********************** Forms */

/* Form Elements */
input.input-text, select, textarea { }
option, optgroup {}
optgroup {}
input.input-text, textarea {}
input.form-radio {}
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label {}
.input-text:focus, select:focus, textarea:focus { background:#303030; outline:0; }
.buttons-container { /* Container for form buttons*/
    clear:both;
    }
.form-button {
    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;
    }
.form-button span {
    white-space:nowrap;
    }

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

.group-select {}
.group-select .legend {}
.group-select li {}
.group-select li .input-box {float:left; width:260px; }
.group-select li .input-text, .group-select li select, .group-select li textarea {width:510px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea {width:250px; }
.group-select li .input-box select{width:250px;}

.wide .input-text, .wide textarea {width:510px;}

/* Form Messages */
.validation-advice, .required { color:#e6deb0; }
.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:#999999 !important;
    }
label.required {
    font-weight:bold;
    }
p.required {
    font-size:.95em;
    text-align:right;
    }
/*Expiration date and cvv number validation case */
.input-box .v-fix {position:relative; display:inline; float:left;}
.input-box .v-fix .validation-advice {position:relative; margin-right:-12em; float:left; display:inline; width:12em;}

/********************** Messages  */
.success { color:#e6deb0; }
.error { color:#df280a; }
.notice {color:#e26703;}
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.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;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#e6deb0;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#e6deb0;
    color:#e6deb0;
    background-color:#666;
    background-image:url(../images/success_msg_icon.gif);
    }
.success-msg a{color:#e6deb0;}
.notice-msg, .note-msg {
    border-color:#e6deb0;
    color:#e6deb0;
    background-color:#666;
    background-image:url(../images/note_msg_icon.gif);
    }

/********************** BREADCRUMBS */ 
.breadcrumbs strong{display:none;}
.breadcrumbs {
	padding:15px 37px 10px 25px;
	border:0;
	background: #666;
	color:#BEBEBE;
	margin:0;
	}
	.breadcrumbs li {
		display:inline;
		}

.breadcrumbs li strong{display:inline;}		
.breadcrumbs a{color:#FFFFFF; text-decoration:underline;}
.breadcrumbs a:hover{text-decoration:none;}

		
/********************** Data Table */ 		
.data-table {width:100%;}
.data-table th {padding:5px; font-weight:bold;}
.data-table td {padding:5px; border:1px solid #ddd;}
.data-table .label {font-weight:bold;}
.data-table .data {}

/**********************
*************** Pager**
***********************/ 
.pager { border:0px solid #ff9900; border-bottom:0px solid #A0A0A0; padding:5px; margin:5px 0; background:url(../images/bottom_line_inv.jpg) right bottom no-repeat;}
	.pager .amount{color:#FFFFFF; font-weight:bold;}
	.pager .items-number {float:left;}
	.pager .items-limiter {float:left;}
	.pager .pages{margin:0 15px; }
	.pager .pages strong{font-weight:normal; color:#FFFFFF;}
	.pager .pages li span{font-weight:bold; color:#FFFFFF;}
	.pager .pages ol{display:inline;}
	.pager .pages li{display:inline;}
	.pager .pages .on {} /*current page*/

.limiter select{ color:#FFFFFF; padding:0 0 0 2px;}

/********************** Sorter */ 
.sorter {border:1px solid #ff9900; border-bottom:0px solid #A0A0A0; padding:0px; margin:0px 0;  background:url(../images/bottom_line.jpg) repeat-y;}
	.sorter .view-mode {float:left;}
	.sorter .sort-by {float:right; padding-right:0px;}
	.sorter .sort-by select{background:#363636; color:#FFFFFF; padding:0 0 0 2px;}
	.sorter .link-feed {}

 

/********************** Box */
.box {
	border:1px solid #ddd;
	padding:5px; margin:10px 0;
	}
	.box .actions {}
.box-head {}


.sidebar .block {padding:34px 17px 29px 24px; border:0;}

.sidebar .block .block-title{border:0; padding:0;}

.sidebar .block-subscribe{border:0;}

.sidebar .block .block-content{padding:18px 0 0 0;}

.sidebar .block .block-title h2 {color: #e6deb0; font-weight:normal; font-size:1.45em;}

.sidebar .block h3{color:#BEBEBE; font-size:1em;}

.sidebar .product-image{border:0!important;}

.sidebar .product-details .btn-remove{padding-left:3px;}

.price{font-size:1.25em; color:#e6deb0; font-weight:bold; }

.sidebar .product-details h4 a{color:#FFFFFF; text-decoration:underline; font-weight:normal;}
.sidebar .product-details h4 a:hover{text-decoration:none;}

button.button{background:#626727; border:2px solid #e6deb0; float:right; margin-right:8px;}
button.button span{color:#FFFFFF; text-transform:none; font-weight:normal; font-size:0.91em;}

/*====newsletter===*/
#newsletter-validate-detail label{font-weight:bold; color:#FFFFFF;}
#newsletter-validate-detail input{width:150px; background:0; border:1px solid #BEBEBE; margin:5px 0 5px 0; color:#FFFFFF;}

/*===//newsletter===*/

/*=====my cart====*/
.block-cart{/* background:url(../images/boxes_bg.jpg) */;}
.block-cart .amount a {color:#FFFFFF;}
.block-cart .amount a:hover{text-decoration:none;}
.block-cart .subtotal{padding:4px 10px 7px 10px; background:#666; margin:7px 0;}

.block-cart .actions{margin-bottom:10px;}

li.even{background:0;}
/*====//my cart===*/

/*====recently-viewed-items===*/
.recently-viewed-items {border: 5px solid #fff;}
#recently-viewed-items li{padding-bottom:5px;}
#recently-viewed-items a{color:#fff;}
#recently-viewed-items a:hover{text-decoration:none;}
#recently-viewed-items .last{background:0;}
/*====//recently-viewed-items===*/

/*====wishlist====*/
.block-wishlist{/* background:url(../images/boxes_bg.jpg) */ padding-bottom:0!important;}
.block-wishlist .block-title h2 a{color:#FFFFFF; font-weight:bold; font-size:1em;}
.block-wishlist .block-title h2 a:hover{text-decoration:none;}
.block-wishlist .price-box{padding-top:10px;}
.block-wishlist .product-details a{color:#FFFFFF; font-weight:bold; padding-top:5px; display:block;}
.block-wishlist .actions{/* background:url(../images/box_special_field_bg.jpg) */; border-top:1px solid #2A2A2A; padding:12px 0 12px 26px; position:relative; margin:5px -23px 0 -23px;}
.block-wishlist .actions a{color:#FFFFFF; text-decoration:underline;}
.block-wishlist .actions a:hover{text-decoration:none;}
/*===//wishlist===*/

/*====compare====*/
.block-compare{/* background:url(../images/boxes_bg.jpg) */}
.block-compare #compare-items li a{color:#FFFFFF;}
.block-compare #compare-items li a:hover{text-decoration:none;}
.block-compare #compare-items li a img{float:right; background: #666;}
.block-compare .actions{padding:12px 0 12px 26px; position:relative; margin:5px -23px 0 -23px; /* background:url(../images/box_special_field_bg.jpg); */ border-top:1px solid #2A2A2A;}
.block-compare .actions a{float:left; padding-right:15px; color:#FFFFFF;}
.block-compare .actions button{float:left;}
/*===//compare===*/

/*====compare====*/
.block-layered-nav .block-content{padding:0!important;}
.block-layered-nav dl{padding-top:20px;}
.block-layered-nav dt{color:#C0C0C0; text-transform:none;}
.block-layered-nav dd{padding:10px 0 10px 0; border:0!important;}
.block-layered-nav li{padding:0 0 5px 0;}
.block-layered-nav li, .block-layered-nav li a{color:#FFFFFF;}
.block-layered-nav li a:hover{text-decoration:none;}
.block-layered-nav .price{color:#FFFFFF; font-size:1em; font-weight:normal;}
.block-layered-nav .actions{padding:10px 0 20px;}
.block-layered-nav .currently{margin-top:15px;}
.block-layered-nav .currently img{float:right; margin:0 5px; background: #666;}
.block-layered-nav .currently .label{color:#C0C0C0; font-weight:bold; font-size:1em; text-transform:none; background:url(../images/active_shop_option.gif) left center no-repeat; padding-left:15px;}
/*===//compare===*/


/*======shopping cart=======*/
.page-title{padding:20px 40px 20px 27px; background:#666; border:0;}
.page-title h2{color:#FFFFFF; font-weight:normal; font-size:1.45em;}

#shopping-cart-table{border-right:1px solid #9F9F9F;}

#shopping-cart-table tr.even{background:0;}
#shopping-cart-table thead{background:0; color:#FFFFFF;}

.shopping-cart-table-indent{padding:39px 20px 36px 24px;}

#shopping-cart-table .continue-shopping{float:left;}
#shopping-cart-table .button{margin-right:0px;}
#shopping-cart-table th, #shopping-cart-table td{border-color:#9F9F9F;}
#shopping-cart-table .product-name{font-size:1.27em;}
#shopping-cart-table input{border:1px solid #C0C0C0; background:#363636; color:#FFFFFF;}

.cart-collaterals-indent{ width:100%;}
.cart-collaterals-indent .checkout-types li a{color:#e6deb0; font-weight:bold; text-decoration:underline;}
.cart-collaterals-indent .checkout-types li span{white-space:nowrap;}
.cart-collaterals-indent .checkout-types li button.button{margin-bottom:10px;}

.cart-collaterals{width:630px!important;}
.cart-collaterals h3{padding:20px 40px 20px 27px; background:#666; color:#FFFFFF; font-weight:normal; font-size:1.45em;}
.cart-collaterals fieldset{padding:18px 0 25px 26px;}
.cart-collaterals label{font-weight:bold; display:block;}
.cart-collaterals .discount .button{float:none;}
.cart-collaterals .discount input{width:150px; border:1px solid #C0C0C0; background:#2F2F2F; margin-right:3px;}

.cart-collaterals .col-2{/* background:url(../images/collaterals_bg.jpg); */}
.cart-collaterals p{padding-left:0!important;}

.cart .totals{width:300px;}

#shipping-zip-form p{font-weight:bold;}
#shipping-zip-form .form-list{margin-top:15px;}
#shipping-zip-form .form-list label{color:#FFFFFF; padding-top:10px; padding-bottom:2px;}

#shipping-zip-form input, #shipping-zip-form select{border:1px solid #C0C0C0; background:#303030; color:#FFFFFF;}

#shipping-zip-form .buttons-set{border:0; padding:0;}
#shipping-zip-form .buttons-set .button{float:left;}

#shopping-cart-totals-table{margin-top:20px;}
#shopping-cart-totals-table tbody td, #shopping-cart-totals-table tfoot td{width:80px; padding-right:40px;}
.totals .checkout-types{padding:10px 35px 0 0;}
.totals .checkout-types li a{display:block;}

#shopping-cart-totals-table th.a-right{text-align:left!important; padding-left:20px;}

.crosssell{width:100%;}
.crosssell h3{background:0; border:0; color:#BEBEBE; font-size:1em; font-weight:bold;}
.crosssell ul{padding:32px 0 35px 25px;}
.crosssell ul li{padding-bottom:24px; margin-bottom:31px; background:url(../images/croseller_line_x.gif) left bottom repeat-x;}
.crosssell .product-name{font-size:1em!important; font-weight:normal;}
.crosssell .product-name h4 a{ color:#FFFFFF;}
.crosssell .price-box{padding:15px 0 15px 0;}
.crosssell button.button{float:none;}
.crosssell .add-to-links{padding:10px 0 0 0;}
.crosssell .add-to-links li{padding:0; background:0; margin:0;}
.crosssell .add-to-links a{font-weight:normal;}
.crosssell .wishlist-link a{color:#fefefe;}


.cart-collaterals #co-shipping-method-form .buttons-set{border:0;}
.cart-collaterals #co-shipping-method-form .sp-methods{padding-left:26px;}
/*=====//shopping cart======*/


/*=====checkout======*/
.checkout-onepage-index .col-main{width:630px;}
.checkout-onepage-index .col-right{width:301px;}

.checkout-onepage-index .block-progress .block-title h2{color:#FFFFFF; font-size:1.45em;}

.checkout-onepage-index .block-content{border-top:1px solid #9A9A9A; padding:0!important; margin:20px 0 0 0!important;}
.checkout-onepage-index .block-content dt{padding:13px 50px 8px 21px; color:#FFFFFF;}
.checkout-onepage-index .block-content dt, .block-content dd{border:1px solid #9A9A9A; border-top:0;}
.checkout-onepage-index .block-content dd{padding:27px 40px 25px 21px;}
.checkout-onepage-index #payment-tool-tip{margin-left:0; margin-top:-300px;}
.checkout-onepage-index #payment_form_paypal_direct, .checkout-onepage-index #payment_form_paypaluk_direct{width:280px;}
.checkout-onepage-index .customer-name-middlename .name-middlename input{width:50px!important;}


.sidebar .block-progress dt.complete, .sidebar .block-progress dd.complete{background:0;}

.opc{border-color:#9F9F9F;}
.opc .step{border-color:#9F9F9F; padding:24px 25px 22px 31px;}

#checkoutSteps{margin:20px 21px 20px 26px; color:#FFFFFF;}

#checkoutSteps button.button{margin-right:0;}

#checkoutSteps li.section{border-color:#9F9F9F;}

#checkoutSteps .step-title{background:0; padding:10px 0 10px 31px;}
#checkoutSteps .step-title span{padding:5px 7px; background:#BEBEBE; color:#363636; font-size:1.09em; line-height:1em;}
#checkoutSteps .step-title h3{color:#BEBEBE; font-weight:bold; font-size:1.09em; text-transform:none; padding-left:3px; display:inline;}

#checkoutSteps .active{/* background:url(../images/checkout_bg.jpg); */}
#checkoutSteps .active .step-title span{background:#666; color:#e6deb0;}
#checkoutSteps .active .step-title h3{color:#FFFFFF;}

#checkoutSteps #opc-login .form-list{padding:10px 0;}

#checkoutSteps .buttons-set{border:0;}

#checkoutSteps input, #checkoutSteps select{border:1px solid #C0C0C0; background:#2F2F2F; color:#FFFFFF;}

#checkoutSteps .input-box .input-text{width:240px;}

#checkoutSteps .payment_form_ccsave li{padding-bottom:5px;}
#checkoutSteps .payment_form_ccsave input{margin-top:5px;}

#payment_form_ccsave .v-fix{margin-right:5px;}

#checkout-review-table thead{background:0;}

#checkoutSteps .radio{border:0;}
/*=====//checkout======*/


/********************** Prices */

.price-box {}
.regular-price{}

.old-price {}
.old-price .label {}
.old-price .price {}

/*Special price*/
.special-price{}
.special-price .label {}
.special-price .price {}

/*minimal price (as low as) */
.minimal-price {}
.minimal-price .label {}
.minimal-price .price {}

/*including tax*/
.price-including-tax {}
.price-including-tax .label {}
.price-including-tax .price {}


/*excluding tax*/
.price-excluding-tax  {}
.price-excluding-tax .label {}
.price-excluding-tax .price {}



/**********************General Product */
.product-name {}
.product-image {  padding: 1px;  }
.product-details {}


/****************************************************/
/***********[ HOME Page SAMPLE DATA ]*************************/
/****************************************************/	
.home-spot { float:left; width:474px; margin-left:20px; }

/****************************************************/
/***********[ Category Page ]*************************/
/****************************************************/	

.category-head h2 {}
	.category-head .link-feed {}
.category-image {}
.category-description {}

/********************** Category Products */ 

.category-products {}
.product-image {}

/*Type:Grid*/
	.category-products table.products-grid td {padding:5px; border:0px solid #ddd; width:33%}
/*Type:List*/
	.category-products ul.products-list .item{padding:5px;}
	.category-products ul.products-list .item .product-image {}
	.category-products ul.products-list .item .product-shop {}

.category-products .price-from{margin-bottom:17px;}

.category-products #products-list{margin-top:25px;}
.category-products #products-list .item{border:0;}
.category-products #products-list .product-shop{width:300px;}
.category-products #products-list .product-shop .product-name{ font-size:12px; font-style: italic;}
	
.category-products #products-list .product-shop .price-box{margin-bottom:10px; margin-top:15px; }
.category-products #products-list .product-shop .price-box .price{background:#fff; padding:5px 21px 5px 18px;}
.category-products #products-list .product-shop button.button{margin-top:10px;}
.category-products #products-list .product-shop .add-to-links{padding-top:15px;}
.category-products #products-list .product-shop .add-to-links li{display:inline; font-weight:bold;}
.category-products #products-list .product-shop .add-to-links .wishlist-link a{color:#fefefe; padding-right:11px; margin-right:8px;
																			 background:url(..images/wishlist_divider.gif) right center no-repeat;}

a.minimal-price-link{margin:25px 0 0 0; text-decoration:none;}

.minimal-price-link .price{background:0!important; padding-left:0!important;}

/****************************************************/
/***********[ Product View Page ]*********************/
/****************************************************/	

.product-info-box {}	
	
.product-essential {}

	.product-essential .product-shop {float:left;padding-left: 5px; width:250px;}


	.product-media {float:left; width:265px; overflow:hidden; }
		.product-media .product-image {}
		.product-media .more-views li{display:inline;}


.product-collateral {margin:10px 0;}
	.product-description {}	
	.additional-data {}
	.up-sell {}

.product-collateral .description h3{padding:27px 40px 27px 27px; background:#666; color:#FFFFFF; font-weight:normal; font-size:1.45em;}
.product-collateral .description .std{padding:20px 21px 33px 26px;}
.product-collateral .up-sell h3{padding:27px 40px 27px 27px; background:#666; color:#FFFFFF; font-weight:normal; font-size:1.45em;}

.upsell-product-table-indent{ margin:25px 21px 25px 26px}
.product-collateral #upsell-product-table{}
.product-collateral #upsell-product-table td{border:0; width:33%; text-align:center; border-right:1px solid #9F9F9F;}
.product-collateral #upsell-product-table .product-name{margin:15px 0 25px 0;}
.product-collateral #upsell-product-table .price-box .price-from{margin:0 0 20px 0;}
.product-collateral .last{border:0!important;}

.product-collateral .tags h3{padding:27px 40px 27px 27px; background:#666; color:#FFFFFF; font-weight:normal; font-size:1.45em;}
.product-collateral .tags .form-add-tags{padding:25px 21px 30px 26px;}
.product-collateral .tags .form-add-tags label{display:block; color:#FFFFFF; font-weight:bold; float:none;}
.product-collateral .tags .form-add-tags .input-box{margin:0;}
.product-collateral .tags .form-add-tags input{width:530px; height:18px; border:1px solid #BEBEBE; background:#363636; color:#FFFFFF; padding:0; margin:3px 10px 10px 0;}
.product-collateral .tags .form-add-tags p{color:#FFFFFF;}
.product-collateral .tags h4, .product-collateral .tags .tags-list{padding:0 20px 0 26px;}
.product-collateral .tags .tags-list li{color:#FFFFFF; padding-right:5px;}
.product-collateral .tags .tags-list li a{color:#e6deb0; font-weight:bold; text-decoration:underline;}
.product-collateral .tags .tags-list li a:hover{text-decoration:none;}



.product-collateral .additional h3{padding:27px 40px 27px 27px; background:#666; color:#FFFFFF; font-weight:normal; font-size:1.45em;}
.product-collateral .tags h4{padding-top:20px; padding-bottom:10px; color:#FFFFFF; font-size:1em; font-weight:normal;}

.product-attribute-specs-tabl-indent{margin:20px 21px 30px 26px;}
.product-collateral .additional .data-table th.label, .product-collateral .additional .data-table td.label, .product-collateral .data-table tr.even{background:0!important; border-color:#9F9F9F!important;}

#product-attribute-specs-table .label{color:#FFFFFF; padding:19px 10px 19px 21px;}
#product-attribute-specs-table .data{border:1px solid #9F9F9F!important; padding-left:10px;}


.product-options{background:0; border:0;}
.product-options select{background:#363636; border:1px solid #C0C0C0; color:#FFFFFF;}


.up-sell h2{padding:27px 40px 27px 27px; background:#666; color:#FFFFFF; font-weight:normal; font-size:1.45em;}

#recently-compared-list-table{margin:39px 0 37px 0;}
#recently-compared-list-table td{border:0; padding:0 23px;}
#recently-compared-list-table .product-image{float:left; margin-right:20px;}
#recently-compared-list-table .product-name a{color:#FFFFFF; font-weight:bold; font-size:1em; text-decoration:none;}
#recently-compared-list-table .add-to-links a{color:#FFFFFF; font-weight:bold; text-decoration:underline;}
#recently-compared-list-table .add-to-links a:hover{text-decoration:none;}
#recently-compared-list-table .price-box{padding:10px 0;}
#recently-compared-list-table .price-box .price{background:#fff; padding:5px 22px 5px 19px;}


.products-list-divider{height:25px; }

.category-title{border:0;}
.category-title h2{padding:27px 40px 0px 27px;  font-family:  "Abadi MT Condensed Light" "Trebuchet MS"  ; background:#666; color:#e6deb0; font-weight:lighter; text-transform: none; font-size:2em; background:url(../images/header_left_top.jpg) left bottom no-repeat; }

.category-products{ padding-top:5px;}


.main-category-indent{padding:10px 21px 16px 25px;}

.products-grid tr.even{background:0;}

#products-grid-table{margin:10px 0px; border-bottom:0px solid #9F9F9F;}
#products-grid-table td{text-align:center; border:0; width:50%; border-right:0px solid #9F9F9F;}
#products-grid-table .last{border:0;}
#products-grid-table .products-list-divider{height:10px;}
#products-grid-table .product-name{padding:8px 0 8px 0; font-size:1.1em; font-weight: normal; font-style: italic; text-decoration: none;}

#products-grid-table .product-name a{font-weight: normal; text-decoration: none; font-style: italic;}
#products-grid-table  .price-box{margin-bottom:15px;}
#products-grid-table .price{background:#fff; padding:5px 21px 5px 18px;}
#products-grid-table button.button{float:none; margin-bottom:15px;}
#products-grid-table .add-to-links li{padding-bottom:5px;}
#products-grid-table .add-to-links a{color:#FFFFFF; font-weight:normal; text-decoration: none;}
#products-grid-table .add-to-links .wishlist-link a{color:#fefefe;}


.product-view .product-essential{ padding:40px 20px 32px 26px;}
.product-view .product-image{/* border:0!important;  */}
.product-view .product-name h2{color:#FFFFFF; font-size:1.27em; font-weight:normal; text-decoration:none; padding-bottom:1px;}
.product-view .availability{padding:15px 0;}
.product-view .availability span{font-weight:normal;}
.product-view .price-box{margin-bottom:20px;}
.product-view .price-box .price{background:#666; padding:5px 22px 5px 19px;}
.product-view .add-to-cart .qty{border:1px solid #C0C0C0; background:#363636; width:45px;}
.product-view .add-to-box{padding-bottom:15px; margin-bottom:15px; border-bottom:0px solid #9F9F9F;}
.product-view .add-to-box .or{font-weight:bold; padding-top:10px; padding-right:10px;}
.product-view .add-to-links a{font-weight:bold;}
.product-view .wishlist-link a{color:#fefefe;}
.product-view .short-description{padding-top:10px; width: 250px;}
.product-view .short-description h3{color:#FFFFFF; font-size:1.09em; padding-bottom:10px;}
.product-view .price-box-bundle .price-from, .product-view .price-box-bundle .price-to{margin:5px 0 25px 0;}

#track_hint{padding-top:20px; padding-bottom:5px;}

.qty-holder input{border:1px solid #C0C0C0!important; color:#FFFFFF!important; margin-bottom:3px;}

.product-options-bottom{border:0;}



/***********************************image ZOOM*/
.product-media .product-image {
    
    position:relative;
    overflow:hidden;
    width:265px;
    height:265px;
    z-index:9;
    }
.product-media .product-image img {
    position:absolute;
    background: #666;
    left:2px;
    top:2px;
    width:100%;
    cursor:move;
    z-index:99;
    }	
.image-zoom {
    z-index:9; position:relative; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
#image { width:auto; }
#track { position:relative; height:18px; }
#handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) no-repeat;  }
.btn-zoom-out { position:absolute; left:2px; top:1px;}
.btn-zoom-in { position:absolute; right:2px; top:1px;}
	
.checkout-cart-index .page-title{margin-bottom:30px;}
.checkout-cart-index .col-main p{ padding-right:10px;}

.customer-account-login #login-form .login-page{padding:26px 30px 30px 21px;}
.customer-account-login .buttons-set{border:0;}
.customer-account-login .form-list{padding-top:15px;}
.customer-account-login .form-list input{border:1px solid #C0C0C0; background:#303030; color:#FFFFFF;}

.contacts-index-index .col-main{padding-bottom:30px;}
.contacts-index-index form .group-select{padding:25px 21px 20px 26px;}
.contacts-index-index form input, .contacts-index-index form textarea{border:1px solid #C0C0C0; background:#303030; color:#FFFFFF;}
.contacts-index-index .buttons-set{border:0; padding-right:21px;}
.contacts-index-index .required{padding-right:21px;}

.catalogsearch-advanced-index .col-main{padding-bottom:30px;}
.catalogsearch-advanced-index .group-select {padding:25px 21px 20px 26px;}
#advanced-search-list input, #advanced-search-list select{border:1px solid #C0C0C0!important; background:#303030!important; color:#FFFFFF!important;}
.catalogsearch-advanced-index .buttons-set{border:0;}

.catalogsearch-advanced-index #advanced-search-list .range input{width:150px!important;}
.catalogsearch-advanced-index #advanced-search-list select{padding:4px;}

.catalog-seo-sitemap-category .pager, .catalog-seo-sitemap-category .col-main ul{ margin-left:26px; margin-right:26px;}
.catalog-seo-sitemap-category .col-main{padding-bottom:30px;}

.cms-customer-service .col-main{padding-bottom:30px;}
.cms-customer-service .col-main .page-head{margin-bottom:25px;}
.cms-customer-service .col-main .page-head h3{padding:27px 40px 27px 27px; background:#666; color:#FFFFFF; font-weight:normal; font-size:1.45em;}
.cms-customer-service .col-main ul, .cms-customer-service .col-main dl{padding-left:26px; padding-right:21px;}

.cms-about-magento-demo-store .page-head h3{padding:27px 40px 27px 27px; background:#666; color:#FFFFFF; font-weight:normal; font-size:1.45em;}
.cms-about-magento-demo-store .col3-set{padding:25px 21px 30px 21px;}
.cms-about-magento-demo-store .col-1{margin:0;}
.cms-about-magento-demo-store .col-2{margin:0 20px;}

.customer-account-index .dashboard{padding:25px 21px 30px 26px;}
.customer-account-index .dashboard h3,
.customer-account-index .dashboard h4,
.customer-account-index .dashboard h5{margin:15px 0 5px;}

.pages-indent{padding:20px;}

.customer-account-edit #form-validate{padding:25px 21px 30px 26px; display:block;}
.customer-account-edit #form-validate .buttons-set{border:0;}
.customer-account-edit #form-validate input{border:1px solid #C0C0C0; background:#303030; color:#FFFFFF;}
.customer-account-edit .group-select{margin:10px 0;}

.customer-address-form #form-validate{display:block; padding:25px 180px 30px 26px;}
.customer-address-form  .buttons-set{border:0; padding-right:0;}


#form-validate input, #form-validate select{border:1px solid #C0C0C0; background:#303030; color:#FFFFFF;}

.sales-order-history .col-main p, .sales-order-history .col-main .buttons-set{padding:0 21px 0 26px; border:0;}
.sales-order-history .col-main .amount{padding-left:0;}
.sales-order-history .col-main {padding-bottom:30px;}

.review-customer-index .col-main p, .review-customer-index .col-main .buttons-set{padding:0 21px 0 26px; border:0;}
.review-customer-index .col-main {padding-bottom:30px;}


.tag-customer-index .col-main p, .tag-customer-index .col-main .buttons-set{padding:0 21px 0 26px; border:0;}
.tag-customer-index .col-main {padding-bottom:30px;}
.tag-customer-index .tags-list{padding-left:28px; padding-top:5px; padding-bottom:5px;}

.newsletter-manage-index .col-main p, .newsletter-manage-index .col-main .buttons-set{padding:0 21px 0 26px; border:0;}
.newsletter-manage-index .col-main {padding-bottom:30px;}

.wishlist-index-indent{padding:25px 21px 30px 26px;}
.wishlist-index-indent .data-table th, .wishlist-index-indent .data-table td{border-color:#9F9F9F;}
.wishlist-index-indent #wishlist-table thead {background:0;}
.wishlist-index-indent #wishlist-table h3.product-name{font-size:1.09em;}
.wishlist-index-indent .buttons-set, .wishlist-index-indent .buttons-set2{border:0;}
.wishlist-index-indent .buttons-set2{text-align:right;}
.wishlist-index-indent .buttons-set2 button{float:none;}
.wishlist-index-indent textarea, .wishlist-index-indent input{border:1px solid #C0C0C0; background:#303030; color:#FFFFFF;}

.truncated .truncated_full_value dl{background:#363636; border:1px solid #9F9F9F;}
.truncated dl, .truncated dt, .truncated dl, .truncated dd{background:#363636; border:0;}

.data-table tr.even{background:0;}



/*===========custom-styles============*/
.checkbox, .radio{border:0; background:0;}


.main-page{width:931px;  margin:0 auto; text-align:left; background:#666666;}

.wrapper{background:#666666; }

.width-stretched{width:100%;}
.container{width:100%; overflow:hidden;}

.header {border:0; padding:0; padding-top: 10px; background: #666;}

.header .top{/* background:url(../images/header_top.jpg) left top no-repeat; */ border:0; width:100%;}
.header .bot{/* background:url(../images/header_bot.jpg) left bottom no-repeat; */ }
.header .left{ float:none!important;}
.header .right{ float:none!important;}
.header .left-top{/* background:url(../images/header_left_top.jpg) left top no-repeat; */}
.header .right-top{/* background:url(../images/header_right_top.jpg) right top no-repeat; */}
.header .left-bot{background:url(../images/header_left_bot.jpg) left bottom no-repeat;}
.header .right-bot{background:url(../images/header_right_bot.jpg) right bottom no-repeat;}

.header .logo{width:268px; height:84px; padding:13px 0 4px 32px; float:left; margin-right:-300px; position:relative;}
.header .header-right-box{float:left; width:100%;}
.header .header-right-box .indent{margin:0 0 0 300px; padding:16px 25px 10px 0;}

.header .header-welcome-box{width:250px; float:left; color:#e6deb0;font-size:1.09em; font-weight:normal; padding-bottom:10px; padding-top: 4px; background: none;}
.header .header-top-links-box{ width:600px; float:right;}

.header .links{float:right;}
.header .links li{display:inline; color:#e6deb0;}
.header .links li a{color:#e6deb0; text-decoration:none; text-transform: none; padding:0 10px 0 10px; font-size: 12px;}
.header .links li a:hover{text-decoration:underline; color: #ffffff;}
.header .links .last a{background:0; padding-right:0;}

#search_mini_form{float:right; padding-top:16px; border: 0px solid #ff9900;  background: }
.header .form-search{text-align:right; padding-right:0px;}
#search_mini_form label{display:none;}
#search_mini_form input{width:145px; height:12px; border:1px solid #fff; background:#cccccc; color:#000; font-size:11px; margin-right:5px; padding-left:5px;}

#search_mini_form .button{border: 0px solid #000; background: none;}
#search_mini_form .button span{color:#FFFFFF; text-transform:none; font-weight:normal; font-size:11px; padding:0; padding-bottom: 1px;}

.header .form-language{text-align:left; display:block; float:left;}

.form-language label{color:#FFFFFF; display:block; padding-bottom:2px;}
.form-language select{border:1px solid #C0C0C0; background:#401F00; color:#FFFFFF; width:125px;}

.head{/* background:url(../images/head_bg.jpg) left top no-repeat; padding:116px 0 0 36px; height:35px; */
border:0px solid #333;
border-top: 0px;
padding: 10px;
background: #fff;




}

.menu-block{border-bottom: 0px solid #e6deb0;  background:url(../images/menu_block_top.jpg) left bottom no-repeat #666; width:100%;}
.menu-block .bot{ background:url(../images/menu_block_bot.jpg) left bottom no-repeat;}
.menu-block .left{ background:url(../images/menu_block_left.jpg) left top no-repeat; float:none!important;}
.menu-block .right{ background:url(../images/menu_block_right.jpg) right top no-repeat; float:none!important;}
.menu-block .left-top{/* background:url(../images/menu_block_left_top.jpg) left top no-repeat; */}
.menu-block .right-top{ background:url(../images/menu_block_right_top.jpg) right top no-repeat; }
.menu-block .left-bot{/* background:url(../images/menu_block_left_bot.jpg) left bottom no-repeat; */}
.menu-block .right-bot{ background:url(../images/menu_block_right_bot.jpg) right bottom no-repeat; padding:5px 9px 3px 12px;}

.main{padding:0; background-color: #666; border:  0px solid #333; /* background:url(../images/content_bg.jpg) */;}

.footer{border:0px solid #000; padding:42px 0 31px 0; text-align:center; background: #666;  color:#fff; font-size:10px; }
.footer ul{padding:0; float:none;}
.footer p{float:none; text-align:center; color:#fff; font-size:10px; padding-top:5px;}
.footer ul li{ display:inline;}
.footer ul li a{color:#fff; text-decoration:none;  padding:0 11px 0 11px;}
.footer ul li a:hover{text-decoration:underline;}
.footer .links{margin-top:3px; color:#fff; font-size:10px; }
.footer .last{background:0;}

#shipping-please-wait, #billing-please-wait, #shipping-method-please-wait, #payment-please-wait{margin-right:25px;}

.currency-switcher{float:left; padding-left:35px;}
.currency-switcher h4{color:#FFFFFF; padding-bottom:2px; font-size:1em; font-weight:normal;}
.currency-switcher select{width:125px;}

.block-tags{padding:0!important; font-size:12px;}
.block-tags .block-title{padding:34px 17px 0 24px!important;}
.block-tags .block-content{padding-top:0!important;}
.block-tags .block-content ul{padding:0 17px 20px 24px!important; display:block; font-size:1.18em;}
.block-tags .block-content ul li{display:inline;  padding-right:5px;}
.block-tags .block-content ul li a{color:#BEBEBE;}

.block-tags .actions{/* background:url(../images/box_special_field_bg.jpg) */; padding:12px 30px 12px 27px;}

.recently-compared-products{/* background:url(../images/boxes_bg.jpg); */}

.block-poll{padding:0!important;/*  background:url(../images/boxes_bg.jpg) */;}
.block-poll .block-title{padding:34px 17px 0 24px!important;}
.block-poll .block-content{padding:0!important;}
.block-poll .block-content h3{color:#BEBEBE; padding:0 17px 0 24px!important;}
.block-poll .block-content ol{padding:5px 17px 0 24px!important; display:block;}
.block-poll .block-content ol li a{ font-size:1em!important;}
.block-poll .block-content ol li .label{margin-left:22px;}

.block-poll .actions{ text-transform: none;  padding:12px 0px 12px 15px; margin-top:10px;}
.block-poll .actions button.button{float:right; text-align:right; background:0; border:0;}
.block-poll .actions button.button span{font-size: 20px; }
.block-poll .actions button.button:hover span{text-decoration:none;}

.store-switcher label{color:#4F4F4F;}
.store-switcher{margin-top:5px;}

.tier-prices{padding:10px 0 20px; width:100%; overflow:hidden;}
.tier-prices li{background:#666; padding:8px 42px 6px 24px; float:left; margin-bottom:2px;}

.block-related .price-box{margin:10px 0;}
.block-related .block-content p a{color:#e6deb0; font-weight:bold; text-decoration:underline;}
.block-related .block-content p a:hover{text-decoration:none;}
.block-related .block-content .product-details p a{color:#FFFFFF;}
.block-related .block-content h3.product-name{font-weight:normal; font-style: italic; }

.block-related .block-content .product-image{float:none!important;}
.block-related .product-details{margin-left:0!important;}
.block-related #block-related{margin-top:15px;}

.product-view .product-img-box .zoom{background:url(../images/slider_bg.gif) 47% 50% no-repeat;}
.product-view .product-img-box .zoom #handle{background:url(../images/magnifier_handle.gif) left 5px no-repeat;}

.customer-account-logoutsuccess .col-main p{padding:20px;}

.checkout-cart-index .col-main .page-title{padding-bottom:20px;}
.checkout-cart-index .col-main{padding-bottom:20px;}
.checkout-cart-index .col-main p{padding:0 20px 10px;}

.group-select li input.input-text, .group-select li textarea{width:500px;}

.sidebar .block .actions{border-top:0px solid #282828;}

.data-table td.label, .data-table th.label{background:0;}

.page-popup .buttons-set{border:0;}

#product-options-wrapper{border:0px solid #C0C0C0; width:270px; background:#666;}
.product-options-bottom{border:0px solid #C0C0C0!important; border-top:0!important; background:#666!important;}
.product-options-bottom .price-box{float:left;}
.product-options-bottom .add-to-cart{float:left; padding:6px 0 0 10px;}
.product-options-bottom .price{position:relative;}


/*============multishipping=================*/
.checkout-progress{text-align:center; margin-left:60px; margin-bottom:30px;}
.checkout-progress li{display:inline; width:15%; padding:1px 10px 1px 10px; margin-right:5px; background:#6E843B; color:#FFFFFF; border:0;}
.checkout-progress li.active{background:#EFA400;}

.checkout-multishipping-addresses .col-main{padding:20px;}
.checkout-multishipping-addresses .col-main .page-title h2{background:#666; color:#FFFFFF; font-weight:normal; font-size:1.3em;}
.checkout-multishipping-addresses .col-main .multiple-checkout h3{font-size:1.2em; margin:15px 0;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table{border-collapse:collapse; margin-bottom:10px; border-right:1px solid #9E9E9E;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table thead{background:0;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table th, 
.checkout-multishipping-addresses .col-main #multiship-addresses-table td{border-color:#9E9E9E;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table tfoot td{border-top:1px solid #BEBCB7; padding:5px;}
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set button{margin-left:10px;}
.checkout-multishipping-addresses .col-main .buttons-set{border:0;}

.checkout-multishipping-shipping .col-main{padding:30px;}
.checkout-multishipping-shipping .col-main .page-title h2{background:#666; color:#FFFFFF; font-weight:normal; font-size:1.3em;}
.checkout-multishipping-shipping .col-main .multiple-checkout{width:100%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{background:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-1 h4{margin:15px 0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-1, .checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-2{width:48%;}
.checkout-multishipping-shipping .col-main .wide .data-table{border-collapse:collapse; margin-top:10px;}
.checkout-multishipping-shipping .col-main .wide .data-table thead{background:0;}
.checkout-multishipping-shipping .col-main .wide .data-table th,
.checkout-multishipping-shipping .col-main .wide .data-table td{border-color:#9E9E9E;}
.checkout-multishipping-shipping .col-main .multiple-checkout h3{border:1px solid #BEBCB7; border-bottom:0; margin-bottom:0; font-size:1em; padding:3px; padding-left:20px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{border:1px solid #BEBCB7; padding:20px; margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set button{margin-left:10px;}

.checkout-multishipping-billing .col-main{padding:30px;}
.checkout-multishipping-billing .col-main .page-title h2{background:#666; color:#FFFFFF; font-weight:normal; font-size:1.3em;}
.checkout-multishipping-billing .col-main .col2-set{background:0; border:1px solid #BEBCB7; padding:20px;}
.checkout-multishipping-billing .col-main .col2-set .col-1 h3{font-size:1em;}
.checkout-multishipping-billing .col-main .col2-set .col-1, .checkout-multishipping-billing .col-main .col2-set .col-2{width:48%;}
.checkout-multishipping-billing .col-main .buttons-set{padding:20px 0;}
.checkout-multishipping-billing .col-main .buttons-set button{margin-left:15px;}
.checkout-multishipping-billing .col-main .col-2 dl dt{padding-bottom:5px;}
.checkout-multishipping-billing .col-main .col-2 dl dd{padding:0 0 5px 10px;}
.checkout-multishipping-billing .col-main .col-2 dd .v-fix{padding-right:5px; padding-bottom:5px;}
.checkout-multishipping-billing .col-main .multiple-checkout .col-2 h3{margin-bottom:20px;}
.checkout-multishipping-billing .col-main .buttons-set{border:0;}

.checkout-multishipping-overview .col-main{padding:30px;}
.checkout-multishipping-overview .col-main .page-title h2{background:#666; color:#FFFFFF; font-weight:normal; font-size:1.3em;}
.checkout-multishipping-overview .col-main .col2-set{background:0; border:1px solid #BEBCB7; padding:20px;}
.checkout-multishipping-overview .col-main .col2-set .col-1{width:30%;}
 .checkout-multishipping-overview .col-main .col2-set .col-2{width:68%;}
.checkout-multishipping-overview .col-main .multiple-checkout h3{font-size:1em; margin:10px 0;}
.checkout-multishipping-overview .col-main .col2-set h3{font-size:1em; margin:0;}
.checkout-multishipping-overview .col-main .col2-set .data-table{border-collapse:collapse; margin-top:15px;}
.checkout-multishipping-overview .col-main .col2-set .data-table thead{background:0;}
.checkout-multishipping-overview .col-main .col2-set .data-table th,
.checkout-multishipping-overview .col-main .col2-set .data-table td{border-color:#9E9E9E;}
.checkout-multishipping-overview .col-main .multiple-checkout h4,
.checkout-multishipping-overview .col-main .multiple-checkout h5,
.checkout-multishipping-overview .col-main .multiple-checkout h6{margin:5px 0;}

.checkout-multishipping-overview .col-main .col2-set .data-table tfoot th, .checkout-multishipping-overview .col-main .col2-set .data-table tfoot td{border-top:1px solid #BFBFBF;} 
.checkout-multishipping-overview .col-main .grand-total{margin:10px 0;}
.checkout-multishipping-overview .col-main .grand-total .price{font-size:1em;}
.checkout-multishipping-overview .col-main #review-buttons-container{border:0; padding:0;}

.checkout-multishipping-success .col-main{padding:30px;}
.checkout-multishipping-success .content-box{padding:10px!important;}
.checkout-multishipping-success .buttons-set{border:0;}

.add-gift-message{margin-top:15px;}
.gift-message-form{background:0;}
.gift-message-form textarea{width:360px!important;}
.gift-message-form .product-name{font-size:1em;}

.checkout-multishipping-address-newshipping .col-main{padding:20px;}
.checkout-multishipping-address-newshipping .col-main #form-validate{padding-left:20px; display:block; padding-right:350px;}

.checkout-multishipping-address-editshipping .col-main{padding:20px;}
.checkout-multishipping-address-editshipping .col-main #form-validate{padding-left:20px; display:block; padding-right:350px;}

.checkout-multishipping-address-selectbilling .col-main{padding:30px;}
.checkout-multishipping-address-selectbilling .col-main .multiple-checkout{padding-left:10px;}

.checkout-multishipping-address-editaddress .col-main{padding:30px;}
.checkout-multishipping-address-editaddress #form-validate{padding-left:20px; display:block; padding-right:300px;}

.checkout-multishipping-address-editbilling .col-main{padding:30px;}
.checkout-multishipping-address-editbilling #form-validate{padding-left:20px; display:block; padding-right:300px;}
/*===========//multishipping================*/

.customer-account-create .col-main #form-validate{display:block; padding:20px;}
.customer-account-create .col-main h3.legend{font-size:1.2em; margin:10px 0;}
.customer-account-create .col-main .buttons-set{border:0;}
.customer-account-create .col-main .buttons-set button{margin-left:15px;}
.customer-account-create .required{padding-top:10px;}
.customer-account-create .required,
.customer-account-create .buttons-set{padding-right:380px;}
.customer-account-create ul .required{padding:0;}

#my-orders-table{margin:15px 0;}
#my-orders-table thead{background:0;}

#checkout-payment-method-load dl dd{padding-bottom:11px;}
#checkout-payment-method-load dl dd{padding:0 0 3px 20px;}
#checkout-payment-method-load dl dd ul{padding-top:8px;}
#checkout-payment-method-load dl dd .v-fix{padding-right:10px; padding-bottom:5px;}

.sales-order-view .col-main h3{margin-top:15px;}

.customer-address-index .col2-set{padding:20px;}
.customer-address-index .col2-set ol li{margin-bottom:15px;}
.customer-address-index .buttons-set{margin-left:20px; margin-bottom:20px;}


#my-tags-table{margin:15px 0;}
#my-tags-table button{margin-bottom:10px;} 

.tag-customer-edit #addTagForm{display:block; padding:20px;}

.catalogsearch-term-popular .tags-list{margin:20px;}


.catalogsearch-advanced-result #products-list .product-shop{ width:500x;}

.customer-account-forgotpassword #form-validate{padding-left:20px; display:block; padding-right:20px;}

.cms-index-noroute .col-main{padding:20px; width:686px;}

.checkout-multishipping-login #login-form{display:block; padding:20px;}

.review-product-list .data-table{margin:15px 0;}
.review-product-list .product-view .product-collateral{padding:20px;}

#product-review-table td.last{border:1px solid #DDDDDD!important;}

.review-product-view .product-img-box{ padding-right:20px;}
.review-product-view .product-review .details{width:480px; float:left;}
.review-product-view .product-img-box img{margin-bottom:10px; background: #666;}
.review-product-view .product-img-box .ratings{margin:10px 0;}
.review-product-view .ratings-list{margin:10px 0;}
.review-product-view .ratings-list dt{padding-bottom:5px;}

#my-reviews-table{margin:15px 0;}

.review-customer-view .product-image-box{width:170px; float:left;}
.review-customer-view .product-image-box img{margin-bottom:15px;}
.review-customer-view .product-image-box .ratings{margin:5px 0;}

.review-customer-view .col-main .product-details{width:500px; float:left;}
.review-customer-view .col-main .product-details .data-table{margin:15px 0;}

.checkout-multishipping-register #form-validate{display:block; padding:20px;}

#recently-viewed-list-table{margin-top:20px;}
#recently-viewed-list-table td{border:0; padding:0 23px;}
#recently-viewed-list-table .product-image{float:left; margin-right:20px;}
#recently-viewed-list-table .price-box{margin:10px 0; padding:10px 0;}
#recently-viewed-list-table .price-box .price{background:#666; padding:5px 22px 5px 19px;}
#recently-viewed-list-table .add-to-links a{font-weight:normal; color:#FFFFFF;}
#recently-viewed-list-table .add-to-links .separator{display:none;}
#recently-viewed-list-table .ratings{height:30px;}
#recently-viewed-list-table .rating-box{margin:5px 0;}

#recently-compared-list-table{margin-top:20px;}
#recently-compared-list-table td{border:0; padding:0 23px;}
#recently-compared-list-table .product-image{float:left; margin-right:20px;}
#recently-compared-list-table .price-box{margin:10px 0;}
#recently-compared-list-table .price-box .price{background:#666; padding:5px 22px 5px 19px;}
#recently-compared-list-table .add-to-links a{font-weight:normal; color:#FFFFFF;}
#recently-compared-list-table .add-to-links .separator{display:none;}
#recently-compared-list-table .ratings{height:30px;}
#recently-compared-list-table .rating-box{margin:5px 0;}


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

#checkoutSteps .customer-name-middlename .name-firstname{width:190px!important;}
#checkoutSteps .customer-name-middlename .name-firstname input{width:180px!important;}
#checkoutSteps .customer-name-middlename .name-middlename{width:70px!important;}



.customer-dob input{width:50px!important;}
.customer-dob .dob-day{width:60px!important;}
.customer-dob .dob-month{width:60px!important;}
.customer-dob .dob-year{width:60px!important;}

.checkout-multishipping-billing #payment_form_paypal_direct{width:285px;}
.checkout-multishipping-billing #payment_form_paypaluk_direct{width:285px;}

#payment-tool-tip{margin-left:-50px;}

.sales-order-invoice .buttons-set{padding:20px; padding-top:0;}

.sales-order-creditmemo .col-main .data-table{margin:15px 0;}
.sales-order-creditmemo .col-main .buttons-set{padding:20px; padding-top:0;}

.catalog-product-view .rating-box{margin:10px 0;}

.sendfriend-product-send #product_sendtofriend_form{display:block; padding:20px; padding-right:170px;}

.sales-order-shipment .title-indent{margin-top:20px;}
.sales-order-shipment .col-main .buttons-set{margin:20px;}

.tag-list-index .tags-list{margin:20px;}

.checkout-multishipping-address-newbilling #form-validate{display:block; padding:20px;}
.checkout-multishipping-address-newbilling #form-validate .buttons-set{padding-right:0;}

#checkoutSteps #checkout-step-login .col2-set .col-1 .buttons-set{margin-top:30px;}

/*===========//custom-styles============*/
