/*
CSS style for Elive
Coded by Feisty Sites
URL: http://www.feistysites.com
September 2008
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f4f4f4;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 160%;
	margin: 0 auto;
	text-align: center;

}

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

a:hover {
	color: #0055bb;
	text-decoration: underline;
}

p {
	margin: 16px 0;
}

p.padding-10, div.padding-10 {
	padding: 0 10px;
}

p.name-address {
	line-height: 160%;
}

img {
	border: none;
}

ul, ol {
	margin: 0 24px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 2px 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

/* Common Style */
.arial {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.no-bg {
	background: none !important;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ff0033;
}

.blue {
	color: #008aff;
}

.green {
	color: #6dab00;
}

.bg-blue {
	background: #d5ebf9;
}

.bg-gray {
	background: #f6f6f6;
}

.border-yellow {
	border: 1px solid #f5ebb4;
}

.border-green {
	border: 1px solid #cfe899;
}

.border-blue {
	border: 1px solid #bae1f9;
}

.font-10 {
	font-size: 10px;
}

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

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-17 {
	font-size: 17px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
	line-height: 120%;
}

.font-22 {
	font-size: 22px;
	line-height: 120%;
}

.font-24 {
	font-size: 24px;
	line-height: 120%;
}

.font-26 {
	font-size: 26px;
	line-height: 120%;
}

.font-30 {
	font-size: 30px;
	line-height: 120%;
}

.clearfix {
	float: left;
	clear: both;
	width: 100%;
	zoom: 1;
}

ul.no-margin-padding, ul.no-margin-padding li {
	margin: 0;
	padding: 0;
}

ul.no-margin-padding li {
	list-style: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.big-price {
	font: bold 30px Arial, Helvetica, sans-serif;
}

.timer {
	color: #00c0ff;
}

/* Header style */
#header {
	background: url(../img/bg-header.gif) repeat-x;
	margin: 0;
	position: relative;
	z-index: 10;
}

/* Main container style */
.container {
	width: 100%;
	display: table;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#maincontent {
	float: left;
	width: 98.5%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto 0 .7%;
	display: inline;
	padding: 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
}

#maincontent .container .content {
	padding: 8px 10px;
}

/*** The Essential Code ***/

body {
	min-width: 1000px;        /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#main-column {
	clear: both;
	overflow: scroll;
	padding-left: 165px;      /* LC fullwidth */
	padding-right: 140px;     /* RC fullwidth + CC padding */
	padding-top: 10px;
	position: relative;
}

#main-column .column {
	position: relative;
	float: left;
}

#midcol {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 100%;
}

#midcol .content {
	padding: 0 10px !important;
}

#midcol a {
	text-decoration: underline;
}


#leftcol {
	width: 165px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 175px !important;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#rightcol {
	width: 130px;             /* RC width */
	padding: 0;          /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
}

/*** IE Fix ***/
* html #leftcol {
	left: 150px;             /* RC fullwidth */
}

/*** Equal-height Columns ***/

#main-column {
	overflow: hidden;
}

#main-column .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

/*** Footer Fix ***/
* html body {
	overflow: hidden;
}

#footer {
	background: #eaeaea;
	font-size: 11px;
	margin: 40px 0 0 0;
	padding: 10px 0 20px 0;
	text-align: center;
}

/* Top Header */
#top-header {
	height: 35px;
	background: #3399cc;
	text-align: left;
	margin-bottom: 14px;
	.overflow: hidden;
}

#top-header .content {
	padding: 0 30px;
}

#top-header .col1 {
	float: left;
	width: 380px;
	height: 35px;
	margin-right: 2em;
}

#top-header .col2 {
	float: right;
	width: 485px;
	height: 35px;
	color: #fff;
}

/* Top Shopping Cart */
#top-header .cart-image {
	float: left;
	position: relative;
	z-index: 100;
}

#top-header .cart-image a.cart {
	display: block;
	width: 240px;
	height: 40px;
	background: url(../images/header_shoppingcart.jpg) no-repeat;
	text-indent: -9999px;
}

#top-header .cart-image a.cart:hover {
	background-position: 0 -50px;
}

#top-header .shopping-cart {
	position: relative;
	left: -3px;
}

#top-header .shopping-cart .items {
	float: left;
	width: 130px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	top: 9px;
	left: 2px;
	padding: 0 5px 0 0;
}

