/* OLD RUSHFASTER CSS */

/* @group sidenav */

.sidenav {
	width: 190px;
	background: url(../image/element/sidenav-background.gif) repeat-y;
}

.sidenav-content {
	padding-left: 7px; 
	overflow: hidden;
}

.sidenav-suboption-content {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px; 
	overflow: hidden;
}

.sidenav-header {
	width: 170px;
	padding-top: 7px;
	font: bold 15px Helvetica, Arial, sans-serif;
	color: #222222;
	position: relative;
	text-decoration: none;
}

.sidenav-option-2 {
	width: 170px;
	padding-top: 7px;
	padding-bottom: 7px;
	font: normal 12px Helvetica, Geneva, Arial, sans-serif;
	position: relative;
	text-decoration: none;
}

.sidenav-header-2 {
	width: 170px;
	padding-top: 7px;
	font: bold 15px Helvetica, Arial, sans-serif;
	color: #3b3b3b;
	position: relative;
	text-decoration: none;
}

a.sidenav-option {
	width: 170px;
	height: 31px;
	overflow: hidden;
	display: block;
	border-top: none;
	border-bottom: 1px solid #d4d4d4;
	font: normal 12px Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	position: relative;
	text-decoration: none;
}

a.sidenav-option:hover {
	background-repeat: no-repeat;
	background-image: url(../image/element/sidenav-arrow-hover.gif);
	width: 180px;
	height: 31px;
	padding-bottom: 1px;
	display: block;
	border-bottom: 1px  #d4d4d4;
	font: normal 12px Helvetica, Geneva, Arial, sans-serif;
	position: relative;
	text-decoration: none;
}

a.sidenav-sub-option {
	width: 170px;
	display: block;
	border-color: #d4d4d4;
	border-width: 1px;
	border-bottom: 1px none #d4d4d4;
	font: normal 11px Helvetica, Geneva, Arial, sans-serif;
	color: #090;
	position: relative;
	text-decoration: none;
}

a.sidenav-sub-option-selected {
	width: 170px;
	display: block;
	border-color: #d4d4d4;
	border-width: 1px;
	border-top: none;
	border-bottom: 1px none #d4d4d4;
	font: normal 11px Helvetica, Geneva, Arial, sans-serif;
	position: relative;
	text-decoration: none;
	background: #d5d5d5;
	color: #090;
}

a.sidenav-sub-option:hover {
	background-image: url(../image/element/sidenav-arrow-hover.gif);
	background-repeat: no-repeat;
	width: 170px;
	display: block;
	border-color: #d4d4d4;
	border-width: 1px;
	border-bottom: 1px none #d4d4d4;
	font: normal 11px Helvetica, Geneva, Arial, sans-serif;
	color: #090;
	position: relative;
	text-decoration: none;
}

a.sidenav-option-selected {
	width: 170px;
	height: 31px;
	display: block;
	border-top: none;
	border-bottom: 1px solid #d4d4d4;
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	color: #ffffff;
	position: relative;
	
	text-decoration: none;
	background: #00ae17 url(../image/element/sidenav-option-selected.gif) repeat-x;
}

a.sidenav-option-selected:hover {
	width: 170px;
	height: 31px;
	display: block;
	border-bottom: 1px solid #d4d4d4;
	font: normal 12px Helvetica, Geneva, Arial, sans-serif;
	color: #ffffff;
	position: relative;
	text-decoration: none;
	background: #009513 repeat-x url(../image/element/sidenav-option-selected-hv.gif);
}

.sidenav-option-2 {
	width: 170px;
	padding-top: 7px;
	padding-bottom: 7px;
	font: normal 12px Helvetica, Geneva, Arial, sans-serif;
	position: relative;
	text-decoration: none;
}

.sidenav-separator {
	width: 170px;
	display: block;
	border-top: none;
	border-bottom: 1px solid #d4d4d4;
	font: normal 12px Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	position: relative;
	text-decoration: none;
}

.sidenav-subtext {
	font: 9px Helvetica, Geneva, Arial, sans-serif;
	color: #747474;
}

/* @end */

/* @group Text */

h1 {
	margin-top: 0px;
	color: #222;
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222222;
}

h3 {
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222222;
}

h4 {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222222;
}

