body {
    font-family:Tahoma;
    font-size:13px;
    color:#4d4d4d;
}

.wrapper {
    margin-left:auto;
    margin-right:auto;
    width:730px;
    position:relative;
}

.content-wrapper {
    min-height:540px;
    /*overflow:auto;*/
    /*background:url(/images/bg.jpg);*/
    
    padding-top:5px;
}
div.like {display:none;}
div.connected {display:none;}
.tooltip{ 
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 3;
    display: none;
    color:#000000;
    background:#E6EFC2;
    color:#264409;
    border:2px solid #C6D880;
    padding:10px;
    width:300px;
    font-weight:normal;
}
.help
{
    cursor: help;
}

.left {
    float:left;
    width:200px;
}

.right {
    float:right;
    width:520px;
}

hr {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px #CCC dotted;
	height:1px;
}

a {
    font-weight:700;
    color:#666;
    text-decoration:none;
    outline-style:none;
    outline-width:0;
}
img
{
    vertical-align:middle;
}
a:hover {
    color:#f60;
}

.product-item {
    width:130px;
    padding:5px;
    border:1px dotted #eeeeee;
    float:left;
    margin:2px;
    height:235px;
}

table.list-item td {
    width:600px;
    vertical-align:top;
    padding:2px;
}

table.list-item .img-td {
    width:120px;
}

table.list-item .td-product {
    width:250px;
    padding:5px;
    border:1px dotted #eeeeee;
}

.cat_guideline{
    font-size:10px;
    text-align:right;
    font-weight: normal;
}
label {
    font-weight:700;
}

fieldset {
    border:1px solid #ccc;
    margin:0 0 1.5em;
    padding:1.4em;
}

legend {
    font-weight:700;
    font-size:1.2em;
}

input[type=text],input.text,input.title,textarea,select {
    background-color:#fff;
    border:1px solid #bbb;
    margin:0.5em 0;
}

input[type=text]:focus,input.text:focus,input.title:focus,textarea:focus,select:focus {
    border-color:#f60;
}

input.text,input.title {
    width:300px;
    padding:5px;
}

input.title {
    font-size:1.5em;
}

textarea {
    width:390px;
    height:250px;
    padding:5px;
}

input[type=checkbox],input[type=radio],input.checkbox,input.radio {
    position:relative;
    top:.25em;
}

form.inline {
    line-height:3;
}

form.inline p {
    margin-bottom:0;
}

.error,.notice,.success {
    margin-bottom:1em;
    border:2px solid #ddd;
    padding:.8em;
}

.error {
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

.notice {
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

.success {
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

.error a {
    color:#8a1f11;
}

.notice a {
    color:#514721;
}

.success a {
    color:#264409;
}

.guideline {
    color:#666;
    font-size:11px;
    font-style:italic;
}

img,table.list-item img {
    border:0;
}

h1,.error h1,.notice h1,.success h1 {
    font-size:15px;
}

.item-right-status
{
    position:absolute;
    right:10px;
    top:0px;
    width:50px;
    padding:2px;
    text-align:right;
}

/*
Left Category
*/
ul.category-list
{
    margin-left:0px;
    padding-left:0px;
    font-size:12px;
}
ul.category-list li
{
    background:url(/images/icons/sub_cat_orange.png) no-repeat;
    background-position: 3px 4px;
    list-style: none;
    border-bottom:1px dotted #CCCCCC;
   padding-top: 5px;
    padding-bottom: 5px;

}
ul.category-list li a
{
    padding-left:22px;
    font-weight:bold;
    
}

/*
Search box
*/
#upper-box-panel
{
    position:absolute;
    top:0;
    right:0;
    z-index:99;
}
#upper-box-content
{
    background:#FFFFFF;
    padding:5px;
    border:1px dotted #cccccc;
    
}

/*Round boder */
.round
{
    
}
