@CHARSET "UTF-8";

div#prod_wrap{
	width: 700px; overflow: auto;
}

div#prod_menu{
	float: left; display: inline; width: 180px; margin-left: 20px;
}

div#prod_menu ul{
	list-style: none;
	margin-right: 0;
}

div#prod_menu ul li a{
	display: block;
	background: url(../images/nav1.gif);
	width: 151px;
	height: 31px;
	text-align: center;
	line-height: 260%;
	color: #fff;
}

div#prod_menu ul li a{
	display: block;
	background: url(../images/nav1.gif);
}

div#prod_menu ul li a:hover, div#prod_menu ul li a.active{
	background: url(../images/nav1_over.gif);
	text-decoration: none;
}

div#prod_menu ul ul{
	margin-left: 0px;
	padding: 0px;
}

div#prod_menu ul ul li a{
	background: url(../images/nav2.gif);
	height: 24px;
	line-height: 220%;
	color: #102A3D;
}

div#prod_menu ul ul li a:hover, div#prod_menu ul ul li a.active{
	background: url(../images/nav2_over.gif);
	color: #102A3D;
	
}

div#products{
	float: left; display: inline; width: 498px;
}

select#rpp{
	margin-right: 10px;
}

label#ord_label{
	margin-right: 10px;
}

label#pp_label{
	margin-right: 80px;
}

div#bred, div#top_bar{
	margin-left: 40px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: solid 1px #c4cacf; width: 410px 
}

div#top_bar label{
	font-size: 10px;
}

p#pages{
	margin-left: 40px; text-align: center; margin-top: 30px; clear: both;
}

p#pages a{
	margin-right: 5px;
}

p#pages a#selected{
	color: #102b3e;
}

p#pages_details{
	display: none;
}


div#product{
	border-bottom:1px solid #c4cacf;
	margin-bottom:10px;
	margin-left:40px;
	padding-bottom:10px;
	width:410px;
}

div#product h3, div#product p{
	margin-left: 0;
}

p#back_link{
	margin-right: 0;
}

div#add_cart{
	margin-top: 30px;
	width: 400px;
	height: 40px;
	overflow: auto;
}

div#add_cart div#price{
	margin-left: 0;
	float: left;
	margin-right: 20px;
}

div#add_cart a{
	line-height: 320%;
}

p#back_link a{
	padding-left: 10px;
	background: url(../images/arrow_backward.jpg) no-repeat 0% 50%;
}

div#button_wrapper {
	padding-right: 10px;
}

div#button_wrapper input.button{
	border: none;
	width: 108px;
	height: 27px;
	background: url(../images/continue_down.gif) no-repeat ;
	line-height: 100%;
	color: #fff;
}

div#no_items p{
	margin-left: 40px;
}
