html, body, div, span, applet,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 20px 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	color: #406ab4;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.primary h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
	padding: 10px 0 20px 0;
	color: #4d4d4d;
}

.overlay h1 {
	color: #999999;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 0;
}

.primary .column h1 {
	padding: 0 0 20px 0;
	clear: left;
}

.container h1 {
	padding: 0;
}

.upCap {
	text-transform: uppercase;
}

.listLeft li {
	float: left;
	display: inline;
}

img {
	float: left;
	display: inline;
}

#page {
	background-color: #f1f0ef;
	color: #4d4d4d;
	background-image: url('/img/backgroundTile.png');
	background-position: top left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

/* wrap */

#wrap {
	width: 950px;
	margin: 0 auto;
}

/* block */

.block {
	border-bottom: 1px solid #c1c0bf;
	background-color: #ffffff;
	overflow: hidden;
	margin: 0 0 9px 0;
}

/* header */

#header {
	background-color: #1f1e1d;
	padding: 30px 0 0 20px;
	border-bottom: 1px solid #d8d8d7;
	color: #605f5e;
	line-height: 20px;
	font-family: Arial, Helvetica, sans=serif;
}

#logo {
	background-image: url('/img/sprite.png');
	background-repeat: no-repeat;
	background-position: -2px -2px;
	width: 130px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin: 0 90px 0 0;
}

#myOrder {
	background-image: url(/img/images/cart.png);
	background-repeat: no-repeat;
	background-position: 127px 22px;
}

#myOrder h4 a {
	color: #999999;
}

/* navigation */

#navigation {
	overflow: hidden;
	float: left;
	display: inline;
}

#navigation ul {
	height: 50px;
	float: left;
	display: inline;
	overflow: hidden;
	padding: 18px 0 0 0;
}

#navigation li {
	border-right: 1px solid #2f2d2d;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	position: relative;
	z-index: 10;
}

#navigation li:last-child {
	border: none;	
}

#navigation li a {
	color: #999999;
}

#navigation li a span {
	position: absolute;
	float: left;
	display: inline;
	clear: left;
	overflow: hidden;
	background-color: #fdc82a;
	height: 1px;
	width: 63px;
	bottom: -30px;
	left: 0;
	z-index: 20;
}

/* partWrap */

.partWrap {
	overflow: hidden;
}

#header .partWrap {
	float: right;
	display: inline;
}

/* part */

.part {
	overflow: hidden;
	float: left;
	display: inherit;
}

#sidebar .part {
	float: none;
	display: block;
	border-bottom: 1px solid #dadad9;
	border-top: 1px solid #ffffff;
	padding: 0 0 5px 0;
}

#sidebar .part:last-child {
	border-bottom: none;
}

#sidebar .active {
    font-weight: bold;
}

#header .part {
	border-left: 1px solid #373635;
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 5px 0 5px 9px;
	width: 150px;
}

/* contentWrap */

.contentWrap {
	overflow: hidden;
	background-image: url(/img/strip.png);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 0 9px 0;
}

/* primary */

.primary {
	width: 770px;
	padding: 10px;
	float: left;
	display: inline;
}

/* section */

#section {
	position: relative;
	width: 770px;
	overflow: hidden;
}

/* overlay */

.overlay {
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 690px;
	background-color: rgba(000, 000, 000, .8);
	padding: 25px 20px;
	line-height: 20px;
}

.overlay p {
	line-height: 20px;
	color: #605f5e;
}

/* container */

.container {
	overflow: hidden;
	clear: both;
	color: #605f5e;
}

.container li {
	clear: left;
	margin: 0 0 10px 0;
	line-height: 35px;
	list-style: none;
}

.container p {
	line-height: 20px;
	margin: 0 0 15px 0;
	width: 440px;
	font-size: 14px;
}

.container form {
	overflow: hidden;
}

/* itemWrap */

.itemWrap {
	overflow: hidden;	
}

.itemWrap ul {
	overflow: hidden;
	margin: 0 -40px 0 0;
}

.itemWrap li {
	margin: 0 20px 0 0;
}

.itemWrap .item {
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 172px;
}

.itemWrap .item img {
	height: 172px;
	width: 172x;
}

.itemWrap .item h3 {
	clear: left;
	padding: 10px 0 0 0;
}

/* table */ 

table {
	width: 750px;
	line-height: 20px;
}

table#basket {
	margin: 20px 0 20px 0;
}

th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #a8a8a8;
	border-bottom: 1px solid #dadad9;
	padding: 0 0 15px 0;
	width: 80px;
}


td {
	border-bottom: 1px solid #dadad9;
	padding: 15px 0;
}

td.em {
	font-weight: bold;
}

td.expand {
	padding: 0 0 0 460px;
}

#overview {
	
}

#overview th {
	
}

#overview .product {
	width: 460px;
}

#basket .product {
	width: 300px;
}

#basket .removeItem {
	width: 160px;
}

.quantity {
	width: 130px;
}

td.mute {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}

/* alignRight */

.alignRight {
	text-align: right;
}

/* button replacement */

.button {
	background-image: url('/img/sprite.png');
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	cursor: hand;
	height: 35px;
	display: block;
}

#addToMyOrder {
	background-position: -134px -2px;
	width: 152px;
	float: left;
	display: inline;
	margin: 0 0 0 0;
}

.continue {
	background-position: -288px -2px;
	width: 132px;
	margin: 0 0 0 140px;
}