#top-header .shopping-cart .checkout {
	float: left;
	position: relative;
	top: 4px;
	left: 3px;
}

/* ----- Header ----*/

/* Top Links */
#header .top-links {
	float: left;
	clear: both;
	width: 100%;
	height: 16px;
	margin-bottom: 4px;
	text-align: right;
}

#header .top-links .col1 {
	float: right;
	width: 180px;
	text-align: right;
	margin: 0 15em 0 0;
	position: relative;
	z-index: 1000;
}

#header .top-links .col1 a {
	padding: 0 8px;
}

#header .top-links .col2 {
	float: right;
	width: 463px;
	text-align: right;
	margin: 0;
	margin-top: -1px;
	position: relative;
	z-index: 1000;
}

#header .top-links .col2 span {
	padding: 0 8px;
}

#header .sub-header {
	position: relative;
	z-index: -100;
}

#header .sub-header .col1 {
	float: left;
	width: 22%;
	padding-left: 10px;
	position: relative;
	top: -6px;
}

#header .sub-header .col2 {
	float: left;
	width: 50%;
	margin: -6px 2em 0 2em;
}

#header .sub-header .col2 .sub-col1 {
	position: relative;
	top: -15px;
	left: 23px;
	font-size: 11px;
}

#header .sub-header .col2 .sub-col1 a {
	padding: 0 4px;
}

#header .sub-header .col2 .sub-col2 {
	font: 20px Geneva, Arial, Helvetica, sans-serif;
	color: #ff0033;
	word-spacing: 1px;
	position: relative;
	top: -5px;
}

#header .sub-header .sub-col2 .sub-heading {
	font-size: 12px;
	margin-top: 10px;
}

/* Top Header Search */
#header .top-search {
	height: 45px;
	background: url(../images/header_bluebar.jpg) repeat-x;
	margin-top: 2px;
	position: relative;
	z-index: 100;
}

#header .top-search .content {
	padding: 10px;
}

#header .top-search .search-box {
	display: inline;
	position: relative;
	top: -2px;
}

#header .top-search .search-box .search, #header .top-search .search-box .search-button {
	display: inline;
}

#header .top-search .search-box .search input {
	width: 350px;
	height: 27px;
	font: bold 23px Arial, Helvetica, sans-serif;
	line-height: 100%;
	letter-spacing: -1px;
	border: 1px solid #ccc;
	padding: 0 2px 0 5px;
}

#header .top-search .search-box .search-button input {
	height: 29px;
	background: #fff;
	font: bold 20px Arial, Helvetica, sans-serif;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: -10px;
	position: relative;
	padding: 3px 2px 4px 2px;
	border: none;
}

#header .top-search .browse-by {
	display: inline;
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 140%;
	padding: 0 0 0 40px;
	position: relative;
	top: -2px;
	left: -7px;
}

#header .top-search .browse-by span {
	font-size: 22px;
	font-weight: bold;
	position: relative;
}

#header .top-search .browse-by a {
	color: #fff;
	padding: 0 8px;
}

#header .top-search .shipping-tag {
	float: right;
	width: 200px;
	text-align: right;
	position: relative;
	margin-top: -4px\0/;
	.margin-top: -98px;
	.padding-right: 8px;
	top: -57px;
	.top: -57px;
	_top: 0;
	z-index: 1000;
}

#header .top-search .shipping-tag a.promotional-deals {
	font: 18px Arial, Helvetica, sans-serif;
	position: relative;
	top: -15px;
}

/* Opera Hacks */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
#header .top-search .shipping-tag {
	top: -56px;
}
}

/* Safari Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#header .top-search .shipping-tag {
	top: -57px;
}
}
#header .top-search .shipping-tag a {
	color: #ff0000;
	text-decoration: underline;
}

/* Top Menu */
.top-menu {
	float: left;
	width: 100%;
	height: 40px;
	background: url(../images/header_navbar.jpg) repeat-x;
	text-align: center;
	position: relative;
	z-index: 100;
}

/* Drop down menu */
#nav, #nav ul {
	width: 100%;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
}

ul#nav {
	width: 87.5em;
	.width: 86.7em;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}

#nav li a {
	display: block;
	font-weight: normal;
	padding: 9px 12px;
	background: url(../images/header_navbreaker.jpg) right no-repeat;
}

