/* ========================================= Extra CSS==========================*/


#productGeneral {
    background: url("../images/product_bottombg.gif") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border: 1px solid #EFEFEF;
    float: left;
    margin: 0 0 50px 3px;
}

.productMain {
    float: left;
    width: 750px;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom: 1px solid #EEEEEE;
}
.ProductMainImage {
    width: 400px;
}

#productMainImage img {
    padding: 5px;
}
#productMainImage {
    border: 1px solid #EEEEEE;
    margin-right: 10px;
    margin-top: 7px;
}
.proDescription {
    float: left;
    margin-top: 7px;
    padding-left: 15px;
    width: 320px;
}


 
#productName  {  /*background-color: #EEEEEE;*/
    color: #474848;
    font-size: 16px;
   /* font-weight: bold;*/
    padding: 8px;
    text-transform: uppercase;
	}
.proDescription h1 {
    margin-bottom: 5px;
}


#productDetailsList li {
    list-style: circle outside none;
}

#productDetailsList {
    padding-left: 20px;
}


.attributeTitle {
    color: #6A6A6A;
    font-weight: bold;
	font-size:12px;
}

#productAttributes {
    float: left;
    padding: 0 5px;
    width: 96%;
	background-color: #EFEFEF;
}
.manTitle {
    border-bottom: 1px solid #EFEFEF;
    /*color: #6A6A6A;*/
    font-weight: bold;
    padding-bottom: 2px;
	font-size:12px;
	padding-bottom:5px;
	padding-top:5px;
}
.column300 {
    float: left;
    width: 295px;
}

#productAttributes h3 {
    font-size: 12px;
}

.wrapperAttribsOptions {
    margin: 0.3em 0;
}


.column300 {
    float: left;
    width: 295px;
}
/*---------------------------------------------------*/

.productButtonDiv {
    border-top: 1px solid #EFEFEF;
    margin-right: 6px;
    margin-top: 5px;
    min-height: 42px;
    padding-top: 5px;
}

.navNextPrevCounter {
    float: left;
    margin: 0;
    padding-top: 8px;
}

.navNextPrevList {
    display: inline;
    float: left;
    height: 25px;
    list-style-type: none;
    margin-top: 6px;
    padding: 4px;
    white-space: nowrap;
}

#productTellFriendLink {
    float: right;
    height: 25px;
    margin-top: 6px;
    padding: 4px;
    white-space: nowrap;
}
#productReviewLink {
    float: right;
    height: 25px;
    margin-top: 6px;
    padding: 4px;
    white-space: nowrap;
}



#cartAdd {
   /* padding-left: 5px;*/
    width: 90%;
}

#cartAdd {
    /*padding-left: 5px;
    width: 100%;*/
}
.cartTitle {
    float: left;
   /* font-weight: bold;*/
    margin-right: 5px;
    margin-top: 10px;
	font-size:16px;
}

#ButtonLeft1 .cssButton, .cssButtonHover {
    background: url("../images/right_button2.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
}

#ButtonLeft1 {
    display: inline;
    height: 17px;
    list-style-type: none;
    margin: 0;
    padding: 5px 2px;
    white-space: nowrap;
}


