html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.25;
	width: 100%;
        font-size: 0.9em;
	background-color: #272526;
	color: #999999;
	font-family:Verdana, Geneva, sans-serif
}
ol, ul {
	xlist-style: none;
        margin: 0;
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------- */

a { color:#FF972B; }

a:href,
a:fucus,
a:active {
	color: white;
}

hr {
    width: 980px;
    color: #1D1D1D;
    background-color: #1D1D1D;
    height: 1px;
    float: left;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
}

.clear-none {
    clear: none!important;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.highlight {
    font-weight: bold;
    color: white;
}

.align_center {
    text-align: center;
}

.clear {
    clear: both!important;
}

.clear-left {
    clear: left!important;
}

.clear-right {
    clear: right!important;
}

.no-width {
    width: auto!important;
}

.no-clear {
    clear: none!important;
}

.small-font {
    font-size: 90%;
}

.scrolled-full-div {
    width: 500px;
    border: 1px solid #999999;
    height: 300px;
    padding: 5px;
    float: left;
    white-space: normal;
    margin-bottom: 15px;
    overflow:scroll;
}

.width-40 {
    width: 40%!important;
}

.width-full {
    width: 100%!important;
}

#page-wrap {
	width: 980px;
	margin: 0 auto;
	background-color: #272526;
}

#page-wrap #wrap {
	width: 980px;
	margin: 0 auto;
}

#page-wrap #header-wrap {
	width: 980px;
	padding-top: 10px;
	float: left;
	clear: both;
}

#page-wrap #header-wrap #header {
	width: 980px;
	background-color: #1D1C1C;
	height: 70px;
}

#page-wrap #header-wrap #header .logo {
	width: 180px;
        float: left;
	height: 55px;
        padding:  0 0 0 10px;
}

#page-wrap #header-wrap #header .header-text {
	float:right;
        padding: 0 10px 0 0;
        text-align:right;
        width:730px;
}

#page-wrap #header-wrap #header .language {
        float: right;
        height: 70px;
        padding: 0 10px;
}

#page-wrap #header-wrap #header .language a {
        display: block;
        clear: both;
        margin: 0;
        padding: 1px 0;
}

#page-wrap #header-wrap #header .header-newsletter {
        float: right;
        display: inline;
        padding: 0 10px 0 0;
        text-align: right;
        line-height: 30px;
}

#page-wrap #header-wrap #header .header-newsletter a {
        background: url(../gfx/frontend/newsletter.png) left 0 no-repeat;
        padding: 0 0 0 30px;
        text-decoration: underline;
        line-height: 30px;
}

#page-wrap #footer-wrap #footer {
	width: 980px;
	background-color: #1D1C1C;
	height: 70px;
}

#page-wrap #content-wrap {
	width: 980px;
	background-color: #272526;
	float: left;
	clear: both;
}

#page-wrap #content-wrap #content {
	width: 979px;
	float: left;
        padding: 0 0 40px 0;
}

.contentstatic {
	margin: 10px;
}

.contentstatic li {
	list-style:disc;
	margin-left: 20px;
}

#page-wrap #content-wrap #content-span {
	width: 1px;
        height: 400px;
	float: right;
}

#page-wrap #content-wrap #active-offers-wrap {
	width: 980px;
	height: 150px;
        padding-top: 15px;
        white-space: nowrap;
        background-color: #2F2D2E;
        overflow: hidden;
}

#page-wrap #content-wrap #active-offers {
	width: 830px;
	height: 150px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
}

#page-wrap #content-wrap #active-offers #active-offers-carousel {
	width: 9800px;
	height: 150px;
        white-space: nowrap;
}

#page-wrap #content-wrap #active-offers ul li {
	list-style: none;
        float: left;
        clear: none;
        padding: 0 13px;
}

#page-wrap #content-wrap #active-offers ul li img {
	width: 250px;
}

#page-wrap #content-wrap #active-offers-wrap #active-offers-carousel-left-button {
	width: 75px;
        height: 150px;
        float: left;
}

#page-wrap #content-wrap #active-offers-wrap #active-offers-carousel-left-button a {
	width: 75px;
        height: 150px;
        display: block;
        background: url(../gfx/frontend/prev.png) center center no-repeat;
}

