/* CSS Document */



/* *************** MAIN CONTENT: PRODUCT LISTING **************** */
/* ************************************************************** */

/* ************** Default content and page heading ************** */
#content
{
	clear: left;
	position: relative;
	top: -177px;
	left: 180px;
	margin: 0 0 1px 0;
	padding: 0;
}


h4
{
	color: #fff;
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 0;
}

/* ********************* Listing outline box ******************* */ 

#outline
{
	margin: 5px 0 5px 10px;
	padding:0;	

}

#outline #list_corner_TL
{
	position: relative;
	top: 5px;
	left: 0px;
	margin: 0;
	padding:0;	
}

#outline #list_corner_BL
{	
	position: relative;
	top: -8px;
	left: 0px;
	margin: 0;
	padding:0;	
}

#outline #white_dot_top
{
	width: 555px;
	height: 4px;
	position: relative;
	top: -27px;
	left: -5px;
	margin: 0;
	padding: 0;

}

#outline #white_dot_bot
{
	width: 555px;
	height: 4px;
	position: relative;
	top: -8px;
	left: -5px;
	margin: 0;
	padding: 0;
}

/* ****************** Individual Item listing styling *********************** */

#listing
{
	position: relative;

	color: #fff;
	width: 600px;
	margin: 0;
	padding:0 0 5px 0;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}

#listing a h3
{
	color: #fff;
	padding: 0;
	margin: 0px 0 5px 20px;
	font-size: 0.9em;
	text-decoration: none;
	width: 350px;
	position: relative;
	top: -10px;	
}

#listing p
{
	margin: 0;
	padding: 0 0 2px 20px;
	font-size: 0.8em;
	width: 350px;
	position: relative;
	top: -10px;
}

p#prod_code
{
	background-color: #503a3e;
	text-decoration: none;
	color: #fff;
	padding: 0px 0px 0px 20px;
	background-image: url(assets/curved_line_right_end_2_fox.gif);
	background-repeat: no-repeat;
	background-position: 360px;
}

p#more_details
{
	margin: 10px 0 0 0px;   /* 265 */
	padding: 0px 0px 2px 20px;
	background-color: #645259;
	width: 100px;
	background-image: url(assets/curved_line_right_end_1_fox.gif);
	background-position: 110px;
	background-repeat: no-repeat;
}

p#more_details a
{
	color: #fff;
	text-decoration: none;
}
p#more_details a:hover
{
	text-decoration: underline;
}

#outline #listing #listPic
{
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -26px;
	left: 400px;
}

.spacer
{
	padding: 30px 0 30px 0;
}

/* ******************** CURRENT ORDER AREA ********************** */
/* ************************************************************** */

#order_pad
{
	position: absolute;
	top: 190px;
	left: -180px;
	margin: 0;
	padding: 0;
	width: 175px;
}

#order_pad h5
{
	font-size: 1em;
	color: #fff;
	background-color: #645259;
	padding: 4px 5px 4px 30px;
	margin: 0;
	background-image: url(assets/shopCart.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	width: 110px;
}

#order_pad_TR
{
	position: absolute;
	left: 143px;
	top: 0px;
	margin: 0;	
}

#order_list
{
	background-color: #645259;
	margin: 0;	
}

#order_list p
{
	margin: 0;
	padding: 0 5px 5px 5px;
	color: #fff;
	font-size: 0.7em;	
}


#order_list ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

#order_list li
{
	margin: 0;
	color: #fff;
	font-size: 0.7em;
	width: 150px;
}

#order_list li a
{
	color: #fff;
	text-decoration: none;	
}

#prev_next p
{
	font-size: 0.7em;
	color: #fff;
	background-color: #645259;
	margin: 0;	
	padding: 10px 5px 0 5px;	
}

#prev_next a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;	
}

#prev_next a:hover
{
	text-decoration: underline;
}

#order_pad_BR
{
	position: relative;
	left: 143px;
	top: -30px;
	margin: 0;	
}

#logo_white
{
	position: relative;
	left: 320px;
	padding: 20px 0 20px 0;
	margin: 0;
}


