h2 {
	
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#a15ea6;
	padding-top:0px;

}

p {

	font-family:verdana;
	font-size:11px;

}
	
div#container {
	background-color:#FFFFFF;
	width:800px;
	margin:auto;
}

div#title {

	width:390px;
	margin-left:15px;
	margin-top:5px;
	float:left;
	background-color:#FFFFFF;

}

div#upperLinks {

	width:300px;
	float:right;
	margin-top:5px;
	margin-right:15px;
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:10px;
	color:#a15ea6;
	
}

div#upperLinks a {
	color:#a15ea6;
}

div#headerFade {

	width:790px;
	margin-left:5px;
	height:26px;
	background-image:url('images/headerFade.jpg');
	background-repeat:repeat-x;
}

div#boxes p {
	
	color:#FFFFFF;
	line-height:20px;
	margin-right:10px;
}

div#boxes a {
	
	color:#FFFFFF;
	line-height:20px;
	margin-right:10px;

}

div#bodyBoxesOne {

	background-color:#bdcee3;
	width:220px;
	height:210px;
	float:left;
	margin-left:5px;
	padding:20px;

}

div#bodyBoxesContainerOne {
	background-image:url(images/featureHandbags.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	width:230px;
	height:220px;
}

div#bodyBoxesTwo {

	background-color:#d3cbe7;
	width:220px;
	height:210px;
	float:left;
	margin-left:5px;
	padding:20px;

}

div#bodyBoxesContainerTwo {
	background-image:url(images/featureShoes.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	width:230px;
	height:220px;
}

div#bodyBoxesThree {

	background-color:#d9b9db;
	width:220px;
	height:210px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding:20px;

}

div#bodyBoxesContainerThree {
	background-image:url(images/featureAccessories.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	width:230px;
	height:220px;
}

div#body {
	
	background-color:#FFFFFF;
		
}

div#body img {
	margin-bottom:15px;
}

div#bodyFade {

	width:790px;
	margin-top:5px;
	height:21px;
	background-image:url('images/bodyFade.jpg');
	background-repeat:repeat-x;
	margin-left:5px;
}

div#leftMenu {

	width:170px;
	float:left;
	/*border-right:1px #ededed solid;*/
	margin-left:30px;
	margin-bottom:30px;
	background-color:#FFFFFF;
}

div#mainContent {

	width:530px;
	float:left;
	margin-left:30px;
	margin-right:30px;
	background-color:#FFFFFF;
}

div#mainContentAdmin {

	width:530px;
	float:left;
	margin-left:30px;
	margin-right:30px;
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
}

div#mainContent ul {
	
	font-family:verdana;
	font-size:11px;
}

div#mainContent th {
	
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	background-color:#dbdbdb;
}

div#shoppingContainer {
	border:1px solid #dbdbdb;
	padding:1px;
}

th#orderCell {
	text-align:left;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

td#orderCell {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-right: 1px #dbdbdb solid;
	font-family:verdana;
	font-size:10px;
}

td#orderCellRight {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:verdana;
	font-size:10px;
}

td#orderCellGeneric {
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-right: 1px #dbdbdb solid;
	font-family:verdana;
	font-size:10px;
	
}

/***************************************************/
/*   footer Styles                               */
/***************************************************/

div#lowerBodyHalf {
	height:11px;
	border-top:1px #ededed solid;
}

div#footerContainer {
	
	border-top:1px #ededed solid; 
	margin-left:5px; 
	width:790px; 
	background-color:#FFF; 
	padding-bottom:10px;
	padding-top:5px;
	color:#c0c0c0;
	font-size:10px;
}

div#footerLeft {
	float:left; 
	width:500px; 
	margin-left:15px;
}

div#footerLeft a {
	text-decoration:none;
	color:inherit;
}

div#footerRight {
	float:right;
	text-align:right;
	margin-right:15px;
	width:200px;
}

	
/***************************************************/
/*   products.php Styles                           */
/***************************************************/

div#productsContainer {
	clear:both;
	width:610px;
	font-family:verdana;
	padding-left:20px;

}

div#productsIndividualContainer {
	float:left;
	width:145px;
	height:190px;
	text-align:center;
	/*border:1px solid #cdcdcd;*/
	padding:5px;
	margin:5px;
}

/***************************************************/
/*   view.php Styles                               */
/***************************************************/


div#viewProductImage {
	float:left;
	width:260px;
	height:310px;
}

div#viewProductDetails {
	float:right;
	width:240px;
	height:310px;
	margin-left:20px;
}
div#viewDetailsContainer {
	clear:both;
}

h3 {
	
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#a15ea6;
}

h4 {
	
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
}

.product_q {
	font-size: 9px;
	height: 11px;
	width: 20px;
}




