.wrapper {min-width:960px}
.page { width:100%; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; }

.cms-home div.main {
	margin-bottom:0px;
}

/* Base Columns */
.col-left { float:left; width:199px;}
/*.col-main { float:left; }*/

.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

.col-left .inset {padding-left:10px;}

select .manufacturer { width:100% }

/* 1 Column Layout */
.col1-layout .col-main { float:none; padding-left:13px;padding-right:13px; }

.cms-home div.col-main {
	margin-right:0px;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
margin-right:13px;
}

.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 ========================================================================= */
/* 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 { }
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:0px 0px 0px 12px; margin:0px; background:url(../images/button_bg.gif) 0% 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; clear:left; padding-left:10px;padding-right:6px; padding-bottom:2px; background:url(../images/button_bg.gif) 100% 50% no-repeat; font:bold 11px/21px verdana, 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; }
.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 {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
div.required { font-size:10px; text-align:left; }
/* 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 { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { float:left; padding-left:10px;padding-top:4px; font-size:12px}
.breadcrumbs li { display:inline; color:#ae7dde}
.breadcrumbs li a { display:inline; text-decoration:none;color:#ae7dde}
.breadcrumbs li a:hover {text-decoration:underline}

.breadcrumbs li.last {color:#7c3fa8}

/* Page Heading */
.page-title {
	color:#fff;
	padding-left:10px;
	height:35px;
	margin-bottom:10px;
	font-size:20px;
	padding-top:3px;
	margin-right:-13px;
}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.order-page-title {
	color:#fff;
	padding-left:0px;
	/*height:35px;
	margin-bottom:30px;*/
	margin-bottom:5px;
	font-size:20px;
	padding-top:3px;
	/*margin-right:-13px;*/
	text-align: right;
}

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color: #fff; /*#f6f6f6;*/ }
.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 0em; 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; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:226px; height:45px; overflow:hidden; background:url(../images/logo_postoptics.gif)}
.test-logo {background-image:url(../images/logo_postoptics_test.gif) !important;}
.header-container { padding-left:13px; padding-right:10px}
.header { height: 84px;  }
.header .logo { float:left;padding-top:18px; background-position:0 18px; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:63px; }
.header .logo_eye { float:left;padding-top:5px; padding-left:12px}
.header .phone { float:right;padding-top:14px;}


.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }
.topstrap {
	float:left;
	margin-top:20px;
	color: #7c3fa8;
	font-size:16px;
	padding-left:10px;
	font-weight:bold;
	background:url(../images/topstrap.gif) 10px 10px no-repeat;
	text-indent:-999em;
	width:211px;
	height:60px;
}

#topnav {
	background-color:#7c3fa8;
	height:28px;
	margin-top:1px;
	clear:both;
}

#topnav ul { padding-top:5px;padding-right:15px;float:right;width:100%;text-align:right}

#topnav li {
	display:inline;
	color:#fff;
	padding-right:15px;
}

#topnav li a{
	color:#fff;
	text-decoration:none;
}

#subnav {
	background-color:#ebe2f2;
	height:28px;
}

#search {
	font-size:12px;
	width:190px;
	height:15px;
	border:1px solid #c9b1dc;
	padding-left:5px;
	padding-top:1px;
	color:#7c3fa8;
}

#search_mini_form {
	/*float:right;
	padding-right:10px;*/
}

.form-search {
	float:right;
	clear:right;
	padding-right:10px;
	margin-top:4px;
}


/********** < Navigation */
#po_nav,#acc_nav { font-size:12px; }

#po_nav .contact-lenses {
	background:url(../images/header_contact_lenses.gif) 0 0 no-repeat;
	width:199px;
	padding-top:24px;
}


#po_nav .solutions-eye-care {
	background:url(../images/header_solutions.gif) 0 0 no-repeat;
	width:199px;
	padding-top:24px;
	margin-top:10px;
}

#sub-sidenav-contact-lenses,#sub-sidenav-solutions-eye-care,#sub-sidenav-acc {
	margin-left:10px;
	margin-top:10px;
}


#sub-sidenav-contact-lenses li a,#sub-sidenav-solutions-eye-care li a,#sub-sidenav-acc li a {
	text-decoration:none;
	font-family:verdana;
	font-size:12px;
	color:#636466;
}

#sub-sidenav-contact-lenses li a:hover,#sub-sidenav-solutions-eye-care li a:hover {
	color:#000;
}

#sub-sidenav-contact-lenses li a img,#sub-sidenav-solutions-eye-care li a img,#sub-sidenav-acc li a img {
	padding-top:6px;
	padding-right:9px;
}

#sub-sidenav-contact-lenses li a.subopen img,#sub-sidenav-solutions-eye-care li a.subopen img,#sub-sidenav-acc li.subopen img {
	padding-top:5px;
	padding-right:5px;
}

