﻿body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color: #828282;
}

h1 {
	margin: 0px 0px 0px 4px;
}

h1.grey {
	color: #636466;
	background: none;
}

h1.orange {
	color: #f7931d;
	background: none;
}

h1.red {
	color: #971b1e;
	background: none;
}

h1.green {
	color: #6c9d31;
	background: none;
}

h1.purple {
	color: #662d91;
	background: none;
}

h1.blue {
	color: #008fd4;
	background: none;
}

h1.black {
	color: #231f20;
	background: none;
}

#breadcrumb {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

#footerText {
	padding: 122px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
}

#breadcrumb li a {
	text-decoration: none;
	color: #bcbdc0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#sideGradient {
	background-image: url('../images/mainbg.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#productDesc {
	width: 160px;
	padding: 10px;
}

#topGradient {
	padding: 61px 0px 0px 0px;
	background-image: url('../images/topgradient.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#bottomGradient {
	padding: 0px 0px 0px 0px;
	background-image: url('../images/bottomgradient.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#buyButton {
	padding: 3px;
	border: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
}

.quantityColumn {
	text-align: center;
}

.quantityColumn input {
	width: 20px;
}

.infoLink {
	width: 190px;
	height: 19px;
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 0px 5px;
	display: block;
	background-image: url('../images/grey.gif');
	background-repeat: repeat-y;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

#shoppingCart {
	padding: 5px 0px 5px 10px;
	background-image: url('../images/red.gif');
	background-repeat: repeat-y;
	font-weight: bold;
	text-transform: uppercase;
}

.boxText {
	padding: 0px;
}

.clear {
	clear: both;
}

.container {
	float:left;
	width: 100%;
}
.column {
	float:left;
	position:relative;
}
.mediumTextBox {
	width:175px;
}
#container {
	width:970px;
	margin:0px auto;
	background-color: #ffffff;
}

#contentArea {
	background-color: #ffffff;
}

#header {
	margin: 0px 0px 20px 0px;
	padding:20px 0px 15px 5px;
	background-image:url('../../images/header-background.jpg');
	background-position:bottom;
	background-repeat:repeat-x;
	width:965px;
}
#contentLeft {
	width:180px;
	padding:0px 0px 0px 5px;
}
.leftMenu {
	padding:0px;
	margin:0px;
	list-style:none;
	z-index:200;
	text-transform: uppercase;
	font-size: 0.8em;
}
.leftMenu li {
	width:170px;
	padding:3px 5px;
	margin:0px 0px 2px 0px;
	position: relative;
}
.leftMenu li.grey, 
.leftMenu li.grey ul {
	background-color:#999999;
	background-image: url('../images/grey.gif');
	background-repeat: repeat-y;
}
.leftMenu li.orange, 
.leftMenu li.orange ul {
	background-color:#FF7F00;
	background-image: url('../images/orange.gif');
	background-repeat: repeat-y;

}
.leftMenu li.red, 
.leftMenu li.red ul{
	background-color:#FF0000;
	background-image: url('../images/red.gif');
	background-repeat: repeat-y;
}
.leftMenu li.green, 
.leftMenu li.green ul {
	background-color:#8cc63f;
	background-image: url('../images/green.gif');
	background-repeat: repeat-y;
}
.leftMenu li.darkgreen,
.leftMenu li.darkgreen ul {
	background-color:#307C1F;
	background-image: url('../images/green.gif');
	background-repeat: repeat-y;
}
.leftMenu li.purple,
.leftMenu li.purple ul {
	background-color:#81017E;
	background-image: url('../images/purple.gif');
	background-repeat: repeat-y;
}
.leftMenu li.blue,
.leftMenu li.blue ul {
	background-color:#00A0C6;
	background-image: url('../images/blue.gif');
	background-repeat: repeat-y;
}
.leftMenu li.black,
.leftMenu li.black ul {
	background-color:black;
	background-image: url('../images/black.gif');
	background-repeat: repeat-y;
}
.leftMenu li a{
	text-decoration:none;
	color:white;
	font-size:1.2em;
	font-weight:bold;
}
.leftMenu li ul {
	display:none;
	position:absolute;
	top:0px;
	left:100%;
	z-index:200;
}
.leftMenu li:hover ul {
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;
}
.search {
	padding:5px 0px;
}
.search span {
	display:block;
	text-align:right;
	padding:0px 5px 0px 0px;
	font-size:0.9em;
	font-weight:bold;
}
.search a {
	text-decoration:none;
}

.search h2{
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0xp 2px;
	font-size: 1em;
}

#searchBox {
	width: 165px;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	background-image: url('../images/searchIcon.gif');
	background-repeat: no-repeat;
	background-position: center right;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

.login span {
	display:block;
	text-align:right;
	padding:0px 5px 0px 0px;
	font-size:0.9em;
	font-weight:bold;
}
.login a {
	text-decoration:none;
}

#usernameBox {
	width: 177px;
	margin: 0px 0px 5px 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	color: #aaaaaa;
}

#passwordBox {
	width: 177px;
	margin: 0px 0px 5px 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	color: #aaaaaa;
}

#loginSubmit {
	margin: 0px 0px 0px 118px;
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-weight: bold;
}

#loginSubmit:hover {
	cursor: pointer;
}

