@charset "utf-8";

html {overflow: scroll}

body {
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #1BB6EF;	
}

.a-decorated {
	color: #666666;
	text-decoration: underline;
}

h1 {
	color: #1BB6EF;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0 20px 0;
	padding: 6px 0;
	text-transform: uppercase;
	border-top: 3px solid #666666;
	border-bottom: 1px solid #CCCCCC;
}

.h1-ctgy {
	color: #1BB6EF;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
	border: none;
	text-transform: none;
}

h2 {
	font-size: 16px;
	color: #333333;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
}

form {
	margin: 0;	
}

.text-heading {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
	width: 988px;
	text-align: left;
}

.header {
	position: relative;
	width: 987px;
	height: 136px;
}

.logo {
	position: absolute;
	left: 6px;
	bottom: 27px;
	width: 175px;
	height: 70px;
}

.links {
	position: absolute;
	left: 214px;
	top: 60px;
	width: 520px;
	font-size: 18px;
}

.links a {
	font-weight: normal;
	text-decoration: none;
}

.links a:hover {
	color: #1BB6EF;	
}

.links2 {
	position: absolute;
	left: 209px;
	top: 96px;
	width: 779px;
	border-top: 1px solid #666666;
}

.user {
	position: absolute;
	right: 218px;
	bottom: 55px;
	text-align: left;
}

