﻿	
/*Product Page CSS*/
.productinfoLarge {
	width:100%;
	height:310px;
	}

.productimage img {
	 border-style: none;
}


.productimage {
	width:350px;
	float:left;
	margin-right:20px;

}

.productLargeRightCol {
    float: left;
    width:50%
}

.producttitle{
	padding-bottom:10px;
    font-size: 16px;
	}
	
	
.productdesc{
	font-size:14px;
	}

.addtocart{
	float:left;
	font-size:14px;
	padding-right:16px;
	text-align:center;
    clear: both;
	}
.productextra{
	float:right;
	height:58px;
	font-size:14px;
	line-height:58px;
	}

.productprice {
	height:35px;
	width:193px;
	float:left;
	text-align:center;
	line-height:35px;
	font-size:16px;
}