#contentMiddle {
	width:544px;
	padding: 0px 20px;
	margin: 0px;
}
.productList {
	width:500px;
	float:left;
	padding:11px 0px 0px 0px;
}
.productList a {
	color:white;
	text-decoration:none;
}
.productList .grey, 
.productList .orange, 
.productList .red, 
.productList .green, 
.productList .purple, 
.productList .blue, 
.productList .black {
	width:105px;
	margin:5px;
	padding:5px;
	float:left;
	position:relative;
}
.productList h2 {
	height:40px;
	overflow:hidden;
	font-size:1.3em;
	padding:0px;
	margin:0px 0px 5px 0px;
}
.productList h2.title {
	height:auto;
	padding:0px 0px 0px 10px;
}
.productList .image {
	width:105px;
	height:95px;
	background-color:white;
}
.productList .grey {
	background-color:#999999;
	background-image: url('../images/grey.gif');
	background-repeat: repeat-y;
}
.productList .orange {
	background-color:#FF7F00;
	background-image: url('../images/orange.gif');
	background-repeat: repeat-y;
}
.productList .red {
	background-color:#FF0000;
	background-image: url('../images/red.gif');
	background-repeat: repeat-y;
}
.productList .green {
	background-color:#8cc63f;
	background-image: url('../images/green.gif');
	background-repeat: repeat-y;
}
.productList .purple {
	background-color:#81017E;
	background-image: url('../images/purple.gif');
	background-repeat: repeat-y;
}
.productList .blue {
	background-color:#00A0C6;
	background-image: url('../images/blue.gif');
	background-repeat: repeat-y;
}
.productList .black {
	background-color:black;
	background-image: url('../images/black.gif');
	background-repeat: repeat-y;
}

#contentRight {
	width:195px;
	padding:0px 5px 0px 0px;
	font-size: 0.9em;
}

.box {
	padding:5px;
	width:185px;
	color:white;
	background-color:#999999;
	background-image: url('../images/grey.gif');
	background-repeat: repeat-y;
	margin:0px 0px 2px 0px;
	float:left;
	position:relative;
	overflow:hidden;
}

.box a {
	color:white;
}
.box h2 {
	padding:0px;
	margin:0px;
}
#productTable th {
	text-align:left;
}
#productTable .codeColumn, #productTable .priceColumn {
	text-align:center;
	width:50px;
}
#productTable .descriptionColumn {
	width:265px;
}
#productTable.grey th {
	color:#999999;
}
#productTable.orange th {
	color:#FF7F00;
}
#productTable.red th {
	color:#FF0000;
}
#productTable.green th {
	color:#8cc63f;
}
#productTable.purple th {
	color:#81017E;
}
#productTable.blue th {
	color:#00A0C6;
}
#productTable.black th {
	color:black;
}

#productImage {
	width: 315px;
	padding: 5px;
	float: left;
}

.green {
	background-color:#8cc63f;
	background-image: url('../images/green.gif');
	background-repeat: repeat-y;
}

.grey {
	background-color:#bcbdc0;
	background-image: url('../images/grey.gif');
	background-repeat: repeat-y;
}

.orange {
	background-color:#ffc20e;
	background-image: url('../images/orange.gif');
	background-repeat: repeat-y;
}

.red {
	background-color:#ed1c24;
	background-image: url('../images/red.gif');
	background-repeat: repeat-y;
}

.purple {
	background-color:#91278f;
	background-image: url('../images/purple.gif');
	background-repeat: repeat-y;
}

.blue {
	background-color:#00adef;
	background-image: url('../images/blue.gif');
	background-repeat: repeat-y;
}

.black {
	background-color:#636466;
	background-image: url('../images/black.gif');
	background-repeat: repeat-y;
}

#productDetail {
	padding:0px;
	margin:0px 0px 5px 0px;
	display:inline-block;
}
#productDetail h2 {
	height:70px;
	overflow:hidden;
	font-size:2.3em;
	padding:0px;
	margin:0px 0px 5px 0px;
	color:white;
}
#productDetail h2.title {
	height:auto;
	padding:0px 0px 0px 10px;
}
#productDetail.image {
	width:105px;
	height:95px;
	background-color:white;
}
#productDetailH1 {
	font-size:1.2em;
	color:white;
	width:515px;
	padding:5px;
	margin:5px 0px;
}
#productTable {
        background-color:white;
}

#productTable .green th {
	color: #8cc63f;
	background-image: none;
	background-color: #ffffff;
}
#productTable .grey th {
	color: #bcbdc0;
	background-image: none;
	background-color: #ffffff;
}

#productTable .orange th {
	color: #ffc20e;
	background-image: none;
	background-color: #ffffff;
}

#productTable .red th {
	color: #ed1c24;
	background-image: none;
	background-color: #ffffff;
}

#productTable .purple th {
	color: #91278f;
	background-image: none;
	background-color: #ffffff;
}

#productTable .blue th {
	color: #00adef;
	background-image: none;
	background-color: #ffffff;
}

#productTable .black th {
	color: #636466;
	background-image: none;
	background-color: #ffffff;
}

#topDesc {
		width: 490px;
		margin: 0px 0px 0px 5px;
		padding: 57px 0px 0px 0px;
		background-image: url('../images/womanHeader.jpg');
		background-repeat: no-repeat;
		background-position: top right;
}

#contactBox {
		margin: 0px;
		padding: 10px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		color: #636466;
}

.contactInput {
		width: 100%;
		border-style: solid;
		border-color: #000000;
		border-width: 1px;
} 

#topDesc p {
		margin: 0px;
		padding: 10px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
}

#topDesc h1 {
		margin: 0px;
		padding: 0px;
		font-size: 3.5em;
		color: #666666;
}