.user a {
	margin: 0 12px 0 0;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.user img {
	margin: 0 6px 0 0;
}

.search {
	position: absolute;
	right: 0px;
	bottom: 53px;
	width: 260px;
	text-align: right;
}

.search .text {
	width: 170px;
	height: 17px;
	background-color: transparent;
	background-image: url(../images/bkg-search-text.png);
	background-repeat: no-repeat;
	border: none;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.search .button {
	border: none;
	background-color: transparent;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.items {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 600px;
	text-align: right;
	font-size: 12px;
}

.items a {
}

.items img {
	margin: 0 6px 0 0;
}

.content {
	float: left;
	width: 100%;
	border: 1px solid #666666;
	clear: both;
}

.content .left {
	display: inline;
	float: left;
	margin: 10px 0 10px 10px;
	width: 170px;
}

.cattree {
	display: block;
	padding: 0 0 8px 0;
}

.cattree .parent {
	display: block;
	padding: 3px 3px 3px 8px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.cattree .parent:hover {
	color: #1BB6EF;	
}

.cattree .sub1 {
	display: block;
	padding: 3px 3px 3px 18px;
	font-size: 12px;
}

.cattree .sub1:hover {
	color: #1BB6EF;	
}

.cattree-header {
	display: block;
	padding: 3px 3px 3px 8px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.left-launch {
	display: block;
	margin-bottom: 8px;
}

.content .center {
	float: right;
	display: inline;
	margin: 10px 10px 10px 0;
	width: 785px;
	line-height: 18px;
}

.launch {
	display: block;
	height: 380px;
	margin-bottom: 8px;
}

.ctgy-sort {
	width: 100%;
	height: 30px;
}

.ctgy-sort span {
	font-size: 14px;
	font-weight: bold;
	color: #1BB6EF;
}

.ctgy-numbers {
	white-space: nowrap;
	text-align: right;
	height: 30px;
}

.ctgy-numbers span {
	font-size: 14px;
	font-weight: bold;
	color: #1BB6EF;
}

.ctgy-layout {
	width: 33%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}

.ctgy-table {
	width: 100%;
	margin: 0 auto;
}

.ctgy-table .name {
	display: block;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.ctgy-table .ctgy-bottom {
	display: block;
}

.ctgy-table .price {
	float: left;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}

.ctgy-table .price span {
	color: #666666;
}

.ctgy-table .add-one-to-cart {
	float: right;
}

.prod-table {
	width: 100%;
	margin: 15px auto;
	font-size: 12px;
}

.prod-left {
	width: 600px;
	text-align: left;
	vertical-align: top;
}

.prod-left img {
	border: 1px solid #CCCCCC;
}

.prod-left .fulldesc {
	display: block;
	margin: 15px 0;
}

.prod-right {
	width: 195px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

.prod-name {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.prod-fields {
	display: block;
	margin: 0 0 10px 0;
}

.prod-frame {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
}

.prod-lens {
	
}

.prod-desc {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

.prod-order {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;	
}

.prod-price {
	font-size: 22px;
	font-weight: bold;
	color: #C00;
	margin-bottom: 12px;
}

.prod-price span {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.prod-sale {
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bkg-box.png);
	background-repeat: repeat-y;
}

.prod-regular {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

.prod-save {
	font-size: 11px;
	font-weight: normal;
	margin: 0 8px 10px 0;
	color: #C00;
}


.prod-inventory {
	
}

.prod-shipping {
	font-size: 11px;
}

.prod-order-2 {
	
}

.prod-bts-top {
	width: 50%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

.prod-bts-bottom {
	width: 50%;
	padding: 10px 0 0 0;
	font-size: 10px;
}

.tellafriend-table {
	width: 450px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.tellafriend-table td {
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}

.review-table {
	width: 100%;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}

.review-left {
	padding: 8px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	font-size: 13px;
}

.review-right {
	padding: 8px;
	text-align: left;
	vertical-align: top;
}


.bask {
	display: block;
}

.bask-table {
	width: 100%;
	background-color: #FFF;
}

.bask-header {
	padding: 6px;
	white-space: nowrap;
	font-weight: bold;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #CCCCCC;
}

.bask-remove {
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}

.bask-contents {
	padding: 6px;
}

.bask-contents span {
	text-transform: uppercase;	
}

.bask-border {
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

.bask-total-prompt {
	font-size: 18px;
	padding: 6px;
}

.bask-total {
	font-size: 18px;
	font-weight: bold;
	padding: 6px;
	color: #9F181B;
}

.bask-buttons {
	display: block;
	width: 550px;
	margin: 15px auto;
}

.bask-buttons-left {
	float: left;
}

.bask-buttons-center {
	float: left;
	margin-left: 15px;
}

.bask-buttons-right {
	float: right;
}

.account-tab {
	display: block;
	width: 200px;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #1BB6EF;
	color: #FFF;
}

.account-functions {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #1BB6EF;
	font-weight: normal;
}

.account-functions h2 {
	margin-top: 0;	
}

.account-tab-grey {
	display: block;
	width: 200px;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
}

.account-functions-grey {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #999;
	font-weight: normal;
}

.osel-promotions-left {
	width: 33%;	
	vertical-align: top;
	text-align: left;
	padding: 0 15px 0 5px;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
}

.osel-promotions-middle {
	width: 33%;	
	vertical-align: top;
	text-align: left;
	padding: 0 15px;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
}

.osel-promotions-right {
	width: 33%;	
	vertical-align: top;
	text-align: left;
	padding: 0 5px 0 15px;
	font-weight: normal;
}

.logn-head {
	display: block;
	margin-top: 0;
	background-color: #000000;
	padding: 4px;
	color: #FFF;
	font-size: 13px;
}

.logn-left {
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.logn-right {
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.mcafee {
	display: block;
	float: right;
	width: 122px;
	text-align: right;
	padding: 10px 0;
}

.geotrust {
	display: block;
	float: right;
	width: 155px;
	text-align: right;
	padding: 10px 0;
}

.authorize {
	display: block;
	float: right;
	width: 90px;
	text-align: right;
	padding: 10px 0;
}

.footer {
	display: block;
	float: left;
	text-align: right;
	padding: 10px 0;
}


.footer .row1 {
	margin-bottom: 8px;
}

.footer .row1 a {
	color: #333333;
	font-size: 12px;
	margin-left: 25px;
}

.footer .row2 {
	margin-bottom: 8px;
}

.footer .row2 a {
	color: #AAAAAA;
	margin-left: 18px;
}

.footer .row3 {
	font-size: 11px;
	margin-bottom: 8px;
}

.form1 {
	padding: 5px 0;
	font-weight: bold;
}

.form1 input {
	width: 370px;
	margin-top: 2px;
}

.form1 #radio {
	width: 15px;
	margin: 0;
}

.form2 {
	padding: 5px 0;
	font-weight: bold;
}

.form2 input {
	width: 214px;
	margin-top: 2px;
}

.form3 {
	padding: 5px 10px;
	font-weight: bold;
}

.form3 input {
	width: 60px;
	margin-top: 2px;
}

.form4 {
	padding: 5px 10px;
	font-weight: bold;
	width: 100%;
}

.form4 input {
	width: 60px;
	margin-top: 2px;
}

.form-text {
	padding: 5px 0;
	font-weight: normal;
}

.form-required {
	padding: 5px 0;
	font-weight: normal;
	color: #C00;
}

.minibask {
	width: 100%;
	margin: 0 auto;
}

.minibask-title {
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	background-color: #EFEFEF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
}

.minibask-items {
	padding: 3px;
	background-color: #FFF;
	font-size: 11px;
	border-bottom: 1px solid #CCCCCC;
}

.minibask-items span {
	text-transform: uppercase;	
}

.minibask-total-title {
	width: 100%;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.minibask-total {
	padding: 3px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.minibask-links {
	white-space: nowrap;
	margin: 12px auto;
	text-align: center;
}

.minibask-links a {
	font-weight: bold;
	text-decoration: none;
}

.box {
	padding: 3px;
	margin: 0 0 12px 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.box-2 {
	padding: 3px;
	margin: 0 0 12px 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bkg-box.png);
	background-repeat: repeat-y;
}

.box-head {
	display: block;
	margin: 0;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding-: 4px 0;
}

.box-head-2 {
	margin: 3px 0 10px 0;
}

.subcats-box {
	padding: 3px;
	margin: 8px 0 12px 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.subcats a {
	display: block;
	float: left;
	padding: 4px 8px;
	margin: 3px;
	width: 30%;
	background-color: #EFEFEF;
}

