/**
 * 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)
 */

/* Layout ================================================================================= */
body{margin-bottom:20px;}
hr{ background-repeat:repeat-x; border:0px; display: none;}
.wrapper {  background-color:#fff; background-repeat:repeat-X;margin-bottom:20px;}
.page { width:950px; margin:0 auto; padding:0px 6px 0px 6px; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; }
.clearer{ clear:both;}

/* Base Columns */ 
.col-left { float:left; width:190px;  padding:5px 5px 0 0; }
.col-main { float:left; width:700px; padding:0px; }
.col-right { float:right; width:230px;  padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto;  }
.cms-home .col1-layout .col-main {  }
.col1-layout .col-main h2	{ margin: 0 0 10px 0; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:left; }
.col2-left-layout h2	{ margin: 10px 0 0 0px; }
.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:47%;clear:both; padding:5px;}
.col2-set .col-2 { float:left;width:250px;margin-left:20px;}
.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 ========================================================================= */
/* Form Elements */
.button{z-index:999;}
input,select,textarea,button { font:11px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ccc; }
input.input-text,textarea { padding:2px; margin-bottom:2px; }
input.input-text{  width:100px;}
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; }
.buynowbutton{ clear: both; border:0px; background-image:url(../images/buynow_customise.gif); background-repeat:no-repeat; background-position:center; width:184px; height:33px; margin:0px; cursor:pointer; float: left; }
.buynowbutton:hover{background-image:url(../images/buynow_customise_over.gif);}

.continuebutton{ border:0px; background-image:url(../images/continue_shopping.gif); background-repeat:no-repeat; background-position:center; width:181px; height:21px; margin-top:10px; cursor:pointer;}