#page-wrap #content-wrap #active-offers-wrap #active-offers-carousel-left-button a:hover {
        background: url(../gfx/frontend/prev-hover.png) center center no-repeat;
}

#page-wrap #content-wrap #active-offers-wrap #active-offers-carousel-right-button {
	width: 75px;
        height: 150px;
        float: right;
}


#page-wrap #content-wrap #active-offers-wrap #active-offers-carousel-right-button a {
	width: 75px;
        height: 150px;
        display: block;
        background: url(../gfx/frontend/next.png) center center no-repeat;
}

#page-wrap #content-wrap #active-offers-wrap #active-offers-carousel-right-button a:hover {
        background: url(../gfx/frontend/next-hover.png) center center no-repeat;
}

#page-wrap #content-wrap #active-offers-wrap #active-offers-carousel .title .text{
        width: 250px;
        white-space: normal;
        font-size: 90%;
}

#page-wrap #content-wrap #active-offers-wrap #active-offers-carousel .title .background{
        background-color: #2F2D2E;
        margin-top: -30px;
        height: 30px;
}

#page-wrap #top-menu-wrap {
	width: 980px;
	float: left;
	clear: both;
}

#page-wrap #top-menu-wrap #top-menu { width: 980px; }

#page-wrap #top-menu-wrap #top-menu ul{
        list-style: none;
}
#page-wrap #top-menu-wrap #top-menu ul li{
	display: block;
        list-style: none;
        background-color: #2F2D2E;
	width: 163px;
	float: left;
}

#page-wrap #top-menu-wrap #top-menu ul li a{
	display: block;
        margin-right: 1px;
	color: white;
	background-color: #2F2D2E;
	text-transform: uppercase;
        text-decoration: none;
	height: 68px;
	line-height: 68px;
	text-align: center;
        white-space: nowrap;
	width: 163px;
	float: left;
}

#page-wrap #top-menu-wrap #top-menu ul li.last a {
	margin: 0;
}

#page-wrap #top-menu-wrap #top-menu ul li.active a {
	background-color: #C4ED68;
	color: black;
	float: left;
}

#page-wrap #top-menu-wrap #top-menu ul li.active a:hover {
	background-color: #C4ED68;
}

#page-wrap #top-menu-wrap #top-menu ul li a:hover {
	background-color: #1D1C1C;
}

#page-wrap #footer-wrap #footer-menu-wrap #footer-menu { width: 978px; margin: 0 auto; text-align: center; }

#page-wrap #footer-wrap #footer-menu-wrap #footer-menu ul li {
        margin-right: 1px;
        list-style: none;
        display: inline;
        text-decoration: none;
}

#page-wrap #footer-wrap #footer-menu-wrap #footer-menu ul li a {
        margin-right: 1px;
	color: #999999;
}

#page-wrap #footer-wrap #footer-menu-wrap #footer-menu ul li.last a {
	margin: 0;
}
#page-wrap #footer-wrap #footer-menu-wrap #footer-menu ul li.active a {
	background-color: #C4ED68;
	color: black;
	float: left;
}

#page-wrap #footer-wrap #footer-menu-wrap #footer-menu ul li.active a:hover {
	text-decoration: none;
}

#page-wrap #footer-wrap #footer-menu-wrap #footer-menu ul li a:hover {
	text-decoration: none;
}

#page-wrap #footer-wrap #footer .footer_text a {
	color: #999999;
        font-size: 85%;
}

#page-wrap #content-wrap #error404 {
	padding: 30px;
	clear: both;
}

#page-wrap #content-wrap #offer-box {
	width: 960px;
	padding: 10px;
	background-color: #C4ED68;
	color: black;
	float: left;
	clear: both;
}

#page-wrap #content-wrap #offer-box #offer-left {
	float: left;
}

#page-wrap #content-wrap #offer-box #offer-right {
	float: right;
	width: 455px;
}

#page-wrap #content-wrap #offer-box .recommend-and-get {
	width: 242px;
        height: 122px;
        margin-left: 752px;
        margin-top: -50px;
        background: url(../gfx/frontend/recommend-and-get-cs.png) no-repeat;
}

#page-wrap #content-wrap #offer-box .recommend-and-get a {
	width: 242px;
        height: 122px;
        display: block;
}

