﻿@import url(/webappresource.axd?q=app_files/default/css/common.css);
@import url(/webappresource.axd?q=app_files/default/css/controls.css);
/*****************************
GLOBAL
*****************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FAFAFA url(/webappresource.axd?q=app_files/default/img/bg/bg.png) repeat-x top left;
}

body.popup {
	margin: 0;
	text-align: left;
	padding: 15px 10px;
	background: #FFF;
}

body, td, th, div, input, select, textarea {
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
}

h1 {
	color: #000;
	margin: 0 0 0.5em 0;
	font: bold 20px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body.popup h1 {
	margin: 0.5em 0;
}

h2 {
	color: #829AB1;
	font: normal 18px/18px Arial, Helvetica, sans-serif;
}

h3, .big {
	margin: 0.5em 0 0 0;
	font: bold 14px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2, p, .para {
	margin: 0.5em 0;
}

small, .small, .small td {
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
}

* html ol, * html ul {
	margin-left: 2.9em;
}

blockquote {
	margin: 0.5em 0 0.5em 2em;
}

label {
	display: block;
	padding-top: 3px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

label i, label small {
	font: normal normal 10px Tahoma, Verdana, Arial;
}

label i {
	color: #F00;
	padding-right: 3px;
}

label.default {
	display: inline !important;
	font: normal 11px Arial, Helvetica, sans-serif !important;
}

.floatform label {
	float: left;
	padding: 2px;
	white-space: nowrap;
}

.floatform label input, .floatform label select, .floatform label textarea {
	float: left;
	margin-top: 1px;
}

input[type=text], input[type=password], textarea, select {
	font-size: 11px !important;
	border: 1px solid #CCD9E6;
	background-color: #FFFEEF;
	color: #7D4100;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/*********************************
LINKS
*********************************/
A, 
A:visited {
	color: #06C;
	text-decoration: underline;
}

A:hover, 
A:active {
	color: #06A;
}


A.more, 
A.more:visited {
	color: #D53F44;
}

A.more:hover, 
A.more:active {
	color: #C6161C;
}


a.fresh:visited, 
#pathstring a:visited {
	color: #000;
}

.cat a, 
.cat a:visited, 
a.ship, 
a.ship:visited, 
.gridcontrol a, 
.gridcontrol a:visited {
	color: #000;
}

a.gray, 
a.gray:visited {
	color: #777;
}

a.gray:hover, 
a.gray:active {
	color: #000;
}

.vlinks a {
	display: block;
}

a.brand {
	text-decoration: none;
	color: #444;
}

a.brand u {
	color: #06C;
}

/*****************************
LAYOUT
*****************************/
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
}

#header {
	height: 70px;
}

#header .logo a {
	width: 189px;
	height: 69px;
	display: block;
	margin: 0;
	background: url(/webappresource.axd?q=app_files/default/img/logo.png) no-repeat center;
	outline: 0px;
}

* html #header .logo a {
	cursor: pointer;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/webappresource.axd?q=app_files/default/img/logo.png, sizingMethod="crop");
}

#header .logo b {
	display: none;
}

#header .account {
	text-align: center;
	width: 100%;
	font-style: normal;
	font-size: 14px;
}

#header .account a, 
#header .account a:hover, 
#header .account a:active, 
#header .account a:visited {
	color: #06C;
}

#header .cart a {
	width: 113px;
	height: 20px;
	display: block;
	margin: 0;
	background: url(/webappresource.axd?q=app_files/default/img/buttons/your-shopping-cart.png) no-repeat center;
	outline: 0px;
	padding-left: 50px;
	padding-top: 23px;
	font-size: 12px;
	text-decoration: none;
}

#header .cart a:hover, 
#header .cart a:active, 
#header .cart a:visited {
	color: #000;
}

#header .cart a i {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#header .cart a u {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}

* html #header .cart a {
	cursor: pointer;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/webappresource.axd?q=app_files/default/img/buttons/your-shopping-cart.png, sizingMethod="crop");
}