.landing h1 {
	font: bold 35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

.landing h2 {
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-top: 100px;
}

.landing h3 {
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 0px solid #ccc;
	padding-bottom: 5px;
	color: #7e7e7e;
}

.landing h4 {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 0px solid #ccc;
}

.landing-menu li {
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 5px;
	color: #333333;
	font: 15px Helvetica, Geneva, Arial, sans-serif;
}

.big-title {
	margin-bottom: 30px;
}

.big-title h1 {
	color: #222222;
	position: relative;
	font: bold 45px Helvetica, Arial, sans-serif;
	padding-top: 10px;
	border-top: 1px solid #ebebeb;
}

.big-title h2 {
	color: #999;
	position: relative;
	font: bold 22px Helvetica, Arial, sans-serif;
	top: -20px;
	margin-bottom: -20px;
	border-width: 0;
}
.cart-title-text {
	color: #555555;
	font: 24px Helvetica, Arial, sans-serif;
}

.cart-titles {
	color: #555555;
	font: 24px Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.help-box-header {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3399cc;
}

.help-box-text {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3399cc;
}

.top-nav {
	font: normal 12px Helvetica, Geneva, Arial, sans-serif;
	color: #00ac10;
	text-decoration: none;
}

.drop-down-box-title {
	font: bold 12px Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	padding-bottom: 5px;
}

.plus {
	font: 11px Helvetica, Geneva, Arial, sans-serif;
	background: no-repeat url(../image/element/plus.gif) 0px 3px;
	padding-left: 13px;
	float: left;
	padding-bottom: 2px;
	padding-left: 13px;
	width: 190px;
}

.nav-header {
	font: 13px Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
}

.nav2 A:link {
	color: #5f5f5f;
	padding-left: 0px;
	text-decoration: none;
	font: 11px Helvetica, Geneva, Arial, sans-serif;
}

.nav2 A:active {
	color: #5f5f5f;
	padding-left: 0px;
	text-decoration: none;
	font: 11px Helvetica, Geneva, Arial, sans-serif;
}

.nav2 A:visited {
	color: #5f5f5f;
	padding-left: 0px;
	text-decoration: none;
	font: 11px Helvetica, Geneva, Arial, sans-serif;
}

.nav2 A:hover {
	color: #009900;
	padding-left: 0px;
	text-decoration: none;
	font: 11px Helvetica, Geneva, Arial, sans-serif;
}

.nav2-selected a:link {
	font: 11px Helvetica, Geneva, Arial, sans-serif;
	color: #009900;
	padding-left: 0px;
	background: transparent;
}

.nav1 A:link {
	color: #222222;
	font: bold 13px Helvetica, Geneva, Arial, sans-serif;
	width: 170px;
	height: 20px;
	text-decoration: none;
	padding-top: 3px;
}

.nav1 A:visited {
	color: #222222;
	font: bold 13px Helvetica, Geneva, Arial, sans-serif;
	width: 170px;
	height: 20px;
	text-decoration: none;
	padding-top: 3px;
}

.nav1 A:active {
	color: #222222;
	font: bold 13px Helvetica, Geneva, Arial, sans-serif;
	width: 170px;
	height: 20px;
	text-decoration: none;
	padding-top: 3px;
}

.nav1 A:hover {
	text-decoration: none;
	color: #009900;
	font: bold 13px Helvetica, Geneva, Arial, sans-serif;
	width: 170px;
	height: 20px;
	padding-top: 3px;
}

.nav1 {
	text-decoration: none;
	color: #222222;
	font: bold 13px Helvetica, Geneva, Arial, sans-serif;
	width: 170px;
	height: 20px;
	overflow: visible;
	padding-top: 3px;
}

.nav1:hover {
	text-decoration: none;
	color: #009900;
	font: bold 13px Helvetica, Geneva, Arial, sans-serif;
	width: 170px;
	height: 20px;
	background: url(../image/element/click-arrow.gif) no-repeat right;
	overflow: visible;
	padding-top: 3px;
}

.nav1-selected A:link {
	font: bold 13px Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
	color: #009900;
	width: 170px;
	height: 20px;
	padding-top: 3px;
}

.error {
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #990000;
}

.ul-medium {
	font: 11px Helvetica, Arial, sans-serif;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}


.checkout-titles {
	color: #00ac10;
	position: relative;
	border-bottom: 1px none #00ac10;
	font: bold 18px Helvetica, Geneva, Arial, sans-serif;
	top: 10px;
	margin-bottom: 25px;
	bottom: 5px;
}

.product-title {
	color: #555555;
	font: bold 18px Helvetica, Geneva, Arial, sans-serif;
	margin-bottom: 13px;
}

.t1 {
	font: bold 15px Helvetica, Geneva, Arial, sans-serif;
	color: #1f1f1f;
	padding-bottom: 5px;
}

.t2 {
	color: #1f1f1f;
	font: bold 16px Helvetica, Arial, sans-serif;
}

.ptext {
	color: #333333;
	font: 12px Helvetica, Geneva, Arial, sans-serif;
}

table {
	border: 0;
}

td {
	color: #333333;
	font: 12px Helvetica, Geneva, Arial, sans-serif;
}

.price {
	color: #333333;
	font: normal 20px Helvetica, Geneva, Arial, sans-serif;
}

.box-title {
	color: #555555;
	font: bold 18px Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

.information-title {
	color: #929292;
	margin-bottom: 10px;
	text-decoration: none;
	font: normal 15px Helvetica, Geneva, Arial, sans-serif;
}

.information-subtitle {
	color: #929292;
	text-decoration: none;
	font: normal 11px Helvetica, Geneva, Arial, sans-serif;
}

.large-bold-text-light {
	color: #ffffff;
	font: bold 20px Helvetica, Arial, sans-serif;
}

.medium-bold-text-light {
	color: #ffffff;
	font: bold 13px Helvetica, Arial, sans-serif;
}

.small-bold-text-light {
	color: #ffffff;
	font: bold 11px Helvetica, Arial, sans-serif;
}

.large-text-light {
	color: #ffffff;
	font: 20px Helvetica, Geneva, Arial, sans-serif;
}

.medium-text-light {
	color: #ffffff;
	font: 13px Helvetica, Geneva, Arial, sans-serif;
}

.small-text-light {
	color: #ffffff;
	font: 11px Helvetica, Geneva, Arial, sans-serif;
}

.large-text-grey {
	color: gray;
	font-size: 20px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

.medium-text-grey {
	color: gray;
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

.grey-link A:link {
	color: gray;
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
}

.grey-link A:hover {
	color: gray;
	font: 13px Helvetica, Geneva, Arial, sans-serif;
	text-decoration: underline;
}

.small-text-grey {
	color: #7d7d7d;
	font: 11px Helvetica, Geneva, Arial, sans-serif;
}

.tiny-text-grey {
	color: #7d7d7d;
	font: 9px Helvetica, Geneva, Arial, sans-serif;
}

.large-link {
	font: 20px Helvetica, Geneva, Arial, sans-serif;
	color: #009900;
	text-decoration: none;
}

.large-text-dark {
	font: 18px Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
}

.medium-text-dark {
	font: 14px Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
}

.small-text-dark {
	font: 11px Helvetica, Arial, sans-serif;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
}

test p {
	font: 11px Helvetica, Arial, sans-serif;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
}

.breadcrumbs {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	color: #333333;
	text-decoration: none;
}

.white-links A:link {
	text-decoration: none;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

.white-links A:hover {
	font-family: Helvetica, Arial, sans-serif 10px;
	color: #7e7e7e;
}

.quote {
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%; 
	overflow: hidden; 
	background: #eee;
	font: bold 16px Helvetica, Verdana, Arial, sans-serif;
	color: #555555;
}

.text-box {
	padding: 10px;
	background: #ddd;
}

.review-title {
	padding-bottom: 5px;
	font: bold 14px Helvetica, Geneva, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

.statistic {
	color: #3399cc;
	font-size: 50px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.sub-heading {
	color: #3399cc;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;

}

.sub-heading-2 {
	color: #aaa;
	font: bold 12px Helvetica, Arial, sans-serif;
}

.highlight {
	width: 330px; 
	overflow: hidden; 
	background: #eee; 
	padding: 7px;
}

.attention {
	background-color: #fcfc5f;
	padding: 8px;
	font: bold 12px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	color: #444;
}	
/* @end */

/* @group Boxes */

.padding-box-5 {
	padding: 5px;
}

.laptop-fit-box {
	font: bold 14px Helvetica, Geneva, Arial, sans-serif;
	margin-top: 20px;
	background-color: #ffd3c9;
	border: 2px solid #9b0a0a;
	padding: 5px;
	color: #9b0a0a;
}

.padding-box-10 {
	padding: 10px;
}

.feature-box-header {
	font: 20px Helvetica, Geneva, Arial, sans-serif;
	color: #555;
	padding: 4px;
	padding-left: 6px;
	background-color: #ccc;
	width: 300px;
}

.feature-box {
	border: 5px solid #ccc;
}

.side-cart {
	border: 1px solid #ccc;
	background-color: #eee;
	width: 280px;
	padding: 5px;
}

.side-cart-item {
	border: 1px none #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.help-box {
	border: 5px solid #3399cc;
	background-color: #d8eaf8;
	margin-bottom: 10px;
}

.price-box {
	
	height: 80px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #e7e7e7;
}

.grey-seperator-full {
	background-color: #e7e7e7;
	width: 790px;
	height: 1px;
}

.price-box-large {
	background: no-repeat url(../image/element/price-box-large.jpg);
	height: 130px;
	padding: 10px;
}

.bestseller-box {
	background: no-repeat url(../image/element/bestseller-background.jpg);
	height: 208px;
	padding: 10px;
}

.feature-header-bak {
	font: bold 14px Helvetica, Geneva, Arial, sans-serif;
	background: url(../image/element/divider.gif) repeat-x 0px 20px;
	height: 30px;
	border-bottom: none;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #ffffff;
}

.feature-header {
	font: bold 14px Helvetica, Geneva, Arial, sans-serif;
	border-bottom: none;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #555;
	padding: 4px;
	padding-left: 6px;
	background-color: #e7e7e7;
}

.feature-header-long-bak {
	font: bold 16px Helvetica, Geneva, Arial, sans-serif;
	background: repeat-x url(../image/element/divider.gif) 0px 24px;
	border-bottom: none 2px #00b3ec;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #00AC10;
	padding: 4px;
}

.feature-header-long {
	font: bold 14px Helvetica, Geneva, Arial, sans-serif;
	border-bottom: none 2px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #555555;
	background-color: #e7e7e7;
	padding: 4px;
}

.feature-content {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	background: repeat-x url(../image/element/divider.gif) 0px 100%;
	border-bottom: none;
	padding-bottom: 10px;
	overflow: hidden;
}

.left-feature {
	width: 570px;
	float: left;
}

.right-feature {
	margin-left: 580px;
}

.page-content {
	width: 790px;
	float: left;
}

.footer {
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	height: 470px;
	background: repeat-x url(../image/bottom-seperator.gif);
}

.footer-content {
	text-align: left;
	width: 980px;
}

.footer-column {
	float: left;
	width: 140px;
	overflow: hidden;
	zoom: 1;
	margin-right: 10px;
}

.footer-link-left a {
	color: #7d7d7d;
	text-decoration: none;
	margin-right: 15px;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.footer-link-block {
	margin-bottom: 10px;
	width: 150px;
	height: 450px;
}

.footer-link-big {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #7d7d7d;
}

.footer-link-small {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #999;
}

.top_message {
	border: 1px none #999999;
	color: #ffffff;
	background-color: #00AA00;
	font: 22px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #00AA00;
	padding: 10px 5px;
	text-align: center;
}

.box_optional_content {
	border: 2px dashed #999999;
	color: #000000;
	padding: 5px;
	background-color: #f6f6f6;
	font: 11px Arial, Arial, Helvetica, sans-serif;
	margin: 5px;
}

.add-to-cart-box {
	border: 1px none #bdbdbd;
	background: url(../image/green-bar.jpg) transparent no-repeat;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	padding: 8px;
}

.highlight-box {
	border: 1px none #bdbdbd;
	background: transparent url(../image/orange-shade.jpg);
	font-family: Helvetica, Geneva, Arial, sans-serif;
	padding: 8px;
}

.section {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	padding-top: 5px;
	font: 11px Helvetica, Geneva, Arial, sans-serif;
}

.section-bottom {
	border-top: 1px solid #cccccc;
	padding-bottom: 5px;
	padding-top: 5px;
	font: 11px Helvetica, Geneva, Arial, sans-serif;
}

.section-right {
	border-left: 1px solid #ccc;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-left: 10px;
	height: 100%;
}

.section_header {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	width: 200px;
	font: bold 11px Helvetica, Geneva, Arial, sans-serif;
}

.tab {
	background: no-repeat transparent;
	margin-bottom: 10px;
	border: none transparent;
}

.attention-box {
	background: #d5d5d5;
	border: 2px  #d5d5d5;
	padding-left: 100px;
	height: 100px;
	padding-top: 30px;
}

.attention-box-small {
	background: #d5d5d5;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 2px  #d5d5d5;
	height: auto;	
	font: normal 14px Helvetica, Arial, sans-serif;
}

.answer-box {
}

.image {
	border: 1px solid #d6d6d6;
	background: #ffffff;
}

.small-brand-logo {
	border: 0px;
	margin-right: 1px;
	float: left;
	margin-bottom: 1px;
	position: relative;
	overflow: visible;
}

.option-listing-2 {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border: 1px;
	width: 150px;
	margin-right: 1px;
	float: left;
	margin-bottom: 2px;
	position: relative;
	overflow: visible;
}

.option-listing-1 {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border: 1px;
	width: 100%;
	margin-right: 1px;
	margin-bottom: 2px;
	position: relative;
	overflow: visible;
}

.range-thumb {
	border: 1px none #d6d6d6;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	overflow: auto;
	width: 200px;
}

.grouper {
	overflow: hidden;
	width: 100%;
}

.grouper-nowidth {
	overflow: hidden;

}

.left-options {
	border: 1px none #d6d6d6;
	margin-right: 10px;
	float: left;
}

.left-image {
	background: #ffffff;
	margin-right: 10px;
	float: left;
}

.left-image-text {
	float: left;
	position: relative;
	overflow: hidden;
	border: 1px none #9eff7a;
	padding: 0;
	vertical-align: text-top;
}

.content-section {
	background-color: #ffffff;
	text-align: left;
	padding-left: 0px;
}

.content-section-blog {
	background-color: #ffffff;
}

.featured-product {
	text-align: left;
	background: transparent url(../image/featured-product.jpg) repeat-x;
	width: 100%;
	padding: 20px;
}

.featured-product-text {
	text-align: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.brand-info-text {
	text-align: left;
	padding-left: 10px;
}

.product-summary-box {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.paging-box {
	padding-top: 10px;
	padding-bottom: 5px;
	font: 14px Helvetica, Arial, sans-serif;
}

.horizontal-seperator {
	border-bottom: 1px solid #c7c7c7;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 5px;
	font: 14px Helvetica, Arial, sans-serif;
	width: 100%;
	overflow: auto;
}

.drop-down-box {
	background: #ececec;
	font: 11px Helvetica, Geneva, Arial, sans-serif;
	padding: 6px;
	margin-top: 5px;
	border: none #7e7e7e 2px;
}

.footer-box {
	padding: 10px;
	width: 323px;
	background: repeat-x url(../image/grey-shade.jpg);
}

.faster-signup-box {
	padding: 10px;
	background: #00AA00;
	color: #ffffff;
	font: 18px Helvetica, Arial, sans-serif;
}

.information-box {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
}

.header-box {
	background: url(../image/tagline.gif) no-repeat transparent;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: right;
}

.green-box {
	background: url(../image/green-bar.jpg) no-repeat transparent;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: right;
}

.top-nav-box {
	background: none no-repeat;
	vertical-align: middle;
	font: normal 11px Helvetica, Geneva, Arial, sans-serif;
	padding-top: 7px;
	padding-bottom: 10px;
}
	
/* @end */

/* @group Listing */

.listing-price {
	color: #7d7d7d;
	font:  bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listing-special-price {
	color: #CC0000;
	font:  11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listing-title {
	height: 35px;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-decoration: none;
	color: #999;
	font: normal bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-width: 0;
	border-bottom: 1px none #e0e0e0;
	padding-top: 3px;
	padding-bottom: 3px;
}

.listing-title A:link {
	text-decoration: none;
	color: #999;
	font: normal bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listing-title A:active {
	text-decoration: none;
	color: #999;
	font: normal bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listing-title A:hover{
	text-decoration: none;
	color: #999;
	font: normal bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listing-title A:visited {
	text-decoration: none;
	color: #999;
	font: normal bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listing-information {
	text-align: center;
	width: 180px;
	padding-top: 5px;
	margin-bottom: 40px;
}

.listing-photo {
	text-align: center;
	width: 180px;
	margin-top: 20px;
}

.listing-image-no-stock {
	border: 1px solid #ebebeb;
	background: #ffffff;
	width: 180px;
	height: 120px;
}

.listing-brand {
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7d7d7d;
	margin-bottom: 3px;
}

.listing-image {
	border: 1px solid #ebebeb;
	width: 180px;
	height: 120px;
	background: #ffffff;
}
	
/* @end */

/* @group Forms */

.body_extra_tiny {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
}

input {
	color: #333333;
	font: 12px Helvetica, Geneva, Arial, sans-serif;
}
/* @end */

/* @group Checkout */

.box_new_customers {
	border: 1px solid #999999;
	color: #000000;
	padding: 5px;
	background-color: #F0F0F0;
	font: 11px Arial, Arial, Helvetica, sans-serif;
	width: 300px;
	height: 150px;
	margin-right: 5px;
}

.box_checkout {
	border-color: #d4d4d4;
	border-width: 1px;
	border-style: solid;
	color: black;
	padding: 5px;
	background-color: #F0F0F0;
	font: 12px Arial, Arial, Helvetica, sans-serif;
	width: 100%;
}

.box_checkout_highlight {
	color: #900;
	padding: 5px;
	background-color: #ffd3c9;
	font: 12px Arial, Arial, Helvetica, sans-serif;
	width: 100%;
	border: 1px solid #900;
}

.line_item {
	border: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	padding: 0px;
	background-color: #FFFFFF;
	border-color: #d4d4d4;
}

.line_item_text {
	font: 14px Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

.side-cart-line-item-text {
	font: 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

.side-cart-total {
	font: bold 20px Helvetica, Arial, sans-serif;
	text-align: left;
}

.police {
	border: 1px none #999999;
	color: #000000;
	font: 11px Arial, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 21px;
	background: url(../../secure/police.gif) repeat-x;
}

.police_content {
	border: 1px none #999999;
	color: #004398;
	font: 12px Arial, Arial, Helvetica, sans-serif;
	width: 100%;
	background: repeat-x #cedbea;
	padding: 0px;
}
	
/* @end */

/* @group Checkout Progress */

.checkout {

	padding-bottom: 25px;

	border-top-style: solid;

	border-top-color: #d4d4d4;

	border-top-width: 1px;

	width: 100%;

	padding-top: 15px;

}

.checkout-step {
	color: #555555;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-top: 0px;
	background-repeat: no-repeat;
	font: 21px Helvetica, Arial, sans-serif;
	height: 20px;
	background: url(../image/element/checkout-arrow-header.jpg) right 0px;
	border: 1px none #999999;
	border-right-color: #dbdbdb;
	border-right-style: none;
	border-left: 1px none #dbdbdb;
}

.checkout-step-final {
	color: #555555;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-top: 0px;
	background-repeat: no-repeat;
	font: 21px Helvetica, Arial, sans-serif;
	height: 20px;
	background: url(../image/element/checkout-arrow-header-final.jpg) right 0px;
	border: 1px none #999999;
	border-right-color: #dbdbdb;
	border-right-style: none;
	border-left: 1px none #dbdbdb;
}

.checkout-step-done {
	color: #009f11;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-top: 0px;
	background-repeat: no-repeat;
	font: 21px Helvetica, Arial, sans-serif;
	height: 20px;
	background: url(../image/element/checkout-arrow-header-done.jpg) right 0px;
	border: 1px none #999999;
	border-right-color: #dbdbdb;
	border-right-style: none;
	border-left: 1px none #dbdbdb;
}

.checkout-step-final-done {
	color: #009f11;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-top: 0px;
	background-repeat: no-repeat;
	font: 21px Helvetica, Arial, sans-serif;
	height: 20px;
	background: url(../image/element/checkout-arrow-header-final.jpg) right 0px;
	border: 1px none #999999;
	border-right-color: #dbdbdb;
	border-right-style: none;
	border-left: 1px none #dbdbdb;
}

.checkout-help {
	position: relative;
	bottom: 30px;
	left: 500px;
}

.basket {
	background-color: #f0f0f0;
	padding-bottom: 5px;
	padding-top: 5px;
}

.big_form_text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
}

a.meh {
	text-decoration: none;
}

.category-title h1 {
	margin: 0px;
	padding: 12px;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	position: static;
	
}

.category-title {
	background: no-repeat url(../image/element/category-header.jpg); 
	padding: 0px; 
	height: 50px;
}

.signup-bar {
	color: white;
	background: no-repeat url(../image/element/sign-up.jpg); 
	padding: 5px; 
	height: 50px;
}

.listing-page-title h1 {
	color: #7d7d7d;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0;
	padding-top: 5px;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: static;
	border-top: 1px solid #ccc;
	border-bottom: 1px none #ccc;
}

.listing-page-subtitle h2 {
	border-top-color: #ccc;
	border-top-style: solid;
	border-top-width: 1px;
	color: #7d7d7d;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: static;	
}

.listing-paging {
	background: no-repeat url(../image/element/listing-paging.jpg); 
	padding-top: 4px; 
	height: 29px;
	padding-bottom: 5px;
}

.paging-text {

	color: #555;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.paging-number {
	text-decoration: none;
	text-align: center;
	float: left; 
	color: #555;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.paging-number-selected {
	height: 25px;
	width: 25px;
	color: #000;
	text-align: center;
	background: no-repeat url(../image/element/paging-text-selected.gif);
	overflow: visible;
	float: left;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/* @end */

/* @group Header */

.header {
	background-color: #429526;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../image/element/header-background.jpg);
}

.header-branding {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 80px;
	background: url(../image/element/header-branding.gif) no-repeat center;
}

.header-content {
	float: right; 
	padding-top: 5px;
	color: #fff;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.header-content a {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

.header-navigation {
	color: #333333;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 980px;
}

.header-sub-navigation {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 980px;
	height: 13px;
	color: #7f7f7f;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.header-link-left a {
	color: #333333;
	text-decoration: none;
	margin-right: 15px;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.header-link-right a {
	position: relative;
	right: 1px;
	margin-left: 15px;
	color: #333333;
	text-decoration: none;
	text-align: right;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}



/* @end */

/* @group Sale */

.save {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 3px;
	color: #fff;
	width: 110px;
	background: url(../../post-christmas-sale/save-tag.jpg) no-repeat;
}

.sale-strip-top {
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #ce0000;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.promo-strip-top {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #0199dc;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sale-strip-link {
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
}

.sale-product-page {
	margin-top: 0px;
	margin-bottom: 7px;
	text-align: center;
	width: 330px;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #ce0000;
	color: white;
}

.sale-title {
	color: #cc0000;
	font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 2px solid #cc0000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
	text-indent: 8px;
}



/* @end */

/* @group Other */

ul.autocomplete { 
	list-style-type: none; 
	font-size: 13px;  
	background: #ffffff; 
	margin: 5px 0 0 0;
	padding: 0px; 
	width: 150px; 
	border: 1px solid #999; 
	font-family: helvetica, arial, sans-serif; 
}

li.autocomplete { 
	margin: 0 0 5px 0;
	cursor: default; 
	color: #090;
	list-style-type: none;
	font-size: 13px; 
	padding: 3px;  
}

li.autocomplete:hover { 
	background: #d5d5d5; 
	list-style-type: none;
	font-size: 13px; 
	padding: 3px;  
}

li.selected { 
	background: #d5d5d5;
	list-style-type: none;
	font-size: 13px; 
	padding: 3px;  
}

.crumb {
	margin-right: 5px;
	float: left;
	list-style-type: none;
}

.review {
	padding-top: 10px;
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	background: repeat-x url(../image/element/divider.gif) 0px 100%;
	border-bottom: none;
	padding-bottom: 10px;
	overflow: hidden;
}

.popup-box {
	background-color: white;
	padding: 10px;
	margin: 2px;
	border-color: #009900;
	border-style: solid;
	border-width: 2px;
}

.popup-window {
	background-color: white;
	padding: 10px;
	margin: 5px;
}

.right-side {
	border-left-width: 2px;
	border-color: #009900;
	border-style: solid;
	margin-left: 20px;
	padding-left: 10px;
	width: 190px;
}

.usersubmittedphoto {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
	height: 75px;
	width: 98px;
}

.separator-bar {
	margin-bottom: 10px;
}

.separator-content {
	margin-bottom: 10px;
}

.form-laptop-bag-search {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 2px;
}

.major-box {
	background-color: #edffe7;
	border: 4px solid #47a223;
	width: 782px;
	color: #47a223;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}



/* @end */

/* @group greybox */

.roundcont {
	width: 100%;
	color: #000;
	border: solid 1px;
	border-color: #d4d4d4;
	border-style: solid;
	background: repeat-y right url(../image/element/greybox/bg.gif) transparent;
}

.roundcont p {
	margin: 7px 10px;
}

.roundtop { 
	background: url(../image/element/greybox/tr.gif) no-repeat right top;
	position: relative;
	top: -1px;
	right: -1px;
}

.roundbottom {
	background: url(../image/element/greybox/br.gif) no-repeat right bottom;
	bottom: -1px;
	right: -1px;
	position: relative;
}

img.topcorner {
   width: 3px;
   height: 3px;
   border: none;
   display: block !important;
	left: -2px;
	position: relative;
}

img.bottomcorner {
   width: 3px;
   height: 3px;
   border: none;
   display: block !important;
   left: -2px;
	position: relative;
}
	
/* @end */

/* @group Drop Down Menus */

#info {height:400px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type: none;
padding:0;
margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
list-style-type: none;
position:relative;
z-index:100;
margin-bottom: 0px;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:13px;
padding:10px 10px;
color:#999999;
background:#222;
text-decoration:none;
margin-right:0px;
text-align:center;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.menu li:hover a.here {
color:#fff;
background:#333;
}

.menu_element a, .menu_element :visited {
display:block;
font-size:13px; 
width:159px; 
padding:7px 10px;
color:#999999;
background:#333;
text-decoration:none;
margin-right:0px;
text-align:left;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
margin-bottom: 0px;
}


/* style the links hover */
.menu :hover {
color:#fff;
background:#222;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu-bar {
width: 100%;
height: 36px;
background: #222;
}

/* @end */

/* @group Refinement Links */

.refine-title {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #999;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
	width: 100px;
	float: left;
	margin-right: 10px;
}

.refine-link {
	overflow: hidden;
	border: 1px none #495efc;
	margin-bottom: 10px;
}

.refine-link A:link  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

.refine-link A:active  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	padding: 2px;
	float: left;
	margin-right: 10px;

}

.refine-link A:visited  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

.refine-link A:hover  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

.refine-link-selected A:link  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	padding: 2px;
	float: left;
	margin-right: 10px;
	background-color: #999;
}

.refine-link-selected A:active  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	padding: 2px;
	float: left;
	margin-right: 10px;
	background-color: #999;

}

.refine-link-selected A:visited  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	padding: 2px;
	float: left;
	margin-right: 10px;
	background-color: #999;
}

.refine-link-selected A:hover  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	padding: 2px;
	float: left;
	margin-right: 10px;
	background-color: #999;
}



/* @end */

.title-category {
	background-color: #999;
	text-align: center;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
	width: 70px;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 3px;
}

.feature-price {
	color: #999;
	font: bold 22px Helvetica, Arial, sans-serif;
}

/* @group leftnav */

.leftnav-header {
	padding: 5px 10px;
	color: #222222;
	background: #AAAAAA;
	font-size: 15px;
	font-weight: bold;
}

.leftnav-content {
	display:block;
	font-size:13px;
	padding: 10px 5px 10px 10px;
	color: #444;
	background: #DDDDDD;
	margin-right:0px;
	margin-bottom: 5px;
}

.leftnav {
	text-align: left;
	margin-bottom: 5px;
}

/* Main Menu */
.leftnav ul{
	list-style-type: none;
	padding:0;
	margin:0;
}

.leftnav li{
	list-style-type: none;
	margin-bottom: 0px;
	border-bottom: 1px solid #e5e5e5;
}

.leftnav a, .leftnav :visited {
	display:block;
	font-size:13px;
	padding: 7px 10px;
	color: #444;
	background: #DDDDDD;
	text-decoration:none;
	margin-right:0px;
}

.leftnav li:hover a.here {
	color:#fff;
	background:#666666;
	border-bottom: 1px solid #e5e5e5;
}

.leftnav a:hover {
	color:#fff;
	background:#666666;
}

.leftnav-selected a:link, .leftnav-selected a:visited {
	color:#fff;
	background: #666666;
}

/* Sub Menu */
.leftnav li li a:link, .leftnav li li a:visited {
	display: block;
	font-size: 11px;
	padding: 5px 5px 5px 20px;
	color: #555;
	background: #EEE;
	text-decoration:none;
	font-weight: bold;
}

.leftnav li li a:hover {
	color:#fff;
	background: #666666;
}


/* @end */

/* @group Spacing */

.separator-5 {
	margin-bottom: 5px;
}

.separator-10 {
	margin-bottom: 10px;
}

.separator-30 {
	margin-bottom: 30px;
}



/* @end */

/* @group Footer */

#footer {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	height: 470px;
	background: repeat-x url(../site/image/bottom-seperator.gif);
}

#footer p, #footer a {
	font-size: 9px;
	color: #999;
}

.footer-content {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.footer-link-left a {
	color: #7d7d7d;
	text-decoration: none;
	margin-right: 15px;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	font-size: 24px;
}

.footer-link-big a:link, .footer-link-big a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #7d7d7d;	
	font-weight: bold;
}

.footer-column a {
	text-decoration: none;
	color: #999;
	font-size: 11px;
}



/* @end */

.handy-tip {
	background-color: #fdf1d7;
	padding: 3px;
	border: 1px dashed #c9c7a5;
	color: #8e8c74;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}

.handy-tip a {
	color: #8e8c74;
	font-size: 14px;
}