/* PRODUCT LISTINGS */
#product-listings-intro {
float:left;
margin-bottom:10px;
width:565px;
margin-top:-15px;
}

.ProductThumb {
    width:110px;
    height:180px;
    float:left;
    margin:20px 4px 0px 20px !important;
    margin:20px 3px 0px 16px;
    text-align: center;
}

.ImageThumb {
margin-bottom:8px;
}

.ProductThumb a{
    color: #FFF;
}

/* PRODUCT PAGE */
#product-intro {
float:left;
margin-bottom:15px;
width:565px;
}

#product-image {
	width:340px;
	height:340px;
	float:left;
}
#product-details {
	width:200px;
	float:right;
	margin-left:24px;
	height:340px;
	margin-top:-3px;
	overflow:auto;
}
#product-details .details {
margin-bottom:10px;
}
#product-details .details h4 {
font-size:13px;
margin:0px;
}

#product-details .details ul, #product-details .details ol {
}
#product-information {
	float:left;
	padding:20px 0px 0px 0px;
	width: 565px;
}
#product-purchase {
	float:left;
	margin:10px 0px 0px 0px;
	width: 565px;
}
#product-information p, #product-purchase p {
margin:0px 0px 10px 0px;
}
#product-information h4, #product-purchase h4 {
font-size:10pt;
margin:0px;
}
/* Product Page Add to Cart Form ############################################### 00 */
#ShoppingForm {
    width:100%;
    float:left;
    margin-bottom:13px;
}
#ShoppingForm .ShoppingDrops {
    float:left;
}
#ShoppingForm #AddButton, #ShoppingForm #RemoveButton  {
    float:left;
    margin-left:10px;
}

#ShoppingForm #PayOptions {
    margin-top:5px;
    float:left;
    clear:left;
}


/* ######################### */
#Content42 {
float:left;
width:100%;
margin-top:15px;
}

#Image {
float:left;
width:100%;
}

#DisplayProductImage {
float:left;
width:100%;
margin-top:15px;
}

#DisplayProductPrice {
float:left;
width:100%;
margin-top:15px;
font-weight:bold;
}
.oldPrice{
    text-decoration: line-through;
}
#ShoppingForm form {
float:left;
}
.StockDiv{
    float:left;
    margin-top:15px;
    width:100%;
}
.StockDiv label{font-weight:bold;}

#CategoryList{float:left;width:565px;clear:both;}
#CategoryList .CategoryThumb{float:left;width:110px;margin:20px 3px 0px 16px;text-align: center;
margin:20px 4px 0px 20px !important; height:auto; /*height:180px;*/}
#CategoryList .ImageThumb {margin-bottom:8px;}
#CategoryList .CategoryThumb a{color: #FFF;}