@charset "utf-8";

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, sub, sup, tt, var,
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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 1px;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/******************************************************************************/
body {
    background: #ffffff;
    font:12px Arial,Verdana,sans-serif;
}

body h1, body .big_text { font-size: 170%;}
body h2 { font-size: 130%;}
.title { color:#0000ff; padding:0 0 30px 10px; font-weight:bold}
.box_title {color:#0000ff; font-weight:bold}

#page {
    width: 980px;
    margin:0 auto;
	color:#555555;
    line-height: 1.5;
	position:relative;
}

.bordered {
    border-left:#E1E1E1 solid 1px;
    border-top:#E1E1E1 solid 1px;
    border-right:#D4D4D4 solid 1px;
    border-bottom:#D4D4D4 solid 1px;
}

@-moz-document url-prefix() {
    .moz_bordered:nth-child(n) {
        -moz-border-radius:4px 4px 4px 4px;
        -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
        border:medium none;
    }
}
p {margin-bottom:0.5em}

body input, body textarea, body select {
    font-size:12px;
}
.content {
    width:980px;
    position:relative;
    float:left;
}
.bg {
    margin:10px auto;
    padding:10px;
    width:960px;
    float:left;
    background:#E9F4F9;
    /* background:#E0EFF6; */
}
/********************Header**********************/
#header {
    position:relative;
    float:left;
    width:100%;
    margin:10px auto;
}
#logo {
	float:left;
	width:400px;
}
#banner {
    position:relative;
	float:left;
    padding:0 15px;
}
#exchange {
    position:relative;
    float:right;
    width:250px;
    height:110px;
    background:#E9F4F9;
    padding:0px 10px;
}
#exchange p {
    color:#db0023;
    font-weight:bold;
    margin:0;
    padding:0;
}
#exchange_form img {
    margin-bottom:-5px;
    margin-right:20px;
}
#exchange_prices {
    text-align:center;
    padding-top:3px;
}
#exchange_prices a.price {
    text-align:left;
	position:relative;
	display:block;
	text-decoration:none;
	color:#333;
	margin-bottom:2px;
    padding-left:3px;
	z-index:10;
}
#exchange_prices a.price:hover {
	background:#FFCCCC;
}
#exchange_prices a.price label {
	position:absolute;
	padding-right:2px;
    font-weight:bold;
	top:0;
	right:0;
	color:#db0023;
	z-index:20;
}
#exchange_prices img {
    margin-top:10px;
}
/********************Top menu*******************/
.top_menu {
	position:relative;
	width:100%;
    float:left;
    margin:0 auto;
    text-align:left;
}
.top_menu a {
    margin-left:10px;
    color:#555555;
    text-decoration:none;
    font-weight:bold;
}
.top_menu a:hover {
    color:#0088CC
}
#bookmark {
    color:#004ef8;
    font-weight:bold;
}
/********************Cabinet*********************/
#cabinet {
    position:relative;
    float:left;
	width:980px;
    margin-bottom:10px;
    background:#E9F4F9;
}
#cabinet td {
    vertical-align: top;
}
#cab_nav {
    margin:5px auto;
    text-align:right;
    float: left;
    width: 100%;
}
#cab_nav label {
    margin-left:10px;
    font-weight:bold;
}
#cab_nav input {
    width:100px;
 }
#cab_nav #remember {
    width:15px;
}
#cab_nav a {
	color:#555555;
    text-decoration:none;
    margin-right:10px;
    font-weight:bold;
}
#cab_nav a:hover {
    color:#0088CC;
}
#cab_nav form {
    display:inline;
    margin-right:10px;
}
.greeting {
    color:#004ef8;
    font-weight:bold;
}
#lastnews {
	padding:0 10px;
    float: left;
    /*width: 100%;*/
}
#lastnews h2 {
    font-size:14px;
    font-weight:bold;
}
#lastnews div {margin-bottom:5px}
#lastnews p {display:inline}
.l_news span {
	color:#004ef8;
	font-weight:bold;
	padding-right:10px;
}
.status_logo {
    margin-right:10px;
    vertical-align:middle;
}
.learn_more {
	color:#004ef8;
	font-size:10px;	
}
.learn_more:hover {
    text-decoration:none;
}
/********************Banner***********************/
.ads {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.banner {
    width: 728px;
    height: 90px;
    /*border: 1px solid #000;*/
    margin: auto;
    text-align: center;
    line-height: 90px;
    font-size: 16px;
    font-weight: bold;
    /*color: #db0023;*/
    background-color: #000033;
}
/********************Footer***********************/
#footer_ad {
    float:left;
    width:960px;
    background:#f2f2f2;
    margin-top:10px;
    padding:10px;
}