#nav li li a {
	display: block;
	height: auto;
	padding: 0.4em 2em 0.4em 1em;
	background: none;
}

#nav li {
	float: left;
	width: auto;
	height: 40px;
	list-style: none;
	margin: 0;
	line-height: 2em;
	position: relative;
}

#nav li.last a {
	background: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.4em;
	w\idth: 12.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0 0 0 -1px;
	padding: 0;
	background: #fff;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#nav li li {
	height: auto;
	background: none;
	text-align: left;
	line-height: 140%;
	margin: 0;
	padding: .2em 1em .2em 0 !important;
	width: 11.9em;
}

#nav li ul a {
	width: 12.2em;
	w\idth: 10.2em;
}

#nav li ul a:hover {
	color: #333;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li:hover, #nav li li.sfhover {
	background: #f2f2f2;
}

#nav li:hover, #nav li.sfhover {
	background: none;
}

/*.top-menu ul {
	width: 100%;
	margin: 0 auto;
}

.top-menu ul li {
	float: left;
	width: 85px;
	height: 40px;
	list-style: none;
	position: relative;
	margin: 0 4px 0 0;
	padding: 0 4px 0 0;
	display: block;
	text-align: center;
	line-height: 3em;
}

.top-menu ul li.child {
	background: url(../images/bg-menu-item.gif) right no-repeat;
}

.top-menu ul li.double-line {
	line-height: 1.5em;
}

.top-menu ul li a {
	display: block;
}*/

/* Leftcol Modules */
#leftcol .module {
	width: 100%;
	margin-bottom: 6px;
}

#leftcol .module .f-bottom {
	width: 165px;
	height: 5px;
	background: url(../images/leftnav_boxbase.jpg) bottom no-repeat;
	_margin-top: -12px;
}

#leftcol .module .content {
	padding: 0;
}

#leftcol .module .heading {
	width: 165px;
	background: url(../images/leftnav_headerbg.jpg) repeat-x;
}

#leftcol .module .heading h3 {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 4px 10px 6px 10px;
}

#leftcol .module ul.list {
	margin: 0;
	padding: 0;
}

#leftcol .module ul.list li {
	list-style: none;
	margin: 0;
	padding: 4px 8px 4px 6px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: url(../images/leftnav_boxline.gif) bottom repeat-x;
}

/* Rightcol Module */
#rightcol .module {
	width: 100%;
	margin-bottom: 10px;
}

#rightcol .why-us .content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0 6px;
}

#rightcol .why-us  span.title {
	display: block;
	font-size: 12px;
	padding-bottom: 6px;
	text-align: center;
}

#rightcol .why-us .f-top {
	height: 10px;
	background: url(../images/rightbox_top.gif) no-repeat;
}

#rightcol .why-us .f-repeat {
	background: #fff url(../images/rightbox_bg.jpg) no-repeat;
	_margin-top: -8px;
}

#rightcol .why-us .f-bottom {
	height: 10px;
	background: url(../images/rightbox_base.gif) no-repeat;
	margin-top: -6px;
}

#rightcol .why-us ul {
	margin: 0;
	padding: 0;
}

#rightcol .why-us ul li {
	background: url(../images/graphic_tick.gif) 0 4px no-repeat;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0 0 0 20px;
}

/* Breadcrumb */
.breadcrumb {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 10px 0 10px;
	margin-bottom: 10px;
}

.breadcrumb a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0055bb;
	text-decoration: none !important;
	padding: 0 4px;
}

.breadcrumb a:hover {
	text-decoration: underline !important;
}

p.welcome-text {
	font-size: 11px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 6px;
	padding: 0 10px;
}

.blurb-text {
	color: #666;
}

.alt-link {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.alt-link a {
	text-decoration: none !important;
}

.alt-link a:hover {
	text-decoration: underline !important;
}

/* Featured Products */
.featured-products {
}

#midcol h2.featured, #midcol h2.popular, #midcol h1.heading, #midcol h2.heading, h1.heading-big {
	background: url(../images/bg_headingtext.jpg) repeat-x;
	font: bold 26px Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 10px 12px 10px;
}

#midcol h1.page-title {
	display: inline;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.product-title {
	margin: 16px 0;
}

.product-title span.part {
	margin-left: 10px;
	color: #999;
}

