/* GLOBAL */
html, body {
	background-color: #001A2A;
	height: 100%;
	border: none; 
	padding: 0;
	margin: 0px;
	scrollbar-face-color: blue;
	scrollbar-3dlight-color: #5555ff;
	scrollbar-base-color: green;
	scrollbar-track-color: #00BFFF;
	scrollbar-arrow-color: black;
}

body, td, p, div, span, li, label {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	margin:0px 0px 10px 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin: 10px 0px;
}

h1 { 
	font-size: 15px; 
}

h2 { 
	font-size: 14px;
}

h3 { 
	font-size: 13px;
}

a {
	color: #FEFFAF;
	text-decoration: none;
	text-transform: none;
}

a:hover {
	color: #FE6103;
	text-decoration: none;
	text-transform: none;
}

a:focus { /* remove dotted outline */
	outline: none; 
} 

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.input_box, .inputbox {
	border: #001A2A solid 1px;
	background-color: #153042;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	padding: 1px 0px 1px 3px;
	margin: 0px;
}

.img_button {
	background-repeat: no-repeat; 
	background-position: center; 
	background-color: transparent;
	border: 0px;
	height: 27px;
	width: 100px;
	cursor: hand; 
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	
}

.clear {
	clear: both;
}

* {
	margin: 0px;
	padding: 0px;
}

/* =ximage */

.ximage {
	margin: 0px 0px 0px 0px;
	border: #ffffff solid 1px;
}

.ximage_header {
	background: url(../../../images/template/image_header.gif) left top no-repeat;
	padding: 12px 0px 0px 0px;
	text-align: left;
}

/* =page */

#page {
	background: #0F2737 url(../images/body_borders.gif) center top repeat-y;
	margin: 0px auto;
	text-align: center;
	width: 970px;
}

#page_inner {
	margin:0px auto;
	width: 901px;
}

#intro_fortv {
	position: absolute;
	z-index: -10000;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

*+html #intro_fortv, *html #intro_fortv{
  display: none;
}

/* =header */

#header {
	width: 900px;
}

#header_top {
	background: url(../images/header_top.gif) no-repeat;
	height: 31px;
}
#header_top H1{
	font-size:10px;
	color:#0284C7;
	font-weight:normal;
}

#header_search {
	position: relative;
	background: url(../images/header_search.gif)  no-repeat;
	height: 67px;
}

#header_search FORM {
	position: absolute;
	top: 25%;
	left: 21%;
	width: 480px;
}

#header_tb {
	position: relative;
	background: url(../images/header_tb_bg.gif)  no-repeat;
	height: 65px;
}

#header_tb DIV {
	position: absolute;
	height: 65px;
	z-index: 100;
}

#header_tb A {
	position: absolute;
	height: 65px;
	display: block;
	z-index: 1000;
}

#header_tb_cart {
	left: 250px;
	top: 5px;
	background: url(../images/ico-cart.gif) no-repeat;
	width: 84px;
	height: 59px;
}

#header_tb_order {
	left: 550px;
	top: 5px;
	background: url(../images/ico-order.gif) no-repeat;
	width: 79px;
	height: 59px;
}

#header_logo {
	left: 353px;
	background-image: url(../images/header_ico_4.gif);
	width: 196px;
}

/* =pagenav */

.pagenav {
	height: 26px;
	text-align: center;
	margin: 0px auto;
	display: table;
}

.pagenav_number_link, .pagenav_arrow_link, .pagenav_number_active, .pagenav_number_not_active {
	text-align: center;
	line-height: 23px;
	font-weight: bold;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}

.pagenav_number_link {
	border: 1px solid #001A2A;
	background: #153042;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	color: #ffffff;
}

a.pagenav_number_link:hover {
	border: 1px solid #ffffff;
	background: #001A2A;
	color: #FE6103;
}

.pagenav_number_active {
	border: 1px solid #ffffff;
	background: #001A2A;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	color: #FE6103;
}

.pagenav_number_not_active {
	border: 1px solid #2D526A;
	background: #153042;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	color: #2D526A;
}

.pagenav_arrow_link {
	border: 1px solid #2D526A;
	background: #153042;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	font-weight: normal;
	color: #FEFFAF;
}