.sendtofriend{ border:0px; background-image:url(../images/sendtofriend.gif); background-repeat:no-repeat; background-position:left;  height:21px; margin-top:10px; cursor:pointer;}
.dontlose{ border:0px; background-image:url(../images/dontlose-me.gif); background-repeat:no-repeat; background-position:left;  height:21px; margin-top:10px; cursor:pointer;}
.add-to-links li{  }
.add-to-links li a{ color:#FF0000;}
.add-to-links a:hover{color:#FF0000; }
.view_cell{width:160px; margin-bottom:10px; margin-top:10px; float:left; padding:4px 10px; border:1px solid #3873C2; margin-right:5px;}
.view_cell:hover{ background-color:#3873C2;color:#FFFFFF;}
.view_cell a:hover{color:#FFFFFF;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:8px 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ color:#fff; font-weight:bold;}

button.button:hover { color:#990000;}
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:260px; }
.form-list select { width:270px; }
.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; }
.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:#ffffff; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { 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;margin-top:10px; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:10px 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:12px !important; font-weight:bold !important; }
.error-msg {  border-color:#990000;  }
.success-msg { border-color:#990000;  }
.note-msg,
.notice-msg { border-color:#ffffff;  }


/* BreadCrumbs */ 
.breadcrumbs {
	border:0 none;
	margin:0 0 0px 0;
	padding:0;
}
.col2-left-layout .breadcrumbs {
	margin:5px 0 0px 0px;
}
.you-are-here{margin-right:10px;}
.breadcrumbs ul    { display: inline;  }
.breadcrumbs ul a    { color: #000; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight: normal; }

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

.headerBanner {margin:10px 0;float:left;}

h2{color:#990000;font-weight:bold;}

/* Pager */ 
.pager {  padding:2px 5px 2px 0px;  margin:2px 0px 2px 0px;  text-align:left; }
.pager .amount { float: left; display: block; overflow: auto; width: 120px; }
.pager .limiter { float:right; }
.pager .pages { width: 435px; float: left; text-align: center; }

.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin-left:2px; margin-right:2px; }
.pager .pages .current { text-decoration:none;}

/* Sorter */ 
.sorter { width: 200px; float: right; margin-top: 4px; }
.sorter .view-mode { }

.sorter .link-feed {}

.toolbar	{
	width: 739px;
}
.toolbar.top	{
	padding: 0px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.toolbar.bottom	{
	padding: 10px 0 10px 0;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

.toolbar.bottom .pages	{
	width: 100%;
}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead {  }
.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 {  }
.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 {  }
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; }
.std{}
/* 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:195px; height:103px; clear:both;overflow:hidden; } 
.header-container {}
.header-container-top { height: 132px;text-align:right; padding-top:0; color: #000000;font-weight: bold; }
.header-container-top .tools	{ float:right;width:600px;margin-bottom:10px;padding-top: 15px; top: 13px; position:relative; }
.header-container-top a	{  }
.header { padding:10px; background-image:url(../images/hr.gif); background-position:bottom; background-repeat:repeat-x; }
.header-container-top .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999px !important;float:left; margin-top: 15px; }
.header-container-top .logo a { display:block;  width:195px; height:103px; text-indent:-999px; color:#FFFFFF; font-size: 0px; }
.header-container-top .welcome-msg { }
.header-container-top .welcome-msg ul, .header-container-top .welcome-msg li { display: inline; }
.header-container-top .welcome-msg li	{ margin: 10px 0 7px 20px; }
.header-container-top .call-us	{ display:none;margin-top: 27px; color: #990000; font-family:Georgia,"Times New Roman",Times,serif; font-size: 21px; font-weight: normal; text-decoration: underline; }
.header-container-top .form-options-top {float:right;width:700px;cloar:both;}
.header-container-top .cart_mini {
	margin-left: 25px;
	padding: 0px 0 10px 25px;
	height:40px;
	float:right;
	background: url(../images/cart-icon.gif) no-repeat;
}


.header-container-top .cart_mini h3{
	display: inline;
	font-size: 100%; font-weight: bold;
}

.header .links { float:left; }

.social-bottom{ width:850px; float:left; text-align:left; }
.social-bottom img{float:right;margin:10px;}
.top_banner{ width:473px; float:left; margin-left:30px; margin-top:30px;}


.form-search { text-align:right;  font-weight:bold; margin:9px 0; background-position:bottom; background-repeat:repeat-x; padding-bottom:10px; }
.form-search .input-text	{ height: 17px; width: 205px; border-color: 1px solid #ccc; 	margin-bottom: 0px; }
.form-search .search-autocomplete { z-index:999; }
.form-search .button    {
    background: url(../images/button-search.gif) center center no-repeat;
    text-indent: -10000px;
    width: 57px;
    height: 23px;
}
.form-search .button:hover   {
    background: url(../images/button-search-over.gif) center center no-repeat;

}

.form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {}
.form-language { text-align:center; }

.header-container-top ul{

}

.payment-msg{
float:left;
padding-left:15px;
}
.top-link-subtotal{


}

/********** < Navigation */
#nav {  clear: both; background-color:#000000; color:#FFFFFF; text-transform: uppercase; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li.current	{ text-decoration:none; color:#000;  background-color: #dbd5ce; }
#nav li.current a	{ color: #000000; }
#nav li a { display:block; text-decoration:none; color:#fff; }
#nav li a:hover { text-decoration:none;  color:#000;  background-color: #dbd5ce; }
#nav li.active a { color:#990000; }
#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 a { float:left; padding:8px 15px 8px 15px; font-weight:normal;  color:#fff; }
.networking a { margin-right:5px;}
#nav li a:hover {   }
#nav li.over a,
#nav li.active a { background-color: #dbd5ce; color:#000;  }

/* 2nd Level */
#nav ul { position:absolute; width:120px; top:25px;  border:1px solid #3d414a; background:#3d414a; }
#nav ul li { float:none;  }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:bold; color:#fff !important;  }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */
#nav ul {
position: absolute;
z-index: 500;
}
#nav ul li:hover{
background-color:#828388;
}
#nav  ul {
position: absolute;
top: 37px;
left: 0;

}

#nav ul,
#nav li:hover ul ul,
#nav ul li:hover ul ul
{display: none;}

#nav li:hover ul,
#nav ul li:hover ul,
#nav ul ul li:hover ul
{display: block; }



/* Sidebar =============================================================================== */
.block {  margin:0 0 10px; }
.block .block-title { padding:0 0px; }
.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 {  }
.block-related .block-content{ padding-left:0px;}
.block-related .block-title { padding:0px; }
.block .actions { text-align:right; clear:both; margin-bottom:10px; }
.block .actions a { float:left; }

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

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

/* Block: Layered Navigation */
.block-layered-nav { margin-top:-10px; }
.block-layered-nav dt { font-size: 11px; text-transform: uppercase; margin-top:10px;  }
.block-layered-nav ol li a {  }
.block-layered-nav dd { padding: 0; margin-bottom: 20px; width: 130px; }
.block-layered-nav .currently { margin-bottom:5px; margin-top:5px;}


.block-layered-nav ol li.colour_swatch a { background-image:none; background-position:left center; background-repeat:no-repeat; padding-left:0px; margin-left:0px;  }


.block-layered-nav ol li.colour_swatch { width:20px; float:left; margin-bottom:2px; }
.swatch{
	height:15px;
	width:15px;
	display:inline;
	height:15px; width:15px; 
	border:1px solid #808080;
	display:block;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
}
.swatch:hover{border:1px solid #fff;}

.remove{
	float:left;
	margin-right:5px;
}

/* Block: Cart */
.block-cart {display:none;}
.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 */
#RelatedArea{float:left;clear:both;border-top:1px solid #cdc9c5;width:760px;}
.block-related {}
.block-related li { padding:5px 0; margin:10px 0;}
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { float:left; margin-right:5px; width:195px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:0px; float:left; }

/* Block: Compare Products */
.block-compare {display:none;}
.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 {float:left; }
.header-container-top .block-subscribe { float:left; text-align:left; height:30px; }
.header-container-top .block-subscribe .input-box { display:inline; }
.header-container-top .block-subscribe .label { float:left; }

/* Block: Reorder */
.block-reorder {display:none;}
.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-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete { font-weight:bold;}
.block-progress dd.complete { }
/* ======================================================================================= */


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

.brands-footer	{ margin-left: -210px; border-top: 1px solid #ccc; padding-top: 8px; }
.brand-footer	{ margin: 10px 0 40px 0; }
.brand-footer h2	{
	text-transform: uppercase;
	color: #666666;
	font-size: 12px;
	width: 494px;
	margin-left: 0px;
}

.brand-footer p	{
	width: 494px;
	font-size: 12px;
}

.brand-footer img	{
	float: right;
}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid .magnification .level    { color: #000; }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { padding-right:0px; padding-bottom:0px;}
.products-grid td .button	{ display: none; }
.products-grid td .price	{ color: #990000; }
.products-grid td.empty {width:195px; }
.products-grid .product-image img{ margin-left:-5px;margin-top:10px;  float:left; background-color:#FFFFFF; margin-bottom:5px; margin-right:10px; z-index:1; position:absolute; }
.products-grid .available-color	{ color: #000000; }


.new_product{ background-image:url(../images/new-product.jpg); background-position:top; background-repeat:no-repeat; top:0px;  margin-top:-10px;left:27px; width:49px; height:25px; z-index:200; position:absolute;}
.perscription{ background-image:url(../images/pres_icon.jpg); background-position:top; background-repeat:no-repeat; top:0px; margin-top:-10px;left:0px; width:25px; height:25px; z-index:200; position:absolute;}

.prod_image{ position:absolute; width:193px; height:138px; background-color:#FFFFFF; top:0; left:0; z-index:1;padding:3px;}


.prod_cell{ position:relative; width:193px; height:163px; background-color:#FFFFFF; top:0; left:0;}

.product_details_pos{ position:relative;  width:365px; }
/* 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; }
.products-list .product-shop fieldset	{ margin:0;}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}
.product-tabs{margin-left:-30px;}
.product-essential {margin-left:0px;margin-top:10px;}
.product-collateral { margin-left:0px;margin-top:10px;}

/* Product Images */
.product-view .product-img-box { float:left; display:block; }
.product-view .product-img-box .more-views    { width: 310px; }
.product-view .product-img-box-inner { float:left; position:relative; width:365px; display:block;}
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width:365px; 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:1px; background-color:#ddd; margin:8px 0 8px 4px ; }

.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 { width: 360px; float: right; }
.product-view .product-name { margin-bottom:15px; margin-top:15px; }
.product-view .product-name strong { color: #000; }
.product-view .product-name h2	{ font-size: 22px !important; font-weight: normal; font-family:Georgia,"Times New Roman",Times,serif;margin-left:0px;  }
.product-view .short-description {}

/* 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 { }
.prod_wrapper .availability { margin:0 !important; }
.prod_wrapper p	{ margin: 0 !important; }
.availability .in-stock { font-weight:bold; margin-left: 40px; text-transform: uppercase; color: #990000; }
.availability .out-of-stock { font-weight:bold; color: #f00; }

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

.price-box {  }
.product-shop .price-box	{ margin: 0px 0 12px 0; font-size: 20px; }
.product-shop .rrp    { margin-top: 10px; color: #000; font-size: 11px; }
.price-box .price { color: #990000 !important; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; font-size:1.2em;color:#3873c2;  }

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

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; font-size: 11px; }
.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:0px; }
.price-notice .price { font-weight:bold; }


.large_white{ color:#FFFFFF; font-size:16px;}

/********** 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 */
.product-shop .add-to-cart	{ clear: both; }
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button {
	background-image:url(../images/button-basket.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:137px;
	height:37px;
	}
.add-to-cart button.button span	{
	display: none;
	background-image:url(../images/button-basket-over.gif);
}
	
.add-to-cart button.button:hover{background-image:url(../images/button-basket-over.gif);}
/* 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-box	{ float: left; width: 170px;  }
.product-options .title { color:#ffffff; font-size:1.2em; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:0 20px 5px 0; }
.product-options dt { 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 {margin:5px 0 15px 0; overflow: auto;}
.product-options .options-list input.radio { float:left; background-color:#0000CC;  }
.lens_none{  }
.package_cell{ padding:2px; margin-right:2px; position:relative;}
dt{clear:both;margin-top:4px;}

.lens_cell{ width:170px; float:left;  padding:2px; margin-right:2px; position:relative;}
.lens_label {background:url(../images/skip.gif);}
.lens_label span {}
.select_button{ margin-right:10px; margin-bottom:5px; margin-top:0px;}
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { margin-left:20px; display: block; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

#enter_presc{

}

#or_div{
width:50px;
text-align:center;
float:left;
font-size:18px;
}
#login_presc{
	margin: 10px 0;
}
.login_label{
width:100px;
display:block;
float:left;
}
.product-options dd.Sphere_Near_Right_Eye { margin-bottom:55px; }
.product-options dd.Prescription_Name {  }
.product-options dd.Extra_Info { width:300px;  }
.product-options dd.Extra_Info input	{ width: 100px; }

.Extra_Info {
width:420px;
float:left;
margin-left:200px;
clear:both;
}

.Sphere_Distance_Right_Eye {
width:88px;
float:left;
}
.Sphere_Distance_Left_Eye {
width:88px;
float:right;
}
.Cylinder_Distance_Right_Eye{
width:88px;
float:left;
}
.Axis_Distance_Right_Eye{
width:88px;
float:left;
}
.Right_Intermediate_Addition{
float:right;
width:88px;
}
.Right_Near_Addition{
float:right;
width:88px;
}
.Sphere_Intermediate_Right_Eye {
width:88px;
float:left;
clear:both;
}
.Cylinder_Intermediate_Right_Eye{
width:88px;
float:left;
}
.Axis_Intermediate_Right_Eye {

width:88px;
float:left;
}

.Sphere_Near_Right_Eye{
width:88px;
float:left;
clear:both;

}
.Cylinder_Near_Right_Eye{
width:88px;
float:left;
}
.Axis_Near_Right_Eye{
width:88px;
float:left;
}


.Sphere_Distance_Left_Eye {
width:88px;
float:left;


}
.Cylinder_Distance_Left_Eye{
width:88px;
float:left;
}
.Axis_Distance_Left_Eye{
width:88px;
float:left;
}
.Left_Intermediate_Addition{
float:right;
width:88px;
}
.Left_Near_Addition{
float:right;
width:88px;
}
.Sphere_Intermediate_Left_Eye {
width:88px;
float:left;
clear:both;
}
.Cylinder_Intermediate_Left_Eye{
width:88px;
float:left;

}
.Axis_Intermediate_Left_Eye {
width:88px;
float:left;
}

.Sphere_Near_Left_Eye{
width:88px;
float:left;
clear:both;

}
.Cylinder_Near_Left_Eye{
width:88px;
float:left;

}
.Axis_Near_Left_Eye{
width:88px;
float:left;
}

.testimonials_entry_name{
font-weight:bold;
margin-bottom:30px;
}
.testimonials_entry{
margin-bottom:30px;
}

#prescriptions_table{
	background-image:url(../images/prescriptions_background.gif);
	width:569px;
	min-height:351px;
	padding:50px 0px 0px 100px;
	background-position:0px 4px;
	background-repeat:no-repeat;
	border-bottom: 1px solid #ccc;
}
#prescriptions_table .validation-advice { color:#ffffff; font-size:0; line-height: 0;
background:none;
height:0px;
min-height:0px; } 

.step_box{
width:120px;
height:100px;
border:4px solid #86d6f6;
display:block;
float:left;
margin-right:12px;
margin-bottom:10px;
padding:10px;
cursor:pointer;
background-color:#1b3a64;

}

.step_box:hover{background-color:#FFFFFF;color:#1b3a64;}

.home_ad{ width:300px; margin-right:20px; float:left; }
.home_adwrapper{background-image:url(../images/hr.gif); background-repeat:repeat-x; background-position:bottom; padding-bottom:10px; float:left; width:100%; margin-top:10px;}
.product-options-bottom { font-size:1.4em;}
.product-options-bottom .price-box {  }

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

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

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

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

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; 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; }

.products-grid button { float:right; }

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

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


/* Content Styles ================================================================= */


/* Product Tags */
.tags-list li { display:inline; }

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

/* CMS Home Page */


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

/* 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 { width: 260px; }

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

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; 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-left .block-content h3	{ font-weight: normal; font-size: 11px; text-transform: uppercase; margin-top: 10px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


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

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

.multiple-checkout { position:relative; }
.multiple-checkout .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; }
.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 { }
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {margin-bottom:10px;}

/* 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 > */
.control {display:none;}
/* Order View */
.order-info { border:1px solid #ddd; padding:5px; margin-bottom:10px;}
.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 { clear:both;}
.footer p { text-align:right;  }
.footer address { text-align:right; float:left; }
.footer ul { padding:0; clear: both; list-style: none; }
.footer li { float:left; padding:0px 0px 0px 0px; font-size:11px; }
.footer ul.links { width:300px; float:right; text-align:right;}
.footer ul.links li{ padding:5px 20px 5px 0px; float:right;}
#footer_links { width:500px; }
#footer_right { float:right; }
#footer_right li { float:right; }
#footer_right ul { padding:0px; }
#footer_address1 {  float:left; width:150px; font-size:10px;  color:#CBCBCB; }
#footer_address2 {  float:left; width:150px; font-size:10px; color:#CBCBCB; }
#footer_address3 {  float:left; width:200px; font-size:10px; color:#CBCBCB; }
#footer_cards {  float:right; }
#footer_top { width:100%; float:left;  padding:0px 0px 10px 0px; margin-bottom:10px; margin-top:10px;}
#footer_banner1{ background-image:url(../images/hr.gif); background-repeat:repeat-x; background-position:bottom; padding-bottom:10px; }
#footer_banner2{ padding-bottom:10px; }

.footer-main-links	{
	background-color: #000;
	overflow: auto;
}

.footer-main-links li	{
}

.footer-main-links a	{
	color: #FFFFFF;
	padding: 7px 20px 7px 20px;
	display:block;
}

.footer-main-links a:hover	{
	background-color: #DBD5CE;
	color:#000;
}

.footer-sub-links 	{
	margin: 20px 0 20px 0;
	overflow:auto;
	display:block;
	color: #999;
	float: left;
}

.footer-sub-links li	{
	margin-right: 20px;
}

.footer-sub-links a	{
	color: #999;
}

.footer .right	{
	float: right;
	margin: 20px 0 20px 0;
}

.footer .right .social	{
	float: right;
	margin-left: 23px;
}

.footer .payment-methods	{
	text-align: center;
	clear: both;
	border-top:1px solid #cccccc;padding:10px 0;margin:10px 0;
	
}
.footer .brand-copyright	{
floar:right;	
	color:#999;padding:20px 0;
	
}

/* ======================================================================================= */

.highlight	{ color: #990000; }

.home-focus	{
	margin: -10px 0 0 0px;
}

.home-slide	{
	position: relative;
}

.home-slide .home-nav	{
	list-style: none;
	padding:0;
	margin:0;
	position: absolute;
	top: 0;
	right: 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	z-index: 10;
}

.home-slide .home-nav li	{
	list-style: none;
	display: block;
	width: 235px;
	height: 68px;
	text-align: right;
	background: url(../images/home-promo-bg.gif) top right no-repeat;
	background-color: #e7e3df;
	margin-top: 10px;
}

.home-slide .home-nav li a	{
	display: block;
	width: 219px;
	text-align: left;
	padding: 10px 0 0 15px;
	color: #990000;
	text-decoration: underline;
}

.home-slide .home-nav li a span	{
	display: block;
	width: 180px;
}

.home-focus .brands	{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

.product-tools	{
	margin: 10px 0 0 190px;
	font-size: 11px;
}

.product-tools h4	{
	color: #000000;
}

#prod_login	{  }

.bold	{ font-weight: bold; }
.italic	{ font-style:italic; }

.login-prompt	{ color: #990000; font-style: italic; margin-bottom: 5px;  }

.presc-form h3    {
    text-transform: uppercase;
    margin: 10px 0;
    clear: both;
    overflow: auto;
}

.presc-form .purpose    { margin: 0 50px 10px 0; }

.presc-form .right-eye    {
    width: 130px;
    float: left;
}

.presc-form .left-eye    {
	float: right;
    width: 170px;
}

.presc-form .right-eye p label, .presc-form .left-eye p label    {
	display: block;
	float: left;
    width: 80px;
}

.presc-form .right-eye p, .presc-form .left-eye p {
	margin: 0 0 5px 0;
}

.presc-form h3.pd	{
	overflow: auto;
	clear: both;
	padding-top: 10px;
}


.prescriptions-table	{
	clear: both;
        border-top: 1px solid #ccc;
        padding-top: 10px;
}

.prescriptions-table .terms    {
    width: 500px;
    margin-right: 75px;
    float: left;
}

.prescriptions-table .terms p    {
    margin-bottom: 10px;
}
.prescriptions-table .terms input    {
    margin-right: 5px;
}

.prescriptions-table h2    {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px !important;
    color: #990000 !important;
    text-decoration: underline;
    margin-bottom: 10px !important;
}   




/* liScroll styles */
.brand-ticker	{
}

.tickercontainer { /* the outer div with the black border */
background: #fff; 
width: 944px; 
height: 44px; 
margin: 0 0 0 0; 
padding: 15px 0 0 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 944px;
overflow: hidden;
clear: both;
}
ul.newsticker { /* that's your list */
position: relative;
left: 944px;
width: 8000px !important;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;overflow: hidden;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
	
.whats-hot	{
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.tab-text p    {
    margin: 0 0 5px 0;
}

.tab-text ul    {
    margin: 15px;
}

.tab-text li    {
    list-style: disc;
    margin: 0 20px 5px 0;
}

.product-brand	{ margin-top: 20px; }

.newsletter-signup    {
	float:left;
	margin-top:10px;
	margin-left:50px;
	width:340px;
}

.newsletter-signup .block-subscribe {
    float: left;
	margin-left: 10px;
}

.newsletter-signup .social    {

}

#advice-required-entry-newsletter	{
	display: none;
}


.product-view .dimensions    {
    background: url(../images/dimensions.gif) top left no-repeat;
    width: 358px;
    height: 81px;
    color: #990000;
    position: relative;margin-bottom:10px;
}

.product-view .dimensions p {
    display: block;
    width: 70px;
    position: absolute;
    text-align: center;
}

.product-view .dimensions .arm-length    {
    top: 5px;
    left: 230px;    
}

.product-view .dimensions .bridge-width    {
    top: 5px;
    left: 37px;    
}

.product-view .dimensions .lens-width    {
    top: 36px;
    left: 4px;    
}

#tab2.tab-text li	{ list-style: none !important; }

.Prescription_Name	{ display: none; }

.main.col1-layout	{ min-height: 300px; }
.brand-header	{ margin-top: 10px; }

.contactform .form    {    width: 550px; }
.contactform .address    { float: right; width: 400px; }

#co-shipping-method-form	{ width: 270px; }
#advice-validate-email-newsletter	{ display: none; }

.home-focus-text    {
    position: absolute;
    top: 255px;
    min-height: 125px;
    left: 0px;
    width: 434px;
    z-index: 999;
    background-color: white;
}

.home-focus-text a { 
    margin: 18px 25px 18px 25px;
    font-size: 22px;
    line-height: 185%;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #990000;
    text-decoration: underline;
    display: block;
}

.oakleyrange	{
	display: none;
}

.tab-text .form-list li	{
	list-style: none;
	margin:0;
}

.tab-text .form-list {
	margin:0;
}

.add-review	{
}
.add-review .product-name	{
	display: none;
}

.add-review fieldset textarea	{
	height: 100px;
}
