#mainContent {
	margin-top:10px;
	margin-left:15px;
}

.first {
	padding-left:0px;	
}

.last {
	padding-right:0px;
}

#leftBar {
	position:relative;
	float:left;
	width:250px;
	/*height:310px;*/
	/*background-color:#00FF00;*/
	padding-top:25px;
}

#rightBar {
	position:relative;
	float:left;
	width:400px;
	/*height:475px;*/
	/*background-color:#0099FF;*/
	padding-left:20px;
	padding-top:10px;
}

#rightBar p { margin-bottom:10px; }

div.price {
	font-size:22px;
	font-weight:bold;
	color:#9A141B;
	margin-bottom:3px;
}

div.productName h1  {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

div.productDescription {
	margin-top:5px;
}

div.productDescription p {
	font-size:12px;
	color:#000000;
}

div.sizeGuide {
	padding:10px 0 10px 0;
}
div.sizeGuide h2 {
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#9A141B;
}
div.sizeGuide p {
	font-size:12px;
	display:inline;
	margin-left:10px;
	font-weight:bold;
}
div.sizeGuide a {
	color:#000000;
}
div.sizeGuide a:link, div.sizeGuide a:visited {
	text-decoration:none;
}
div.sizeGuide a:hover, div.sizeGuide a:active {
	text-decoration:underline;
}

span.addToBasket {
	margin-left:5px;
}
span.addToBasket a {
	font-size:20px;
	color:#9A141B;
}
span.addToBasket a:link, span.addToBasket a:visited {
	text-decoration:none;
}
span.addToBasket a:hover, span.addToBasket a:active {
	text-decoration:underline;
}

div.alternatives {
	position:relative;
	float:left;
	width:45px;
	height:100px;
	padding-top:33px;
}

div.matrix {
	position:relative;
	float:left;
	width:335px;
	padding-top:15px;
	padding-left:5px;
}
div.matrix table#stock {
	/*border:2px solid #CBE2EA;*/
}

div.matrix table#stock tr th {
	width:42px;
	vertical-align:middle;
	text-align:left;
}

div.matrix table#stock tr th.size {
	width:42px;
	vertical-align:middle;
	text-align:center;
	/*padding-left:12px;*/
}

div.matrix table#stock tr th.thumb {
	width:12px;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:left;
}

div.matrix table#stock tr td {
	width:42px;
	height:48px;
	vertical-align:middle;
	border:1px solid #CBE2EA;
	text-align:left;
}

div.matrix table#stock tr td img {
	padding-left:29px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
}

div.matrix table#key {
	margin-top:5px;
	border:1px solid #CBE2EA;
}

div.matrix table#key tr td.icon { margin-left:5px; }

div.matrix form {
	margin-top:10px;
}

#leftBar #links ul {
	list-style:none;
	margin-top:5px;
}

#leftBar #links ul li {
	margin-bottom:3px;
}

#leftBar #links ul li a:link, #leftBar #links ul li a:visited {
	text-decoration:underline;
	color:#000000;
}

#leftBar #links ul li a:hover, #leftBar #links ul li a:active {
	text-decoration:underline;
	color:#9A141B;
}

#match {
	position:relative;
	float:left;
	width:100%;
	height:285px;
	background: url(/images/productImages/bottomGradient.jpg) repeat-y;
	margin-top:15px;
}

#match h2 {
	margin-top:10px;
	color:#000000;
	font-size:17px;
	font-weight:bold;
}

div.matrix table#stock tr td.selected {
	background-color:#CBE2EA;
}

div.matrix table#stock tr td.clear {
	background-color:#FFFFFF;
}

select#quantity option:hover {
	background-color:#FF0000;
}

#match h2 {
	margin-bottom:10px;
	margin-top:0;
}

div.matchBox {
	position:relative;
	float:left;
	width:120px;
	margin-right:14px;
}

div.matchBox img {
	display:block;
	margin-bottom:2px;
}

div.matchBox p {
	text-align:center;
}

div.matchBox a {
	color:#9A141B;
	font-weight:bold;
}

div.matchBox a:link, div.matchBox a:visited {
	text-decoration:none;
}

div.matchBox a:hover, div.matchBox a:active {
	text-decoration:underline;
}

.quantity {
	position:relative;
	float:left;
	margin-top:3px;
	margin-right:5px;
	font-weight:bold;
}

#message p {
	margin-left:60px;
	margin-top:5px;
	margin-bottom:0;
}

#message ul {
	list-style:none;
	margin:0;
	margin-top:3px;
	margin-bottom:5px;
}

#message ul li {
	color:red;
	margin:0;
	margin-left:20px;
	margin-bottom:5px;
	font-weight:bold;
}

#message p a:link, #message p a:visited {
	color:green;
	text-decoration:underline;
	font-weight:normal;
}

#message p a:hover, #message p a:active {
	color:#009900;
	text-decoration:underline;
	font-weight:normal;
}