a.pagenav_arrow_link:hover {
	border: 1px solid #FDFE88;
	background: #001A2A;
	font-weight: normal;
	color: #FDFE88;
}

.pagenav_counter {
	color: #193D55;
	font-size: 10px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

/* =mainmenu */

#mainmenu{
	background: #000;
	height: 22px;
}

#mainmenu .items{
	float: left;
	margin-left: 6px;
}

#mainmenu .icons{
	position: relative;
	top: 5px;
	float: right;
	height: 22px;
	margin-right: 11px;
}

.menuMain {
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #FFFFFF;
}

.menuMain:hover {
	font-weight: bold;
	color: #FE6103;
}

#activeMenuMain {
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #FE6103;
}

.icon_sep{
	margin: 0px 20px 0px 20px;
}

/* =footer */
#footer {
}

#footer_menu {
	height: 33px;
	line-height: 33px;
}

.separator_menuFooter{
	font-size: 10px;
	color: #FFFFFF;
}

.menuFooter {
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.menuFooter:hover {
	font-weight: bold;
	color: #FE6103;
}

#activeMenuFooter {
	font-size: 10px;
	font-weight: bold;
	color: #FE6103;
}

/* =copyright */

#copyright {
	font-size: 10px;
	color: #656266;
	background-color:#000;
	height: 22px;
	line-height: 22px;
}

#copyright a {
	font-size: 10px;
	color: #656266;
}

#copyright a:hover {
	color: #FE6103;
}

/*////////////////////////////////////////////////////////////*/

/* CONTENT */

#content{
	padding:11px;
}

.pathway{
	color: #ffffff;
	font-weight: bold;
}
.pathway_on{
	color: #FE6103;
	font-weight: bold;
}

#content_pathway_inner{
	padding:10px;
}
#content_pathway{
	margin-bottom:10px;
	background-color: #153042;
	border: #001A2A solid 1px;
	text-align: left;
}

#content_pathway h1{
	padding:0px;
	margin:0px;
	display: inline;
}
#content_pathway *{
	font-size:11px;
}

#content_left{
	float:left;
	width: 532px;
	text-align: left;
}
#content_right{
	float:right;
	width:332px;
}

.contentpaneopen{
	padding: 0px;
}

/* =module */

.modules_block{
	background-color: #153042;
	border: #001A2A solid 1px;
	padding: 11px;
	margin: 0px 0px 10px 0px;
}

.modules_block table{
  border: 0px;
}

.title_module{
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

/* MODULES */

.intro-shop, .intro-shop h2{
  font-weight: normal;
  display: inline;
  font-size: 11px;
}

/* =latestprod */

.latestprod_image {
	float: left;
	width: 28%;
}

.latestprod_content {
	float: right;
	width: 71%;
	text-align: left;
}

DIV #latestprod_image_home {
	width: 20%;
}

DIV #latestprod_content_home {
	width: 78%;
}

DIV .latestprod_content p {
	margin: 0px;
	padding: 0px 0px 5px 0px; 
}

.latestprod_del_line {
	background:  url(../../../images/template/product_del_line_dot.gif) repeat-x;
	width: 100%;
	height: 2px;
}

.latestprod_title {
	color: #FEFFAF;
	font-weight: bold;
}

a.latestprod_title:hover {
	color: #FDFF6F;
}

/* =special products */

.special_image {
	float: left;
	width: 50%;
}

.special_content {
	float: right;
	width: 47%;
	text-align: left;
}

DIV .special_content p {
	margin: 0px;
	padding: 0px 0px 5px 0px; 
}

.special_title_link {
	color: #FEFFAF;
	font-size: 11px;
	font-weight: bold;
}

a.special_title_link:hover {
	color: #FDFF6F;
}

.special_block {
	border: #4C6D84 solid 1px;
	background: #31546C;
	text-align: left;
	height: 22px;
	line-height: 20px;
	font-weight: bold;
}

DIV .special_block {
	padding: 0px 0px 0px 6px;
	margin: 1px 0px 0px 0px;
}

/* =popular */

