/* 
    Document   : product.css
    Created on : 13 Nov, 2009, 11:29:32 AM
    Author     : solaiman
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.product_data_first {
    float:left;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    padding: 15px;
    width: 100%;
    background :white;
}

.product_data {
    float:left;
    clear:both;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    padding: 15px;
    width: 100%;
    background :white;
}

.product_image {
    float:left;
}

#product_image {
    float: left;
    padding: 20px;
    background-color: lightblue;
    width: 130px;
}

#product_view {
    margin-left: 25px;
}

.product_info {
    float: left;
    padding-left: 15px;
    text-align: left;
    width: 70%;
}

.product_name {
    font-weight: bold;
    color: #363B43;
}

.add_control {
    color: #FF6600;
    float: right;
    text-align: right;
}

#product_keyword {
    margin-top: 10px;
    margin-bottom: 10px;
}

.on_pod {
    display: block;
    color: green;
    font-weight: bold;
    margin-top: 20px;
}

.not_on_pod {
    display: block;
    color: red;
    margin-top: 20px;
}


#product_view_upper {
    float: left;
    border: solid thin #cccccc;
    padding: 10px;
    width: 100%;
}

#product_summary {
    float: left;
    margin-left: 20px;
    line-height: 1.5em;
}

#product_summary .product_title {
    font-weight: bold;
    font-size: 12pt;
    color: #f98919;
    display: block;
    margin-bottom: 5px;
}
.add_product_right_column {
    background:transparent url(/images/diagonal_stripes_blue.gif) repeat scroll 0 0;
    height:100%;
    padding:10px;
    vertical-align:top;
    width:250px;
    color: white;
}

.active_link{
    display:inline;
    font-size:11px;
    color:#B4B4B4;
    border:1px solid #999;
    color:#ddd;
    background-color:#FFF;
    margin:1px;
    padding:6px 8px 4px;
}


.inactive_link a {
    display:inline;
    font-size:11px;
    color:#B4B4B4;
    border:1px solid #999;
    text-decoration:none;
    background-color:#FFF;
    color:#646464;
    margin:1px;
    padding:6px 8px 4px;
}

.current
{
    display:inline;
    font-size:11px;
    color:#B4B4B4;
    border:1px solid #999;
    font-weight:bold;
    background-color:#E6E6E6;
    color:#646464;
    font-size:11px;
    margin:1px;
    padding:6px 8px 4px;
}


#right_column {
    float:right; height:100%; width:30%; padding-top:25px;
}
.pagination {
    display: block;
    padding-top: 20px;
}

a.button_link:hover {
    background-color:#ECECEC;
}

a.button_link {
    background-color:#FFFFFF;
    border:1px solid #7E7E7E;
    color:#000000;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    margin:0 10px;
    padding:5px 8px;
    text-transform:uppercase;

}
