.oostock {
    color: #990000;
}

.instock {
    color: #009900;
}

.listprice {
    color: #000000;
    white-space: nowrap;
}

.specprice {
    color: #1F84B6;
    white-space: nowrap;
}

input:focus, textarea:focus {
    background-color: #ffde56;
}

input {
    border: 1px solid #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.system_messages div {
    margin: 0 0 7px;
    padding: 6px 0 6px 38px;
    position: relative;
}

.white {
    background: #fefefe url(white_message.gif) repeat-x;
    border: 1px solid #dbdbdb;
}

.ico {
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    left: 4px;
    top: 1px;
}

.white .system_title {
    color: #4f4f4f;
}

.white .ico {
    background-image:url(white_ico.png);
}

.red {
    background: #e2c5c5 url(red_message.gif) repeat-x;
    border: 1px solid #cf9e9e;
}

.red .system_title {
    color: #ae2727;
}

.red .ico {
    background-image:url(red_ico.png);
}

.blue {
    background: #c4dde3 url(blue_message.gif) repeat-x;
    border: 1px solid #9cc6d0;
}

.blue .system_title {
    color: #0f4b74;
}

.blue .ico {
    background-image:url(blue_ico.png);
}

.green {
    background: #c7e5c2 url(green_message.gif) repeat-x;
    border: 1px solid #a2d399;
}

.green .system_title {
    color: #386d19;
}

.green .ico {
    background-image:url(green_ico.png);
}


.yellow {
    background: #eae1b1 url(yellow_message.gif) repeat-x;
    border: 1px solid #e0d182;
}

.yellow .system_title {
    color: #675918;
}

.yellow .ico {
    background-image:url(yellow_ico.png);
}


.question {
    position: absolute;
    display: inline;
    text-align: center;
    width: 174px;
    height: 78px;
    font-size: 13px;
    line-height: 1.5em;
    background: url('/web_static/dia_style/bubble.png') left top no-repeat;
    padding: 10px 0 0 0;
    text-shadow: 0px 1px 0px #fff;
    margin-left: -7em;
    margin-top: -6em;
    opacity: 0;
}

.yes{
    margin-top: .5em;
    margin-right: .5em;
    cursor: pointer;
    display: inline-block;
    width: 63px;
    height: 21px;
    color: #434d17;
    text-shadow: 0px 1px 0px #fff;
    background: url('/web_static/dia_style/buttony.png') left top no-repeat;
}
.cancel {
    margin-top: .5em;
    margin-right: .5em;
    cursor: pointer;
    display: inline-block;
    width: 63px;
    height: 21px;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
    background: url('/web_static/dia_style/buttonn.png') left top no-repeat;
}

.stok_dis_div {
    border:1px solid #777777;
    width:80%;
    margin:auto;
}

.stok_baslik {
    float: left;
    clear: left;
    text-align: right;
    font-weight: bold;
    overflow: hidden;
    padding: 0 4px;
    text-align: right;
    white-space: nowrap;
    width: 160px;
}

.stok_aciklama {
    border-bottom:1px solid #dddddd;
    padding:0 10px;
}

.stok_resim{
    float:right;
    padding: 6px 10px 10px 6px;
    display:inline;
}

.shadow {
-moz-box-shadow: 4px 4px 4px #000;
-webkit-box-shadow: 4px 4px 4px #000;
box-shadow: 4px 4px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