.popular_link {
	color: #FFFFFF;
}

.popular_title_string {
	background-color: #31546C;
	border-bottom: #001A2A solid 1px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #FFFFFF;
}

.popular_zebra{
  background-color: #31546C;
}

/* =sort */

.sort_sub_abs {
	width: 100%;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.sort_sub_category {
	float: left;
	width: 49%;
	text-align: left;
}

.sort_sub_genre {
	float: right;
	width: 49%;
	text-align: left;
}

.abc_link {
	font-size: 10px;
	color: #FEFFAF;
}

a.abc_link:hover {
	text-decoration: underline;
}

.sort_select {
	padding: 0px;
	margin: 0px;
	color: #656266;
	border: #7F9DB9 solid 1px;
	font-size: 11px;
	width: 237px;
}

.sort_button {
	background: #001A2A;
	color: #ffffff;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
	border: 0px;
	cursor: hand; 
	cursor: pointer;
}

.sort_button_on {
	background: #001A2A;
	color: #FE6103;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
	border: 0px;
	cursor: hand; 
	cursor: pointer;
}

/* =search tags */

.module_tags{
  text-align: justify;
}

.tags_1 {
	font-size: 10px; 
	padding: 0px 5px 0px 0px;
}

a.tags_1:hover {
	background: #0B1E2A;
}

.tags_2 {
	font-size: 12px;
	padding: 0px 5px 0px 0px;
}

a.tags_2:hover {
	background: #0B1E2A;
}

.tags_3 {
	font-size: 17px; 
	padding: 0px 5px 0px 0px;
}
a.tags_3:hover {
	background: #0B1E2A;
}

/* =random_product */

#random {
	padding: 0px 11px 0px 11px;
}

#modules_block_random{
	background: transparent;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 10px 0px;
	border: 0px;
}

.random_product {
	background:  url(../images/random_title.jpg) left no-repeat;
	width: 100%;
}

.random_product_item {
	float: right;
	width: 18%;
	text-align: center;
	margin: 0px auto;
}

DIV .random_product_item p {
	margin: 0px;
	padding: 0px 0px 5px 0px; 
}


.module_search_box{
	border: #001A2A solid 1px;
	width: 370px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #153042;
	padding: 6px;
}
.module_search_button{
	background-image: url(../images/button_search.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px;
	width: 64px;
	height: 27px;
	padding: 0px;
	margin: 0px 0px 0px 12px;
	cursor: pointer;
	cursor: hand;
}

/* SEARCH */

.search_box{
	border: #001A2A solid 1px;
	width: 280px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #153042;
	padding: 6px;
}

.search_button{
	background-image: url(../images/button_search.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px;
	width: 64px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
}

/* SHOP */

/* =global shop */

.link_add_cart{
	font-weight: bold;
	color: #FBFE01;
	background: url(../../../images/template/shoping_cart.gif) right no-repeat;
	padding: 0px 15px 0px 0px;
}

a.link_add_cart:hover{
	color: #FBFE01;
	background: url(../../../images/template/shoping_cart_add.gif) right no-repeat;
	padding: 0px 15px 0px 0px;
}

.link_add_cart_module{
	font-weight: bold;
	color: #FBFE01;
	background: url(../../../images/template/m_shoping_cart.gif) right no-repeat;
	padding: 0px 15px 0px 0px;
}

a.link_add_cart_module:hover{
	color: #FBFE01;
	background: url(../../../images/template/m_shoping_cart_add.gif) right no-repeat;
	padding: 0px 15px 0px 0px;
}

/* =shop_brows */

.shop_brows_item {
	width: 100%;
}

.shop_brows_image {
	float: left;
	width: 26%;
}

.shop_brows_content {
	float: right;
	width: 71%;
}

DIV .shop_brows_item p {
	margin: 0px;
	padding: 0px 0px 10px 0px; 
}

.shop_brows_del_line {
	background:  url(../../../images/template/product_del_line.gif) repeat-x;
	width: 100%;
	height: 11px;
}

.shop_button{
	background-color: #001A2A;
	color: #ffffff;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
	border: 0px;
	cursor: hand; 
	cursor: pointer;
}
.shop_button_on{
	background-color: #001A2A;
	color: #FE6103;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
	border: 0px;
	cursor: hand; 
	cursor: pointer;
}

/* =shop_product */

.shop_product_detail {
	width: 100%;
}

.shop_product_header {
	width: 100%;
}

.shop_product_image {
	float: left;
	width: 32%;
}

.shop_product_content {
	float: right;
	width: 66%;
}

#shop_product_title {
	font-size: 12px;
	color: #ffffff;
	display: inline;
}

#shop_product_title_original {
	color: #436479;
}

