body {
    font-family: Verdana;
    font-size: 12px;
    color: #ececec;
    margin: 0;
    background: #282838;
}

#form {
    border: none;
    width: 175px;
    height: 22px;
    margin-bottom: 15px;
}

h1 {
    font-size: 22px;
    color:#CDCDCD;
}

#wrapper {
    margin: 0;
    width: 300px;
    padding: 10px;
}

.uioptimized #tc,
.uioptimized #rs {
    margin-left:0;
}

#twoclick #wrapper {
	width: 347px;
}

#twoclick.uioptimized #wrapper {
	width: auto;
}

#sub {
    margin-top: 35px;
    padding-top: 25px;
    text-align: center;
    border-top: 1px solid #bdbdbd;
    font-size: 10px;
    color: gray;
}

#sub a {
    color: gray;
}

a {
    text-decoration:none;
}

a:hover, a:active {
    text-decoration:underline;
}

#tcHolder,
#rsHolder {
	background: url('img/bg10.png') no-repeat 2px 16px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#rsHolder {
	margin-top: 20px;
	background-image: url('img/bg.png');
}

.uioptimized #tcHolder,
.uioptimized #rsHolder {
    background:none;
}

#tc,
#rs {
	margin-left: 8px;
}

#search {
	margin-left: 4px;
}

#sale_link_bold,
#sale_link{
	height:44px;
	line-height: 44px;
	text-align: center;
}

#sale_link_bold a,
#sale_link a {
	color: #fff;
	text-decoration: none;
}

#sale_link_bold a:hover,
#sale_link a:hover {
	text-decoration: underline;
}

@media (min-width:350px) {
    #wrapper,
    #twoclick #wrapper {
        width:90%;
        max-width:602px;
        margin: 0 auto;
    }

    #tcHolder {
        background-image:url('img/bg10wide.png');
    }

    #rsHolder {
        background-image:url('img/bgwide.png');
        background-position: right 16px;
    }

    #search {
        width:100%;
        max-width:420px;
        margin: 0 auto;
    }

}