#page-wrap #content-wrap #offer-box .offer-image {
	float: left;
	clear: left;
        position: relative;
}

#page-wrap #content-wrap #offer-box .offer-image ul#slider li {
	position: absolute;
        list-style: none;
}

#page-wrap #content-wrap #offer-box .offer-title {
	float: left;
	clear: both;
	width: 840px;
}

#page-wrap #content-wrap #offer-box .offer-info {
	width: 270px;
	float: left;
	clear: left;
	padding-right: 20px;
	overflow: hidden;
}

#page-wrap #content-wrap #offer-box .offer-info .time_reached {
	height: 100px;
	float: left;
	clear: left;
        width: 270px;
	padding-right: 20px;
	overflow: hidden;
}

#page-wrap #content-wrap #offer-box .offer-info .time_reached p {
	line-height: 100px;
        font-size: 110%;
        text-align: center;
        font-weight: bold;
}

#page-wrap #content-wrap #offer-box .offer-title span {
	font-size: 1.4em;
	font-weight: normal;
        color: black;
		float:left;
}

#page-wrap #content-wrap #offer-box .offer-title h1 {
	color: #CA0001;
    font-weight: bold;
	font-size:1.4em;
}

#page-wrap #content-wrap #offer-box .offer-image {
	float: right;
	width: 670px;
        height: 333px;
        white-space: nowrap;
}

#page-wrap #content-wrap #offer-box .friends-recommend {
	float: right;
	clear: right;
        xposition: absolute;
        xbottom: -200px;
	padding-top: 15px;
}

#page-wrap #content-wrap #offer-box .offer-info .buy-box a {
	/*display: block;*/
	width: 136px;
	margin: 0 0 0 25px;
	clear: both;
}

#page-wrap #content-wrap #offer-box .offer-info .buy-box {
	width: 270px;
	float: left;
	clear: both;
	padding: 6px 0 15px 0;
}

#page-wrap #content-wrap #offer-box .offer-info .offer-prices {
	width: 270px;
	float: left;
	clear: both;
	padding-bottom: 20px;
}



#page-wrap #content-wrap #offer-box .offer-info .offer-prices table {
	width: 270px;
	border-bottom: 1px solid black;
}

#page-wrap #content-wrap #offer-box .offer-info .offer-prices table tr th {
	font-size: 0.7em;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 0 0 3px 0;
}

#page-wrap #content-wrap #offer-box .offer-info .offer-prices table tr td {
	font-size: 0.9em;
	padding: 5px 0;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
}

.left { }

#page-wrap #content-wrap #offer-box .offer-info .offer-prices table tr .left { text-align: left; }

#page-wrap #content-wrap #offer-box .offer-info .offer-prices table tr td.percent {
	/* width: 70px;
	padding-right: 20px; */
	font-weight: bold;
}

#page-wrap #content-wrap #offer-box .offer-info .offer-time .time-left-text {
	display: block;
	width: 270px;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 10px;
}

#page-wrap #content-wrap #offer-box .offer-info .offer-time .time-left p .days { font-size: 2.2em; 
}

#page-wrap #content-wrap #offer-box .offer-info .offer-time .time-left p .hours { font-size: 1.9em; 
}

#page-wrap #content-wrap #offer-box .offer-info .offer-time .time-left p .minutes { font-size: 1.4em; }

#page-wrap #content-wrap #offer-box .offer-info .offer-time .time-left {
	color: black;
	font-weight: bold;
	width: 270px;
	text-align: center;
	padding: 0 0 10px 0;
}

#page-wrap #content-wrap #offer-box .offer-info .offer-time .time-left p .text {
	font-weight: normal;
	color: #333;
	font-size: 0.9em;
	padding: 0 3px 0 2px;
}

#page-wrap #content-wrap #offer-box .offer-info .offer-time .date-end {
	width: 280px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 0 10px 0;
}

#page-wrap #content-wrap #offer-box .offer-info .buyer-progress .progress {
	width: 280px;
	height: 45px;
        padding-left: 7px;
        background: url(../gfx/frontend/progress-background.png) no-repeat;
}

#page-wrap #content-wrap #offer-box .offer-info .buyer-progress .progress .progress-min {
	width: 280px;
	height: 45px;
        float: left;
        position: absolute;
	background: url(../gfx/frontend/progress-min.gif) 100px 28px no-repeat;
}