#sub-sidenav-contact-lenses li a.subopen,#sub-sidenav-acc li.subopen {
	color:#7c3fa8;
	font-weight:bold;
}

#sub-sidenav-solutions-eye-care li a.subopen {
	color:#86c23f;
	font-weight:bold;
}


.pobutton {
	background:url(../images/button_bg.gif) 0 0 no-repeat;
	border:none;
	width:91px;
	height:18px;
	color:#fff;
	font-family:verdana;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
	font-size:10px;
	line-height:12px;
	padding-bottom:2px;
	cursor:pointer;
}





/* 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 a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !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 > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {}
.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 { }
.block .actions { text-align:right; }
.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 {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* 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-title {background: #727272; border:none 0px; padding: 2px 10px;}
.block-related .block-title h2 {font-size: 14px; color:#fff;}
.block-related li { padding:5px 0; border-bottom: 1px solid #b8b8b8; }
.block-related li.odd, .block-related li.even {background-color: #fff;}
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { /*margin-left:20px;*/ }
.block-related .item .product-image { float:left; margin-right:-94px; }
.block-related .item .product-details { margin-left:102px; }
.block-related .item .product-name { font-size: 12px; }
.block-related .item .product-name-small { font-size: 12px; font-weight: normal;}
.block-related .item .product-name a, .block-related .item .product-name a:hover {color: #727272; text-decoration: none;}
.block-related .item .product-name-small a, .block-related .item .product-name-small a:hover {color: #727272; text-decoration: none;}
.block-related .item .product-decscription { color: #999999; font-size: 11px; font-weight: bold; }

/* 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-progress {padding-left:10px}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.col-left sidebar .box .one-page-checkout-progress { padding-left: 20px; }
.one-page-checkout-progress h3{
font-size:12px;
font-weight:bold;
line-height:1.375;
text-transform:uppercase;}
.side-col .box{ paddding:10px; }
.one-page-checkout-progress li { border:1px solid #ccc;  margin-bottom:8px;}
.one-page-checkout-progress li h4 { background-color:#f6f6f6; border-bottom:1px solid #DDDDDD; margin-bottom:-1px; font-size:12px; padding:4px; }
.one-page-checkout-progress li div { margin: 8px; }
.box { padding-left: 8px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {
	color:#fff;
	padding-left:10px;
	height:35px;
	margin-bottom:10px;
	font-size:20px;
	padding-top:3px;
	margin-right:-13px;
}

.pobasketitems {
	font-weight:bold;
}

#pocart{
	visibility:hidden;
	position: absolute;
	border:1px solid #7c3fa8;
	width:205px;
	right:180px;
	top:115px;
	background-color:#ebe2f2;
}

#pocart .header {
	background-color:#b491cd;
	height:30px;
	margin-bottom:7px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-left:15px;
	padding-top:10px;
}

#pocart .header a {
	color:#fff;
	text-decoration:none;
}

.page-title.checkout {
	background:url(../images/header_bg_cyan.gif) top left no-repeat;

}

.parentdefault{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parentdefaultgrey{
	background:url(../images/header_bg_grey.gif) top right repeat-y;
	padding: 0px 10px;
	text-align: left;
}

.category-title.parent{
	background:url(../images/header_bg_grey.gif) top right repeat-y;
	padding: 0px 10px;
	text-align: left;
}


div.category-title.solutions {
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
div.category-title.lens {
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
div.category-title.default {
	background:url(../images/header_bg_grey.gif) top right no-repeat;
}



.parent4{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent5{
	background:url(../images/header_bg_grey.gif) top right no-repeat;
}






.parent8{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent10{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent11{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent12{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent13{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent14{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent15{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent6{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent17{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent19{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent20{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent21{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent22{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent23{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent24{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent25{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent26{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent27{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent28{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}
.parent29{
	background:url(../images/header_bg_solutions.gif) top right no-repeat;
}

.parent31{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent32{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}
.parent31{
	background:url(../images/header_bg_contact-lenses.gif) top right no-repeat;
}

.category-image { display:block; margin:0 auto; }
.category-products {}

.category-products table td .productname .nonlens-productname { color:#86C23F; }

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; padding-top:2px;}
.products-list .product-shop {
	float:left;
	margin-left:15px;
	min-width:180px;
	font-family:verdana;
	font-size:11px;
	border-top:1px solid #d2c3df;
	border-bottom:1px solid #d2c3df;
	height:40px;
}
.products-list .product-shop a {
	color:#7c3fa8;
	text-decoration:none;
}
.products-list .product-shop a:hover{
	text-decoration:underline;
}

.products-list .product-sell {
	float:left;
	border-top:1px solid #d2c3df;
	border-bottom:1px solid #d2c3df;
	height:30px;
	padding-top:10px;
}

table.poproductlist {
 width:100%;
 margin:0;
 padding;0;
}





table.poproductlist.sol1 td.price1 a:hover,table.poproductlist.sol1 td.price2 a:hover,table.poproductlist.sol1 td.price3 a:hover,
table.poproductlist.sol2 td.price1 a,table.poproductlist.sol2 td.price2 a:hover,table.poproductlist.sol2 td.price3 a:hover,
table.poproductlist.sol3 td.price1 a:hover,table.poproductlist.sol3 td.price2 a:hover,table.poproductlist.sol3 td.price3 a:hover,
table.poproductlist.sol4 td.price1 a:hover,table.poproductlist.sol4 td.price2 a:hover,table.poproductlist.sol4 td.price3 a:hover,
table.poproductlist.sol5 td.price1 a:hover,table.poproductlist.sol5 td.price2 a:hover,table.poproductlist.sol5 td.price3 a:hover,
table.poproductlist.sol6 td.price1 a:hover,table.poproductlist.sol6 td.price2 a:hover,table.poproductlist.sol6 td.price3 a:hover,
{
	text-decoration:none
}





table.poproductlist tr{
}

table.poproductlist td {
 border-top:2px solid #d2c3df;
 border-bottom:2px solid #d2c3df;
 padding-top:5px;
 padding-bottom:5px;
}

table.poproductlist.layout6 td {
	border-top:0px;
}


table.poproductlist td .pro-info td {
 border-top:0px none;
 border-bottom:0px none;
 padding-top:0px;
 padding-bottom:0px;
}


table.poproductlist td a{
	color:#7c3fa8;
	text-decoration:none;
}

table.poproductlist td a:hover{
	text-decoration:underline;
}

table.poproductlist.sol1 td a,
table.poproductlist.sol2 td a,
table.poproductlist.sol3 td a,
table.poproductlist.sol4 td a,
table.poproductlist.sol5 td a,
table.poproductlist.sol6 td a{
	color:#86c23f;
	text-decoration:none;
}

.cat_desc_cell {
	vertical-align:bottom;
}

table.poproductlist .cat_description {
	font-size:11px;
	vertical-align:bottom;
	padding-bottom:5px;
	padding-right:20px;
	color:#7c3fa8;
}

table.poproductlist.sol1 .cat_description,
table.poproductlist.sol2 .cat_description,
table.poproductlist.sol3 .cat_description,
table.poproductlist.sol4 .cat_description,
table.poproductlist.sol5 .cat_description,
table.poproductlist.sol6 .cat_description
{
	color:#86c23f;
}

table.poproductlist.sol1 .cat_description a,
table.poproductlist.sol2 .cat_description a,
table.poproductlist.sol3 .cat_description a,
table.poproductlist.sol4 .cat_description a,
table.poproductlist.sol5 .cat_description a,
table.poproductlist.sol6 .cat_description a
{
	color:#86c23f;
}

table.poproductlist.sol1 th.description,
table.poproductlist.sol2 th.description,
table.poproductlist.sol3 th.description,
table.poproductlist.sol4 th.description,
table.poproductlist.sol5 th.description,
table.poproductlist.sol6 th.description, {
	color:#86c23f;

}


table.poproductlist.sol1 td.productname a:hover,table.poproductlist.sol5 td.productname a:hover{
	text-decoration:underline;
}

table.poproductlist.default td a{
	color:#5b5b5b;
	text-decoration:none;
}
table.poproductlist.default td a:hover{
	text-decoration:underline;
}



table.poproductlist td.productimage {
	border:none;
	width:130px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom:0px;
}
table.poproductlist td.productname {
	padding-left:5px;
	min-width:200px;
}

table.poproductlist td.productname .description{
	font-size:11px;
	font-style:italic;
}

table.poproductlist td.productsell {
	width:275px;
	padding-top:12px;
	padding-right:10px;
	text-align:right;
}

table.poproductlist.layout6 td.col1, table.poproductlist.layout6 td.col2, table.poproductlist.layout6 td.col3,
table.poproductlist.layout7 td.col1, table.poproductlist.layout7 td.col2, table.poproductlist.layout7 td.col3
{
	width:83px;
	font-weight: bold;
	text-align:center;
	vertical-align:top;
}

table.poproductlist.layout6 td.col1,table.poproductlist.layout7 td.col1 {
	color:#7a459e;
	width:77px;
	background:#ece7f3;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layout6 td.col1 a,table.poproductlist.layout7 td.col1 a{
	color:#7a459e;
	text-decoration:none;

}

table.poproductlist.layout6 td.col2,table.poproductlist.layout7 td.col2 {
	color:#1db5f1;
	width:77px;
	background:#e2f4fd;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layout6 td.col2 a,table.poproductlist.layout7 td.col2 a{
	color:#1db5f1;
	text-decoration:none;

}

table.poproductlist.layout6 td.col3,table.poproductlist.layout7 td.col3 {
	color:#95c94a;
	width:77px;
	background:#f2f8ea;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layout6 td.col3 a,table.poproductlist.layout7 td.col3 a{
	color:#95c94a;
	text-decoration:none;

}


table.poproductlist.layout5 th.col1, table.poproductlist.layout5 th.col2 {
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	line-height:10px;
	height:40px;
	vertical-align:bottom;
}

table.poproductlist.layout5 th.col1 {
	background:#e2f4fd;
	color:#1db5f1;
}
table.poproductlist.layout5 th.col2 {
	background:#f2f8ea;
	color:#95c94a;
}

table.poproductlist.layout5 td.col1 {
	color:#1db5f1;
	width:77px;
	background:#e2f4fd;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layout5 td.col1 a{
	color:#1db5f1;
	text-decoration:none;

}

table.poproductlist.layout5 td.col2 {
	color:#95c94a;
	width:77px;
	background:#f2f8ea;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layout5 td.col2 a{
	color:#95c94a;
	text-decoration:none;

}

table.poproductlist.layoutMontlies2Col th.col1, table.poproductlist.layoutMontlies2Col th.col2 {
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	padding-top:7px;
	line-height:10px;
}

table.poproductlist.layoutMontlies2Col th.col1 {
	background:url('../images/table_top_2_white.png') no-repeat;
	color:#1db5f1;
}
table.poproductlist.layoutMontlies2Col th.col2 {
	background:url('../images/table_top_3.png') no-repeat;
	color:#95c94a;
}


table.poproductlist.layoutMontlies2Col td.col1 {
	color:#1db5f1;
	width:77px;
	background:#e2f4fd;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layoutMontlies2Col td.col1 a{
	color:#1db5f1;
	text-decoration:none;

}

table.poproductlist.layoutMontlies2Col td.col2 {
	color:#95c94a;
	width:77px;
	background:#f2f8ea;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layoutMontlies2Col td.col2 a{
	color:#95c94a;
	text-decoration:none;

}



table.poproductlist.layout4 th.col1, table.poproductlist.layout4 th.col2, table.poproductlist.layout4 th.col3 {
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	padding-top:7px;
	line-height:10px;
}

table.poproductlist.layout4 th.col1 {
	background:url('../images/table_top_1.png') no-repeat;
	color:#7a459e;
}
table.poproductlist.layout4 th.col2 {
	background:url('../images/table_top_2.png') no-repeat;
	color:#1db5f1;
}
table.poproductlist.layout4 th.col3 {
	background:url('../images/table_top_3.png') no-repeat;
	color:#95c94a;
}


table.poproductlist.layout4 td.col1 {
	color:#7a459e;
	width:77px;
	background:#ece7f3;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layout4 td.col1 a{
	color:#7a459e;
	text-decoration:none;

}

table.poproductlist.layout4 td.col2 {
	color:#1db5f1;
	width:77px;
	background:#e2f4fd;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layout4 td.col2 a{
	color:#1db5f1;
	text-decoration:none;

}

table.poproductlist.layout4 td.col3 {
	color:#95c94a;
	width:77px;
	background:#f2f8ea;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.poproductlist.layout4 td.col3 a{
	color:#95c94a;
	text-decoration:none;

}

table.poproductlist.sol1 th.col1, table.poproductlist.sol1 th.col2,table.poproductlist.sol1 th.col3 {
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	vertical-align:bottom;
	line-height:10px;
	height:36px;
}

table.poproductlist.sol6 th.col1, table.poproductlist.sol6 th.col2,table.poproductlist.sol6 th.col3 {
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	padding-top:7px;
	line-height:10px;
	height:77px;
	vertical-align:bottom;
}
table.poproductlist.sol6 th.col1 {
	background-color:#ece7f3;
	color:#7a459e;
}
table.poproductlist.sol6 th.col2 {
	background-color:#e2f4fd;
	color:#1db5f1;
}
table.poproductlist.sol6 th.col3 {
	background-color:#f2f8ea;
	color:#95c94a;
}




table.poproductlist.sol5 th.col1, table.poproductlist.sol5 th.col2,table.poproductlist.sol5 th.col3 {
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	padding-top:7px;
	line-height:10px;
}

table.poproductlist.sol5 th.col1 {
	background:url('../images/sol5_col1.png') no-repeat;
	color:#7a459e;
}
table.poproductlist.sol5 th.col2 {
	background: url('../images/sol5_col2.png') no-repeat;
	color:#be5f98;
}
table.poproductlist.sol5 th.col3 {
	background:url('../images/sol5_col3.png') no-repeat;
	color:#95c94a;
}



table.poproductlist.sol1 th.col1 {
	background:url('../images/table_top_1.png') bottom left no-repeat;
	color:#7a459e;
}
table.poproductlist.sol1 th.col2 {
	background:url('../images/table_top_2.png') bottom left no-repeat;
	color:#1db5f1;
}
table.poproductlist.sol1 th.col3 {
	background:url('../images/table_top_3.png') bottom left no-repeat;
	color:#95c94a;
}



table.poproductlist.layout1 th.col1, table.poproductlist.layout1 th.col2,table.poproductlist.layout1 th.col3 {
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	line-height:10px;
	vertical-align:bottom;
	padding-bottom:7px;
	height:30px;
}

table.poproductlist.layout1 th.col1 {
	background:url('../images/table_top_1.png') bottom left no-repeat;
	color:#7a459e;
}
table.poproductlist.layout1 th.col2 {
	background:url('../images/table_top_2.png') bottom left no-repeat;
	color:#1db5f1;
}
table.poproductlist.layout1 th.col3 {
	background:url('../images/table_top_3.png') bottom left no-repeat;
	color:#95c94a;
}


table.poproductlist th.pairs6 {
	background-color:#ece7f3;
	height:77px;
	color:#7a459e;
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	vertical-align:bottom;
	padding-bottom:5px;
	text-align:center;
}

table.poproductlist th.pairs12 {
	background-color:#e2f4fd;
	height:77px;
	color:#1db5f1;
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	vertical-align:bottom;
	padding-bottom:5px;
	text-align:center;
}
table.poproductlist th.pairs24 {
	background-color:#f2f8ea;
	height:77px;
	color:#95c94a;
	width:83px;
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	vertical-align:bottom;
	padding-bottom:5px;
	text-align:center;
}


table.poproductlist .std-dec
{
	color: #999;
	font-size: 11px;
	font-weight: bold;
}

table.poproductlist td .smaller {
	font-size:85%;
}

table.poproductlist td.price1 {
	width:83px;
	background-color:#ece7f3;
	color:#7c3fa8;
	text-align:center;
	vertical-align:top;
	padding-top:8px;
	font-weight:bold;
}
table.poproductlist td.price1 a{
	color:#7c3fa8;
	text-decoration:none;
}

table.poproductlist td.price2 {
	width:83px;
	background-color:#e2f4fd;
	color:#38bff3;
	text-align:center;
	vertical-align:top;
	padding-top:8px;
	font-weight:bold;
}
table.poproductlist td.price2 a{
	color:#38bff3;
	text-decoration:none;
}

table.poproductlist td.price3 {
	width:84px;
	background-color:#f2f8ea;
	color:#8cc53a;
	text-align:center;
	vertical-align:top;
	padding-top:8px;
	font-weight:bold;
}
table.poproductlist td.price3 a{
	color:#8cc53a;
	text-decoration:none;
}

table.poproductlist td.price4 {
	width:84px;
	background-color:#f1e0ea;
	color:#be5f98;
	text-align:center;
	vertical-align:top;
	padding-top:8px;
	font-weight:bold;
}
table.poproductlist td.price4 a{
	color:#be5f98;
	text-decoration:none;
}


table.poproductlist td.price1.specialoffer,table.poproductlist td.price1.specialoffer a,
table.poproductlist td.price2.specialoffer,table.poproductlist td.price2.specialoffer a,
table.poproductlist td.price3.specialoffer,table.poproductlist td.price3.specialoffer a,
table.poproductlist td.col1.specialoffer,table.poproductlist td.col1.specialoffer a,
table.poproductlist td.col2.specialoffer,table.poproductlist td.col2.specialoffer a,
table.poproductlist td.col3.specialoffer,table.poproductlist td.col3.specialoffer a{
	background-color:#c53232;
	color:#fff;
}

table.poproductlist.layout4 td.col1.specialpanel,table.poproductlist.layout4 td.col1.specialpanel a,
table.poproductlist.layout5 td.col1.specialpanel,table.poproductlist.layout5 td.col1.specialpanel a{
	background-color:#1db5f1;
	color:#fff;
}

table.poproductlist.layout4 td.col2.specialpanel,table.poproductlist.layout4 td.col2.specialpanel a,
table.poproductlist.layout5 td.col2.specialpanel,table.poproductlist.layout5 td.col2.specialpanel a{
	background-color:#95c94a;
	color:#fff;
}

table.poproductlist td.price1.specialpanel,table.poproductlist td.price1.specialpanel a,
table.poproductlist td.col1.specialpanel,table.poproductlist td.col1.specialpanel a,
table.poproductlist.sol1 td.price1.specialpanel,table.poproductlist.sol1 td.price1.specialpanel a{
	background-color:#7c3fa8;
	color:#fff;
}
table.poproductlist td.price2.specialpanel,table.poproductlist td.price2.specialpanel a,
table.poproductlist td.col2.specialpanel,table.poproductlist td.col2.specialpanel a{
	background-color:#1db5f1;
	color:#fff;
}

table.poproductlist td.price3.specialpanel,table.poproductlist td.price3.specialpanel a,
table.poproductlist td.col3.specialpanel,table.poproductlist td.col3.specialpanel a{
	background-color:#95c94a;
	color:#fff;
}





/* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(../images/offer_red.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:84px !important; /* IE Win = width - padding */
      width: 84px;
    /* the gap on the right edge of the image (not content padding) */
      padding-right:0px; /* use to position the box */
      margin:0px 0px}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px;
    /* right-image-gap + right-inside padding */
      padding-right:0px}


    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      padding-top:10px;
      font-size:11px;
      color:#fff
      } /* mirror .cssbox_head right/left */