#header .wishlist a {
	width: 71px;
	height: 43px;
	display: block;
	margin: 0;
	background: url(/webappresource.axd?q=app_files/default/img/buttons/your-wishlist.png) no-repeat center;
	outline: 0px;
	text-indent: -5000px;
}

* html #header .wishlist a {
	cursor: pointer;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/webappresource.axd?q=app_files/default/img/buttons/your-wishlist.png, sizingMethod="crop");
}

#search td, #nav td {
	padding: 0;
}

#search a, #nav a {
	text-indent: -5000px;
	display: block;
	outline: 0;
}

#search a {
	height: 59px;
}

#nav a {
	height: 32px;
}

#search form {
	width: 231px;
	height: 27px;
	display: block;
	margin: 0;
	background: url(/webappresource.axd?q=app_files/default/img/bg/search-form.png) no-repeat center;
	padding: 16px 10px 16px 63px;
}

#search .form input[type=text] {
	border: 0;
	width: 163px; 
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	margin: 1px 3px;
	*font-size: 10px !important;
	*padding: 3px;
	background-color: #FFF !important;
	color: #036;
}

#search .form input[type=image] {
	width: 46px;
	height: 25px;
	outline: 0px;
}

#search .accountlink {
	width: 83px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/search-accountlink.png) no-repeat center;
}

#search .orderstatuslink {
	width: 94px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/search-orderstatuslink.png) no-repeat center;
}

#search .computerslink {
	width: 166px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/search-computerslink.png) no-repeat center;
}

#search td {
	background: url(/webappresource.axd?q=app_files/default/img/bg/search-bg.png) repeat-x top left;
}

#nav td {
	background: url(/webappresource.axd?q=app_files/default/img/bg/nav-bg.png) repeat-x top left;
}

#nav .newproductslink {
	width: 90px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/nav-newproductslink.png) no-repeat center;
}

#nav .featureditemslink {
	width: 97px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/nav-featureditemslink.png) no-repeat center;
}

#nav .aboutoutbacklink {
	width: 98px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/nav-aboutoutbacklink.png) no-repeat center;
}

#nav .faqlink {
	width: 50px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/nav-faqlink.png) no-repeat center;
}

#nav .contactuslink {
	width: 75px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/nav-contactuslink.png) no-repeat center;
}


#pathstring {
	color: #D53F44;
	padding: 0 8px;
	display: block;
}

#pathstring h1, .sku h1 {
	margin: 0;
	color: #000;
	display: inline;
	font: normal 11px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

#pathstring a,
#pathstring a:hover,
#pathstring a:active,
#pathstring a:visited {
	display: inline;
	color: #000;
}

#content {
	padding-top: 10px;
}

table.cols, table.mnfgrid, table.grid {
	border: 0;
	width: 100%;
}

td.lcol, td.ccol, td.rcol {
	padding: 0 0 10px 0;
	vertical-align: top;
}

td.lcol, td.rcol {
	width: 176px;
}

td.lcol {
	padding-right: 12px;
}

td.rcol {
	padding-left: 12px;
}

.lcol dl, .rcol dl {
	margin-top: 0 !important;
}

#subscriberform label {
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
}

#subscriberform input[type=text] {
	margin: 0 0 7px 0;
	width: 144px;
} 

#subscriberform input[type=image] {
	margin: 0 35px;
}

#search_place_holder input[type=text],
#copyright input[type=text] {
	width: 100px !important;
}

#search_place_holder form {
	margin-top: 50px;
	white-space: nowrap;
}

#footer {
	padding: 0 0 15px 0;
	text-align: center;
}

#footer span {
	color: #999;
}

#footer span A,
#footer span A:hover,
#footer span A:active,
#footer span A:visited {
	color: #444;
}

#footer table {
	width: 100%;
	margin-bottom: 10px;
}

#footer td {
	text-align: left;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

#footer td span,
#footer td a {
	display: block;
	font-size: 11px;
	text-align: left;
}

#footer td span {
	color: #000;
	font-weight: bold;
}

#footer img {
	margin-right: 10px;
}