#page-wrap #content-wrap #offer-box .offer-info .buyer-progress .progress .progress-value {
	height: 45px;
        float: left;
	background: url(../gfx/frontend/progress-fill.png) 0px 7px repeat-x;
}

#page-wrap #content-wrap #offer-box .offer-info .buyer-progress .progress .progress-value.activated {
	background: url(../gfx/frontend/progress-fill-activated.png) 0px 7px repeat-x;
}

#page-wrap #content-wrap #offer-box .offer-info .buyer-progress .progress .progress-value-end {
	float: left;
        width: 31px;
	height: 45px;
	background: url(../gfx/frontend/progress-end.png) 0px 7px no-repeat;
}

#page-wrap #content-wrap #offer-box .offer-info .buyer-progress .count {
        width: 280px;
        font-size: 0.9em;
        text-align: center;
}

#page-wrap #content-wrap #offer-box .offer-info .buyer-progress p {
	width: 280px;
	text-align: center;
	font-size: 0.9em;
}

#page-wrap #content-wrap #offer-box .offer-info .offer-prices table tr .price-origin { text-decoration: line-through; }

#page-wrap #content-wrap #offer-box .offer-info .offer-prices table tr .variant-title { text-align: left; font-weight: bold; padding: 10px 0 0 0; }

#page-wrap #content-wrap #offer-box .offer-info .offer-prices table tr .discount-price { color: #CA0001; font-weight: bold; font-size: 100%; }

#page-wrap #content-wrap #offer-box .offer-info .offer-prices table tr .title { text-align: right; }

#page-wrap #content-wrap #top-menu-wrap #top-menu ul .first.active a { color: black; 
}


#page-wrap #content-wrap #left-panel {
	float: right;
	width: 288px;
	padding: 5px 0 0 0;
}

#page-wrap #content-wrap #left-panel .info-box {
	width: 288px;
	padding: 15px 0;
}

#page-wrap #content-wrap #left-panel .info-box h3 {
	width: 288px;
	display: block;
	line-height: 30px;
	height: 30px;
	overflow: nowrap;
	background-color: #C4ED68;
	text-align: center;
}

#page-wrap #content-wrap .offer-datail.content {
	width: 659px; 
	padding: 20px 10px 15px 0;
	float: left;
	margin: 10px;
}

#page-wrap #content-wrap .offer-datail.content li {
	list-style: disc;
}

#page-wrap #content-wrap #left-panel .info-box .box-content {
	color: white;
	padding: 10px 0 10px 10px;
}

#content-wrap #left-panel .info-box h3 { color: black; }

#page-wrap #content-wrap #left-panel .info-box.inquiry .box-content .answer {
	width: 268px;
        padding: 10px 0 0 0;
}

#page-wrap #content-wrap #left-panel .info-box.inquiry .box-content .answer .progress {
	text-align: left;
        float: left;
        clear: left;
        width: 268px;
        height: 5px;
        margin: 0 0 15px 0;
        background: #FF9736;
}

#page-wrap #content-wrap #left-panel .info-box.inquiry .box-content .answer .text {
	text-align: left;
        float: left;
        width: 220px;
}

#page-wrap #content-wrap #left-panel .info-box.inquiry .box-content .answer .percent {
	text-align: right;
        float: right;
}

#page-wrap #content-wrap .offer-datail.content h3 { color: white; }

#page-wrap #content-wrap #offer-box .friends-recommend .text { line-height: 32px; }

#page-wrap #content-wrap #offer-box .friends-recommend .friends-recommend-left {
	background: url(../gfx/frontend/box-recommend-left.png) no-repeat;
	float: left;
	height: 32px;
	width: 12px;
}

#page-wrap #content-wrap #offer-box .friends-recommend {
	width: 500px;
}

#page-wrap #content-wrap #offer-box .friends-recommend .friends-recommend-right {
	background: url(../gfx/frontend/box-recommend-right.png) no-repeat;
	float: right;
	width: 12px;
	height: 32px;
}

#page-wrap #content-wrap #offer-box .friends-recommend .friends-recommend-content {
	float: left;
	height: 32px;
	width: 476px;
	background: #fff;
}