#counters {
    position:relative;
    width:980px;
    float:left;
	margin:0 auto;
}
#counters a {
    display:block;
    float:left;
    margin-right:10px;
}
/********************Categories*************************/
#main {
    position:relative;
    float:left;
    background:#E0EFF6;
    background:url(/media/img/brands_bg_t.png) 0 5px no-repeat #E0EFF6;
}
#main_foot {
    float:left;
    background:url(/media/img/brands_bg_b.png) left bottom no-repeat;
    width:100%;
    padding:15px 0;
}
#categories {
	float:left;
    width:200px;
    padding:10px 0 70px 0;
}
#categories a {
	color:#555555;
    text-decoration:none;
}
#categories a:hover {
	text-decoration:underline;
}
#categories li {
    display:block;
	width:150px;
    padding:10px 10px 10px 40px;
    
}
#categories li.cur_category {
    background:url(/media/img/cat_nav_bg.png) no-repeat;
    font-weight:bold;
    /* color:#004ef8; */
}
/********************Brands*********************/
#brands {
    position:relative;
    float:left;
    width:780px;
}
#brands a {
    position:relative;
	display:block;
	float:left;
	margin:0 0 10px 15px;
    padding:0;
	background:url(/media/img/box.png) center no-repeat;
	width:175px;
	height:105px;
	text-align:center;
    /* padding-top:20px; */
}
#brands a:hover {
	background:url(/media/img/box_hover.png) center no-repeat;
}
#brands a img {
    margin-top:10px;
    width:135px;
    height:85px;
}
/********************Brand*********************/
#brand {
    position:relative;
    float:left;
    width:780px;
}
#brand_img {
    position:relative;
    float:left;
    width:100%;
}
#cur_brand {
    float:left;
    /*width:340px;*/
    /*padding-left:50px;*/
    width: 100%;
    padding-top: 20px;
}
#cur_brand img {
	border:1px solid #999;
    float: left;
    margin:0 10px 0 3px;
}
#cur_brand h1 {
    /*padding:10px 0;*/
}
#alike_brands {
    position:relative;
    float:left;
    /*width:380px;*/
    width:100%;
}
#alike_brands a {
	float:left;
	margin: 0 0 3px 3px; 
	border:1px solid #999;
}
#alike_brands a:hover {
	border:1px solid #db0023;
}
#alike_brands a img {
    border:3px solid #ffffff;
}
#service_help {
    position:relative;
    float:left;
	width:390px;
}
#service_boxes {
    text-align:center;
    position:relative;
    float:right;
	width:390px;
}
#brand #email {
    float:left;
    width:370px;
    margin-bottom: 10px;
    background:#E0EFF6;
    padding:5px;
    font-weight:bold;
    color:#db0023;
}
#brand .service {
    float:left;
    width:370px;
    margin-bottom: 10px;
    background:#ffffff;
    padding:5px;
}
#brand .details {
    float:left;
    width:370px;
    margin-bottom:10px;
    background:#EFF8FC;
    padding:5px;
}


#howtopay a {
	text-decoration:none;
    color:#fff;
}
#howtopay h2 {
    font-weight:bold;
	padding:10px 0 10px 0;	
}

