#vms_orderable{
	display:none;
	padding-bottom:30px;
}

#vms_enclosures
{
	display:none;
	margin-bottom:30px;
}

#vms_enclosures .enclosuresheader{
	padding-left:0px;
}
.vms_orderabledate {
	font-weight:bold;
}
#vms_enclosures .price, #vms_enclosures .totalenclosuresprice {
	font-weight:bold;
	text-align:right;
}
#vms_enclosures .totalenclosuresprice{
	border-top:1px solid #555555;
}
#vms_enclosures .row{
	padding: 1px 0;
}
/********************\
*  Similar products test  *
\********************/
#similarproducts {
    margin: 2em auto 0;
    height: 120px;
    width: 100%;
}

#similarproducts_noscroll {
    height: 120px;
    width: 100%;
    margin-bottom: 30px;
}

#similarproducts_list {
    overflow: hidden;
    float: left;
    width: 96%;
}

#similarproducts_list ul {
    padding-left: 0;
    list-style-type: none;
    min-height:225px;
}

#similarproducts_list li {
    float: left;
    margin: 0 3px;
    cursor: pointer;
    text-align: center;
    width: 100px;
    overflow: hidden;
    line-height: 20px;
}

#similarproducts_list li a {
    margin: auto;
}

#similarproducts_scroll_left, #similarproducts_scroll_right
{
    background: url('../img/left.gif') no-repeat center;
    text-indent: -3000px;
    display: block;
    width: 9px;
    height: 18px;
    float: left;
    margin-top: 30px;
}
#similarproducts_scroll_right { background-image: url('../img/right.gif'); }


/****************\
* Admin pages.   *
\****************/
fieldset {
    margin-top: 12px;
}
.button_placeholder
{
    padding-bottom: 2px;
}
div.button_placeholder .button {
    width: 180px;
}
div.button_placeholder .button.disabled {
    width: 180px;
    background-color: #DDD4B1;
    color: #157BBC;
}
div.button_placeholder .tiptext {
    padding-top: 16px;
    margin-left: 20px;
    color: #666666;
}
div.button_placeholder .tiptext.red {
    padding-top: 16px;
    margin-left: 20px;
    color: #DD6666;
}
div.button_placeholder .tiptext.blue {
    padding-top: 16px;
    margin-left: 20px;
    color: #6666DD;
}
div.button_placeholder fieldset h4 {
    display: block;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    -webkit-margin-before: 0.66em;
    -webkit-margin-after: 0.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}
.msg_id {
}
.msg_time{
    color: #555555;
}

#progress_bar {
    width: 320px;
    height: 20px;
    background-image: url('../img/progress.gif');
    background-size: auto 100%;

}
#current_progress {
    width: 0px;
    height: 20px;
    background-color: #72CB67;
}

.regular_price_display {
    display: none;
    color: #555;
/*    font-size: smaller;*/
    text-decoration: line-through;
}
div.rec_price_display {
	font-size:11px;
}
div.rec_price_display span {
/*    text-decoration: line-through;*/
}
#pQuantityAvailableEs{
	font-weight:700;
	color:#333;
}