#midcol h3.heading {
	background: url(../images/bg_headingtext.jpg) repeat-x;
	font: bold 13px Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
}

#midcol div.picture-heading {
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	height: 80px;
	line-height: 30px;
}

#midcol div.picture-heading h1 {
	background: url(../images/bg_headingtext.jpg) repeat-x;
	line-height: 30px;
	margin: -60px 0 10px 100px;
	padding: 7px 10px;
	.padding: 6px 0;
}

/* Product List */
ul.horizontal-product-list {
	width: 99%;
	margin: 10px auto;
	text-align: center;
	padding: 0;
	position: relative;
	left: 1%;
}

ul.horizontal-product-list li {
	float: left;
	background: url(../images/featuredproduct_linebreak.gif) right repeat-y;
	list-style: none;
	width: 20%;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	text-align: left;
	margin: 0 0.5% 3% 0;
	padding: 0 2%;
}

ul.horizontal-product-list li .thumb {
	text-align: center;
}

ul.horizontal-product-list li.no-border {
	background: none;
}

ul.horizontal-product-list li .product-title {
	display: block;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #0055bb;
	line-height: 18px;
	margin: 4px 0 0 0;
}

ul.horizontal-product-list li .product-title a {
	color: #0055bb !important;
	text-decoration: underline !important;
}

ul.horizontal-product-list li .product-title a:hover {
	color: #0088ee !important;
	text-decoration: underline !important;
}

ul.horizontal-product-list li .save {
	font-size: 15px;
	color: #ff0033;
	margin: 6px 0;
}

ul.horizontal-product-list li .price {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 4px 0;
}

ul.horizontal-product-list li .price span {
	padding-right: 6px;
}

ul.horizontal-product-list li .buy-now {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 0;
}

ul.horizontal-product-list li .buy-now a {
	text-decoration: none !important;
}

ul.horizontal-product-list li .buy-now a:hover {
	color: #ff0033;
	text-decoration: underline !important;
}

ul.horizontal-product-list li .price .vertical-top {
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: -6px;
}

/* Vertical Prouct List */
ul.vertical-product-list {
	margin: 0;
	padding: 0;
}

ul.vertical-product-list li {
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/catalogue_line.gif) bottom repeat-x;
	list-style: none;
	margin: 0;
	.margin: 0 0 6px 0;
	padding: 0 0 6px 0;
}

ul.vertical-product-list li .inside {
	padding: 0 20px !important;
}

ul.vertical-product-list li .col1, ul.vertical-product-list li .col2 {
	float: left;
}

ul.vertical-product-list li .col1 {
	width: 90px;
	text-align: center;
	margin-right: 20px;
}

ul.vertical-product-list li .col1 {
	width: 90px;
	margin-right: 20px;
}

ul.vertical-product-list li .col2 {
	width: 60%;
	text-align: left;
	margin-right: 10px;
}

ul.vertical-product-list li .col3 {
	float: right;
	width: 120px;
	text-align: right;
	margin-top: 20px;
}

ul.vertical-product-list li .col2 .product-title {
	display: block;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #0055bb;
	line-height: 18px;
	margin: 6px 0 4px 0;
	padding: 10px 0 0 0;
}

ul.vertical-product-list li .col2 .product-title a {
	color: #0055bb !important;
	text-decoration: underline !important;
}

ul.vertical-product-list li .col2 .model-number {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	padding: 4px 0;
}

ul.vertical-product-list li .col2 .product-title a:hover {
	color: #0088ee !important;
}

ul.vertical-product-list li .col3 .price {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 4px 0;
}

ul.vertical-product-list li .col3 .price span {
	padding-right: 6px;
}

ul.vertical-product-list li .price .vertical-top {
	vertical-align: top;
	position: relative;
	top: -2px;
}

ul.vertical-product-list li .col3 .buy-now {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 0;
}

ul.vertical-product-list li .col3 .buy-now a {
	text-decoration: none !important;
}

ul.vertical-product-list li .col3 .buy-now a:hover {
	color: #ff0033;
	text-decoration: underline !important;
}

ul.vertical-product-list li .col3 .more-info {
	height: 34px;
}

p.clear {
	margin: 0;
	.margin: 10px 0;
	padding: 0;
}

/* Product List */
.product-list {
	text-align: left;
	margin: 20px 0;
}