#shop_product_title_genre {
	color: #AEB2BC;
}

#shop_product_price {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	width: 152px;
	border-bottom: #CDD9E1 solid 1px;
	border-right: #CDD9E1 solid 1px;
	border-left: #CDD9E1 solid 1px;
	padding: 4px 0px 4px 0px;
	background: #153042;
}

#shop_product_box_addcart {
	font-size: 17px;
	text-align: center;
	width: 152px;
	border: #FBFE01 solid 1px;
	padding: 4px 0px 4px 0px;
	background: #0B1E2A;
}

.shop_product_box {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 152px;
	border: #CDD9E1 solid 1px;
	padding: 4px 0px 4px 0px;
	background: #153042;
}

.shop_product_addcart {
	color: #FBFE01;
	font-size: 13px;
	font-weight: bold;
}

a.shop_product_addcart:hover {
	color: #ffffff;
}

DIV .shop_product_detail p {
	margin: 0px;
	padding: 0px 0px 5px 0px; 
}

.shop_product_del_line {
	background:  url(../../../images/template/product_del_line.gif) repeat-x;
	width: 100%;
	height: 11px;
}

/* account */

#account {
	width: 100%;
}

DIV #account p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#user_hello {
	padding: 11px;
	margin: 0px;
	text-align: left;
	background: #153042;
	border: 1px solid #001A2A;
	font-weight: bold;
}

#account_user {
	width: 49%;
	float: left;
	text-align: center;
	margin: 0px auto;
}

DIV #account_user {
	height: 140px;
}

#account_delivery {
	width: 49%;
	float: right;
	text-align: center;
	margin: 0px auto;
}

DIV #account_delivery {
	height: 140px;
}

#account_order {
	padding: 11px;
	margin: 0px;
	text-align: left;
	background: #153042;
	border: 1px solid #001A2A;
	font-weight: bold;
}

.account_order_td {
	border: #001A2A solid 1px;
	text-align: center;
	height: 24px;
}

.account_order_detail_td_header {
	border: #001A2A solid 1px;
	padding: 0px 6px 0px 6px;
	background: #153042;
	text-align: center;
}

td .account_order_detail_td_header {
	height: 24px;
}

.account_order_detail_td {
	border: #001A2A solid 1px;
	padding: 0px 6px 0px 6px;
	text-align: left;
}

td .account_order_detail_td {
	height: 24px;
}

/* =basket */

.tdHeaderBasket {
	background: #31546C;
	border-bottom: #001A2A solid 1px;
	margin: 0px;
	padding: 6px;
	font-size: 10px; 
	color: #FFFFFF;
}

.tdBasket {
	border-bottom: #001A2A solid 1px;
	padding: 4px;
}

#tdBasketEnd {
	border-top: #8A919E solid 1px;
	border-bottom: 0;
	padding: 0px;
}

/* =customer_info */

.tdHeaderCustomer {
	background: #31546C;
	border-bottom: #001A2A solid 1px;
	margin: 0px;
	padding: 6px;
	font-size: 10px; 
	color: #FFFFFF;
}

#tdCustomerStart {
	border-top: 0px;
	border-bottom: #001A2A solid 1px;
	padding: 0px;
}

.tdCustomer {
	border-bottom: #001A2A solid 1px;
	padding: 4px;
}

#tdCustomerEnd {
	border-top: #001A2A solid 1px;
	border-bottom: 0px;
	padding: 0px;
}

/* =shop_basket_crossroad */

.shop_basket_crossroad {
	width: 100%;
	font-weight: bold;
}

#shop_basket_continue_buying {
	float: left;
	width: 49%;
	text-align: center;
}

