body {
	background-color: #000000;
	color: #DDDDDD;
	margin: 0;
	padding: 0;
}

/* CSS Heirarchy */

#container {
	margin: 0 auto;
	border-right: 1px solid #222222;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
	width: 780px;
}

	#above_page {
		color: #BFC0B7;
		text-align: right;
		margin: 3px 15px 2px 15px;
	}

		#above_page h1 {
			color: #BFC0B7;
			float: left;
			margin: 0;
			text-align: left;
			font-weight: normal;
			width: 560px;
		}

		#above_page a {
			font-weight: normal;
			color: #BFC0B7;
		}

		#page {
			background-color: #000000;
		}

			#header {
				text-align: center;
				height: 120px;
				padding-top: 20px;
				position:relative;
			}

				#social {
					position:absolute;
					left:10px;
					top:20px;
				}

					#social img {
						margin-right:5px;
					}

			#pri_nav {
				height: 60px;
			}

		#main {
			width: 555px;
			float: right;
			padding: 0 20px;
		}

			#footer {
				text-align: center;
				padding: 5px 0 8px 0 ;
				border-top: 1px solid #222222;
				border-bottom: 1px solid #222222;
				color: #ffffff;
				margin-top: 20px;
			}

		#left {
			padding-top: 5px;
			width: 165px;
			float: right;
		}

			#sec_nav a {
				line-height: 22px;
				font-weight: normal;
				color: #DDDDDD;
			}

			#basket {
				line-height: 22px;
				margin-top: 40px;
			}

				#basket a {
					color: #DDDDDD;
				}

			#featured {
				line-height: 22px;
				margin-top: 40px;
				color: #DDDDDD;
			}

				#featured .feat_item {
					margin-bottom: 10px;
				}

					#featured .feat_info {
						font-size: 12px;
						font-weight: bold;
						line-height: 17px;
						width: 100px;
						float: left;
					}

					#featured .feat_info b {
						font-size: 14px;
					}

	#below_page {
		color: #BFC0B7;
		text-align: center;
		margin: 10px 0 20px 0;
	}

		#below_page a {
			color: #ffffff;
			font-weight: normal;
		}

/* general styles */

img {
	border: 0;
}

form {
	margin: 0;
}


.left {
	float: left;
	margin: 5px 5px 0 0;
}
.center {
	text-align: center;
}
.right {
	float: right;
	margin: 0 0 5px 5px;
}
.clear {
	clear: both;
}
.large {
	font-size: 24px;
}
.error {
		margin           : 10px 0;
		color            : #ff0000;
		background-color : #ffeeee;
		border-top       : 1px solid #ff0000;
		border-bottom    : 1px solid #ff0000;
		padding          : 10px;
		}
.info {
		margin           : 10px 0;
		color            : #0000ff;
		background-color :	#eeeeff;
		border-bottom    : 1px solid #0000ff;
		border-top       : 1px solid #0000ff; 
		padding          : 10px;
		}
.success {
		margin           : 10px 0;
		color            : #009F62;
		background-color : #E6FFE6;
		border-top       : 1px solid #009F62;
		border-bottom    : 1px solid #009F62;
		padding          : 10px;
		}

* div.hr_grey_dotted {
		display: block;
		border-top: 1px dotted #C1C2C1; /* grey by any chance? */
		line-height: 1px;
		max-height: 1px;
		padding: 0;
		margin: 5px 0;
		clear: both;
		}

/* font styles */

body,
h1, h2, h3,
a,
input, select,
table td {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #DDDDDD;
	text-decoration: none;
	line-height: 17px;
}
input, select {
	color: #333333;
}

a {
	font-weight: bold;
	color: #EF080E;
}

a:hover {
	text-decoration: underline;
}
h2,
h2 a {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	margin: 10px 0;
}
h3 ,
h3 a {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	margin: 5px 0;
}


/* content styles */

table.colours td {
	padding: 4px 0;
}

.collection {
	width: 270px;
	float: left;
	margin: 0 0 15px 0;
}
	.collection .title {
		background-image: url(../content/layout/red_title_bg.gif);
		background-repeat: repeat-x;
		padding: 0 0 3px 5px;
		width: 155px;
	}
	.collection_spacer {
		width: 15px;
		height: 15px;
		float: left;
	}
		.collection .title a {
			color: #000000;
			font-size: 15px;
			font-weight: bold;
		}

#prod_left {
	width: 260px;
	float: left;
}
#prod_left img {
	margin: 5px 0;
}
#prod_right {
	width: 260px;
	float: left;
	line-height: 28px;
}

.red_title {
	color: #EF080E;
}

div.hr_dashed {
	display: block; 
	border-top: 1px dotted #C1C2C1; 
	line-height: 1px; 
	max-height: 1px; 
	padding: 0; 
	margin: 5px 0;
}



#drop_down {
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 18px;
}
	#size_list {
		display: none;
		position: absolute;
		top: 0px;
		left: 101px;
		background-color: #333;
		width: 98px;
		border-top: 1px solid #777;
		border-right: 1px solid #777;
		border-left: 1px solid #777;

	}
	#size_list .size{
		border-bottom: 1px solid #777;
		line-height: 17px;
		padding: 0 5px;
		text-align: right;
		font-weight: bold;
	}
	#size_list .size_hover{
		background-color: #410304;
		color: #ff0000;
		cursor: pointer;
	}
	#size_list .size .country {
		float: left;
		font-weight: normal;
	}

#spiderscope {position:relative;}
#spiderscope div {position:absolute;right:10px;top:-18px;line-height:13px;font-size:10px;}
#spiderscope div a {color:#ffffff;font-weight:normal;font-size:10px;}
#spiderscope div img {vertical-align:middle;line-height:13px;}


.listItem {padding: 15px 0;}
.listItem div {padding-left: 15px;background-image:url(../content/layout/li.gif);background-repeat:no-repeat;background-position:left;}