.product-list .heading {
	clear: both;
	background: url(../images/bg_headingtext.jpg) repeat-x;
}

.product-list h1.heading-big {
	margin-top: -20px;
}

.product-list .heading .content {
	padding: 30px 10px !important;
	margin-top: -14px;
}

.product-list h1.heading, .product-list h2.heading  {
	float: left;
	font: bold 18px Geneva, Arial, Helvetica, sans-serif !important;
	margin: 0;
	padding: 10px 10px 12px 10px;
	background: none !important;
}

.related-products h2.heading {
	float: none !important;
	background: url(../images/bg_headingtext.jpg) repeat-x !important;
	font: bold 26px Geneva, Arial, Helvetica, sans-serif !important;
	margin: 0 !important;
	padding: 10px 10px 12px 10px !important;
}

.product-list .heading .view {
	float: right;
	margin-top: 16px;
}

.product-list .product-header {
	margin-bottom: 10px;
}

.product-list .product-footer {
	margin-top: 10px;
}

.product-list .col1 {
	float: left;
	width: 45%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0;
	margin-right: 20px;
}

.product-list .col2 {
	float: right;
	width: 45%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}

.product-list .col2 span {
	padding: 0 6px;
}

.product-list .col2 a {
	text-decoration: none !important;
}

.product-list .col2 a:hover {
	text-decoration: underline !important;
}

.product-list .col2 div.price {
	margin: 2px 0 6px 0;
}

.product-list .col2 div.price span {
	padding-right: 2px;
}

.product-list .col2 div.price span.price {
	padding: 0;
}

.product-list .col2 .price span {
	padding-right: 10px;
}

.product-list .col2 .price span.decimal {
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: -8px;
}

.product-list .col2 .price span.savings {
	font-size: 15px;
}

.product-list .col2 .shipping {
	font-size: 12px;
	color: #9999aa;
	padding-bottom: 10px;
}

.product-list .col2 a {
	font-weight: bold;
}

.product-list .col3 {
	padding-top: 10px;
}

.product-list .col3 .stocks {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 6px 0;
}

.popular-products {
	.margin: 10px 0;
}

/* Middle Banner */
.mid-banner {
	margin: 0 0 14px 0;
}

.mid-banner .content {
	padding: 0 !important;
}

.mid-banner img {
	margin: 0 1%;
}

/* Popular Categories */
.popular-categories {
}

.popular-categories a {
	text-decoration: none !important;
}

.popular-categories a:hover {
	text-decoration: underline !important;
}

.popular-categories .content {
	padding: 20px 0 !important;
}

.popular-categories ul {
	float: left;
	min-width: 28%;
	width: auto !important;
	width: 30%;
	margin: 20px 0;
	padding: 0 0 0 1.8em;
}

.popular-categories ul li {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

/* Featured Brands */
.featured-brands {
	overflow: hidden;
}

.featured-brands .content {
	padding: 20px 0 !important;
}

.featured-brands ul.brand-logo {
	margin: 20px 0;
	padding: 0;
}

.featured-brands ul.brand-logo li {
	float: left;
	width: 18%;
	height: 1%;
	background: url(../images/popularbrands_linebreak.gif) right repeat-y;
	list-style: none;
	margin: 0 1% 1% 0;
	padding: 0 1%;
}

.featured-brands ul.brand-text li {
	background: none;
}

.featured-brands ul.brand-logo li.last {
	width: 11%;
	background: none;
	margin: 0 0 1% 0;
	padding: 0 0 0 2%;
}

.featured-brands ul.brand-text li.last {
	width: 16%;
	background: none;
	margin: 0 0 1% 0;
	padding: 0 0 0 0;
}

.featured-brands ul.brand-text li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none !important;
}

/* Footer Banner */
.footer-banner {
	clear: both;
	background: #eee;
}

.footer-banner .wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 1em !important;
}

.footer-banner .wrapper img {
	padding-right: 2px;
}

/* Footer Menus */
.footer-menu  {
	padding: 0 0 10px 0;
}

.footer-menu .wrapper {
	width: 960px;
	font-size: 11px;
	margin: 20px auto;
	text-align: left;
	position: relative;
	left: 6px;
	line-height: 20px;
}

.footer-menu span.title {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
}