#shop_basket_arrange_order {
	float: right;
	width: 49%;
	text-align: center;
}

.shop_button{
	background-color: #001A2A;
	color: #ffffff;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
	border: 0px;
	cursor: hand; 
	cursor: pointer;
}
.shop_button_on{
	background-color: #001A2A;
	color: #FE6103;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
	border: 0px;
	cursor: hand; 
	cursor: pointer;
}

/* =login */

.module_login{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #898889;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
.login_links{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #FE5401;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
a.login_links:hover{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #FE5401;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}
.login_form{
	position: absolute; /* Абсолютное позиционирование */
 	width: 210px; /* Ширина слоя в пикселах */
 	height: 200px; /* Высота слоя в пикселах */
 	left: 50%; /* Положение слоя от левого края */
 	top: 50%; /* Положение слоя от верхнего края */
 	margin-left: -105px; /* Отступ слева */
 	margin-top: -150px; /* Отступ сверху */
 	background: #326B90; /* Цвет фона */
 	border: #FFFFFF solid 1px; /* Параметры рамки вокруг */
 	padding: 0px; /* Поля вокруг текста */
 	overflow: none; /* Добавление полосы прокрутки */
}

/* MAP */

.map_level1 {
  margin-left: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.map_level2 {
	margin-left: 15px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	height: 22px;
}

.map_level3 {
  margin-left: 30px;
  padding-top: 10px; 
  font-weight: bold;
}

.map_level4 {
  margin-left: 45px;
  padding-top: 10px; 
}

/* MORE */

.message{
	border: #001A2A solid 1px;
	background-color: #153042;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	width: 400px;
	color: #FE5401;
}

*html #intro_fortv{
	display: none;
}

.buttonError{
	font: 11px Tahoma, Verdana;
	color: #444;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #fff;
	padding: 2px;
	cursor: hand; 
	cursor: pointer;
}

/*  */

.movie {
	width: 100%;
	height: 100%;
}
div.movie {
	height: 311px;
	width: 330px;
	text-align: center;
	border: 1px solid #001A2A;
	margin: 0px 0px 10px 0px;
}



.description{
  margin-left :35px;
  font-size: 10px;
  color: #AFAFAF;
  font-weight: normal;
}

.important{
  text-align:left;
  padding:10px;
  border:1px solid yellow;
}

/* =Plugin Textarea Resizable
 * ============================================ */

.textarea_grippie {
  background: #153042 url(../../../images/form/grippie.png) no-repeat scroll center 2px;
  border-color: #001a2a;
  border-style: solid;
  border-width: 0pt 1px 1px;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.resizable-textarea textarea {
  display: block;
  margin-bottom: 0px;
  width: 95%;
  height: 20%;
}

div.three-i{
  padding: 0 0 0 8px;
  margin: 0;
}

div.three-i a{
  width: 204px;
  height: 115px;
  float: left;
  margin: 0 25px 0 0;
  display: block;
  text-align: center;
}

div.three-i a.last{
  margin-right: 0; 
}

div.three-i a img{
  border-left: #273040 solid 25px;
  border-right: #273040 solid 25px;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* =reviews */

.reviews {
	width: 100%;
	background: #0d212e;
}

#reviews_item {
	padding: 15px;
}

.reviews_user_info {
	float: left;
	width: 514px;
	color: #FDD142;
}

#reviews_date {
	float: right;
	width: 120px;
	background: #122e41;
	text-align: center;
}

DIV #reviews_date {
	padding: 5px;
}

div#menu-categories, div#menu-genries{
  background: url(../../../images/select.gif) top left no-repeat;
  width: 237px;
  height: 19px;
  cursor: hand;
  cursor: pointer;
  position: relative;
  text-align: left;
}

div#menu-categories ul, div#menu-genries ul{
  background: #0e212e;
  border: #fff solid 1px;
  width: 235px;
  height: 200px;
  margin: 0;
  padding: 0;
  overflow: auto;
  display: none;
  list-style: none;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 99999999;
}

div#menu-categories span, div#menu-genries span{
  padding-left: 5px;
  font-weight: bold;
  line-height: 17px;
  text-align: left;
}

