html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url('../image/bg.png') top left repeat-x;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
	color: #666666;
}
span.purple { color: #a81074; }
a.normalPurpleLink { color: #a81074; font-weight: normal; text-decoration: none; }
a.categoryName { color: #a81074; font-weight: bold; text-decoration: none; }
img.categoryImg { border: 3px solid #ccc; }

/*-  HEADINGS
----------------------------------------------------------------------*/
h1 { 
	color: #a00e6e;
	font-weight: normal;
	margin: 0; padding: 0;
	padding-bottom: 10px;
	font-size: 1.5em;
}
h2 { 
	color: #a00e6e;
	font-weight: normal;
	margin: 0; padding: 0;
	padding-bottom: 10px;
	font-size: 1.5em;
}
h3 {
	color: #a00e6e;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

/*-  MAIN PAGE STYLES
----------------------------------------------------------------------*/

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#header {
	width: 100%;
	height: 107px;
}
	div#header div#logo {
		width: 430px;
		float: left;
	}
		div#header div#logo h4, div#header div#logo h4 a {
			margin: 0; padding: 0;
		}
		div#header div#logo h4 {
			text-indent: -100000px;
			width: 430px;
			height: 107px;
			background: url('../image/headerLogo.png') top left no-repeat;
		}
		div#header div#logo h4 a {
			display: block;
			width: 430px;
			height: 107px;
		}
	div#topSearch {
		width: 280px;
		height: 107px;
		float: left;
	}
		div#topSearch div#module_search {
			padding: 40px 10px 0 0;
			float: right;
			color: #666;
			font-size: 8pt;
			text-align: right;
		}
		div#topSearch div#module_search input.inputText {
			border: 1px solid #b6b6b6;
			padding: 2px 3px 2px 5px;
			color: #666;
			width: 170px;
			font-size: 8pt;
		}
		div#topSearch div#module_search p.links {
			padding-top: 5px;
		}
		div#topSearch div#module_search p.links a {
			color: #666;
			text-decoration: none;
			font-size: 8pt;
		}
		
	div#topRight {
		width: 250px;
		height: 107px;
		float: left;
		background: url('../image/topRight.jpg') top left no-repeat;
	}
	
div#topNav {
	width: 100%;
	height: 45px;
	background: url('../image/topNav.jpg') top left no-repeat;
	margin-bottom: 25px;
}
	div#topNav ul#navLinks { margin: 0; padding: 0; float: left; padding: 15px 0 0 30px; }
	div#topNav ul#navLinks li { margin: 0; padding: 0; float: left; list-style-type: none; padding-right: 50px; }
	div#topNav ul#navLinks li a { color: #fff; text-decoration: none; font-size: 1em; }

	
#breadcrumb {
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
	background: url('../image/breadcrumb.png') no-repeat;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
}
#column_left {
	float: left;
	width: 230px;
	margin-right: 20px;
}
#column_right {
	float: right;
	width: 230px;
	margin-left: 20px;
}
#content {
	float: left;
	width: 460px;
	margin-bottom: 10px;
}
#content_wide {
	float: left;
	width: 710px;
	margin-bottom: 10px;
}

#bannerContainer { 
	width: 214px;
	height: 344px;
	float: right;
	padding: 0; margin: 0;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}

.heading {
	color: #a00e6e;
	font-weight: normal;
	margin: 0; padding: 0;
	padding-bottom: 10px;
	font-size: 1.5em;
}

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #8b5d9e;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 10px;
	border-top: 2px solid #a81074;
}
#footer .div1 {
	float: left;
	text-align: left;
	padding-bottom: 10px;
}
#footer, #footer a {
	font-size: 8pt;
	color: #666;
	text-decoration: none;
}
#footer .div2 {
	float: right;
	text-align: right;
	font-size: 8pt;
	color: #666;
	padding-bottom: 10px;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