/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; margin-right:20px;}
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width:200px; height:200px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; }
.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:0 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 { }
.product-view .product-name {
	font-size:16px;
	color:#666666;
}
.product-view .product-name span {
	font-weight:bold;
	color:#7c3fa8;
}

.product-shop .adpanel {
	width:254px;
	margin-left:20px;
	float:right;

}

.manufacturer-name {
	font-size:16px;
	color:#666666;
	font-weight:bold;
	padding-left:10px;
}

.product-view .short-description {
	font-size:13px;
	margin-bottom:10px;
}

/* 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 { color:#7c3fa8; font-weight:bold;}
.availability .in-stock { font-weight:normal;color:#000;}
.availability .out-of-stock { font-weight:bold; color:#ff9d10; }
.availability-non-lens { color:#86c23f; font-weight:bold;}
.availability-non-lens .in-stock { font-weight:normal;color:#000;}
.availability-non-lens .out-of-stock { font-weight:bold; color:#ff9d10; }

/********** < 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; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.up-sell .block-title {background: #727272; border:none 0px; padding: 2px 10px;}
.up-sell .block-title h2 {font-size: 14px; color:#fff;}
.product-view .up-sell .products-grid td { width:25%; border: none 0px; padding: 5px 0px; border-bottom:1px solid #b8b8b8; }
/*.product-view .up-sell .products-grid td.last {border-bottom:0px none;}*/
.product-view .up-sell .products-grid tr.odd, .product-view .up-sell .products-grid tr.even {background-color: #fff; }
.up-sell .item .product-image { float:left; margin-right:-94px; }
.up-sell .item .product-details { margin-left:102px; }
.up-sell .item .product-name {font-size: 12px;}
.up-sell .item .product-name a, .block-related .item .product-name a:hover {color: #727272; text-decoration: none;}
.up-sell .item .product-name-small {font-size: 12px; font-weight: normal;}
.up-sell .item .product-name-small a, .block-related .item .product-name-small a:hover {color: #727272; text-decoration: none;}
.up-sell .item .product-decscription { color: #999999; font-size: 11px; font-weight: bold; }


/* 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 {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* 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; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { /*float:left; width:700px;*/ }
.cart .crosssell .block-title{background:#727272 none repeat scroll 0 0;
border:0 none;
padding:2px 10px;}
.cart .crosssell .block-title h2 {
color:#FFFFFF;
font-size:14px;
}

.cart .cart-total-coupon {margin-left: 116px;}
.cart .cart-total-coupon TABLE#shopping-cart-totals-table {width: 100%;}
.cart .cart-total-coupon TABLE#shopping-cart-totals-table td {padding-left: 7px;}

.cart .crosssell li { padding:5px 0; border-bottom: 1px solid #b8b8b8; }
.cart .crosssell li.odd, .cart .crosssell li.even {background-color: #fff;}
.cart .crosssell .item .product-name { font-size: 12px; }
.cart .crosssell .item .product-name-small { font-size: 12px; font-weight: normal;}
.cart .crosssell .item .product-name a, .block-related .item .product-name a:hover {color: #7C3FA8; text-decoration: none;}
.cart .crosssell .item .product-name-small a, .block-related .item .product-name-small a:hover {color: #7C3FA8; text-decoration: none;}
.cart .crosssell .item .product-decscription { color: #999999; font-size: 11px; font-weight: bold; }
.cart .crosssell .product-image { float:left; margin-right:-94px; }
.cart .crosssell .product-shop { margin-left:102px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals {/* float:right;*/ }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; }
.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-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align: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 { background-color:#ace1f4; 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 {}

/* 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 {
	background-color:#ebe2f2;
	height:31px;
	padding-top:6px;
	font-size:13px;
	font-family:verdana;
	text-align:center;
	color:#000;
}

.footer a{
	color:#000;
	text-decoration:none;
}
.footer a:hover,.bottomstrap a:hover{
	text-decoration:underline;
}

.bottomstrap {
	margin-top:5px;
	text-align:center;
	margin-bottom:10px;
	color:#6c6c6c;
	font-size:9px;
	font-family:verdana;
}

.bottomstrap a{
	color:#6c6c6c;
	text-decoration:none;
}
/* ======================================================================================= */


.lens-table {width: auto;}
.lens-table th.lens-label {color: #000; font-size: 14px; font-weight: bold; vertical-align:middle;  text-align:right}
.select-qty, .place-your-order {background-color: #b583da; color: #fff; padding: 2px 10px; font-weight: bold; font-size: 14px;
margin-bottom: 5px;}

.select-qty-non-lens {
	background-color: #aed086;
	color: #fff;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.select-qty-options ul li{ padding: 5px 10px; border-bottom: 1px solid #EBE2F2;}
.lens-for {padding: 10px 0px;}
.lens-for .group-select .input-text {width: 250px;}
.lens-for .group-select select {width: auto; }
.eye-selection {padding: 5px 0px;margin-bottom:10px;}
.ask-for-login {border: 1px solid #EBE2F2; padding: 10px; width: auto; border-collapse: separate;
margin-bottom: 10px;}
.wearer-dob .input-box select {width: auto;}

.both_eyes_quantity { display:none; }
.single_eye { display:none; }



/* Top Shopping Cart */
.top-cart { /*float:right;  width:360px; */ position:relative; /* padding-left:7px; */ display: inline;   }
.top-cart .block-title { white-space:nowrap; /* _width:242px; min-width:242px; */ cursor:pointer; /*background:#fff url(../images/bkg_topcart.gif) 0px 3px no-repeat;*/ color:/*#1e75b4*/#fff;  font-size:12px; /*text-transform:uppercase;*/ padding:0 0 0 /*18px*/; line-height:18px; height:18px; }
.top-cart .block-title h3 { display:block; padding-right:10px; background:url(../images/bkg_header-panel.gif) no-repeat 100% -71px; font-size:11px; color:#1e75b4; font-weight:bold; text-decoration:none; }
.top-cart .expanded { background-position:0 3px !important; }
.top-cart .expanded h3 { background-position:100% -126px !important; color:#d33911; }
.top-cart .block-title.expanded {}
/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content { border:1px solid #c1c1c1; position:absolute; left:0px; top:20px; width:235px; overflow:hidden; background:#fdfdfd; }
.top-cart .inner-wrapper { }

/*.top-cart .block-content h3 { font-size:10px; color:#d12c01; font-weight:bold; text-transform:uppercase; background:url(../images/bkg_header-panel.gif) repeat-x 0 -8px; line-height:12px; padding:3px 10px 4px; }
.top-cart .block-content h3 .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(../images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(../images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty { padding:10px 10px 10px 20px; }
.top-cart .block-content ol { padding-bottom:7px; }
.top-cart .block-content .item { padding:8px 5px 8px 11px; }
.top-cart .block-content .item h4 { font-size:11px; line-height:14px; }
.top-cart .block-content .item h4 a { font-size:11px; text-decoration:none; color:#444;  }
.top-cart .block-content table { margin:5px 0 0 0; }
.top-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
.top-cart .block-content table td { text-align:left;padding:1px 0px; }
.top-cart .block-content .subtotal { background:#fff url(../images/bkg_dots.gif) repeat-x 0 0; padding:2px 5px; text-align:center; }

.top-cart .actions { background:#e3e3e3 url(../images/bkg_dots.gif) repeat-x 0 -1px; text-align:center; padding:5px 11px; text-align:right; }
.top-cart .actions a { float:left;  line-height:23px; }
.top-cart .actions button { float:none; }
.top-cart .actions button.button span,
.top-cart .actions button.button span span { background-image:url(../images/bkg_btn-onbg.gif); background-repeat:no-repeat; }*/

#topnav .top-cart .block-content h3 { text-align:left; font-size:10px; color:#d12c01; font-weight:bold; text-transform:uppercase; background:url(../images/bkg_header-panel.gif) repeat-x 0 -8px; line-height:12px; padding:3px 5px 4px 11px; }
#topnav .top-cart .block-content h3 .close-btn { float:right; width:11px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(../images/list_remove_btn.gif) no-repeat 0 0; position:relative; z-index:1; }
#topnav .top-cart .cart-empty .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(../images/list_remove_btn.gif) no-repeat 0 0; position:relative; z-index:1; }
#topnav .top-cart .cart-empty { padding:10px 10px 10px 20px; text-align:left; color:#000; }
#topnav .top-cart .block-content ol { padding-bottom:7px; text-align:left; }
#topnav .top-cart .block-content ol li {border: 0px none;}
#topnav .top-cart .block-content .item { padding:8px 5px 8px 11px; display:block; color: #000; }
#topnav .top-cart .block-content .item h4 { font-size:11px; line-height:14px; }
#topnav .top-cart .block-content .item h4 a { font-size:11px; text-decoration:none; color:#444;  }
#topnav .top-cart .block-content .item .details {color:#444;}
#topnav .top-cart .block-content table { margin:5px 0 0 0; }
#topnav .top-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
#topnav .top-cart .block-content table td { text-align:left;padding:1px 0px; }
#topnav .top-cart .block-content .subtotal { background:#fff url(../images/bkg_dots.gif) repeat-x 0 0; padding:2px 5px; text-align:center; }

#topnav .top-cart .actions { background:#e3e3e3 url(../images/bkg_dots.gif) repeat-x 0 -1px; text-align:center; padding:5px 5px; text-align:right; }
#topnav .top-cart .actions a { float:left;  line-height:23px; color:#000; }
/*#topnav .top-cart .actions button { float:none; }
#topnav .top-cart .actions button.button span,
#topnav .top-cart .actions button.button span span { background-image:url(../images/bkg_btn-onbg.gif); background-repeat:no-repeat; background-position: 100% 50%;  }*/
#topnav .top-cart .actions button.button span span {background: none;}

.tab-contact {}
.tab-contact td { padding-bottom:10px;}
.tab-contact td.leftcol { width:50px }

.tab-contact td.rightcol {padding-left:20px }
.tab-contact td.rightcol h1 {
	color:#7c3fa8;
	font-weight:bold;
}
.tab-contact td.rightcol h1 a{
	color:#7c3fa8;
}

.cms-block-right {
	float:right;
	margin-left:20px;
}

.checkout-opticians-details dt { font-weight:bold;}
.checkout-opticians-details p { padding-bottom:10px;}

.wearer_list .presc-summary .verified-text { padding: 2px 20px; font-size:0.8em; background: url(../images/success_msg_icon.gif) no-repeat; color: #3D6611 }
.wearer_list li ul li { line-height: 18px; margin:2px 0 0 10px; padding-left: 5px; }
#pres_form h3 { margin-bottom: 4px;}
#pres_form .presc-label { margin: 7px 0 0; }
#pres_form #optician_form { margin-top: 15px; }
#pres_form input, #pres_form select.wide-select { width: 400px; }
.wearer-optician-detail .wearer_list .wearer,
#pres_form label,
.product-detail label{
    font-weight: bold;
}
#opticians-detail-table h2{
    font-weight:bold;
    color:#7c3fa8;
    font-size: 16px;
}
.presc-item-already-verified,
.presc-item-part-verified {
    background: #EFF5EA;
    border: 1px solid #446423;
}

.cart-item-options { margin-left: 5px; }
.product-opticians label { font-weight:bold; }
.feedback-td { padding-bottom: 20px; }
.static-pages-div { padding-bottom: 15px;}
.static-pages-td { padding-bottom: 8px;}

.lens-product-detail { margin-top: 10px; }
.lens-product-detail-td { padding-left: 10px; width:254px; }

.cart-table tfoot td { border: 0px none; }
.cart-rmborder td, .cart-rmborder th { border:0px none; }
.link-checkout { margin-right: 10px; }
.address-book-button { margin-bottom: 6px; }
.checkout-success-div { margin-top: 10px; margin-bottom: 10px }

.order-print-div { margin-top: 12px; }
.ptint-item-options { padding: 2px; margin-left: 5px; }
.ptint-item-options-label { font-weight: bold; }
.ptint-item-options-value { }

.poster {
	margin-top:-10px;
}

.info-box { border:1px solid #cfcfcf; margin-top:-1px; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; position:relative; z-index:1; }
.info-box .box-title { margin:17px 17px 0 17px; font:14px/1.25 ; padding:0; color:#222; }
.info-box .box-title a { font-size:12px; text-transform:lowercase; }
.info-box .box-content { padding:10px 17px 17px; color:#555; }

.sub-title {
	margin:0px 0px 10px;
}

.sub-title a {
	font-size:12px; text-transform:lowercase
}

table.poproductlist.sol1 .productname a,
table.poproductlist.sol2 .productname a,
table.poproductlist.sol3 .productname a,
table.poproductlist.sol4 .productname a,
table.poproductlist.sol5 .productname a,
table.poproductlist.sol6 .productname a
{
	color: #6ea633;
}

table.poproductlist.sol1 .cat_description,
table.poproductlist.sol2 .cat_description,
table.poproductlist.sol3 .cat_description,
table.poproductlist.sol4 .cat_description,
table.poproductlist.sol5 .cat_description,
table.poproductlist.sol6 .cat_description
{
	color: #6ea633;
}

table.poproductlist.sol1 .cat_description a,
table.poproductlist.sol2 .cat_description a,
table.poproductlist.sol3 .cat_description a,
table.poproductlist.sol4 .cat_description a,
table.poproductlist.sol5 .cat_description a,
table.poproductlist.sol6 .cat_description a
{
	color: #6ea633;
}

.customer-comments {padding: 10px; background: #FAEBE7; border: 1px solid #F16048;}
.customer-comments .data-table td {background: #FFF;}

.opc .address-table th, .opc .address-table td { padding-bottom:7px; padding-left:5px; }
.address-table {width: 410px;}
.opc .address-table th label { display:block; width:130px; }
#pnlForm th {text-align:right; vertical-align: top}
#pnlForm input {width:300px}
#pnlForm input[type=button] {width:100px}

#pnlResults {text-align: center}
#pnlLabel { text-align: center; font-size: 14pt}