
@import 'CP_Text.css';


/* CSS Document */

/* main layout */

body {
	background-color: #fff; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

div#site_container	{
	width: 970px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #3c5fb1;
	text-align: left;
	}
	
div#main_content	{
	float: right; 
	padding-left: 4px; 
	width: 820px; 
	min-height: 980px;
	height:auto !important;
	height: 980px;
	background-color: #fff;
}

div.clear	{
	clear: both;
	}
	
.forward	{
	float: right;
	}
	
.back	{
	float: left;
	}
	
.featured	{
	width: 584px;
	float: left;
	margin-bottom: 5px;
	}
	
.right_column	{
	width: 230px;
	float: right;
	}
	
/* header */

#header_bg	{
	width: 970px; 
	background-image: url(/Images/BGTopNav.gif); 
	background-repeat: no-repeat; 
	background-color: #fff;
}

.cart_icons	{
	float: left;
	padding-left: 10px;
	}
	
	
/* left nav  */
	
img.left_nav	{
	display: block;
}
	
	
/* category */

.cat_all	{
	width: 820px; 
	height: 29px;
	background-repeat: no-repeat; 
	padding-top: 4px;
}

.cat_page	{
	width: 390px; 
	float: left; 
	padding-left: 180px;
	height:14px;
	overflow:hidden;
}

.cat_sort	{
	float: right; 
	width: 100px; 
	text-align: right;
}

.cat_product	{
	width: 820px; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 20px;
}

.cat_image	{
	width: 250px; 
	float: left; 
	text-align: center;
}

.cat_desc {
	width: 570px; 
	float: right; 
}

/* product page */

#breadcrumb	{
	width: 800px;
	height: 30px;
	padding-top: 8px;
	padding-left: 20px;
}

.product_desc	{
	width: 390px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
}

.product_img {
	width: 400px;
	height: 900px;
	float: right;
	padding-bottom: 20px;
}


.price_box	{
	border: 1px solid #ccc; 
	padding: 10px; 
	background-image: url(/Images/BGProductPrice.gif); 
	background-repeat: repeat-x;
}

img.img_related	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.related_items_box	{
	border: 1px solid #768fe1; 
	background-color: #f8fbff; 
	text-align: left; 
	font-weight: bold; 
	width: 400px;
	}
	
.related_items_content	{
	padding: 10px;
}

.related_items_pic	{
	width: 150px;
}

.related_items_text	{
	width: 200px;
}

/* Forms & Buttons */

form	{
	margin: 0px;
	}
	
form.sort	{
	margin: 0px;
	float: right;
	width: 140px;
	padding-right: 10px;
	height: 20px;
	}
	
input.text_field	{
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 14px;
	line-height: 12px;
	font-weight: normal;
	color:#3b3b3b;
	padding-bottom: 5px; 
}

input.qty	{
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	color:#3b3b3b;
	padding-bottom: 5px; 
}


.add_cart	{
	padding: 5px 20px 0px 0px;
}

select	{
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	padding: 0px;
	font-weight: normal;
	color:#3b3b3b;
}