/*-  BOX STYLES
----------------------------------------------------------------------*/
.box { 
	width: 228px;
	border: 1px solid #e9e8e8;
	background: #f8f8f8 url('../image/boxBg.png') bottom center repeat-x;
	margin-bottom: 20px;
	font-size: 8pt;	
	color: #666666;
}
.imgBox { 
	width: 230px;
	margin-bottom: 20px;
}
	.box .top {	
		height: 20px;
		padding-left: 40px;
		text-transform: uppercase;
		font-weight: bold;
		color: #666666;
		padding-top: 10px;
		background: url('../image/boxIcon.png') 10px 7px no-repeat;
		font-size: 9pt;
	}
	.box .cartTop {	
		height: 45px;
		padding-left: 50px;
		text-transform: uppercase;
		font-weight: bold;
		color: #666666;
		padding-top: 15px;
		background: url('../image/shoppingBag_icon.png') 0px 0px no-repeat;
		font-size: 9pt;
	}
	.box .middle { padding: 0 10px 0 10px; }
	.box .bottom { height: 5px; }
	.box .middle .bottomDot {
		padding-top: 5px;
		background: url('../image/dot.png') top left repeat-x; 
	}
	
.category_box { 
	width: 230px;
	background: #f8f8f8 url('../image/boxBg.png') bottom center repeat-x;
	margin-bottom: 20px;
	font-size: 8pt;	
}
	.category_box .top {	
		height: 24px;
		background: url('../image/catBg.gif') top left repeat-x;
		font-size: 8pt;
		color: #fff;
		padding: 10px 0 0 10px;
	}

	.category_box  ul, .category_box ul li { margin: 0; padding: 0; list-style-type: none; }
	.category_box ul li a { color: #666; text-decoration: none; font-weight: bold; }
	.category_box ul li {
		border-bottom: 1px dotted #999;
		padding: 7px 0 5px 0;
	}
	.category_box ul li:last-child {
		border-bottom: 0;
	}
	.category_box ul li ul {
		margin-top: 5px;
		border-top: 1px dotted #999;
	}
	.category_box ul li ul li {
		padding: 5px 0 6px 25px;
		background: url('../image/bullet_3.png') top left no-repeat;
	}
	
	.category_box ul li ul li a {
		font-weight: normal;
	}
	
	
	.category_box .middle { 	
		border-left: 1px solid #e9e8e8;
		border-right: 1px solid #e9e8e8;
		border-bottom: 1px solid #e9e8e8;
		padding: 0 10px 0 10px; 
	}
	.category_box .bottom { height: 5px; }
	.category_box .middle .bottomDot {
		padding-top: 5px;
		background: url('../image/dot.png') top left repeat-x; 
	}

div#module_search { padding-bottom: 5px; }
select.boxSelect { width: 100%; color: #666666; padding: 3px; margin-top: 5px; }
input.inputText { width: 99%; color: #666666; padding: 3px; margin-top: 5px; }

/*-  PRODUCT PAGE
----------------------------------------------------------------------*/

div#productContent {
	width: 710px;
}
div#productImage {
	float: left;
	width: 290px;
	padding-right: 15px;
}
div.enlargeImage {
	color: #333333;
	text-align: center;
	font-weight: bold;
}
	div.enlargeImage { padding: 0; margin: 0; }
div#productOverview {
	width: 405px;
	float: left;
}
	div#productOverview h1 {
		font-size: 14pt;
		font-family: Arial, Tahoma, Sans-Serif;
		margin-bottom: 5px; padding-bottom: 0;
	}
	div#productOverview div.productAvailability {
		font-family: Arial, Tahoma, Sans-Serif;
		font-size: 9px;
		padding-top: 3px;
		padding-bottom: 5px;
		color: #666;
		border-bottom: 1px dotted #DADADA;	
	}
	div#productOverview div.productPrice {
		padding: 10px 0 0px 0;
	}
	
	div#productOverview div.productPrice span.price {	
		font-size: 16px;
		color: #a00e6e;
		font-weight: bold;
		padding-left: 5px;
	}
	
	div#productOverview div.productManufacturer span {
		padding-left: 10px;
	}
	
	div#productOverview div.cartBox {
		background: #F7F7F7; border: 1px solid #DDDDDD; padding: 10px;
	}	
	div#productOverview div.cartBox div.leftPart {
		float: left;
	}
	div#productOverview div.cartBox div.rightPart {
		float: left; padding-left: 10px;
	}
	
	div.productAreaTitle {
		background: #e0e0e0; padding: 7px; color: #333;
		font-weight: bold;
	}
	

