/*******************
 *
 * JDEC Product Collection Detail Styles
 * 
 * Colours:
 * 
 *    
 *******************/

#product_collection_detail {
	padding-bottom: 30px!important;
}

#product_collection_detail .product_collection_title {
    background-color: #fff;
    color: #fff;
    padding: 0 100px 0 0;
    display: inline;
}

#product_collection_detail .product_collection_title h1, 
#product_collection_detail .product_collection_title h2 { 
    padding: 0;
	text-align: left;
    margin-bottom: 0;
    width: 100%;
    font-size: 18px;
  	letter-spacing: 1pt;
  	text-transform: uppercase;
  	font-weight: bold;
  	font-style: normal;
  	background-color: #fff;
  	color: #000;
  	display: inline;
  	/*border-bottom: 1px solid #000;*/
}

#product_collection_detail .product_collection_title .discontinued {
    font-weight: bold;
    text-transform: uppercase;
    color: #F00;
}

#product_collection_detail .image_content {
	/*border-right: 1px solid #000;*/
    text-align: center;
    width: 410px;
    height: 410px;
}

#product_collection_detail .image_content .image_content_table {
    margin: 0px auto;
    text-align: left;
}

#product_collection_detail .image_content .image td {
    width: 410px;
    height: 410px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border: none;
}

#product_collection_detail .image_content .carousel_container {
    /*border-top: 1px solid #000;*/
}

#product_collection_detail .image_content .carousel {
    text-align: center;
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #fff;
    /*background-image: url(./images/bg-grad-white_to_gray);
    border: 1px solid #ccc;*/
    
}

#product_collection_detail .image_content .carousel table {
    margin: 4px auto 0 auto;
}

#product_collection_detail .image_content .carousel .thumbnail {
    text-align: center;
    vertical-align: middle;
}

#product_collection_detail .image_content .carousel .thumbnail a {
}

#product_collection_detail .image_content .carousel .thumbnail img {
    padding: 4px 4px 4px 4px;
}

#product_collection_detail .image_content .carousel .first img {
    padding-left: 0px;
}

#product_collection_detail .image_content .carousel .last img {
    padding-right: 0px;
}

#product_collection_detail .image_content .carousel .note {
    text-transform: uppercase;
    font-size: 10px;
    color: #666;
}

#product_collection_detail .product_collection_body_container {
    padding-left: 10px;
}

#product_collection_detail .product_collection_body {
	padding-top: 15px;
    /*border: 1px solid #CCC;*/
}

#product_collection_detail .product_collection_body .title {
   /* border-bottom: 1px solid #CCC;*/
    background-color: #fff;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  	position: relative;
  	padding-bottom: 15px;
}
  
#product_collection_detail .product_collection_body .title .retail_price {
    font-size: 12px;
  	text-transform: capitalize;
  	font-weight: normal;
  	font-style: normal;
  	display: block;
}

#product_collection_detail .product_collection_body .title .surplus_price {
	color: #000;
	display: block;
	padding: 0 0 5px;
}

#product_collection_detail .product_collection_body .title .retail_price .value {
    
}

#product_collection_detail .product_collection_body .title .price_sticker {
}

#product_collection_detail .product_collection_body .title .price_sticker .value {
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 115px;
}

#product_collection_detail .product_collection_body .info {
    background-color: #fff;
    padding: 25px 10px 4px 0px;
}

#product_collection_detail .product_collection_body .description {
    padding: 10px 100px 10px 0;
}

#product_collection_detail .product_collection_body .add_this_button {
    float: right;
    display: inline;
    position: relative;
}

#product_collection_detail .cart_box {
}

#product_collection_detail .cart_box .row {
    margin-bottom: 1em;
}

#product_collection_detail .cart_box .options select {
    width: 100px;
}

#product_collection_detail .cart_box .options .link_sizing {
    text-decoration: none;
}

#product_collection_detail .cart_box .options .link_sizing:hover {
    text-decoration: underline;
}

#product_collection_detail .cart_box .quantity {
	padding-left: 20px;
}

#product_collection_detail .cart_box em {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
    font-style: normal;
}

#product_collection_detail .cart_box .add_to_cart {
	padding-top: 15px;
}

#product_collection_detail .cart_box .not_available {
    font-style: italic;
    color: #CCC;
}

#product_collection_detail .cart_box .message {
    border: 1px solid #fe0000;
    color: #fe0000;
    background-color: #fff;
    padding: 5px;
    text-align: left;
    line-height: 1.1em;
}

#product_collection_detail .cart_box .message .label {
    text-transform: uppercase;
    font-weight: bold;
}