.footer-menu .col1, .footer-menu .col2, .footer-menu .col3, .footer-menu .col4 {
	float: left;
	width: 240px;
	background: url(../images/base_breakerline.gif) right repeat-y;
}

.footer-menu .col4 {
	background: none;
}

.footer-menu .col1 .content, .footer-menu .col2 .content,
.footer-menu .col3 .content, .footer-menu .col4 .content {
	padding: 0 10px 0 18px !important;
}

.footer-menu .col1 .content {
	padding: 0 !important;
}

/* Footer Copyright */
.footer-copyright {
	margin-top: 10px;
}

.footer-copyright .col1 {
	float: left;
	width: 700px;
	background: none;
	color: #999;
	margin: 6px 20px 0 0;
}

.footer-copyright .col2 {
	float: right;
	width: 170px;
}

.footer-copyright .col1 span {
	margin-left: 30px;
}

/* Sub Category List */
.select-sub-cat {
	margin: 0 auto;
	text-align: center;
}

.select-sub-cat div.heading {
	background: #edeffa;
	margin-bottom: 2px;
}

.select-sub-cat div.heading h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0;
}

.select-sub-cat .sub-cat {
	background: #edeffa;
	font: 13px Arial, Helvetica, sans-serif;
}

.select-sub-cat ul {
	width: 600px;
	margin: 10px auto;
	padding: 0;
}

.select-sub-cat ul li {
	float: left;
	width: 170px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	list-style: none;
	margin: 0 50px 10px 0;
	padding: 0;
	text-align: left;
}

.select-sub-cat ul li a {
	text-decoration: underline;
}

.select-sub-cat ul li span.total {
	color: #999;
}

