@charset "ISO-8859-1";

/*****
	
	CSS Styles for www.bobdeangelis.com/store
	Copyright Troy Roland Media 2008.

*****/

body {
background-color:#000000
}

/***Page Structure***/

#html {
	position: relative;
	margin: 0px auto;

}

#container {
	position: relative;
	margin: 0px auto;
	width: 850px;
	height: 1100px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding-bottom: 20px;
}

#header {
	width: 850px;
	height: 60px;
	border-width: 1px;
	border-color: #333333;
	border-bottom-style: solid;
}

#leftNav {
	float:left;
	width: 100px;
	height: 1055px;
	border-width: 1px;
	border-color: #333333;
	border-right-style: solid;
	padding-left: 5px;
	padding-top: 5px;
}

#CD01 {
	float: left;
	width: 220px;
	height: 300px;
	margin-top: 15px;
	margin-left: 50px;

}

#CD02 {
	float: left;
	width: 250px;
	height: 350px;
	margin-top: 15px;
	margin-left: 10px;

}

#CD03 {
	float: left;
	width: 180px;
	height: 300px;
	margin-top: 15px;
	margin-left: 10px;
	border-width: 1px;
	border-color: #333333;
	border-left-style: dotted;
	padding-left: 10px;

}

#CD04 {
	float: left;
	width: 650px;
	height: 300px;
	margin-top: 15px;
	margin-left: 45px;
	margin-right: 45px;

}

#CD04A {
	float: left;
	width: 650px;
	height: 16px;
	background-image: url(../../store/graphics/selectionBG.jpg);
	background-repeat: repeat-x;

}

#CD04B {
	float: left;
	width: 210px;
	height: 120px;
	margin-left: 5px;
	border-width: 1px;
	border-color: #333333;
	border-bottom-style: dotted;
	
}

#CD04C {
	float: left;
	width: 210px;
	height: 120px;
	border-width: 1px;
	border-color: #333333;
	border-bottom-style: dotted;
	
}

#CD04D {
	float: left;
	width: 215px;
	height: 120px;
	border-width: 1px;
	border-color: #333333;
	border-bottom-style: dotted;
	
}

#CD04E {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

#CD04F {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}



#CD05 {
	float: left;
	width: 650px;
	height: auto;
	margin-top: 15px;
	margin-left: 45px;
	margin-right: 45px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}

#CD05A {
	float: left;
	width: 200px;
	height: 12px;
	padding: 3px;
	background-color:#333333;
	border-right-style: dotted;
	border-right-width: 1px;
}
#CD05B {
	float: left;
	width: 100px;
	height: 12px;
	padding: 3px;
	background-color:#333333;
	border-right-style: dotted;
	border-right-width: 1px;
	text-align: center;
}

#CD05C {
	float: left;
	width: 123px;
	height: 12px;
	padding: 3px;
	background-color:#333333;

	text-align: center;
}


.leftNav {
	font-size: 11px;	
}
.leftNav strong {
	font-size: 11px;
	text-decoration: underline;
	padding-bottom: 5px;
	color: #CCCCCC;
}

.leftNav a:link {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.leftNav a:visited {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.leftNav a:hover {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}

.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.tableContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;

}

ul {
list-style-type: none;
padding: 0;
margin: 0;
}

li {
	list-style-type: none;
	list-style-position: -10px;
}