#order .bottomBorder {
	margin-bottom:10px;
}
#fancybox-title-over {
    background:none;
    color:#555555;
}
/********************Order***************************/
#order {
    float:left;
    /*width:380px;*/
    font-weight:bold;
    margin:0;
    padding:0;
}
#order #order_content {
    width: 470px;
    margin-bottom:10px;
    padding:5px;
    background: #fff4f2;
    /*background:#ffe2e2;*/
    /* background:#E0EFF6; */
}
#order #order_content td {
	vertical-align:middle;
	padding:3px;
}
#order #order_content tr.item_row td {
	border:1px solid #999;
    background:#fff;
}
#order_content td.service_logo {
	width:65px;
}
#order_content td.service_name {
	width:80%;
}
#order tr.total_price td {
	font-weight:bold;	
}
#order td.item_amount, #order td.item_price {
	text-align:center;
}
#order td.pay_button {
	text-align:center;
    padding: 0 !important;
}
.number_table td {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.inc_dec {
    width: 15px !important;
    padding: 0 !important;
}
.inc, .dec {
    display: block;
    margin: 5px 2px;
    cursor: pointer;
}
.del_item_td {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 0 0 3px !important;
}
.del_item {
    cursor: pointer;
}
.order_cur * {
    display: inline;
}
.order_cur h2 {
    line-height: 59px;
}
.cur_switch {
    padding: 4px 2px 5px 2px;
    background: url('/media/img/cur_bac.gif') center no-repeat;
    cursor: pointer;
}
.cur_switch_c {
    padding: 4px 2px 5px 2px;
    background: url('/media/img/cur_bac_c.gif') center no-repeat;
    cursor: pointer;
}
/********************Service*************************/
.service h2 {
	padding-bottom:5px;
	color:#004ef8;
    font-weight:bold;
    text-align:left;
}
.service table {
	width:100%;
}
.service th, .service td {
	vertical-align:top;
	text-align:left;
	padding-bottom:10px;
}
.service th {
	padding-right:10px;
}
.service img {
	margin-right:10px;
}
.service a.price {
	position:relative;
	display:block;
	width:200px;
	text-decoration:none;
	color:#333;
	margin-bottom:2px;
    padding-left:3px;
	z-index:10;
}
.service a.price:hover {
	background:#FFCCCC;
}
.service a.price label {
	position:absolute;
	padding-right:2px;
    font-weight:bold;
	top:0;
	right:0;
	color:#db0023;
	z-index:20;
}
.error {
	color:#db0023;
	font-size:95%;
}
.odd {background:#e2e2e2;}
.even {background:#f2f2f2;}
.service input {
    font-size:11px;
}
.service_prices {
    vertical-align: middle !important;
}
/********************News************************/
.newspointdate {
	color:#004ef8;
	font-weight:bold;
	font-size:80%;
	margin-bottom:10px;
	padding-top:5px;
}
.newspoint {
	padding-left:2em;
	padding-bottom:20px;
}
/*********************FAQ************************/
h2.question {
	margin-bottom:3px
}
h2.question a {
	
}
.question {
	color:#db0023;
	padding-bottom:3px;	
}
.answer {
	padding-bottom:20px;
}
/********************Paginator********************/
#paginator {
	text-align:right;
	font-size:80%;
	font-weight:bold;
}
span.filmfeed_pages_disabled {
	border:1px solid #db0023;
	padding:0 2px 0 2px;
	background:#ff7fc1;
	color:#fff;
	width:300px
}
a.filmfeed_pages {
	border:1px solid #db0023;
	padding:0 2px 0 2px;
	text-decoration:none;
}
a.filmfeed_pages:hover {
	background:#ccc;
}
/********************forms*************************/
div.form {
	margin:0 auto;
	width:800px;
	padding-bottom:30px;
}
.message {
	padding-bottom:10px;
	color:#db0023;
	font-weight:bolder;
}
.form_errors {
	color:#db0023;
	font-weight:bolder;
	text-align:center;
	padding:10px 0 10px 0;
}
.form table {
	margin-top:10px;
}
.form th, .form td {
	vertical-align:top;
	text-align:left;
	padding-right:20px;
	padding-bottom:10px;
}
.form td img {
	display:block;
    margin-bottom:5px;
    padding:5px;
    border:1px solid #d2d2ff;
}
ul.errorlist li {
	list-style:none;
	font-size:90%;
	color:#db0023;
}
.form input, .form textarea, .form select {
	font-size:12px;
	width:300px;
}
/********************Order result**********************/

.payment_result {
    vertical-align:top;
    padding:0 20px 20px 10px;
    border-right:1px solid #0000ff;
}
.payment_result label {
    font-weight:bold;
    padding-right:10px;
}
.order_result {
    vertical-align:top;
    padding:0 20px 20px 20px;
}
.order_result td, .order_result th {
    text-align:center;
    vertical-align:middle;
    border:1px solid #999;
    padding:2px 10px;
    background:#fff;
}
.order_result td {
    font-weight:bold;
}
/******************** Payments list  *************************/
#payments_list form label {
    font-weight:bold;
}
#payments_list form label span {
    color:#0000ff
}
.payments_summary {
    margin-left:50px;
}

/******************** Payment form  *************************/
#payment_form {
    float:left;
    width:500px;
    background:#E0EFF6;
    padding:10px;
    margin:10px 0 10px 240px;;
}
/********************Copyright*************************/
#copyright {
	width:100%;
    float:left;
	color:#333;
	font-size:80%;
	text-align:center;
    padding:10px;
}
/******************** Attention mode  *************************/
#test_attention {
    position:fixed;
    left:0;
    top:50%;
    color:red;
    border:2px solid red;
    width:130px;
    margin:5px;
    padding:10px;
}
/********************Messages************************/
.messages {
    width: 470px;
    margin-bottom:10px;
    padding:5px;
    background: #fff4f2;
}
.messages .error {
    font-size: 100% !important;
    font-size: 12px !important;
    font-weight: bold !important;
}