#page-wrap #content-wrap #offer-box .friends-recommend .friends-recommend-content .text {
	height: 32px;
        line-height: 32px;
        display: block;
        float: left;
        padding-right: 40px;
}

#page-wrap #content-wrap #offer-box .friends-recommend .friends-recommend-content .icon_text a {
	height: 32px;
        line-height: 32px;
        display: block;
        float: left;
        font-size: 95%;
        color: black;
        text-decoration: none;
}

#page-wrap #content-wrap #offer-box .friends-recommend .friends-recommend-content .icon_text a:hover,
#page-wrap #content-wrap #offer-box .friends-recommend .friends-recommend-content .icon_text a:active,
#page-wrap #content-wrap #offer-box .friends-recommend .friends-recommend-content .icon_text a:focus {
	text-decoration: underline;
}

#page-wrap #content-wrap #offer-box .friends-recommend .friends-recommend-content .icon {
	height: 32px;
        line-height: 32px;
        display: block;
        float: left;
        padding: 0 3px 0 20px;
}

#page-wrap #content-wrap .offer-datail.content p { padding: 5px 0 15px 0; }

#page-wrap #content-wrap .content-title {
    width: 980px;
    float: left;
    clear: left;
    color: black;
    background-color: #C4ED68;
    margin-bottom: 15px;
}

#page-wrap #content-wrap .content-title p {
    padding: 30px 10px 30px 10px;
    color: black;
}

#page-wrap #content-wrap #others table.offer {
    width: 980px;
    float: left;
    clear: left;
    background-color: #272526;
    border: 0px none;
}

#page-wrap #content-wrap #others table.offer td {
    padding: 15px 10px;
}

#page-wrap #content-wrap #others table td.first {
    padding-left: 0;
}

#page-wrap #content-wrap #others table td.last {
    padding-right: 0;
}

#page-wrap #content-wrap #others .offer {
    background-color: #2F2D2E;
    padding: 10px;
    color: white;
    border: 1px solid #5E5A5C;
}

#page-wrap #content-wrap #others .offer p {
    color: white;
}

#page-wrap #content-wrap #others .offer-image img {
    width: 455px;
}

#page-wrap #content-wrap #others table.prices {
    width: 450px;
    margin: 10px auto 5px;
    font-size: 85%;
}

#page-wrap #content-wrap #others table.prices td {
    padding: 3px 0;
}

#page-wrap #content-wrap #others .offer .buy-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

#page-wrap #content-wrap #others .offer .buy-box img {
    margin: 0 auto;
}

#page-wrap #content-wrap #others .offer-time {
    text-align: center;
    width: 100%;
    padding: 0 0 5px 0;
}

#page-wrap #content-wrap #others .offer-time .time-left p {
    line-height: 45px;
    margin: 0;
    padding: 0;
}

#page-wrap #content-wrap #others .offer-time .time-left-text {
    color: white;
}

#page-wrap #content-wrap #others .offer-time .time-left p .days { font-size: 2.2em;
}

#page-wrap #content-wrap #others .offer-time .time-left p .hours { font-size: 1.9em;
}

#page-wrap #content-wrap #others .offer-time .time-left p .minutes { font-size: 1.4em; }

#page-wrap #content-wrap #others .offer-time .time-left p .text {
    padding: 0 10px 0 5px;
}

#page-wrap #content-wrap #order {
    padding: 10px 0 30px;
}

#page-wrap #content-wrap #order-steps {

    background: #1D1C1C;
    margin: 0 0 20px 0;
}

#page-wrap #content-wrap #order-steps h2 {
    padding: 10px 0 0 60px;
    color: #999999;
    font-weight: normal;
}

#page-wrap #content-wrap #order-steps h2 .title {
    color: #CA0001;
    font-weight: bold;
}

#page-wrap #content-wrap #order-steps ul {
    padding: 10px 0 50px 0;
    list-style: none;
}

#page-wrap #content-wrap #order-steps ul li {
    display: block;
    float: left;
    list-style: none;
    padding: 0 5px 0 60px;
    background: url(../gfx/frontend/order-direction.png) 15px center no-repeat;
}

#page-wrap #content-wrap #order-steps ul li.first {
    background: transparent;
}