#continueToPayment {
	background-position: -422px -2px;
	width: 211px;
	float: right;
	display: inline;
}

#goTOCheckout {
	background-position: -635px -2px;
	width: 173px;
	float: right;
	display: inline;
}

/* columnWrap */

.columnWrap {
	overflow: hidden;
	clear: both;
}

/* column */

.column {
	float: left;
	display: inline;
	color: #605f5e;
}

.primary .column {
	width: 370px;
	margin: 0 10px 0 0;
	line-height: 20px;
}

.primary .column p {
	margin: 0 0 20px 0;
}

.primary .column p small {
	margin-top: -15px;
	display: block;
	font-size: 11px;
}

.primary .column p.em {
	font-weight: bold;
}

.primary .featureList {
	margin: 0 0 20px 0;
}

#footer .column {
	width: 160px;	
}

/* display */

.primary .display {
	margin: 0;
}

.primary .display img {
	margin: 0 0 10px 0;
}

.primary .display ul {
	margin: 0 -10px 0 0;
	width: 380px;
}

.primary .display li {
	margin: 0 10px 0 0;
}

/* breadcrumbs */ 

.breadCrumbs {
	line-height: 20px;
	overflow: hidden;
}

.primary .breadCrumbs ul {
	margin: 0 0 5px 0;
}

.breadCrumbs span {
	color: #d7d7d7;
	margin: 0 2px 0 0;
}

/* checkoutSteps */

#checkoutSteps {
	color: #bdbdbc;
	overflow: hidden;
	margin: 0 0 30px 0;
}

#checkoutSteps li {
	clear: none;
	line-height: 20px;
	margin: 0 6px 0 0;
}

#checkoutSteps span {
	margin: 0 0 0 2px;
}

#checkoutSteps li.current,
#checkoutSteps li.current a {
	color: #605f5e;
}

#checkoutSteps a {
	color: #bdbdbc;
}

/* order */

.order {
	clear: both;
	overflow: hidden;
	background-color: #f8f8f8;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 5px 20px;
}

/* text */

.text {
	border-top: 1px solid #909090;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #dcdcdc;
	line-height: 15px;
	font-size: 12px;
	padding: 10px 8px 9px 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}

select {
	border-top: 1px solid #909090;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #dcdcdc;
	line-height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}

.container .text {
	width: 212px;
}

.container select {
	width: 230px;
	vertical-align: middle;
}

#basket select {
	width: 60px;
}

/* label */

label {
	float: left;
	display: inline;
	line-height: 35px;
}

.container label {
	width: 120px;
	padding: 0 20px 0 0;
	text-align: right;
}

.order label {
	margin: 0 10px 0 0;
}

/* sidebar */

#sidebar {
	width: 150px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 25px;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #f8f8f8;	
	overflow: hidden;
}

#sidebar .top-level {
	padding-left: 15px;
}

#sidebar .odd {
	background-color: #f3f3f3;
}

#sidebar h3 {
	background-color: #ffc92a;
	border-bottom: 1px solid #f1bd26;
	padding: 0 0 0 20px;
	color: #ffffff;
	font-size: 9px;
	line-height: 34px;
}

#sidebar ul {
	padding: 0 10px;
}

#sidebar li {
	padding: 5px 10px;
	border-top: 1px solid #ededed;
	line-height: 1;
}

#sidebar li:first-child {
	border-top: none;
}

#sidebar a {
	color: #4d4d4d;
	display: block;
	line-height: 1.2;
}

/* secondary */

.secondary {
	width: 750px;
	padding: 20px 20px 0 20px;
	line-height: 20px;
	margin: 0;
	float: right;
	display: inline;
}

.secondary h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0 0 15px 0;
}

/* footer */

#footer {
	background-color: #f8f8f8;
	overflow: hidden;
	clear: both;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 20px;
}

#footer .column ul {
	overflow: hidden;
	clear: left;
}

#footer .column li {
	border-right: 1px solid #d7d7d7;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
}

#footer .column li:last-child {
	border: none;
}

/* hightlight */

.highlight a {
	float: left;
	display: inline;
	height: 85px;
	width: 85px;
}

.highlight a:hover {
	border: 5px solid #fec82a;
	height: 75px;
	width: 75px;
}

.highlight a:hover img {
	height: 75px;
	width: 75px;
}

/* remove */ 

#basket .remove {
	background-image: url(/img/remove.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 0 2px 20px;
}

/* expand */

.expand {
	
}

#footer .expand {
	width: 540px;
}

/* stretch */

.stretch {
	
}

#footer .stretch {
	width: 200px;
}

/* fill */

.contentWrap .fill {
	padding: 20px 20px 20px 20px;
	width: 750px;
}

/* quote */

.quote {
	
}

/* icon */

.icon {
	background-repeat: no-repeat;
}

#navigation .icon {
	background-image: url(/img/linkOutBlack.png);
	background-position: 0 2px;
	padding: 0 0 0 15px;
}

#footer .icon {
	background-image: url(/img/linkOutWhite.png);
	background-position: 0 4px;
	padding: 0 0 0 15px;
}

/* em */

.em {
	
}

.overlay a.em {
	color: #ffc92a;
}

/* current */

.current {
	
}

#header .current {
	color: #605f5e;
}

#footer .current {
	color: #4D4D4D;
}

/* contract */

.contract {
	
}

.white {
	color:#fff;
}
.bold {
	font-weight: bold;
}