/*****************************
ITEM GRID
*****************************/
table.itemgrid {
	border: 2px solid #FFF;;
	border-collapse: collapse;
}

.itemgrid td {
	vertical-align: top;
	text-align: center;
	border: 1px solid #ccd9e6;
	padding: 10px;
}

.listmode td {
	text-align: left !important;
}

.itemgrid .thumb {
	text-align: center;
	display: block;
}

.itemgrid p {
	display: block;
	text-decoration: none;
	margin: 0;
}

.itemgrid p b {
	display: block;
	height: 5em;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 18px;
}

.itemgrid span {
	display: block;
	height: 2em;
	vertical-align: middle;
}

.itemgrid span.price {
	height: 1.2em;
	text-align: center;
}

.itemgrid span.shipping {
	height: 1.2em;
}

.itemgrid span i {
	font-style: normal;
	font-weight: normal;
	font-size: 10px !important;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.itemgrid span b, .itemgrid span del {
	display: inline;
}

.itemgrid .title {
	border: none;
	padding: 15px;
	background: #FFF6C1 url(/webappresource.axd?q=app_files/default/img/bg/itemgrid-title.jpg) repeat-x top left;
}

.itemgrid .title h1 {
	margin: 0;
	color: #000;
	font-size: 18px;
}

.producttitle {
	display: block;
	font-size: 14px;
}

/*****************************
TABLES
*****************************/
table.gridheader, h1.gridheader {
	border: none;
	margin-top: 10px !important;
}

.gridheader th, .gridheader td {
	padding: 0;
	vertical-align: middle;
	
}

.gridheader th h1 {
	margin: 0;
}

.gridheader th {
	text-align: left;
}

.gridheader td {
	text-align: right;
}

.gridcontrol {
	margin: 10px 0;
	padding-bottom: 3px;
	background: #F4F1ED url(/webappresource.axd?q=app_files/default/img/bg/shadow.gif) repeat-x bottom;
}

.gridcontrol table {
	width: 100%;
	border: 1px solid #C6BAA6;
}

.gridcontrol th, .gridcontrol td {
	padding: 10px 8px;
	white-space: nowrap;
}

.gridcontrol th {
	padding-right: 0;
	text-align: right;
	font-weight: bold;
}

.gridcontrol td i {
	color: #06C;
	font-weight: bold;
	font-style: normal;
}

.gridcontrol label {
	display: inline;
	vertical-align: baseline;
}

.gridcontrol input#stxtin {
	width: 110px;
}

table.grid, table.spec, table.related {
	width: 100%;
	border: none;
	margin: 5px 0;
	border-collapse: collapse;
}

.grid th {
	color: #000;
	font-weight: bold;
	padding: 7px 5px;
	text-align: center;
	border: 1px solid #BBB;
	border-top-color: #CCC;
	background: #B6B6B6 url(/webappresource.axd?q=app_files/default/img/bg/gradient_grid.gif) repeat-x top;
}

.grid th img {
	width: 12px;
	height: 11px;
	margin-bottom: -1px;
}

.grid td {
	padding: 5px;
	vertical-align: middle;
}

.grid .item {
	width: 100%;
	text-align: left;
}

.grid .item p {
	color: #555;
}

.grid .item span {
	color: #000;
	font-weight: bold;
	padding-right: 5px;
	white-space: nowrap;
}

.grid .item span b, .grid .item span u {
	font-weight: normal;
	text-decoration: none;
}

.grid .item span img {
	width: 12px;
	height: 11px;
}

.grid .price a {
	width: 90px;
}

.param {
	padding-bottom: 10px;
}

.param i {
	color: #555;
	font-style: normal;
}

.brandlist h2 {
	color: #000;
	padding: 5px;
	background-color: #F5F5F5;
}

.brandlist td {
	padding-left: 5px !important;
	vertical-align: top;
}

.brandlist a {
	display: block;
}

table.shipping {
	width: 100%;
	margin: 5px 0;
	background: url(/webappresource.axd?q=app_files/default/img/bg/dot.gif) repeat-x top;
}