#page-wrap #content-wrap #order-steps ul li a {
    display: block;
}

#page-wrap #content-wrap #order-steps ul li.selected,
#page-wrap #content-wrap #order-steps ul li.selected a {
    color: white;
}

#page-wrap #content-wrap #order-steps ul li.complete a {
    background: url(../gfx/frontend/order-check.png) left center no-repeat;
    padding-left: 20px;
}

#page-wrap #content-wrap fieldset,
#page-wrap #content-wrap .fieldset {
    display: block;
    float: left;
    clear: left;
    width: 400px;
    padding: 5px;
    margin: 10px 15px 10px 0px;
    border: 1px solid #999999;
}

#page-wrap #content-wrap fieldset.right {
    clear: right;
    float: right;
}

#page-wrap #content-wrap fieldset.no_border {
    border: 0;
}

#page-wrap #content-wrap fieldset legend {
    margin-left: 10px;
}

#page-wrap #content-wrap fieldset label{
    display: block;
    float: left;
}

#page-wrap #content-wrap fieldset input{
    display: block;
    clear: left;
    float: left;
}

#page-wrap #content-wrap fieldset .variant_name{
    padding: 10px 0 5px;
    font-weight: bold;
}

#page-wrap #content-wrap fieldset .variant_total{
    color: #CA0001;
    font-weight: bold;
}

#page-wrap #content-wrap fieldset .variant_total_wrap{
    padding: 15px 0 0 0;
    text-align: right;
}


#page-wrap #content-wrap fieldset input.right{
    display: block;
    clear: none;
    float: right;
}

#page-wrap #content-wrap fieldset input.right{
    display: block;
    clear: none;
    float: left;
}
#page-wrap #content-wrap fieldset input.small{
    width: 50px;
}

#page-wrap #content-wrap fieldset .text{
    width: 250px;
    float: left;
}

#page-wrap #content-wrap fieldset .cost{
    float: right;
    width: 120px;
    text-align: right;
}

#page-wrap #content-wrap form fieldset input.text{
    clear: none;
    width: 200px;
    margin: 4px 0;
}

#page-wrap #content-wrap form fieldset label{
    float: left;
    clear: left;
    text-align: left;
    display: block;
    padding: 0 5px 0 0;
    width: 180px;
    margin: 4px 0;
}

#page-wrap #content-wrap form .error {
    font-size: 80%;
    width: 100%;
    padding: 3px 0 5px 0;
    clear: left;
    color: black;
    background-color: red;
}

#page-wrap #content-wrap form .error .exclamation {
    background: red url(../gfx/frontend/exclamation.png) left center no-repeat;
    padding-left: 20px;
}

#page-wrap #content-wrap form .buttons {
    clear: both;
}

#page-wrap #content-wrap form .info {
    font-size: 90%;
    color: white;
    padding: 5px 0 7px;
}

#page-wrap #content-wrap .help{
    font-size: 90%;
    line-height: 30px;
    height: 30px;
    color: white;
    width: 500px;
    clear: right;
    float: right;
    margin: 10px 0 0 0;
    padding: 10px 0 7px 30px;
    background: url(../gfx/frontend/info.png) left center no-repeat;
}


#page-wrap #content-wrap form fieldset.small {
    font-size: 90%;
    clear: both;
    float: left;
}

#page-wrap #content-wrap form input.submit {
    float: right;
    clear: both;
    display: block;
    padding: 3px 2px;
    margin: 20px 0 0 0;
}

#page-wrap #content-wrap #newsletter {
    padding: 30px 0;
}

#page-wrap #content-wrap #newsletter form input.text {
    width: 390px;
    padding: 10px 5px;
    margin: 10px 0 10px 0;
}

#page-wrap #content-wrap #newsletter fieldset {
    float: left;
    clear: none;
}

#page-wrap #content-wrap #flash_messages {
    background-color:#2F2D2E;
    clear:both;
    color:white;
    float:left;
    width:980px;
    padding: 20px 0;

}

#page-wrap #content-wrap #flash_messages p {
    padding: 5px 30px 5px 40px;
    background: url(../gfx/frontend/info.png) 10px center no-repeat;
}

#page-wrap #content-wrap #offer-box .offer-info .buy-box a.helpbuy {
	margin:0 0 0 10px;
}