/*-  MODULE SPECIFIC
----------------------------------------------------------------------*/

div#module_cart div.item_count {
	font-size: 8pt;
	text-align: center;
}

div#information ul { margin: 0; padding: 5px 0 0 7px; } 
div#information ul li { padding-left: 17px; list-style-type: none; background: url('../image/info_bullet.png') center left no-repeat; }
div#information ul li a { 
	color: #4f940c; text-decoration: none;
}

div.filterOption {
	padding: 5px 0 5px 0;
}
div.filterOption p.filterP {
	margin: 0; padding: 0;
	font-weight: bold; font-size: 1.1em;
}

div.filterOption p.filterP a { font-weight: normal; font-size: 1.0em; }
div.filterOption span.filterName { font-weight: bold; color: #a81074; }

/*-  PRODUCT TABLE LISTINGS
----------------------------------------------------------------------*/
.product_row {
	border-collapse:separate !important;
	background: #fff;
	padding:0;
	margin-bottom: 12px;
	clear:both;
}
.product_row tr { background: #92749d; }
.related_product_detail {
	cursor:pointer;
	width: 120px;
	/*height: 295px;KT*/
	/*overflow: hidden;*/
	border: 1px solid #f0f0f0;
	position: relative;
	padding:0 0 12px 0;
	vertical-align:top;
}
.product_detail {
	cursor:pointer;
	width: 145px;
	/*height: 295px;KT*/
	/*overflow: hidden;*/
	border: 1px solid #f0f0f0;
	position: relative;
	padding:0 0 12px 0;
	vertical-align:top;
}
.product_detail_long .product_detail {
	height: 335px;
	margin-bottom:2px;
}
.product_cats .product_detail {
	margin-bottom:7px;
}
.product_summary {
	/*position: absolute;
	/*bottom: 15px;KT*/
	padding-top:5px;
}
.product_summary div {
	margin: 0px 0px;
	color: #fff;
}
.brand_name { text-transform: uppercase; font-size: 8pt; }

.brand_name,
.product_name,
.product_price,
.sale_price,
.product_note {
	padding: 3px 0px 0px 14px;
}
.product_name {
	padding-bottom: 8px;
	font-size: 8pt;
}
.product_note,
.latest {
	color: #fff !important; /*KT*/
}
.product_price.old {
	text-decoration: line-through;
}
.highlight {
	border-color: #ccc;
}

/*-  BUTTON STYLES
----------------------------------------------------------------------*/

a.searchButton { margin: 0; float: right; padding: 2px 0 0 5px; }

table.checkoutTable th.colHead {
	background: #a91075;
	font-size: 10pt; padding:5px 9px 6px 9px; color: #fff; border:1px solid #bebcb7; border-bottom:none; line-height:1em;
}
table.checkoutProductTable th.prodHead {
	background: #a91075;
	color: #ffffff; font-size: 10pt; padding:3px 9px
}
table.checkoutProductTable td.prodCell {
	padding:3px 9px; font-size: 10pt;
}
table.checkoutTable td.dataCell {
	font-size: 10pt; padding:7px 9px 9px 9px; border:1px solid #bebcb7; border-top:0; background:#f8f7f5;
}

table.fittingGuide th {
	background: #aa87b3;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table.fittingGuide td.odd { background: #dfd1e5; }
table.fittingGuide td.even { background: #f5cad9; }

/* Button Styles */

.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
button { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
button::-moz-focus-inner { border: 0; padding: 0; }
.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
.grey.awesome, .grey.awesome:visited		{ background-color: #343434; }
.grey.awesome:hover						{ background-color: #474747; }
.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #b40101; }
.red.awesome:hover							{ background-color: #ba1b1b; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }
