.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background: url("../images/darkgrid.png") repeat scroll 0 0 #FFFFFF; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
div.jqmConfirm input[type="submit"] {
	margin-top: 10px;
	 background: url("../images/bg.gif") no-repeat scroll 0 -663px transparent;
    border: medium none;
    color: #FFFFFF;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 77px;

    cursor: pointer;
    cursor: hand
}
div.jqmConfirm {
    display: none;
    position: fixed;
    top: 17%;
    width: 100%;
}
* html div.jqmConfirm {
    position: absolute;
}
div.jqmConfirmWindow {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    background: url("../images/h3title.gif") repeat-x scroll left top #FFFFFF;
    border: 1px dotted #FFFFFF;
    height: auto;
    margin: auto;
    max-width: 400px;
    padding: 0 10px 10px;
    width: 400;
}
.jqmConfirmTitle {

    color: #000000;
    height: 20px;
    margin: 0px 2px;
}
.jqmConfirmTitle h1 {
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    letter-spacing: -1px;
    margin: 5px 2px;
    padding: 0;
    text-transform: capitalize;
}
div.jqmConfirm .jqmClose em {
    display: none;
}
div.jqmConfirm .jqmClose {
    background: url("../images/close_icon_double.png") no-repeat scroll 0 0 transparent;
    clear: right;
    display: block;
    float: right;
    height: 20px;
    width: 20px;
    margin-top: 2px;
}
div.jqmConfirm a.jqmClose:hover {
    background-position: 0 -20px;
}
div.jqmConfirmContent {
    border-bottom: 1px dashed #C1C1C1;
    color: #000000;
    font: 12px/14pt arial;
    letter-spacing: 0;
    margin: 5px;
    padding: 5px;
}
div.product_img {
  float:left;
}
div.product_txt {
    clear: right;
    float: left;
    padding-left: 10px;
    width: 190px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
    clear:both;
}
#shop_price
{
  color:#f00;
}
#market_price
{
    text-decoration: line-through;
}
span.shop_price
{
color: #FF0000;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    margin-bottom: 8px;
}
.ad_area{
background-color: #FFF5E4;
    border: 1px dashed #FF9900;
    margin: 12px 8px 0 0;
    padding: 8px;
}
