.productPhoto {
    width: 170px;
    height: 215px;
}

.productPhotoOne {
    margin: 10px;
    border: 1px #DA0066 solid;
    float: left;
    padding: 10px;
    width: 165px;
    text-align: center;
    height: 200px;
}

.productPhotoOne img {
    margin: auto;
}

#productInfo {
    margin: 5px;
    width: 300px;
    float: left;
}

#productInfo h2 {
    background: none !important;
    color: #D90066;
    font-family: Arial !important;
    margin-bottom: 10px;
    font-weight: bold;
}

#productInfo .shipping {
    color: #999999;
}

#productInfo a {
    color: #D90066;
    text-decoration: none;
}

#productSizes {
    margin: 10px;
    float: left;
    width: 172px;
}

#productSizes .header {
    background: url(/images/index/products/header.png) no-repeat;
    width: 172px;
    height: 20px;
}

#productSizes .body {
    background: url(/images/index/products/body.png) repeat-y;
    width: 163px;
    padding: 5px;
	padding-top: 1px !important;
	margin: 0;
    text-align: center;
}

#productSizes .footer {
    margin: 0 !important;
}

#productSizes .footer .left {
    background: url(/images/index/products/tab-grey-footer-left.png) no-repeat;
    float: left;
    width: 10px;
    height: 57px;
}

#productSizes .footer .right {
    padding: 0;
    background: url(/images/index/products/tab-grey-footer-right.png) no-repeat;
    width: 11px;
    float: left;
    height: 57px;
}

#productSizes .footer .body {
    background: url(/images/index/products/tab-grey-footer-background.png) repeat-x;
    padding-top: 19px !important;
    width: 141px;
    float: left;
    text-align: center;
    height: 38px;
}

#productSizes .body .price {
    float: left;
	background: url(/images/index/products/icon-price.png) no-repeat;
	padding-top: 7px;
}

#priceDiv span {
    display: block;
    float: left;
    padding-top: 10px;
}

#priceDiv {
    margin-bottom: 5px;
}

#additionalData {
    margin: 0 10px 10px 10px;
	width: 706px;
    border: 1px #999999 solid;
    border-top: 5px #DA0167 solid !important;
    min-height: 100px;
}

#additionalData h2 {
    display: block;
    margin: 0;
    padding: 7px 10px 7px 10px;
    background: #EFEFEF;
    height: 16px;
    font-size: 13px;
}

#additionalData .body {
    padding: 10px;
}

#additionalDataTabs {
    margin: 10px 10px 0 10px;
    padding: 0;
	height: 40px;
}

#additionalDataTabs .tab {
    display: block;
    text-decoration: none !important;
    background: url(/images/index/products/tab-info.png) no-repeat;
    width: 113px;
    height: 25px;
    text-align: center;
    color: #DB066A;
    float: left;
    padding-top: 15px;
    margin: 0 1px 0 0;
}

#additionalDataTabs .active {
    background: url(/images/index/products/tab-info-active.png) no-repeat !important;
    color: white !important;
}

.sizesTable {
    text-align: center;
}

.sizesTable table {
    margin: auto;
}

.sizesTable td {
    padding: 3px;
    text-align: left;
    border: 1px #FFDCEE solid;
}

.comment {
    font-size: 11px;
    width: 100%;
    border-bottom: 1px #FFD3E6 solid;
    margin-bottom: 10px;
}

.comment span {
    font-weight: bold;
    font-size: 11px;
}

#productSizes select, #productSizes input {
    width: 95px;
    margin: 3px;
}

#productSizes input {
    width: 30px;
    text-align: right;
    margin: 3px 65px 3px 3px;
}

#productSizes .selects {
    padding-right: 5px;
    text-align: right;
    margin-bottom: 20px;
}

#addToCart {
    background: url(/images/index/products/button-cart.png) no-repeat;
	border: 0;
	width: 134px !important;
	height: 26px;
	margin: 3px 10px !important;
}
.product {
    text-align: center;
    font-weight: bold;
    width: 170px !important;
    height: 300px;
    float: left;
}
.recommend {
	margin-left: 10px !important;
}
.productDescription {
	width: 165px !important;
}