div#menu-categories ul li, div#menu-genries ul li{
  background: #173347;
  min-height: 19px;
  overflow: hidden;
  margin: 0 0 1px 0;
  padding: 2px 0 2px 5px;
  line-height: 20px;
  text-align: left;
}

div#menu-categories ul li a, div#menu-genries ul li a{
  padding: 0 0 0 5px;
  color: #fff;
  display: block;
}

div#menu-categories ul li a.mainLevelCatTree{
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  color: #fbf964;
}

div#menu-categories ul li a#activeSubCatTree, div#menu-genries ul li a#activeGenreTree{
  color: #fe6103;
}

.sort_sub_genry{
  margin-left: 380px;
}

.browse_filters_td_left{
  background: #153042;
  border: #001a2a solid 1px; 
  border-right: 0;
}

.browse_filters_td_right{
  background: #153042;
  border: #001a2a solid 1px; 
  border-left: 0;
}

/* Block Order */

form.order{
  display: block;
}

form.order label{
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}

form.order label sup{
  color: #fd7802;
}

form.order .field-description{
  margin: 1px 0 13px 0;
  font-size: 10px;
  color: #2c5773;
  line-height: normal; 
}

form.order input.field-text{
  width: 100%;
  background-color:#153042;
  border:1px solid #001A2A;
  color:#FFFFFF;
  font-family:Tahoma,Verdana,Sans-Serif;
  font-size:11px;
  font-weight:normal;
  margin:0;
  padding:1px 0 1px 3px;
  text-decoration:none;
  text-transform:none;
}

form.order .field-button{
  background-image: url(../../../images/template/button_arrange_order.gif); 
  background-repeat: no-repeat; 
  background-position: center; 
  width: 118px; 
  height: 27px; 
  margin: 10px 0;
  cursor: hand; 
  cursor: pointer; 
  border: 0;
  float: right;
}

form.order .order-left{
  margin-bottom: 10px;
  float: left;
}

form.order .order-right{
  margin-bottom: 10px;
  float: right;
}

.order-shipping{
  border: 1px solid #4c6d84;
  border-collapse: collapse;
}

.order-shipping tr td{
  border: 1px solid #4c6d84;
  border-collapse: collapse;
  padding: 10px;
  line-height: 14px;
  cursor: default;
}

.order-shipping tr td.td-radio{
  background-color: #0e212d;
}

.order-shipping tr td.td-radio input{
  cursor: hand;
  cursor: pointer;
}

.order-shipping tr.hover td{
  background-color: #0e212d;
}

.order-shipping tr td strong{
  display: block;
  margin-bottom: 5px;
}

.order-shipping tr td strong.bottom{
  margin: 5px 0 0 0;
}

/* Block Page Order */

.b-c-order .item-info{
  background: #31546c;
  margin: 0 0 10px 0;
  padding: 10px;
  line-height: normal; 
}

