/**
 * 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)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

body { font-family: Verdana,Arial,sans-serif; }

/* Layout ================================================================================= */
.wrapper {}
.page { width:1000px; margin:0 auto; padding:0 0 10px; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; }

/* Base Columns */ 
.col-left { float:left; width:232px; padding:0; }
.col-main { float:left; width:736px; padding:0px; }
.col-right { float:right; width:230px; 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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
span.hide { display: none; }

/* Blocks of content */

.content-block { font-family: Tahoma; font-size: 12px; border: 1px solid #E1E1E1; }
.content-block .page-title { height: 37px; background: url(../images/blocks/bg-title.jpg) 0 0 repeat-x; padding-left: 7px; padding-bottom: 0; margin-bottom: 0; }
.content-block .page-title h2 { height: 37px; line-height: 36px; background: url(../images/checkout/icon_basket.png) 0 50% no-repeat; padding-left: 48px; color: #5C5C5C; font-size: 12px; font-weight: bold; }
.content-block .page-content { padding: 20px 10px 10px; }


/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
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 */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.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 {}
span.required { color:#f00; }
span.rrequired { 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 { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px;}
.messages li li { margin:5px 0px 0px 0px; }

.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; }


p.note-msg	{
		padding-top:14px !important; 
		min-height:22px !important; 
		}



.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding-bottom:7px; margin:0 0 20px; border-bottom:1px solid #cacaca; }
.breadcrumbs ul { float: left; width: 700px; background: url(../images/breadcrumbs/bg.gif) 0 5px no-repeat; padding-left: 10px; }
.breadcrumbs li { display:inline; font-family: verdana; font-size: 11px; color: #5a5a5a; }
.breadcrumbs li a { text-decoration: none; color: #5a5a5a; }
.breadcrumbs li a:hover { text-decoration: underline; color: #000; }
.breadcrumbs li.home a { font-weight: bold; }

/* Page Heading */
.page-title { border-bottom:1px 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 { padding:5px; margin:5px 0; text-align:center; font-family: Tahoma; font-size: 12px; color: #878787 }
.pager .amount { float:left; margin-right: 10px; border-right: 1px solid #dcdcdc; padding-right: 10px; line-height: 12px; position: relative; top: 4px; }
.pager .amount strong { color: #a10000; }
.pager .limiter { float:right; }
.pager .pages { margin:0 5px; float: right; color: #636363; font-family: Verdana; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a { color: #636363; }
.pager .pages .current {}
.pager .pages .pager-nav a { text-decoration: none; }

/* Sorter */ 
.pager .sort-by { float:left; }
.pager .sort-by select { border: 1px solid #b4b4b4; margin-left: 5px; height: 14px; font-family: Tahoma; font-size: 11px; height: 18px; position: relative; top: -1px; padding:0; }

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #cfcfcf; font-weight:bold; white-space:nowrap; background-color: #edf4f9; font-size: 11px; color: #0f5185; }
.data-table td { padding:5px; border:1px solid #cfcfcf; vertical-align: middle; font-family: Verdana; font-size: 11px; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}


/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-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; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:260px; height:90px; margin-top: 5px; overflow:hidden; } 
.header-container {}
.header { padding: 0; height: 90px; }
.header .logo { background-position:0 35px; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:260px; height:90px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header ul { float:right; margin: 0 0 24px; }
.header ul.links { margin: 0 0 24px; line-height: 1.5; top: 0; background: url(../images/separators/top_links.gif) 0 50% no-repeat; padding-left: 3px; }
.header ul li { display: inline; margin-left: 8px; background: url(../images/separators/top_links.gif) 0 50% no-repeat; padding-left: 10px; }
.header ul li.first { background: none; padding-left: 0; }
.header ul li.last { display: inline-block; height: 30px; }
.header .links li.last { float:none; margin-left: 25px; background: url(../images/buttons/login.gif); height: 30px; }
.header .links li.last a { background: url(../images/buttons/login.gif) 100% 0 no-repeat; color: #fff; font-weight: bold; }
.header ul li.last a { padding: 5px 10px 0 0; display: block; height: 30px; margin: 0; }
.header ul li a { color: #004b91; text-decoration: none; margin: 10px 0; }
.header ul li a:hover { text-decoration: underline; }
#search_mini_form { float: right; display: block; }
#search_mini_form .form-search { text-align:right; }
#search_mini_form .form-search .search-autocomplete { z-index:999; }
#search_mini_form .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; width:154px;padding:0;margin:0}
#search_mini_form .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; display:block;}
#search_mini_form .form-search .search-autocomplete li .amount 
	{
	float:right; 
	font-weight:bold; 
	margin-left:3px;
	margin-top:1px;
	}

#search_mini_form .form-search .search-autocomplete li.selected {}
#search_mini_form .form-search input { margin-right: 8px; width: 150px; color: #bfbfbf; }
#search_mini_form .form-search .rbutton { font-weight: bold; }
.header .form-language { text-align:right; clear: right; }
.header .form-language label { color: #6d6d6d; }
.header .form-language select,
.header .form-language option { color: #3c3c3c; }

/********** < Navigation */
#nav { font-size:12px; font-family: Verdana; padding:0 5px; margin:10px 0; background: url(../images/menu/bg2.gif) 0 1px repeat; border-bottom: 1px solid #3281be; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li.level0 { background: url(../images/separators/top_menu.gif) 100% 6px no-repeat; }
#nav li.level0 a { float:left; padding:4px 8px; color:#fff; height: 19px; }
#nav li.level0 ul li a { float:none; height: auto !important; }
#nav li.over a,
#nav li.level0 > a:hover { background: #ef7500 !important; }
#nav li.active.level0, 
#nav li.level0.over { border: 1px solid #4a9ad6; border-width: 0 1px; height: 27px; }
#nav li.active.level0 a,
#nav li.level0.over a { padding-right: 7px; padding-left: 7px; height: 19px; }
#nav li.level0.over a { color: #fff; text-decoration: none; }
#nav li.level0.over a { border-bottom: 1px solid #b5d2e8; }
#nav li.active > a { background: #f7be87; text-decoration: underline; color: #464646; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:27px; left:-10000px; background:#f7fcff; border: 1px solid #146eb4; border-width: 0 1px 1px; padding: 10px 0; }
#nav ul li { float:none; font-family: Tahoma; font-size: 12px; }
#nav ul li.last > a { border-bottom:0 !important; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#000 !important; background: none !important; text-decoration: none !important; border-bottom:1px dashed #e6e6e6 !important; width: 80%; margin: 0 auto; }
#nav ul li a:hover { color:#000 !important; background: none; }
#nav ul li.active a { color:#000 !important; background: none !important; }
#nav ul li.parent > a { background: url(../images/menu/parent.gif) 100% 50% no-repeat !important; }
#nav li.nav-darzs,
#nav li.last { background: none; }
#nav li.nav-weekend { display: none; }
#nav li.parent ul li a:hover { background-color: #fde6d2 !important; }
#nav li.parent ul li a { background-color: transparent !important; }
#nav li.even { background-color: transparent;}

/* 3rd+ Level */
#nav ul ul { top:7px; border-color: #f7831e; border-width: 1px 1px 1px 1px; background: #fff; padding: 10px 0; }

/* Show Menu */
#nav li.over > ul { left:-1px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; border: 0 none; background: #edf7ff url(../images/leftmenu/bg.gif) 0 0 repeat-x; }
.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .block-title { padding: 0; margin: 0 5px; border:none; }
.block .block-title h2 { padding-bottom: 10px; }
.block .block-title h2,
.block .block-title h3 { border-bottom: 1px solid #146eb4; }
.block .block-title h2,
.block .block-title h2 {font-family: Verdana; font-size: 12px; text-transform: uppercase; color: #16316f; padding-top: 10px; }
.block .block-title h3 { font-family: 'Microsoft Sans Serif'; font-size: 12px; color: #646464; font-weight: normal; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav,
.block-layered-filter { }
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-filter .block-title h3 { padding-bottom: 5px; }
.block-layered-nav ol li { font-family: Tahoma; font-size: 12px; color: #5b5b5b; line-height: 22px; background: url(../images/leftmenu/arrow.gif) 100% 9px no-repeat; padding-right: 10px; }
.block-layered-nav ol li a { text-decoration: none; color: #000; }
.block-layered-nav ol li a:hover { text-decoration: underline; }
.block-layered-filter .block-title h2 { border-bottom: 0 none; padding-bottom: 0; }
.block-layered-filter .top-border,
.block-layered-filter .bottom-border { width: 212px; height: 5px; line-height: 5px; font-size: 4px; }
.block-layered-filter div.top-border { background: url(../images/filter/top.jpg) 0 0 no-repeat; }
.block-layered-filter div.bottom-border { background: url(../images/filter/bottom.jpg) 0 0 no-repeat; }
.block-layered-filter dt span { display: block; background: #a8d7fc; padding-left: 10px; font-family: Tahoma; font-size: 12px; }
.block-layered-filter dd { padding: 5px 10px 8px 15px; }
.block-layered-filter ol { list-style-type: decimal; margin-left: 20px; }
.block-layered-filter ol li { font-family: Tahoma; font-size: 12px; line-height: 20px; }
.block-layered-filter ol li a { text-decoration: none; color: #000; margin-right: 2px; }
.block-layered-filter ol li span { color: #5b5b5b; }
.block-layered-filter .currently { list-style-type: none; margin: 0; margin-top: 5px; }
.block-layered-filter .currently .filter { background-color: #d1eafe; margin-bottom: 6px; padding: 0; }
.block-layered-filter .currently div.top-border { background: url(../images/filter/selected_top.jpg) 0 0 no-repeat; }
.block-layered-filter .currently div.bottom-border { background: url(../images/filter/selected_bottom.jpg) 0 0 no-repeat; }
.block-layered-filter .currently div.selected-filter { padding: 0 10px; }
.block-layered-filter .currently div.selected-filter .label { display: block; float: left; width: 170px; color: #000; }
.block-layered-filter .currently div.selected-filter a { display: block; float: right; height: 12px; font-size: 5px; line-height: 5px; margin-top: 4px; }
.block-layered-filter .actions { margin-bottom: 2px; }
.block-layered-filter .actions a { float: right; color: #585858; font-family: Verdana; font-size: 11px; text-transform: lowercase; position: relative; top: -4px; }

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related .block-content { padding: 0 5px; }
.block-related li { padding:13px 0; }
.block-related li.even { background: transparent; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related li { border-bottom: 1px solid #cae1f3; }
.block-related li.last { border-bottom: 0 none; }
.block-related .item { margin-left:0px; }
.block-related .item .item{ cursor:pointer; border:1px solid #F6F6F6;}
.block-related .item .product-image { float:left; margin-right:-65px; border: 1px solid #e8e8e8; }
.block-related .item .product-details { margin-left:115px; }
.block-related .item .product-name { font-family: Tahoma; font-size: 11px; color: #616161; font-weight: normal;  }
.block-related .item .hover { border:1px solid #146EB4; }
.block-related .item .hover .product-name { color: #000000; }
.block-related .item .price { font-family: Tahoma; color: #F12F2B; }
.block-related .item .price-box { margin-bottom: 13px; }
.block-related .item .product-link { text-transform: lowercase; color: #616161; font-size: 11px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
/* Block: Checkout ` */
.block-progress { background-color: #fff9f3; }
.block-progress .block-title h2 { border: 0 none; font-size: 11px; }
.block-progress .block-title { margin: 0; padding: 5px 10px; background-color: #ffe0c1; border-bottom: 6px solid #feefe2; }
.block-progress .block-content { padding-top: 0; }
.block-progress dt { font-weight:bold; border-top: 1px dotted #dbd6d0; padding: 6px; }
.block-progress dt.first { border-top: 0; }
.block-progress dt.complete,
.block-progress dd.complete { font-size: 12px; }
.block-progress dt.complete { font-family: 'Microsoft Sans Serif'; }
.block-progress dd.complete { margin: 0 0 10px 14px; color: #727272; font-family: 'Microsoft Sans Serif'; line-height: 1.3; }
.block-progress dd.complete a { font-family: Tahoma; font-size: 11px; font-weight: bold; color:#5a5a5a; margin-top: 10px; display: block; }
.block-progress dd.complete .price { color: #000; font-weight: bold; }
.block-progress dd.complete .shipping-desc { }
/* ======================================================================================= */
/* ======================================================================================= */

/* CMS content =========================================================================== */
.cmscontent { font-family: Verdana; font-size: 12px; color: #5d5d5d; }
.cmscontent a { color: #868686; }
.cmscontent span { }
.cmscontent p,
.cmscontent h3,
.cmscontent h4 { margin-bottom: 14px; }
.cmscontent h1 { font-family: Arial; font-size: 14px; font-weight: bold; text-transform:uppercase; line-height: 1; padding-bottom: 8px; color: #093251; margin-bottom: 15px; }
.cmscontent h2 { font-family: 'Times New Roman'; font-size: 20px; color: #000; }
.cmscontent h3 { font-family: Tahoma; font-size: 12px; font-weight: bold; color: #000; }
.cmscontent h4,
.cmscontent h5,
.cmscontent h6 { font-family: Tahoma; font-size: 12px; font-weight: bold; font-style: italic; color: #000; }
.cmscontent h1.underline,
.cmscontent h2.underline,
.cmscontent h3.underline,
.cmscontent h4.underline,
.cmscontent h5.underline,
.cmscontent h6.underline { border-bottom: 1px solid #093251; }
.cmscontent hr { height: 1px; color: #BFBCBC; margin-bottom: 8px; border-width: 1px 0 0 0; border-top: 1px solid #BFBCBC; }
.cmscontent a { color: #115f9b; font-family: Arial; text-decoration: none; }
.cmscontent a:hover { text-decoration: underline; }
.cmscontent .limited { width: 740px; }

.cmscontent dt { font-size: 11px; color: #414141; text-transform: uppercase; }
.cmscontent dd { margin-bottom: 15px; }

.cmscontent ul { margin-left: 2px; padding-left: 0; list-style-type: none; }
.cmscontent ul.margin { margin-left: 15px; }
.cmscontent ul li { background: url(../images/cms/list_element_text.gif) 0 8px no-repeat; padding-left: 10px; display: block; }
.cmscontent ul li ul li,
.cmscontent ul.plus li { background: url(../images/cms/list_element_text_l2.gif) 0 8px no-repeat !important; }
.cmscontent ul li ul li ul li,
.cmscontent ul.arrow li { background: url(../images/cms/list_element_text_l3.gif) 0 8px no-repeat !important; }
.cmscontent ul.clear li { background: none; }
.cmscontent ul.pagelinks { border-left: 6px solid #f5e1d0; margin-bottom: 12px; }
.cmscontent ul.pagelinks li { background:none; padding-left: 7px; margin-bottom: 3px; }
.cmscontent ul.pagelinks li a,
.cmscontent ul.pagelinks li a:visited { color: #92462a; font-family: Verdana; text-decoration: none; }
.cmscontent ul.pagelinks li a:hover { text-decoration: underline; }
.cmscontent ul.messages li.success-msg { background-color: #EFF5EA; }
.cmscontent ul.messages li.success-msg li { background: none !important; }
.cmscontent ul.maps { margin-top: 20px; }
.cmscontent ul.maps li { background: none; padding: 0; float: left; margin: 0 10px 0 0; }
.cmscontent ul.maps li a { display: block; border: 1px solid #888; }
.cmscontent sup a { text-decoration: none; }
.cmscontent .footnote { font-size: 11px; }

.block-cms-menu { background: #f4f5f7 url(../images/cms/cms_block_bg.gif) 0 0 repeat-x !important; }
.block-cms-menu .block-content { font-family: Tahoma; font-size: 12px; }
.block-cms-menu ol li { line-height: 20px; background: url(../images/leftmenu/arrow.gif) 100% 9px no-repeat; padding-right: 10px; }
.block-cms-menu ol li a { text-decoration: none; color: #000; }

/* 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:100%; border-top: 1px solid #a1a1a1; border-bottom: 1px solid #a1a1a1; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:33%; padding:5px 0; overflow: hidden; }
.products-grid td.empty {}
.products-grid td { border-bottom: 1px solid #d4d4d4; }
.products-grid tr.last td { border-bottom: none; }
.products-grid td h3.product-name a {  text-decoration: none; color: #163a6f; margin-left: 5px; }
.products-grid td h3.product-name a span { font-family: Tahoma; font-size: 12px; font-weight: normal; }
.products-grid td .product-wrapper { padding: 2px 2px 5px; overflow: hidden; }
.products-grid td.over .product-wrapper { background: #fbe5d1; }
.products-grid td .product-image { text-align: center; width: 100%; display: block; background: #fff; margin-right: 0; }

.products-grid td .old-price { display: none; }
.products-grid td .special-price { margin: 0; }
.products-grid td .special-price .price-label { display: none; }
.products-grid td .price { font-family: Arial; font-size: 15px; font-weight: bold; color: #d12925; }
.products-grid td .definition { font-family: Tahoma; display: block; font-size: 10px; color: #6d6d6d; position: relative; top: 3px; height: 15px; margin-left: 5px; }
.products-grid td .price-box { margin-left: 5px; margin-bottom: 10px; }
.products-grid td a.buybutton { float: right; margin-top: 2px; margin-right: 20px; }
.products-grid td p.compare { float: left; margin-left: 5px; }
.products-grid td p.compare a { font-family: Verdana; font-size: 11px; color: #7b7b7b; }
.products-grid td p.availability { font-size: 11px; position: relative; top: 1px; }


#products-grid-main-table td { width:25%; }
#products-grid-main-table { border-width: 0; }

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { font-family: Verdana; }

.product-essential { border-bottom: 1px solid #e1e1e1; }
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; border-right: 1px solid #e1e1e1; padding: 0 11px; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image img { width: 265px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.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; background-color:#ddd; margin:0 0 8px 2px ; }

.product-view .product-img-box .more-views ul li a img,
.product-view .product-img-box .more-views ul li a:link img,
.product-view .product-img-box .more-views ul li a:visited img

	{
	border:white 1px solid;
	}

.product-view .product-img-box .more-views ul li a:hover img {border:#e1e1e1 1px solid;}


.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; width:423px; border-left: 1px solid #e1e1e1; position: relative; left: -1px; padding: 0 11px; }
.product-view .product-name h2 { font-family: 'Times New Roman'; font-size: 16px; font-weight: bold; color: #4f4f4f; border-bottom: 2px solid #efefef; padding-bottom: 5px; }
.product-view .product-name .definition { font-family: Tahoma; font-size: 10px; font-weight: normal; color: #6d6d6d; }
.product-view .short-description { margin-top: 5px; color: #565656; }
.product-view .availability { margin-top: 5px; }
.product-view p.reviews-count { float: left; margin-top: 5px; }
.product-view p { font-family: Tahoma; font-size: 11px; margin-bottom: 8px; }
.product-view p a { color: #16316f; }
.product-view .small { color: #929292; }

.product-view .price-box { margin: 30px 0 30px; }
.product-view .price-box .price { color: #bd241c; font-family: Tahoma; font-size: 28px; font-weight: normal; }


.product-view .price-box .price_alternate,
.product-view .price-box .price_alternate .price,
.price-box .special-price span.price .price_alternate,
.price_alternate,
.price-box .price_alternate .price


{ color: #929292; font-family: Tahoma; font-size: 12px; font-weight: normal; }



#FPSS div.price-box .special-price .price_alternate,
#FPSS div.price-box .special-price .price_alternate .price,
#FPSS div.price-box .price_alternate,
#FPSS div.price-box .price_alternate .price


{ color: #929292; font-family: Tahoma; font-size: 12px; font-weight: normal; }






#FPSS div.price-box .special-price .price_alternate,
.product-view .price-box .price_alternate,
.price-box .price_alternate
	{
	padding-left:15px;
	}


.product-view .add-to-box { margin: 25px 0 20px 0; }
.product-view .add-to-box ul.add-to-links { margin-left: 20px; }
.product-view .add-to-box ul.add-to-links li { background: url(../images/catalog/add-to-links.gif) 0 50% no-repeat; padding-left: 15px;  }
.product-view .add-to-box ul.add-to-links li a { color: #16316f; text-decoration: none; }

.product-view .info-tabs { padding-top: 20px; font-family: 'Microsoft Sans Serif'; font-size: 14px; }
.product-view .info-tabs ul li { float: left; margin-right: 7px; }
.product-view .info-tabs ul li a { background: #fafafa url(../images/catalog/tab_bg.gif) 0 0 no-repeat; display: block; padding-top: 6px; width: 193px; text-decoration: none; }
.product-view .info-tabs ul li a.active { background-image: url(../images/catalog/tab_bg_selected.gif); background-color: #eee; }
.product-view .info-tabs ul li span { display: block; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; padding: 3px 10px 8px; text-align: center; color: #000; }
.product-view .info-tabs ul li a.active span { font-weight: bold; }

.product-view .product-collateral { border: 1px solid #e1e1e1; }

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability { text-transform: lowercase; float: right; }
.availability .in-stock { font-weight:bold; color: #2a9c13; }
.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-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.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; font-family: Tahoma; }
.product-options dt label { font-weight:bold; font-size: 11px; color: #595959; }
.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 .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:5px 0 0; color: #ff0000; }

.product-options-bottom { padding:10px; border:0 none; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

#refreshConfiguredImages_title { color: #f89122; font-weight: bold; margin-top: 5px; }
#refreshConfiguredImages_list { margin-left: -7px; }
#refreshConfiguredImages_list img { margin: 0 7px !important; }

/* Grouped Product */
.grouped-items { font-family: Tahoma; font-size: 11px; color: #000; margin: 20px 0; }
.grouped-items tr.even { background: none; }
.grouped-items th { background-color: #f7f7f7; text-align: left !important; }
.grouped-items td { vertical-align: middle; }
.grouped-items td a.subproduct-info { color: #686868; text-decoration: none; }
.grouped-items td .price-box { margin: 0; }
.grouped-items td .price-box .price { font-size: 12px; color: #bf2126; }

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional { padding: 15px 10px 20px; }
.product-view .additional .data-table td,
.product-view .additional .data-table th { border-width: 0 0 1px 0; border-style: dotted; border-color: #d4d4d4; background-color: #fff; width: 50%; }

/* 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; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review { font-family: Verdana; font-size: 11px; padding: 10px; }
.product-view .add-review h3 { text-transform: uppercase; font-size: 11px; color: #414141; margin-bottom: 6px; }
.product-view .add-review .product-name { color: #7f7f7f; margin-bottom: 6px; }
.product-view .add-review .product-name span { font-weight:normal; letter-spacing: 0; letter-spacing: 2px;  }
.product-view .add-review label { color: #5d5d5d; line-height: 22px; }
.product-view .add-review input { width: 320px; border-color: #cbcbcb; }
.product-view .add-review textarea { width: 708px; height: 110px; border-color: #cbcbcb; }
.product-view .add-review .buttons-set { border: 0 none; padding-left: 0; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* 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; }
.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; }
.cart-table td.delete-link { vertical-align: top; }
.cart-table td.product-image { padding: 5px 20px; }
.cart-table .product-name a { text-decoration: none; color: #000; font-weight: normal; }

/* 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; margin-top: 20px; margin-bottom: 25px; padding: 5px; background-color: #edf4f9; }
.cart .totals table { width:100%; font-size: 12px; }
.cart .totals table td { padding:0px 5px; text-align: left; }
.cart .totals table th { font-weight:bold; padding: 0px 30px 0px 5px }
.cart .totals table tfoot td,
.cart .totals table tfoot th { border-top: 1px solid #ccc; padding-top: 7px; }
.cart .totals table .tax { padding-bottom: 9px; }

.cart .buttons-set { border: 0 none; padding: 0; }
.cart .buttons-set .checkout-types { float: right; }
.cart .buttons-set .checkout-types a.rbutton { margin-right: 0; margin-top: 0; position: relative; top: -3px; }
.cart .buttons-set .update-basket { float: right; margin-right: 20px; font-size: 12px; color: #16316f; font-weight: normal; }
.cart .buttons-set a { color: #464646; font-weight: bold; font-size: 11px; }

.no-items a { font-size: 12px; color: #16316f; font-weight: normal; }

/* 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; left:-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: 1px solid #ddd; position:relative; font-family: Tahoma; font-size: 11px; }
.opc li.section { margin-bottom: 1px; border-bottom:1px solid #d8d9d9; border-top:1px solid #d8d9d9; }
.opc .step-title { height: 36px; padding:0 15px; background-color: #ededed; border-bottom: 1px solid #D8D9D9; }
.opc .step-title .number { float:left; width: 18px; height: 18px; display: block; text-align: center; line-height:17px; margin:9px 15px 0 0; margin-top: 9px; background-color: #909090; font-size: 12px; color: #fff; font-weight: bold; }
.opc .step-title h3 { font-family: Tahoma; font-size: 12px; height: 30px; line-height: 35px; }
.opc .allow .step-title { cursor:pointer; }
.opc .active { border: 0 none !important; margin-bottom: 0 !important;}
.opc .active .step-title { cursor:default; background-color: #fff; }
.opc .step { padding:0 35px 7px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .active .step { border-bottom: 1px solid #d8d9d9; }
.opc #opc-billing { border-top: 0; }
.opc #opc-review { border-bottom: 0; margin-bottom: 0; }
.opc #opc-review.active .step-title { }
.opc #opc-review .button-set { margin-top: 10px; margin-bottom: 44px; }
.opc .order-review {}
.opc fieldset { margin-top: 15px; }
.opc fieldset p { margin: 0 !important; }
.opc fieldset label { line-height: 24px; color: #7B7B7B; font-weight: bold; }
.opc fieldset .input-box { margin-right: 30px; }
.opc fieldset .input-box textarea { width: 250px; height: 80px; }
.opc fieldset .group-select li { margin-bottom: 10px; }
.opc p.required { margin-top: 15px; font-size: 11px; }
.opc p.required span.required { color: #f00; }
.opc .button-set { margin-bottom: 32px; }
.opc .button-set .rbutton { margin: 6px 0 0 0; }
.opc .button-set .redlink { margin-top: 10px; }
.opc .address-select { margin-top: 10px; width: 100%; }
.opc .same-as-billing { margin-top: 10px; }
.opc .sp-methods { margin-top: 15px; position: relative; top: 7px; }
.opc .sp-methods .input-box { width: auto; }
.opc .sp-methods dt { font-weight: bold; }
.opc .sp-methods dd { margin: 0 0 5px; line-height: normal; padding-left: 20px;  }
.opc .sp-methods dd ul,
.opc .sp-methods table.custom-methods { font-family: Verdana; }
.opc .sp-methods dd ul li { padding-bottom: 5px; }
.opc .sp-methods dd ul li.first { border-top: 0; }
.opc .sp-methods dd ul li p { margin-left: 20px; font-size: 10px; color: #696969; margin-bottom: 4px; }
.opc .sp-methods dd ul li input,
.opc .sp-methods dd ul li label { display: block; float: left; margin-top: 6px;}
.opc .sp-methods dd ul li label { font-size: 12px; /*width: 620px; */}
.opc .sp-methods dd ul li input { position: relative; top: 1px; margin-right: 7px; }
.opc #checkout-payment-method-load { font-family: Verdana; font-size: 12px; }
.opc #checkout-payment-method-load dt { margin-top: 5px; }
.opc #checkout-payment-method-load dt label { font-weight: normal; }
.opc #checkout-payment-method-load dd { border: 0 none; }
.opc #checkout-payment-method-load dd label { float: none; font-weight: bold; font-size: 11px; color: #414141; text-transform: uppercase; }
.opc #checkout-payment-method-load dd .form-list { padding: 0; }
.opc #checkout-payment-method-load dd .input-box { border-left: 5px solid #f5e1d0; padding-left: 5px; }
.opc #checkout-payment-method-load dd .input-box label { margin-bottom: 10px; }
.opc .data-table { font-family: Tahoma; margin-top: 20px; }
.opc .data-table tfoot th,
.opc .data-table tfoot td { background: #fff; border-width: 0 0 1px; border-bottom-color: #efefef; }
.opc .data-table .product-name { font-weight: normal; line-height: 30px; }
.opc .data-table .product-image { margin: 5px 15px 5px 5px; }
.opc .data-table td.product-subtotal .cart-price { text-align: center; color: #bd2128; }
.opc .data-table th.tax { font-weight: normal; }
.opc .data-table td.tax .price { font-weight: bold; }
.opc .data-table tfoot tr.last td .price { font-weight: bold; color: #bd2128; font-size: 14px; }
.opc .data-table tfoot tr.last th strong { font-weight: normal; }
.opc .data-table tfoot th { white-space: normal; }
.opc #opc-login .step { padding: 0 20px 7px; }
.opc #opc-login .col2-set { color: #595959; margin-top: 15px; font-family: Verdana; }
.opc #opc-login .col2-set .col-1,
.opc #opc-login .col2-set .col-2 { width: 48%; }
.opc #opc-login .col2-set .col-2 { border-left: 1px dashed #E6E6E6; padding-left: 15px; }
.opc #opc-login h4 { color: #464646; margin-bottom: 8px; font-weight: normal; font-size: 17px; }
.opc #opc-login p { font-size: 11px; }
.opc #opc-login p strong { font-weight: normal; }
.opc #opc-login form { display: block; }
.opc #opc-login form fieldset { border: 0; padding: 0; margin: 0; }
.opc #opc-login form fieldset .form-list { margin-top: 15px; color: #000; }
.opc #opc-login form fieldset label { font-family: Tahoma; }
.opc #opc-login form .input-text { margin-bottom: 5px; margin-top: 0;}
.opc #opc-login .buttons-set { border: 0 none; }
.opc #opc-login .buttons-set .rbutton { float: right; }
.opc .opc-please-wait { float: right; margin-top: 16px; }
.opc .aitoc-attributes .input-box { width: auto; font-size: 10px; color: #696969; }
.opc .aitoc-attributes .input-box label { font-size: 11px; }
.opc a.back,
.opc a.redlink { color: #5A5A5A; font-weight: bold; }

.opc .div-review-total { background-color: #edf4f9; padding: 10px; margin-top: 20px; margin-bottom: 11px; }
.opc #review-total { font-family: Tahoma; font-size: 12px; }
.opc #review-total th { font-weight: bold; width: 80%; }
.opc #review-total th,
.opc #review-total td { padding: 0px 5px; }
.opc #review-total .tax { padding-bottom: 10px; }
.opc #review-total tr.last th,
.opc #review-total tr.last td { border-top: 1px solid #ddd; padding-top: 10px; }
.opc #review-total tr.last td { color: #bd2128; font-weight: bold; }

.checkout-onepage-success .dashboard-block a { color: #DA2828; }
.checkout-onepage-success .dashboard-block a:hover { color: #000; }
.checkout-onepage-success .dashboard-block p { margin-top: 10px;}

/* 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 .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; color: #D12925; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login { border: 1px solid #e1e1e1; font-family: Tahoma; font-size: 11px; color: #464646; }
.account-login .new-users {}
.account-login .registered-users {}

.account-login .page-title { background: url(../images/blocks/bg-title.jpg) 0 0 repeat-x; height: 39px; padding-bottom: 0; padding-left: 7px; border-bottom: 0 none; margin-bottom: 0; }
.account-login .page-title h2 { background: url(../images/customer/reg_icon.png) 0 0 no-repeat; font-size: 12px; font-weight: bold; color: #5c5c5c; height: 24px; line-height: 22px; padding-left: 32px; position: relative; top: 7px; }
.account-login #login-form { display: block; background: url(../images/blocks/bg-content.jpg) 0 0 repeat-x; padding: 5px 13px; }
.account-login .col2-set .col-1,
.account-login .col2-set .col-2 { width: 48%; }
.account-login .col2-set .col-2 { border-left: 1px dashed #e6e6e6; padding-left: 19px; }
.account-login .col2-set .new-users,
.account-login .col2-set .registered-users { padding-top: 10px; }
.account-login .col2-set h3 { font-family: Verdana; font-size: 17px; font-weight: normal; margin-bottom: 15px; }
.account-login .col2-set p { font-family: Verdana; font-size: 11px; margin-bottom: 30px; }
.account-login .col2-set .buttons-set { border: 0; margin:5px 0 10px; padding:0; }
.account-login .col2-set .buttons-set a { color: #464646; font-weight: bold; }
.account-login .col2-set label { color: #7b7b7b; }
.account-login .col2-set input { border: 1px solid #cbcbcb; margin: 5px 0 10px; }
.account-login .col2-set p.required { margin:0; font-family: Tahoma; }
.account-login .col2-set .rbutton { float: right; }
.account-login .col2-set .rbutton,
.account-login .col2-set .rbutton span { font-family: Verdana; font-size: 11px; font-weight: bold; letter-spacing: 1px; line-height: 1.1; margin-right: 0; }

.account-login .col2-set .rbutton span { font-family: Tahoma; font-size: 12px; font-weight: bold; letter-spacing: 1px; line-height: 1.0; margin-right: 0; }
.account-login a.orangebutton span
	{
	line-height: 1.0 !important;
	/*overflow:visible;*/
	}

/*
.account-login .col2-set .rbutton span {  height: 16px; overflow:hidden;line-height: 1.0  !important !important;}

*/


/* 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 { border:1px solid #ddd; padding:5px; }
.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; }
.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 .cart-price,
.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 { margin-top: 20px; padding:7px; background:#106db5; border: 1px solid #2175bd; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; display: block; text-align: center; width: 100%; }
.footer ul li { display: inline; margin-left: 7px; padding-left: 10px; background: url(../images/separators/footer.gif) 0 2px no-repeat; }
.footer ul li.first { background: transparent none; }
.footer ul li a { color: #fff; text-decoration: none; }
.footer ul li a:hover { text-decoration: underline; }

.copyright { margin-top: 16px; width: 100%; text-align: center; }
/* ======================================================================================= */

/* Round Buttons ========================================================================= */

a.rbutton, span.rbutton, del.rbutton{

	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;

	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:22px;
	text-decoration:none;
	color:#fff;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;
	vertical-align:middle;

    padding-top:-2px;
	_position:relative;
	_width:10px;
	_overflow-y:hidden;
}


a.buybutton, span.buybutton, del.buybutton,
a.buybutton span, span.buybutton button, span.buybutton input, del.buybutton span{
    background-image:url(../images/buttons/buy.jpg) !important;
    height: 18px !important;
    padding-left: 1px !important;
    padding-right: 5px !important;
    left: 5px !important;
    font-family: Verdana !important;
    font-size: 11px !important;
    font-weight: bold;
    letter-spacing: 1px !important;
    line-height: 0.8 !important;
}

a.rbutton, span.rbutton, del.rbutton,
a.rbutton span, span.rbutton button, span.rbutton input, del.rbutton span{
    background-image:url(../images/buttons/blue.jpg);
}

a.rbutton:hover, span.rbutton, del.rbutton,
a.rbutton:hover span, span.rbutton button, span.rbutton input, del.rbutton span{
    background-image:url(../images/buttons/blue_over.jpg);
}

a.orangebutton, span.orangebutton, del.orangebutton,
a.orangebutton span, span.orangebutton button, span.orangebutton input, del.orangebutton span{
    background-image:url(../images/buttons/orange.gif);
    font-weight: bold;
    line-height: 1.1 !important;
}

a.orangebutton:hover, a.orangebutton:hover span {
    background-image:url(../images/buttons/orange_over.gif);
}

a.rbutton span, span.rbutton button, span.rbutton input, del.rbutton span{

	white-space:nowrap;
	cursor:pointer;
    color:#fff;
	display:-moz-inline-box;
	display:inline-block;
	line-height:0.7;
    font-family:"Tahoma";
    font-size:12px;
    font-style:normal;
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:22px;
	padding:4px 20px 0 10px;
	border:none;
	vertical-align:text-top;
    position: relative;
    left: 10px;
}

html.safari a.rbutton span,
html.safari del.rbutton span{
  line-height:1.3;
}

html.safari span.rbutton button{
  line-height:2.6;
}

html.safari a.rbutton:focus,
html.safari span.rbutton button:focus{
    outline:none;
}

/* ======================================================================================= */ 

/* Featured Products ===================================================================== */

div.featured { border: 1px solid #f58220; border-width: 1px 0; float: left; margin-bottom: 20px; overflow: hidden; height: 217px; }
div.featured-left-border { float: left;  width: 7px; height: 219px; background: url(../images/featured/border_left.gif) 0 0 no-repeat; }
div.featured-right-border { float: left;  width: 7px; height: 219px; background: url(../images/featured/border_right.gif) 0 0 no-repeat; }
.featured-title { font-family: 'Microsoft Sans Serif'; font-weight: bold; font-size: 14px; color: #d46b05; margin-bottom: 10px; }

#FPSS .visio-blinker .over { background: #fbe5d1; }
#FPSS .visio-blinker .visio-block { width: 32.6%; margin: 2px 0px 0; overflow: hidden; height: 205px; padding-left:2px;padding-right:2px;padding-top:2px;}
/*#FPSS .visio-blinker .visio-block { width: 29%; margin: 5px 15px 0; overflow: hidden; height: 198px; }*/
#FPSS .visio-blinker .visio-block a { display: block; text-align: center; }
#FPSS .visio-blinker .visio-block .old-price { display: none; }
#FPSS .visio-blinker .visio-block .special-price { margin: 0; }
#FPSS .visio-blinker .visio-block .special-price .price-label { display: none; }
#FPSS .visio-blinker .visio-block .price { font-family: Tahoma; font-size: 14px; font-weight: bold; color: #f12f2b; }
#FPSS .visio-blinker .visio-block .product-name { text-decoration: none; color: #163a6f; text-align: left; }
#FPSS .visio-blinker .visio-block .product-name span { font-family: Tahoma; font-size: 12px; font-weight: normal; }
#FPSS .visio-blinker .visio-block ins h3 { font-family: Tahoma; font-size: 12px; font-weight: normal; color: #16316f; }
#FPSS .visio-blinker .visio-block ins h3 .definition { display: block; height: 14px; font-size: 10px; color: #6d6d6d; position: relative; top: 3px; }
#FPSS .visio-blinker .visio-block ins h3 a { display: block; margin-top: 0; }
#FPSS .visio-blinker .visio-block a 
	{ 
	margin-top: 0px; 
	/*width:100%;*/
	background-color:#FFFFFF;
	}

#FPSS .visio-blinker .visio-block span.details
	{
	}


#FPSS .visio-blinker .visio-block span.details a
	{
	background-color:transparent;
	}


#FPSS .visio-blinker .visio-block a img { margin: 0; }

#FPSS div.details-div-for-featured
	{
	margin-left:5px;
	}

.FPSSError { width: 660px; height: 157px; border: 0 none !important; }

#slider .visio-blinker { overflow:hidden; }

/* ======================================================================================= */ 


/* My Dashboard ===================================================================== */

div.my-dashboard
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}

div.my-dashboard div.page-title 
	{
	/*border-bottom:0px;*/
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}

div.my-dashboard div.page-title h2 
	{
	background: url(../images/customer/icon_settings.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 32px;
	line-height: 22px; 
	padding-left: 46px; 
	padding-top:5px;
	position: relative; 
	top: 2px;
	/*border-bottom:#d7d7d7 1px solid;*/
	}

div.my-dashboard div.dashboard
	{
	background:transparent url(../images/blocks/bg-content.jpg) repeat-x scroll 0 0;
	border-top:#FFFFFF 1px solid;
	padding:4px 6px 16px 6px;
	}


div.my-dashboard div.dashboard h3,
div.my-dashboard div.dashboard div.col2-set h4

	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:17px;
	color:#464646;
	text-decoration:none;
	border-bottom:#ededed 1px solid;
	padding-top:9px;
	padding-bottom:7px;
	padding-left:5px;
	}



div.my-dashboard div.dashboard div.welcome-msg h3
	{
	font-family:Verdana; 
	font-weight:bold;
	font-size:11px;
	color:#464646;
	text-decoration:none;
	border:0px;
	padding:9px 0 0 0;
	}

div.my-dashboard div.welcome-msg p
	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:11px;
	color:#464646;
	text-decoration:none;
	}


div.my-dashboard div.dashboard div.col2-set div.col-1 h4,
div.my-dashboard div.dashboard div.col2-set div.col-2 h4,
div.my-dashboard div.dashboard div.col2-set div.col-1 h5,
div.my-dashboard div.dashboard div.col2-set div.col-2 h5
	{                                              
	font-family:Verdana; 
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	border:0px;
	padding-bottom:8px;
	padding-top:10px;
	padding-left:0px;
	margin-left:-1px;
	}

div.my-dashboard div.dashboard div.col2-set,
div.my-dashboard div.dashboard div.col2-set p
	{
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#7f7f7f;
	line-height:16px;
	}


div.my-dashboard a,
div.my-dashboard a:link,
div.my-dashboard a:hover,
div.my-dashboard a:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}

div.my-dashboard div.dashboard div.col2-set
	{
	padding-bottom:11px;
	}

div.my-dashboard div.dashboard div.col2-set div.col-1
	{
	padding-left:8px;
	padding-top:4px;
	width:48%;
	}

div.my-dashboard div.dashboard div.col2-set div.col-2
	{
	padding-left:8px;
	padding-top:4px;
	width:48%;
	}


/* recent orders */

div.recent-orders
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}



div.recent-orders p
	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:11px;
	color:#464646;
	text-decoration:none;
	padding:22px 7px 23px 7px;
	border-top:#FFFFFF 1px solid;
	background:transparent url(../images/blocks/bg-content.jpg) repeat-x scroll 0 0;
	}





div.recent-orders div.title-buttons 
	{
	/*border-bottom:0px;*/
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}


div.recent-orders div.title-buttons h3
	{
	background: url(../images/customer/icon_money.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 35px;
	line-height: 22px; 
	padding-left: 46px; 
	padding-top:2px;
	position: relative; 
	top: 5px;
	/*border-bottom:#d7d7d7 1px solid;*/
	}


#my-orders-table-div 
	{
	border-top:#FFFFFF 1px solid;
	padding:22px 7px 23px 7px;
	background:transparent url(../images/blocks/bg-content.jpg) repeat-x scroll 0 0;

	}
#my-orders-table-div table {border:#cfcfcf 1px solid;}
#my-orders-table-div table th 
	{
	background-color:#edf4f9;
	font-family:Tahoma;
	color:#0f5185;
	font-size:11px;
	}

#my-orders-table-div table td
	{
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	vertical-align:middle;
	}

#my-orders-table-div table td.my-order-status
	{
	font-style:italic;
	padding-right:8px;
	}


#my-orders-table-div a,
#my-orders-table-div a:link,
#my-orders-table-div a:hover,
#my-orders-table-div a:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	}


/* recent reviews */


div.reviews
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	padding-bottom:18px;
	}

div.reviews a.all-reviews,
div.reviews a.all-reviews:link,
div.reviews a.all-reviews:hover,
div.reviews a.all-reviews:visited
	{
	font-weight: bold; 
	font-family:Tahoma;
	text-decoration:underline;
	font-size:11px;
	color:#5a5a5a;
	margin:0px 0px 0px 16px;
	}


div.reviews div.title-buttons 
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}



div.reviews div.title-buttons h3
	{
	background: url(../images/customer/icon_comments.png) 0px 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 33px;
	line-height: 22px; 
	padding-left: 43px; 
	padding-top:5px;
	margin-left:3px;
	position: relative; 
	top: 2px;
	}





#my_recent_reviews
	{
	padding:22px 7px 8px 11px;
	border-top:#FFFFFF 1px solid;
	background:transparent url(../images/blocks/bg-content.jpg) repeat-x scroll 0 0;
	}

#my_recent_reviews li
	{
	height:24px;
/*	margin-bottom:-3px;
	padding-top:3px;*/
	}

#my_recent_reviews li span.number 
	{
	float:left;
	background-color:#e5f4ff;
	width:15px;
	height:19px;

	font-weight: bold; 
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	text-align:center;
	padding-top:2px;
	margin:-1px 4px -2px 0px;
	}
#my_recent_reviews li h4.product-name a,
#my_recent_reviews li h4.product-name a:link,
#my_recent_reviews li h4.product-name a:hover,
#my_recent_reviews li h4.product-name a:visited

	{
	font-weight: normal; 
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#6a6a6a;
	}


/*

*/

/* ======================================================================================= */ 


/* Account Edit ===================================================================== */



div.account-edit
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}

div.account-edit div.page-title 
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}


div.account-edit div.page-title h2 
	{
	background: url(../images/customer/icon_information.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 32px;
	line-height: 22px; 
	padding-left: 44px; 
	margin-left: 2px; 
	padding-top:5px;
	position: relative; 
	top: 2px;
	}



div.account-edit fieldset
	{
	padding-left:20px;
	padding-right:10px;
	}
div.account-edit fieldset ul
	{
	padding-top:10px;
	}



div.account-edit h3
	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:17px;
	color:#464646;
	text-decoration:none;
	border-bottom:#ededed 1px solid;
	padding-top:9px;
	padding-bottom:7px;
	padding-left:0px;
	}




div.account-edit div.input-box
	{
	padding-right:40px;
	}




div.account-edit label { color: #7b7b7b; font-family:sans-serif;}
div.account-edit input { border: 1px solid #cbcbcb; margin: 5px 0 10px; }
div.account-edit p.required 
	{
	margin:0 15px 0 0;
	font-family: Tahoma; 
	text-align: right;
	font-size: 11px;
	}
div.account-edit .buttons-set 
	{
	border: 0px;
	margin: 5px 10px 10px 20px;
	padding: 0px;
	}


div.account-edit .buttons-set .rbutton
	{
	float:right;
	}



div.account-edit a.back-link,
div.account-edit a.back-link:link,
div.account-edit a.back-link:hover,
div.account-edit a.back-link:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}


/*
*/

/* ======================================================================================= */ 


/* Address book ===================================================================== */


div.address-book
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}

div.address-book div.page-title 
	{
	/*border-bottom:0px;*/
	border-bottom:#d7d7d7 1px solid;

	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}

div.address-book div.page-title h2 
	{
	background: url(../images/customer/icon_address-book.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 32px;
	line-height: 22px; 
	padding-left: 36px; 
	margin-left:10px;
	padding-top:4px;
	position: relative; 
	top: 3px;
	}

div.address-book div.col2-set
	{
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 5px 10px 10px 20px;
	margin:0px;

	}


div.address-book div.buttons-set
	{
	border: 0px;
	margin: 5px 10px 10px 20px;
	padding: 0px;
	}


div.address-book li.additional-address-entries
	{
	padding-top:10px;
	}
div.address-book div.col2-set h3

	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:17px;
	color:#464646;
	text-decoration:none;
	border-bottom:#ededed 1px solid;
	padding-top:9px;
	padding-bottom:7px;
	padding-left:0px;
	}


div.address-book  div.col2-set h4
	{                                              
	font-family:Verdana; 
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	border:0px;
	padding-bottom:8px;
	padding-top:10px;
	padding-left:0px;
	margin-left:-1px;
	}

div.address-book div.col2-set li
	{
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#7f7f7f;
	line-height:16px;
	}


div.address-book div.col2-set a,
div.address-book div.col2-set a:link,
div.address-book div.col2-set a:hover,
div.address-book div.col2-set a:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}

div.address-book a.back-link,
div.address-book a.back-link:link,
div.address-book a.back-link:hover,
div.address-book a.back-link:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}


div.address-book .buttons-set .rbutton
	{
	float:right;
	}


/* ======================================================================================= */ 


/* Address Edit ===================================================================== */



div.address-edit
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}

div.address-edit div.page-title 
	{
	/*border-bottom:0px;*/
	border-bottom:#d7d7d7 1px solid;

	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}

div.address-edit div.page-title h2 
	{
	background: url(../images/customer/icon_address-book.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 32px;
	line-height: 22px; 
	padding-left: 36px; 
	margin-left:10px;
	padding-top:4px;
	position: relative; 
	top: 3px;
	}

div.address-edit .first-address-fieldset
	{
	border-top:#FFFFFF 1px solid;
	background:transparent url(../images/blocks/bg-content.jpg) repeat-x scroll 0 0;
	}

div.address-edit fieldset
	{
	padding-left:20px;
	padding-right:10px;
	}
div.address-edit fieldset ul
	{
	padding-top:10px;
	}

div.address-edit h3
	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:17px;
	color:#464646;
	text-decoration:none;
	border-bottom:#ededed 1px solid;
	padding-top:9px;
	padding-bottom:7px;
	padding-left:0px;
	}

div.address-edit div.input-box
	{
	padding-right:40px;
	}

div.address-edit label,
div.address-edit li strong

	 {
	color: #7b7b7b; 
	font-family:sans-serif;
	}
div.address-edit input { border: 1px solid #cbcbcb; margin: 5px 0 10px; }
div.address-edit p.required 
	{
	margin:0 15px 0 0;
	font-family: Tahoma; 
	text-align: right;
	font-size: 11px;
	}

div.address-edit .buttons-set 
	{
	border: 0px;
	margin: 5px 10px 10px 20px;
	padding: 0px;
	}


div.address-edit .buttons-set .rbutton
	{
	float:right;
	}



div.address-edit a.back-link,
div.address-edit a.back-link:link,
div.address-edit a.back-link:hover,
div.address-edit a.back-link:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}

div.address-edit .group-select input.input-text, 
div.address-edit .group-select textarea
	{
	width:550px;
	}


div.address-edit .group-select li div input.input-text, 
div.address-edit .group-select li div textarea
	{
	width:250px;
	}


/* ======================================================================================= */ 



/* Orders History ===================================================================== */


/*orders-history*/


div.orders-history
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}



div.orders-history p.no-orders
	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:11px;
	color:#464646;
	text-decoration:none;
	border-top:#FFFFFF 1px solid;
	}





div.orders-history div.page-title
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}


div.orders-history div.page-title h2
	{
	background: url(../images/customer/icon_money.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 35px;
	line-height: 22px; 
	padding-left: 46px; 
	padding-top:2px;
	position: relative; 
	top: 5px;
	}

div.orders-history #my-orders-table-div 
	{
	border-top:#FFFFFF 1px solid;
	padding:7px 7px 7px 7px;
	background:transparent url(../images/blocks/bg-content.jpg) repeat-x scroll 0 0;
	}


div.orders-history .buttons-set 
	{
	border: 0px;
	margin: 5px 7px 10px 7px;
	padding: 0px;
	}


div.orders-history .buttons-set .rbutton
	{
	float:right;
	}



div.orders-history a.back-link,
div.orders-history a.back-link:link,
div.orders-history a.back-link:hover,
div.orders-history a.back-link:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}




/* ======================================================================================= */ 


/* Order View ===================================================================== */



/*view-order-info*/

div.view-order-info
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}

div.view-order-info div.page-title 
	{
	/*border-bottom:0px;*/
	border-bottom:#d7d7d7 1px solid;

	padding-bottom:0px;
	padding-left:5px;
	padding-right:10px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}

div.view-order-info div.page-title h2 
	{
	background: url(../images/customer/icon_money.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 35px;
	line-height: 22px; 
	padding-left: 46px; 
	padding-top:2px;
	position: relative; 
	top: 5px;
	}



div.view-order-info div.page-title a
	{
	line-height:35px;
	}



div.view-order-info dl.order-info
	{
	border:0px;
	margin: 5px 10px 10px 20px;
	padding:0;
	}

div.view-order-info dl.order-info li.current
	{
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#7f7f7f;
	line-height:20px;
	}


div.view-order-info p
	{
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#7f7f7f;
	line-height:20px;
	margin: 5px 10px 10px 20px;
	}

div.view-order-info div.col2-set
	{
	margin: 5px 10px 10px 20px;
	}


div.view-order-info div.col2-set h3

	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:17px;
	color:#464646;
	text-decoration:none;
	border-bottom:#ededed 1px solid;
	padding-top:9px;
	padding-bottom:7px;
	padding-left:0px;
	}


div.view-order-info div.col2-set,
div.view-order-info div.col2-set p
	{
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#7f7f7f;
	line-height:20px;
	}

div.view-order-info div.col2-set p
	{
	margin:0;
	}

div.view-order-info a,
div.view-order-info a:link,
div.view-order-info a:hover,
div.view-order-info a:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}


div.view-order-info .buttons-set .rbutton
	{
	float:right;
	}


/* Order Items  */


div.view-order-items
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}

div.view-order-items div.page-title 
	{
	/*border-bottom:0px;*/
	border-bottom:#d7d7d7 1px solid;

	padding-bottom:0px;
	padding-left:5px;
	padding-right:10px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}



div.view-order-items div.page-title h4 
	{
	background: url(../images/customer/icon_money.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 35px;
	line-height: 22px; 
	padding-left: 46px; 
	padding-top:2px;
	position: relative; 
	top: 5px;
	}



div.view-order-items a,
div.view-order-items a:link,
div.view-order-items a:hover,
div.view-order-items a:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}




div.view-order-items div.page-title a
	{
	line-height:35px;
	}



div.view-order-items div.col2-set
	{
	margin: 5px 10px 10px 20px;
	}


div.view-order-items div.col2-set h4
	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:17px;
	color:#464646;
	text-decoration:none;
	border-bottom:#ededed 1px solid;
	padding-top:9px;
	padding-bottom:7px;
	padding-left:0px;
	}

div.view-order-items div.col2-set td.label label,
div.view-order-items div.col2-set td
	{
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#7f7f7f;
	line-height:20px;
	/*margin: 5px 10px 10px 20px;*/
	font-weight:normal
	}



div.view-order-items #my-orders-table-div 
	{
	border-top:#FFFFFF 1px solid;
	padding:5px 20px 10px 20px;
	background:transparent;
	}



div.view-order-items #my-orders-table-div table td
	{
	vertical-align:top;
	}



div.view-order-items .button-set 
	{
	border: 0px;
	margin: 5px 20px 10px 20px;
	padding: 0px;
	}


div.view-order-items #my-orders-table h4.product-name,
div.view-order-items #my-orders-table strong,
div.view-order-items #my-orders-table td
	{
	font-family:Tahoma;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	line-height:20px;
	/*margin: 5px 10px 10px 20px;*/
	font-weight:normal
	}



/* ======================================================================================= */ 


/* Reviews List ===================================================================== */





div.reviews-list
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}



div.reviews-list p.no-orders
	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:11px;
	color:#464646;
	text-decoration:none;
	border-top:#FFFFFF 1px solid;
	}





div.reviews-list div.page-title
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}


div.reviews-list div.page-title h2
	{
	background: url(../images/customer/icon_money.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 35px;
	line-height: 22px; 
	padding-left: 46px; 
	padding-top:2px;
	position: relative; 
	top: 5px;
	}

div.reviews-list div.reviews-list-content
	{
	border-top:#FFFFFF 1px solid;
	background:transparent url(../images/blocks/bg-content.jpg) repeat-x scroll 0 0;
	padding:7px 7px 7px 7px;
	}


div.reviews-list .buttons-set 
	{
	border: 0px;
	margin: 5px 7px 10px 7px;
	padding: 0px;
	}


table#my-reviews-table td
	{
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	vertical-align:middle;
	}


table#my-reviews-table td a,
table#my-reviews-table td a:link,
table#my-reviews-table td a:hover,
table#my-reviews-table td a:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	}

table#my-reviews-table td .product-name a,
table#my-reviews-table td .product-name a:link,
table#my-reviews-table td .product-name a:hover,
table#my-reviews-table td .product-name a:visited
	{
	font-weight:normal;
	}



div.reviews-list a.back-link,
div.reviews-list a.back-link:link,
div.reviews-list a.back-link:hover,
div.reviews-list a.back-link:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}




/* ======================================================================================= */ 


/* Review View ===================================================================== */


div.review-view
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}


div.review-view div.page-title
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}


div.review-view div.page-title h2
	{
	background: url(../images/customer/icon_comments.png) 0px 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 33px;
	line-height: 22px; 
	padding-left: 43px; 
	padding-top:5px;
	margin-left:3px;
	position: relative; 
	top: 2px;
	}
div.review-view div.review-view-product-image
	{
	float:left;
	margin-right:20px;
	margin-left:20px;
	}


div.review-view div.product-details
	{
	float:left;
	}

div.review-view div.product-details,
div.review-view div.product-details p
	{
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#7f7f7f;
	line-height:20px;
	
	}

div.review-view div.product-details h3
	{
	padding-bottom:10px;
	}

div.review-view div.product-details h3.product-name a,
div.review-view div.product-details h3.product-name a:link,
div.review-view div.product-details h3.product-name a:hover,
div.review-view div.product-details h3.product-name a:visited
	{
	font-family:Verdana; 
	font-weight:normal;
	font-size:17px;
	color:#464646;
	text-decoration:underline;
	border-bottom:#ededed 1px solid;
	}


div.review-view .buttons-set 
	{
	border: 0px;
	margin: 5px 20px 10px 20px;
	padding: 0px;
	}


div.review-view a.back-link,
div.review-view a.back-link:link,
div.review-view a.back-link:hover,
div.review-view a.back-link:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}


/* ======================================================================================= */ 




/* Common style ========================================================================== */ 

div.for-shadow-div
	{
	border-top:#FFFFFF 1px solid;
	background:transparent url(../images/blocks/bg-content.jpg) repeat-x scroll 0 0;
	}



.address-edit a.orangebutton span,
.address-book a.orangebutton span,
.account-edit a.orangebutton span,
.account-create a.orangebutton span,
.forgot-password a.orangebutton span
	{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	line-height: 1.0 !important;
	letter-spacing: 1px;
	}


/* ======================================================================================= */ 

/* Account Create Pages ============================================================ */

div.account-create
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}


div.account-create div.page-title
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}
div.account-create div.page-title h2
	{
	background: url(../images/customer/reg_icon.png) 0px 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 27px;
	line-height: 22px; 
	padding-left: 30px; 
	padding-top:1px;
	margin-left:2px;
	position: relative; 
	top: 6px;
	}

div.account-create div.for-shadow-div
	{
	padding-left:14px;
	padding-top:20px;
	
	}


div.account-create fieldset h3 
	{
	font-family: Verdana; 
	font-size: 17px; 
	font-weight: normal; 
	margin-bottom: 15px;
	color:#464646;
	}


div.account-create fieldset label 
	{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	color:#7B7B7B;
	}


/*div.account-create .col2-set p { font-family: Verdana; font-size: 11px; margin-bottom: 30px; }*/


div.account-create div.input-box
	{
	padding-right:30px;
	}


div.account-create input { border: 1px solid #cbcbcb; margin: 3px 0 10px; }
div.account-create ul.group-select {margin-top:2px;}

div.account-create .buttons-set 
	{
	border: 0px;
	margin: 5px 10px 10px 20px;
	padding: 0px;
	width:532px;
	text-align:right;
	}



div.account-create .rbutton
	{
	margin-left:9px;
	}

div.account-create span.required-full
	{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	color:#de1010;
	line-height:22px;
	}


/* ======================================================================================= */ 


/* Forgot Password ============================================================ */

div.forgot-password
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}


div.forgot-password div.page-title
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}
div.forgot-password div.page-title h2
	{
	background: url(../images/customer/reg_icon.png) 0px 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 27px;
	line-height: 22px; 
	padding-left: 30px; 
	padding-top:1px;
	margin-left:2px;
	position: relative; 
	top: 6px;
	}

div.forgot-password div.for-shadow-div
	{
	padding-left:14px;
	padding-top:20px;
	
	}


div.forgot-password fieldset h3 
	{
	font-family: Verdana; 
	font-size: 17px; 
	font-weight: normal; 
	margin-bottom: 15px;
	color:#464646;
	}

div.forgot-password fieldset p 
	{
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	color:#464646;
	padding-bottom:10px;
	}


div.forgot-password fieldset label 
	{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	color:#7B7B7B;
	}


/*div.forgot-password .col2-set p { font-family: Verdana; font-size: 11px; margin-bottom: 30px; }*/



div.forgot-password input { border: 1px solid #cbcbcb; margin: 3px 0 10px; }
div.forgot-password ul.group-select {margin-top:2px;}

div.forgot-password .buttons-set 
	{
	border: 0px;
	margin: 5px 10px 20px 0px;
	padding: 0px;
	width:476px;
	text-align:right;
	}



div.forgot-password .rbutton
	{
	margin-left:9px;
	}

div.forgot-password p.required
	{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	color:#464646;
	width:470px;
	margin:0;
	padding:0;
	}


div.forgot-password a.back-link,
div.forgot-password a.back-link:link,
div.forgot-password a.back-link:hover,
div.forgot-password a.back-link:visited
	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}



/* ======================================================================================= */ 




/* Contact page (back link)============================================================ */

div.contacts-form
	{
	border:#e0e0e0 1px solid;
	padding-bottom:12px;
	}


div.contacts-form div.page-title
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}
div.contacts-form div.page-title h2
	{
	background: url(../images/contacts/icon_obr_svjaz.png) 0px 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 27px;
	line-height: 22px; 
	padding-left: 33px; 
	padding-top:2px;
	margin-left:2px;
	position: relative; 
	top: 5px;
	}

div.contacts-form div.for-shadow-div
	{
	padding-left:13px;
	padding-top:12px;
	
	}


div.contacts-form fieldset h3 
	{
	font-family: Verdana; 
	font-size: 17px; 
	font-weight: normal; 
	margin-bottom: 8px;
	color:#464646;
	}


div.contacts-form fieldset label 
	{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	color:#7B7B7B;
	}
div.contacts-form .group-select li
	{
	margin-bottom:14px;
	}




div.contacts-form div.input-box
	{
	padding-right:25px;
	}


div.contacts-form input { border: 1px solid #cbcbcb; margin: 3px 0 10px; }
div.contacts-form ul.group-select {margin-top:2px;}

div.contacts-form .buttons-set 
	{
	border: 0px;
	padding-left:2px;
	margin-top:4px;
	}



div.contacts-form .rbutton
	{
	margin-right:18px;
	}


div.contacts-form span.required-full
	{
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	color:#de1010;
	line-height:22px;
	}

div.contacts-form textarea
	{
	width:250px;
	}

/* ======================================================================================= */ 



/* Compare products popup ============================================================ */

body.catalog-product-compare-index
	{
	background:url(../images/catalog/compare_gradient.gif) repeat-x 0px 0px;
	}
.catalog-product-compare-index .page-title
	{
	border:0;
	}

.catalog-product-compare-index .page-title h2
	{
	color:#0b324f;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}


.catalog-product-compare-index .page-title a,
.catalog-product-compare-index .page-title a:link,
.catalog-product-compare-index .page-title a:hover,
.catalog-product-compare-index .page-title a:visited,

.catalog-product-compare-index  a.close-window-link,
.catalog-product-compare-index  a.close-window-link:link,
.catalog-product-compare-index  a.close-window-link:hover,
.catalog-product-compare-index  a.close-window-link:visited
	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#5a5a5a;
	}


.catalog-product-compare-index .buttons-set
	{
	text-align:right;
	border:0;
	}

.product_comparison-table-padding
	{
	background:#FFFFFF;
	padding:5px 7px 12px 7px;
	border:#e0e0e0 1px solid;
	}

.catalog-product-compare-index .data-table thead
	{
	background:#FFFFFF;
	}

.catalog-product-compare-index table.data-table
	{
	background:#FFFFFF;
	}

.catalog-product-compare-index div.a-right 
	{
	float:right;
	}
.catalog-product-compare-index .product
	{
	min-width:278px;
	text-align:center;
	}
.catalog-product-compare-index .price-box
	{
	float:left;
	margin-left:80px;
	width:80px;
	overflow:visible;
	text-align:left;
	}
.catalog-product-compare-index a.rbutton span
	{
	padding-left:0px;
	padding-right:10px;
	}

.catalog-product-compare-index .buy-button-compare
	{
	float:right;
	margin-top:5px;
	}
.catalog-product-compare-index .price
	{
	font-family:Tahoma;
	font-size:21px;
	font-weight:normal;
	color:#bf2523;
	letter-spacing: 1px;
	}

.catalog-product-compare-index h3.product-name a,
.catalog-product-compare-index h3.product-name a:link,
.catalog-product-compare-index h3.product-name a:hover,
.catalog-product-compare-index h3.product-name a:visited
	{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#5a5a5a;
	}

.catalog-product-compare-index .data-table tr th,
.catalog-product-compare-index .data-table tr td
	{
	border-color:#ededed;
	}

.catalog-product-compare-index .data-table tr th
	{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	}

.catalog-product-compare-index .data-table tr td
	{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#393939;
	}

.catalog-product-compare-index .data-table tr th
	{
	border-left:0px;
	color:#000000;
	}

.catalog-product-compare-index .data-table tr.first td,
.catalog-product-compare-index .data-table tr.first th
	{
	border-top:0px;
	background-color:#FFFFFF;
	}

.catalog-product-compare-index .data-table tr td.last
	{
	border-right:0px;
	}


.catalog-product-compare-index .data-table tr.even,
.catalog-product-compare-index .data-table tr.even th
	{
	background-color:#f8f8f8;
	}

.catalog-product-compare-index .data-table tr.odd,
.catalog-product-compare-index .data-table tr.odd th
	{
	background-color:#ffffff;
	}


/* ======================================================================================= */ 

/* Compare Products Menu  ================================================================ */ 

.block-compare a.compare-product-name,
.block-compare a.compare-product-name:link,
.block-compare a.compare-product-name:hover,
.block-compare a.compare-product-name:visited
	{
	color:#c65311;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
	}
.block-compare .compare-product-btn {float:right;margin-right:6px;}

.block-compare a.compare-product-clear,
.block-compare a.compare-product-clear:link,
.block-compare a.compare-product-clear:hover,
.block-compare a.compare-product-clear:visited

	{
	color:#7a7a7a;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
	}

.block-compare a.rbutton
	{
	float:right;
	}
.block-compare .actions
	{
	margin-top:5px;
	}
/* ======================================================================================= */ 


/* Logout page ======================================================================================= */ 



div.logout-page
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}


div.logout-page div.page-title
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;
	}


div.logout-page div.page-title h2
	{
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 33px;
	line-height: 22px; 
	padding-left: 15px; 
	padding-top:5px;
	margin-left:0px;
	position: relative; 
	top: 2px;
	}

div.logout-page .for-shadow-div
	{
	padding:15px 15px 15px 15px;
	}

div.logout-page p
	{
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#7f7f7f;
	line-height:20px;
	}

/* ======================================================================================= */ 

/* Order complete page =================================================================== */ 



div.checkout-success
	{
	border:#e0e0e0 1px solid;
	margin-bottom:12px;
	}


div.checkout-success div.page-title
	{
	border-bottom:#d7d7d7 1px solid;
	padding-bottom:0px;
	padding-left:5px;
	margin-bottom:0px;
	background:url(../images/blocks/bg-title.jpg) repeat-x 0px 0px;
	height:37px;

	}


div.checkout-success div.page-title h2
	{
	background: url(../images/customer/icon_money.png) 0 0 no-repeat; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5c5c5c;
	height: 35px;
	line-height: 22px; 
	padding-left: 46px; 
	padding-top:2px;
	position: relative; 
	top: 5px;
	}

div.checkout-success h3 
	{
	font-family: Verdana; 
	font-size: 17px; 
	font-weight: normal; 
	margin-bottom: 8px;
	color:#464646;
	text-decoration:none;
	border-bottom:#ededed 1px solid;
	padding-bottom:7px;
	}


div.checkout-success .for-shadow-div
	{
	padding:15px 15px 15px 15px;
	}

div.checkout-success p
	{
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#7f7f7f;
	line-height:20px;
	}




div.checkout-success a.back-link,
div.checkout-success a.back-link:link,
div.checkout-success a.back-link:hover,
div.checkout-success a.back-link:visited,

div.checkout-success p a,
div.checkout-success p a:link,
div.checkout-success p a:hover,
div.checkout-success p a:visited

	{
	font-family:sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#105a93;
	line-height:20px;
	}


div.checkout-success .buttons-set 
	{
	border: 0px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	text-align:right;
	}



/* ======================================================================================= */ 
.contacts a {
text-decoration:none;
color: #004b91;
}
.contacts a:hover {
text-decoration:underline;
}

#piedavajums-speka {
position: relative;
top: -15px;
text-align:right;
color:#bfbfbf;
padding-top:4px;
padding-right:1px;
font-size:11px;
clear: right;}

.gameIcon { float:left; padding:0 5px 5px 0; }


.products-grid td .product-image {position:relative;}

.products-grid td .product-image .online {

	position: absolute;
	bottom:5px;
	height:30px;
	left:5px;
	width:30px;
	}

#super-product-table .online {
	float:right;
	}

div.onlineOnly
	{
	padding:0 5px 5px 0; 
	clear:both;
	}



div.sendfriend-form fieldset h3 {
	color:#464646;
	font-family:Verdana;
	font-size:17px;
	font-weight:normal;
	margin-bottom:8px;
	}


div.sendfriend-form fieldset label {
	color:#7B7B7B;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
#add_recipient_button
	{
	float:left;
	width:300px;
	}
div.sendfriend-form .buttons-set
	{
	border:0px;
	padding:0px;
	}
div.sendfriend-form .buttons-set .orangebutton
	{
	float:right;
	}

#add_recipient_button a.redlink span
	{
	color:#105A93;
	font-family:sans-serif;
	font-size:12px;
	line-height:20px;
	text-decoration:underline;
	}

div.sendfriend-form .note-msg,div.sendfriend-form .notice-msg {
	background-color:#ECFBFE;
	border-color:#004F9C;
	color:#000000;
	}

