/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
}

a:link {color:white;}
a:hover {color:blue;}
a:visited {color:#ECCF63;}

p {
	height:4px;
}

td {
	padding:5px;
}

ul { 
	list-style: none; 
	margin-bottom:0px;
}

div {
	margin-left:0px;
	width: 100%;
}

div.dotted {
	width: 100%;
	background-image:url(images/dot.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

div.no_dot {
	width: 100%;
	border-bottom: none;
}

span.label { 
	float: left; 
	color: #fff;
	background-color:#003300;
	padding-right: 0.3em;
}

span.price { 
	float: right; 
	color: #fff;;
	background-color:#003300;
	padding-left: 0.8em;
}
div.description { 
	width: 80%;
	float: left; 
	color: #fff;
	background-color:#003300;
	margin-left:10px;
	font-style:italic;
	font-size:14px;
}
span.dressing_left {
	float: left; 
	color: #fff;
	background-color:#003300;
	padding-right: 0.3em;
}
span.dressing_right {
	padding-left: 0.3em;
	padding-right: 0.6em;
	float: right; 
	color: #fff;;
	background-color:#003300;
}
div.content {
	width:70%;
	height:370px; 
	overflow:auto;
	padding-top:10px;
}

span.size {
	font-style:italic;
	font-size:10px;
	font-weight:bold;
}

div.sectionTitle {
	font-size:14px;
	font-weight:bold;
	color:#ECCF63;
	padding: 5px 0px 5px 0px;
}
div.pageTitle {
	font-size:16px;
	font-weight:bold;
	color:#ECCF63;
	padding: 15px 0px 0px 0px;
}