.b-c-order .item-info strong{
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.b-c-order p{
  padding: 0;
  margin: 0;
}

.b-c-order .item-info span{
  display: block;
  margin-bottom: 5px;
}

.b-c-order .order-cart{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.b-c-order .order-cart thead tr th{
  border: #4c6d84 solid 1px;
  border-bottom: #4c6d84 solid 3px;
  border-right: 0;
  border-left: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.b-c-order .order-cart tr td{
  border-bottom: #4c6d84 solid 1px;
  padding: 5px 10px;
}

.b-c-order .order-cart tr.hover td{
  background-color: #f3f4f1;
}

.b-c-order .order-cart .b1{
  text-align: center;
  color: #fff;
  border-left: #4c6d84 solid 1px;
}

.b-c-order .order-cart .b2{
  text-align: left;
}

.b-c-order .order-cart .b3, 
.b-c-order .order-cart .b4{
  text-align: right;
  white-space: nowrap;
  font-weight: bold;
  color: #3fb011;
}

.b-c-order .order-cart thead tr th.b4,
.b-c-order .order-cart .b4{
  border-right: #4c6d84 solid 1px;
  text-align: right;
  white-space: nowrap;
  font-weight: bold;
  color: #3fb011;
}

.b-c-order .order-cart .b5{
  border-left: #4c6d84 solid 1px;
  border-right: #4c6d84 solid 1px;
  text-align: right;
  font-weight: bold;
}

.b-c-order .item-info td strong{
  display: inline;
  text-transform: none;
}

.price{
  color: #3fb011;
}

form.order input.field-error{
  border: #fd5b02 solid 1px;
}

/*******************Page categories**************************/
.b-h{
	font-size:14px;
	font-weight:bold;
}

.b-c-categories{
	background:#153042;
	border:1px solid #001A2A;
	margin:0 0 10px;
	
}
.b-c-categories ul{
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: hand;
  cursor: poiter;
}

.b-c-categories ul li{
  border-top: #000 solid 1px;
  border-bottom: #3d637c solid 1px;
  position: relative;
  cursor: hand;
  cursor: poiter;
}

.b-c-categories ul li.hover, 
.b-c-categories ul li.hover a, 
.b-c-categories ul li.active a{
  background-color: #001A2A;
  color: #3fb011;
}

.b-c-categories ul li.active, 
.b-c-categories ul li.active a{
  background-color: #001A2A;
  color: #fd7802 !important;
}

.b-c-categories ul li a{
  display: block;
  width: 224px;
  height: 12px;
  padding: 11px 53px;
  padding-right:27px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  line-height: normal; 
  white-space: nowrap;
  font-size:10px;
}

.b-c-categories ul li a span{
  background: url(../images/l-g.png) top right repeat-y; 
  position: absolute;
  top: 11px;
  right: 0px;
  width: 14px;
  height: 14px;
}

.b-c-categories ul li span.status{
  background-image: url(../images/categories-status.gif); 
  background-position: 0px -51px;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  right: 10px;
  width: 17px;
  height: 17px;
  cursor: hand;
  cursor: pointer;
}

.b-c-categories ul li span.close{
  background-position: 0px 0px;
}

.b-c-categories ul li span.close-hover{
  background-position: 0px -17px;
}

.b-c-categories ul li span.open{
  background-position: 0px -34px;
}

.b-c-categories ul li.first{
  border-top: 0;
}

.b-c-categories ul li.last{
  border-bottom: 0;
}

/* Sub Categories */

.b-c-categories ul li ul{
  border-top: #001A2A solid 1px;
  z-index: 9999;
  zoom: 1;
  display: none;
}

.b-c-categories ul li ul li{
  border-top: #3d637c solid 1px;
  border-bottom: #001A2A solid 1px;
}

.b-c-categories ul li ul li.first{
  border-top: #3d637c solid 1px !important;
}

.b-c-categories ul li ul li.last{
  border-bottom: 0;
}

.b-c-categories ul li ul li a{
  background: #f8f8f8 url(../images/categories-li.gif) 10px no-repeat; 
  width: 267px;
  height: 14px;
  padding: 7px 10px 7px 23px;
  font-size: 11px;
}

.b-c-categories ul li ul li a strong{
  font-weight: normal;
}

.b-c-categories ul li ul li a span{
  background-image: url(../images/l-g2.png); 
  top: 9px;
  width: 22px;
}

.b-c-categories ul li.hover ul li, 
.b-c-categories ul li.hover ul li a{
  background: #f8f8f8 url(../images/categories-li.gif) 10px no-repeat; 
  color: #03a2f4;
}

.b-c-categories ul li.active ul{
	height:237px;
	overflow:auto;
	display: block;
	
}

.b-c-categories ul li.active ul li, 
.b-c-categories ul li.active ul li a{
  background: #0F2737 url(../images/categories-li.gif) 10px no-repeat; 
  color: #0284c7 !important;
}

.b-c-categories ul li.active ul li a.active strong{
  font-weight: bold;
  color: #fd7802 !important;
}

.b-c-categories ul li ul li:hover, 
.b-c-categories ul li ul li a:hover{
  background: #284e68 url(../images/categories-li.gif) 10px no-repeat; 
  color: #3fb011 !important;
}
.order_d_title{
	font-size:14px;
	font-weight:bold;
	color: #3FB011;
}