/* Browse Brands */
.sort-brands {
	float: left;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.sort-brands h3 {
	background: #f2f2f2;
	font-size: 18px;
	text-align: left;
	margin: 8px 0 0 0;
	padding: 6px 4px 6px 10px;
}

.sort-brands ul {
	width: 600px;
	margin: 10px auto;
	padding: 0;
}

.sort-brands ul li {
	float: left;
	width: 8em;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: left;
	list-style: none;
	margin: 0 6em .8em 0;
	padding: 0;
}

.sort-brands ul li a {
	text-decoration: underline;
}

/* Paging */
.paging span {
	font-size: 12px;
	padding: 0 0 0 16px !important;
	position: relative;
	z-index: 100;
}

.paging span.page {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.paging span a.active {
	color: #ccc;
	padding: 4px 8px;
	border: 1px solid #ccc;
	text-decoration: underline !important;
}

/* Feedback */
ul.feedback {
	margin: 14px 0 0 0;
	padding: 0;
}

ul.feedback li {
	background: url(../images/catalogue_line.gif) bottom repeat-x;
	list-style: none;
	line-height: 160%;
	margin: 0 10px 16px 0;
	padding: 0;
}

ul.feedback li div.inside {
	padding: 14px 10px !important;
}

ul.feedback li .from {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0;
}

.order-product {
	margin: 14px 0;
}

.order-product .col1 {
	float: left;
	width: 210px;
	margin-right: 0.5em;
}

.order-product .wrapper .col2 {
	float: left;
	width: 35%;
	margin-top: 30px;
}

.order-product .col3 {
	float: right;
	width: 180px;
	margin-top: 30px;
}

.order-product .wrapper .col2 .discount {
	margin: 10px 0 4px 0;
}

.order-product .wrapper .col2 .rrp {
	margin: 10px 0;
}

.order-product .wrapper .col2 .save {
	font-size: 15px;
	color: #ff0033;
	margin: 6px 0;
}

.order-product .col3 .order {
	background: #f2f2f2;
}

.order-product .col3 .order .inside {
	padding: 10px;
}

.order-product .col3 .order .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px 0;
}

.order-product .col3 .order .quantity div {
	float: left;
}

.order-product .col3 .order .buttons {
	margin: 8px 0 0 0;
}

.order-product .col3 .order .buttons a {
	padding: 4px 0;
}

.order-product .col3 .stock-status {
	background: #ffffdd;
	font-size: 11px;
	text-align: center;
	border: 1px solid #ffcc66;
	margin-top: 3px;
}

.order-product .col3 .stock-status .inside {
	padding: 2px;
}

.order-product .col3 .stock-status span {
	font-size: 18px;
}

.order-product .view-image {
	padding: 8px 0;
}

.order-product .cc {
	padding: 4px 0;
}

/* Product & Shipping Information: */
.product-shipping-info ul {
	margin: -8px 0 0 0 !important;
	padding: 0;
}

.product-shipping-info ul li {
	float: left;
	clear: both;
	width: 100%;
	height: 22px;
	color: #666;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 10px 0 0 0;
}

.product-shipping-info ul li a {
	text-decoration: underline;
}

.product-shipping-info ul li.even {
	background: #f2f2f6;
}

.product-shipping-info ul li .content {
	padding: 0 10px !important;
}

.product-shipping-info ul li label {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}

.product-shipping-info ul li .stock {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 70%;
}

/* Product Overview */
.product-overview {
	margin: 20px 0 0 0;
}

.product-overview .content {
	padding-bottom: 0 !important;
}

.product-overview .title {
	margin: 14px 0;
}

.product-overview div.title span.model {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	padding-left: 6px;
}

/* Sign-up Page */
.sign-up {
	margin-bottom: 20px;
}

.sign-up .col1, .sign-up .col2 {
	float: left;
	width: 48%;
}

.sign-up .col1 {
	margin-right: 3%;
}

.sign-up .col1 .title, .sign-up .col2 .title {
	background: #eee;
}

.sign-up .col1 .title h4, .sign-up .col2 .title h4 {
	font-size: 14px;
	padding: 8px 10px;
}

.sign-up .col1 .box, .sign-up .col2 .box {
	background: #f8f8f8;
}

.sign-up .col1 .box .inside, .sign-up .col2 .box .inside {
	padding: 6px !important;
}

.sign-up .col1 .box, .sign-up .col2 .box {
	min-height: 160px;
	height: auto !important;
	height: 160px;
	padding: 4px;
}

.sign-up dl dt, .sign-up dl dd {
	padding: 5px 0;
}

.sign-up dl input.textbox {
	width: 270px;
}

.sign-up dl dt .forgot-pass {
	padding-left: 20px;
}

.sign-up dl dt .forgot-pass {
	position: relative;
	top: -12px;
	padding-left: 20px;
}

.sign-up dl dt .forgot-pass a {
	text-decoration: underline;
}

/* Steps */
.steps {
	width: 100%;
	background: #f2f2f2;
	text-align: center;
	margin-bottom: 20px;
}

.steps .content {
	padding: 0 8px !important;
}


.steps .one, .steps .two, .steps .three, .steps .four {
	display: inline;
	margin-right: 40px;
}


.steps .no-margin {
	margin: 0;
}

/* Tables */
table.results {
	width: 100%;
}

table.results th {
	font-weight: normal;
	padding: 16px 12px 10px 12px;
}

table.results td {
	padding: 16px 12px 14px 12px;
	vertical-align: top;
}

table.results thead th, table.results tbody td {
	background: url(../images/catalogue_line.gif) bottom repeat-x;
}

table.results .thumb {
	float: left;
	margin-right: 10px;
}

table.results .desc {
	padding-top: 16px;
}

table.results .desc .title {
	padding-bottom: 10px;
}

table.results .desc .remove {
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0;
}

table.results .desc .remove a {
	text-decoration: underline !important;
}

table.results td.desc {
	padding-top: 24px;
}

table.results td.desc span.font-11 a {
	font-weight: normal;
	text-decoration: underline !important;
}

table.results tr.notes td {
	font-size: 11px;
	font-weight: normal;
	background: #f2f2f2 url(../images/catalogue_line.gif) bottom repeat-x;
}

table.results tr.notes td .price {
	margin-bottom: 4px;
}

table.results .desc a {
	text-decoration: none !important;
}

table.results .desc a:hover {
	text-decoration: underline !important;
}

/* Shopping Cart Table */
table.cart {
	width: 100%;
}

table.cart th {
	font-weight: normal;
	padding: 2px 8px 8px 10px;
}

table.cart td {
	padding: 4px 8px 8px 10px;
	vertical-align: top;
}

table.cart thead th, table.cart tbody td {
	background: url(../images/catalogue_line.gif) bottom repeat-x;
}

table.cart .thumb {
	float: left;
	margin-right: 20px;
}

table.cart .desc {
	padding-top: 16px;
}

table.cart .desc .title {
	padding-bottom: 10px;
}

table.cart .desc .remove {
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0;
}

table.cart .desc .remove a {
	text-decoration: underline !important;
}

table.cart td.desc {
	padding-top: 24px;
}

table.cart td.desc span.font-11 a {
	font-weight: normal;
	text-decoration: underline !important;
}

table.cart tr.notes td {
	font-size: 11px;
	font-weight: normal;
	background: #f2f2f2 url(../images/catalogue_line.gif) bottom repeat-x;
	padding-top: 10px;
}

table.cart tr.notes td .price {
	margin-bottom: 4px;
}

table.cart .desc a {
	text-decoration: none !important;
}

table.cart .desc a:hover {
	text-decoration: underline !important;
}

table.cart .button-counts {
	padding-top: 18px;
}

table.cart .button-counts img.update-total {
	margin-right: 20px;
}

/* Orders Table */
table.orders {
	width: 100%;
}

table.orders th {
	font-weight: normal;
	padding: 12px 8px 12px 10px;
}

table.orders td {
	padding: 12px 8px 12px 10px;
	vertical-align: top;
}

table.orders thead th, table.orders tbody td {
	background: url(../images/catalogue_line.gif) bottom repeat-x;
}

table.orders a.title {
	text-decoration: none !important;
}

table.orders a.title:hover {
	text-decoration: underline !important;
}

/* Additional Comments */
.additional-comment {
	margin-bottom: 20px;
}

/* Choose Payment */
.choose-payment dl {
	margin: 20px 0;
}

.choose-payment dl dt {
	float: left;
	clear: both;
	width: 20px;
	display: inline;
	margin: 0 6px 0 10px;
}

.choose-payment dl dd {
	float: left;
	width: 90%;
}

.choose-payment .refer {
	background: #f8f8f8;
	margin: 20px 0;
}

.refer .inside {
	padding: 10px 10px 20px 10px;
}

/* Form */
fieldset {
	padding: 6px 0;
	border: none;
}

fieldset h4 {
	background: #f2f2f2;
	padding: 8px;
}

dl.form {
	float: left;
	clear: both;
	width: 100%;
	_width: 90%;
	margin: 18px 10px 14px 10px;
}

dl.form dt {
	float: left;
	clear: both;
	width: 190px;
	margin-right: 10px;
	padding: 5px 0;
}

dl.form dd {
	float: left;
	.float: none;
	width: 360px;
	padding: 5px 0;
}

dl.form input.textbox, dl.form textarea {
	width: 360px;
}

dl.contact-form input.textbox, dl.contact-form textarea {
	width: 360px;
}

dl.contact-form dd.submit input {
	margin-left: 10px;
	padding: 0 4px;
}

dl.form select {
}

fieldset .radio {
	margin: 14px 6px;
}

/* Register */
.confirm-register {
	background: #f8f8f8;
}

.confirm-register .inside {
	padding: 0px 14px !important;
}

.confirm-register .col1 {
	float: left;
	width: 450px;
	margin-right: 10px;
}

.confirm-register .col2 {
	float: right;
	width: auto;
}

.confirm-register .checkbox {
	padding: 6px 0;
}

.confirm-register p {
	margin: 0 !important;
}

.confirm-register .col2 input {
	margin: 5% 0;
}

/* Shopping Help */
.shopping-help p {
	margin: 20px 0;
}

.shopping-help .content {
	padding: 0 10px !important;
}

/* Checkout Details */
.checkout-details .content, .express-checkout .content, .sign-up-details .content {
	padding: 0 10px !important;
}

.express-checkout img {
	margin: 0 0 0 50px;
}

/* My Account */
.my-account ul.account-menus {
	margin: 0;
	padding: 0;
}

.my-account ul.account-menus li {
	clear: both;
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
}

.my-account h4 a {
	text-decoration: none !important;
}

.my-account h4 a:hover {
	text-decoration: underline !important;
}

.my-account p {
	margin-top: 6px;
}

/* Contact */

ul.contact {
	margin: 0;
	padding: 0;
}

ul.contact li {
	clear: both;
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
}


/* Common List */
ul.list {
	margin: 0;
	padding: 0;
}

ul.list li {
	clear: both;
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
}

.header-banner {
	height: 40px;
	text-align: center;
	width: 100%;
}
