html, body
{
	margin:0 auto;
	padding:0 inherit;
	height:100%;
}


body
{
	background-color:#f5e4c7;
	font-family:Arial;
	font-size:12px;
	color:#4f493e;
	height:100%;
}

img {
	border:0px;
    text-decoration:none;
}

a img {
	border:0px;
    text-decoration:none;
}


strong, b 
{
    font-weight:bold;
}

.no-strong{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
}

a 
{
    color:#AF4141;
	text-decoration:underline;
}


a:hover
{
    color:#713537;
}

        a.u
        {
            text-decoration:underline;
        }


.cur_pointer
{
    cursor:pointer;
}


input[type="text"]
{
    border:1px solid #777777;
    background-color:#fefefe;
    padding-left:5px;
    -moz-border-radius:4px;
    color:#8F3E3E;
    font-family:arial;
    
}


input[type="text"]:hover
{
    background-color:#FFFCDF;
}

input[type="text"]:active
{
    background-color:#FFFCDF;
}

textarea
{
    border:1px solid #777777;
    background-color:#fefefe;
    padding-left:5px;
    -moz-border-radius:4px;
    font-size:12px;
    color:#8F3E3E;
    font-family:arial;
}

textarea:hover
{
    background-color:#FFFCDF;
}

textarea:active
{
    background-color:#FFFCDF;
}



input[type="button"]
{
    border:1px solid #777777;
    background-color:#F4EBD9;
    -moz-border-radius:4px;
    color:#8F3E3E;
    font-family:arial;
    cursor:pointer;
}

input[type="button"]:hover
{
    border:1px solid #777777;
    background-color:#FFF3DF;
    -moz-border-radius:4px;
    color:#555555;
    font-family:arial;
    cursor:pointer;
}

input[type="submit"]
{
    border:1px solid #777777;
    background-color:#F4EBD9;
    -moz-border-radius:4px;
    color:#8F3E3E;
    font-family:arial;
    cursor:pointer;
}

input[type="submit"]:hover
{
    border:1px solid #777777;
    background-color:#FFF3DF;
    -moz-border-radius:4px;
    color:#555555;
    font-family:arial;
    cursor:pointer;
}
#cboxTitle a{
	padding-left: 20px;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;
	
	border:1px solid #ccc;
	background:url(/theme/h300.png) repeat-x;
}


.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:100px;
	height:75px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

#new_icon {
	
	display: none;
	position : absolute;
	top: 327px;
	left: 200px;
	color: red;
	font-weight: bold;

}

.title {

	font-family:Arial;
	font-size:11px;

}

/* Search */

#search {

	text-align: center;
	margin-top: 50px;

}

/*newyear*/

#dng3 {

display: block;
background-image: url(/theme/images/all/ng2.png);
position: absolute;
z-index:1024;
width: 562px;
height: 303px;
padding-top: -303px;
}

#new_link {

color: red;

}

#price{
    color: #824C4A;
    font: 20px arial;
}
.result {
    padding: 2px;
    border: 1px solid #777;
    background-color: #F4EBD9;
    -moz-border-radius: 4px;
    color: #8F3E3E;
    font-family: arial;
    cursor: pointer;
}