.shipping tr {
	background: url(/webappresource.axd?q=app_files/default/img/bg/dot.gif) repeat-x bottom;
}

.shipping th, .shipping td {
	padding: 5px;
	vertical-align: middle;
}

.shipping th {
	text-align: center;
}

table.personal {
	width: 100%;
	border: 2px solid #CCC;
	border-collapse: collapse;
}

table.personal th {
	color: #369;
	font-weight: bold;
	text-align: right;
	background: none;
}

table.personal td, table.personal th {
	padding: 3px 0 3px 5px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #CCC;
}

table.personal .bglitegray th {
	background-color: #F5F5F5;
}

table.totals {
	margin-top: 5px;
}

.totals th, .totals td, .totals input {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.totals th, .totals td {
	padding: 5px 5px 5px 0;
	vertical-align: middle;
}

.totals .total th, .totals .total td {
	background: none;
	line-height: 25px;
}

.totals td, .totals .total td {
	color: #000;
	font-size: 14px;
}

.totals th, .totals .total th {
	color: #555;
	font-size: 12px;
}

.totals th i {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.totals input {
	width: 90px;
}

.totals .total input {
	color: #F60;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

table.shiprates {
	width: 100%;
	border-collapse: collapse;
}

.shiprates th {
	padding: 15px 0 3px 3px;
	border-bottom: 3px solid #CCC;
}

.shiprates td {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 0;
	padding: 3px 0 5px 0;
}

.shiprates label {
	white-space: normal;
}

.shiprates label b {
	color: #C30;
}

.attr {
	float: left;
	margin-right: 10px;
	padding: 0;
	white-space: nowrap;
}

.partparams .attr {
	font-size: 11px !important;
	float: none;
	display: block;
	white-space: pre-wrap; /* css-3 */ 
	white-space: -moz-pre-wrap; /* Mozilla, ������� � 1999 ���� */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}

.partparams .attr b {
	color: #666;
	font-weight: normal;
}

/*****************************
CONTAINERS
*****************************/
.buttons {
	padding-top: 10px;
	text-align: center;
}

.box, td.box {
	padding: 10px;
	border: 1px dashed #CCC;
	background-color: #F5F5F5;
}

.box h2 {
	color: #333;
	margin-top: 0;
}

dd.vlinks {
	padding-top: 5px;
}

dd.vmenu {
	padding: 5px;
}

dd.vlinks p {
	font-weight: bold;
	margin: 1em 0 0.2em 0;
}

.reviews {
	margin-top: 10px;
}

.reviews dd {
	padding-bottom: 7px !important;
}

.buybox .ibox {
	width: 80px;
}

#pricebox .show, #pricebox.hidden .hide {
	display: none;
}

#pricebox.hidden .show {
	display: block;
}

/*****************************
PRODUCT
*****************************/
.spec th, .spec td {
	padding: 7px;
	vertical-align: middle;
}

.spec th {
	color: #777;
	text-align: left;
	font-weight: bold;
}

.spec .title {
	text-align: left;
	padding: 5px 7px;
	background-color: #E8F0F4;
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
}

table.uc input {
	border: 0 !important;
}

.gal a {
	float: left;
}

.gal img {
	margin: 1px;
	width: 50px;
	height: 50px;
	padding: 3px;
	border: 1px dotted #DDD;
}

.partinfo {
	padding-top: 10px;
	position: relative;
}

.partinfo table.tabs {
	top: 0;
	left: 0;
	position: absolute;
}

.disclaimer {
	color: #777;
	padding: 0 15px;
	font-size: 11px;
}

.disclaimer b {
	font-weight: normal;
}

.iteminfo {
	width: 125px;
}

.itembig {
	padding: 5px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #CCC;
}

.itembig a,
.itembig a:visited {
	text-align: left;
	display: block;
}

.itembig a.info {
	zoom: 1;
	padding: 125px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center top;
}

.itembig a.info u {
	height: 2.5em;
	display: block;
	overflow: hidden;
	text-decoration: underline;
	font-weight: normal;
}

.itembig a.info p {
	margin: 3px 0;
}

.itembig a.info small {
	color: #090;
	height: 1.25em;
	display: block;
	font-weight: normal;
}

.itembig a.info span {
	margin: 5px 0;
	display: block;
}

.itembig a.info .price, .itembig .price {
	height: 12px !important;
}

.itembig a.info .price b {
	color: #000;
}

.itembig .mfg {
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
}

.itembig a.gray {
	display: block;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
}

.itemsmall {
	background-color: #FFF;
	padding: 5px;
}

.itemsmall a {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}

.itemsmall a div {
	padding: 0;
}

.itemsmall a u {
	text-decoration: underline;
}

.cell .itemsmall a u {
	font-size: 10px;
	text-decoration: none;
	height: 3.75em;
	display: block;
	overflow: hidden;
}

.itemsmall a u, .itemsmall a p, .itemsmall a small, .itemsmall .price, .itemsmall .shipping {
	margin: 0 0 0 83px;
	padding: 0;
}

.itemsmall .price {
	display: block;
}

.itemsmall a span {
	display: block;
}

.itemsmall a span del {
	display: block;
}

.itemsmall .shipping {
	font-size: 10px;
	display: block;
}

.itemsmall a small {
	color: #090;
	font-size: 9px;
	display: block;
	font-weight: normal;
	text-align: left;
	padding: 5px 0;
}

.paramsearch b {
	display: block;
	font-size: 11px;
}

.paramsearch select {
	width: 154px;
	margin-bottom: 5px;
}

.paramsearch p {
	padding: 1px;
	background: #DDD;
	margin: 0 0 5px 0;
	border: 1px solid #AAA;
}

.paramsearch p i {
	color: #333;
	padding-left: 3px;
	font-style: normal;
	vertical-align: middle;
}

.paramsearch div {
	padding-top: 5px;
	text-align: right;
}

div.buttons {
	white-space: nowrap;
	padding: 2px 0 2px 2px;
	text-align: right;
}

div.buttons img {
	margin-left: 2px;
}

/*****************************
CHECKOUT
*****************************/
.option {
	margin-top: 5px;
	padding: 10px 12px !important;
}

.option h2 {
	margin: 0 0 0 -5px;
	padding-bottom: 7px;
}

.option h2 label {
	color: #000;
	display: inline;
	cursor: pointer;
	text-decoration: none;
}

.paymentgrid td.option {
	padding: 8px 10px !important;
	border: 1px dashed #CCC;
	background-color: #F5F5F5;
}

.checked, .checkedlog {
	padding: 8px 10px !important;
	border: 1px solid #95BDDD !important;
	background-color: #EEF5FE !important;
}

.checked h2 label {
	color: #36C;
	text-decoration: none;
}

div.dot {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	background: url(/webappresource.axd?q=app_files/default/img/bg/dot.gif) repeat-x left center;
	height: 20px;
}

div.dotlite {
	border-top: 1px solid #CCD9E6;
	margin: 5px 0;
}

.coupon {
	width: 100px;
	margin-top: 1px;
}

.inputw500, .inputw500 input, .inputw500 textarea {
	width: 500px;
}

.inputw500 select {
	width: 512px;
}

/*****************************
COLOURS
*****************************/
.red {
	color: #F00;
}

.green {
	color: #090;
}

.blue {
	color: #06C;
}

.orange {
	color: #F60;
}

.gray, h1 span {
	color: #566777 !important;
}

.darkgray {
	color: #444;
}

.spacer {
	color: #CDDAE7;
}

.inneryellowbox .spacer {
	color: #EADE96;	
}

.bglitegray {
	background-color: #F7FAFC !important;
}

.bgyellow {
	background-color: #FAF5E3 !important;
}

.bgblue {
	background-color: #C5DEF5 !important;
}

.bggreen {
	background-color: #DEF5C5 !important;
}

.bgwhite {
	background-color: #FFF !important;
}

.bgviolet {
	background-color: #F2EFFB !important;
}