html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font: 13px verdana, sans-serif;
    background: url('../img/bg.png') repeat;
}

div, span, a, td, li, input, textarea, label, p {
	font: 12px verdana, sans-serif;
}

div, span, td, li, label, p {
	color: #b8b7b7;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}
a{
	color:#FECC03;
}
a:hover {
	text-decoration: none;
	color:#FECC03;
}

h1 {
	color: #fecc03;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px 0;
}

h2 {
	color: #fecc03;
	font-size: 14px;
	font-weight: normal;
	line-height: 10px;
	text-transform: uppercase;
	padding-bottom: 7px;
	border-bottom: 1px solid #fecc03;
	margin: 0;
}

.block {
	margin-bottom: 10px;
}

.block_bottom {
    background: url('../img/block_bottom.png') no-repeat left bottom;
    padding: 11px 0;
}

.block_content {
    padding: 0 6px;
    color: #fecc03;
    background: url('../img/block.png') repeat-y;
}

.block_inner {
	padding-top: 10px;
	font-size: 11px;
	zoom: 1;
}

.block_inner div, .block_inner span, .block_inner a {
	font-size: 11px;
    color: #fecc03;
}

.block_top {
    background: url('../img/block_top.png') no-repeat;
}

.box span {
	line-height: 14px;
	float: left;
}

.box .box_out_first {
	width: 35px;
}
.box .box_out_first1{
	width: 55px;
}

.box .box_out_second {
	width: 62px;
}

.box .box_out_first, .box .box_out_second, .box .box_out_first1 {
	background: #FFFFFF;
	height: 14px;
	display: inline-block;
	font-size: 11px;
	color: #000000;
	margin: 0 8px;
	text-align: center;
	line-height: 14px;
	float: left;
}

.buy {
	width: 105px;
	height: 25px;
	display: block;
    background: url('../img/buy.png') no-repeat;
}

.catalog {
	margin: 0 0 0 -4px;
	padding: 0;
	list-style-type: none;
}

.catalog li {
    min-height: 23px;
    height: auto !important;
    height: 23px;
    padding-left: 15px;
}

.catalog li.active {
    background: url('../img/catalog_active.gif') no-repeat;
}

.catalog li a {
	color: #fecc03;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 23px;
}

.catalog li a:hover {
	text-decoration: underline;
}

.catalog li ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}

.catalog li ul li {
	line-height: 15px;
	height: auto;
	min-height: 0;
	padding: 0;
}

.catalog li ul li.active {
    background: none;
}

.catalog li ul li.active a {
	color: #fffefc;
}

.catalog li ul li a {
	color: #fecc03;
	font-size: 11px;
	line-height: 15px;
	text-transform: none;
}

.catalog_link {
	width: 190px;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

.catalog_link a {
	text-decoration: none;
	color: #fecc03;
}

.catalog_link a:hover {
	text-decoration: underline;
}

.catalog_link a span {
	line-height: 40px;
	color: #fecc03;
	display: block;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: url('../img/bottom.png') no-repeat right bottom;
	width: expression(document.body.clientWidth < 1000? "1000px" : document.body.clientWidth > 2200? "2200px" : "auto");
	min-width: 1000px;
	max-width: 2200px;
}

.content {
	width: 100%;
}

.footer {
	height: 84px;
    background: url('../img/footer.png') no-repeat left bottom;
    margin-top: -84px;
}

.footer_menu {
	padding-top: 54px;
    text-align: center;
}

.footer_menu a {
	color: #fecc03;
	text-decoration: none;
	margin: 0 8px;
}

.footer a:hover {
	text-decoration: underline;
}

.item_image {
	width: 165px;
	float: left;
	margin-right: -165px;
}

.item_info {
	margin-left: 165px;
	font-size: 11px;
	color: #fbfbf9;
}

.item_info span {
	color: #fecc03;
	font-size: 11px;
}

.item_info .more {
	font-size: 11px;
}

.left_column {
	width: 177px;
	float: left;
	margin-right: -177px;
}

.left {
	float: left;
}

.list_item {
	padding: 0 0 4px 0;
	zoom: 1;
	margin-bottom: 20px;
	border-bottom: 1px solid #fecc03;
}

.login label {
    color: #fecc03;
    font-size: 11px;
    margin-left: 3px;
}

.login .left {
	line-height: 20px;
}

.login .textfield {
	float: right;
	width: 115px;
}

.login .login_go {
	float: right;
	height: 22px;
	width: 60px;
	cursor: pointer;
	border: 0 none;
    background: url('../img/login_go.jpg') no-repeat;
}

.logo {
	width: 485px;
	height: 32px;
	display: block;
    background: url('../img/logo.png') no-repeat;
    position: absolute;
    top: 164px;
    left: 430px;
}

.logo_text {
    position: absolute;
    top: 104px;
    left: 380px;
}

.main_column {
	margin: 0 192px;
	overflow: hidden;
	zoom: 1;
	line-height: 20px;
}

.main_column p {
	margin: 0;
	text-indent: 18px;
	line-height: 20px;
}

.main_column .item_info p, .main_column .item_info_unique p {
     margin: 0 0 10px 0;
     line-height: 14px;
     text-indent: 0;
     color: #fbfbf9;
     font-size: 11px;
}

.main_column .news_date {
	color: #fecc03;
	line-height: 18px;
}

.main_column .news_item .news_text {
	line-height: 20px;
	color: #b8b7b7;
	font-size: 12px;
}

.paginate a {margin: 0px 3px;}

.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
    position: absolute;
    top: 230px;
   	right: 0;
}

.menu li {
	float: left;
	margin-left: 22px;
}

.menu li a {
	color: #fecc03;
	text-decoration: none;
	text-transform: uppercase;
}

.menu li a:hover {
	text-decoration: underline;
}

.more {
	line-height: 20px;
	float: right;
	margin-right: 4px;
	text-decoration: none;
	color: #fecc03;
}

.more:hover {
	text-decoration: underline;
}

.navi, .B_crumbBox {
	line-height: 24px;
	font-size: 11px;
	color: #fefdfd;
}

.navi a, .B_crumb, .B_currentCrumb{
	text-decoration: none;
	color: #fefdfd;
	font-size: 11px;
}
.pages .active{
	text-decoration:underline;
}

.navi a:hover {
	text-decoration: underline;
}

.news_item {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.news_item.preview_block {
	border-bottom: 1px solid #fecc03;
}

.news_item, .news_item a, .news_item span {
	font-size: 11px;
}

.news_item.last {
	margin: 0;
	padding: 0;
}

.news_item .news_date {
	line-height: 18px;
}

.news_item .news_text {
	color: #fbfbf9;
}

.pages {
	line-height: 24px;
	font-size: 11px;
	color: #fecc03;
}

.pages a {
	text-decoration: none;
	color: #fecc03;
	font-size: 11px;
	margin: 0 4px;
}

.pages a.numeric {
	margin: 0 1px !important;
}

.pages a:hover {
	text-decoration: underline;
}

.price {
	color: #fecc03;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
}

.push {
	padding: 0 14px 84px 14px;
    background: url('../img/top.png') no-repeat;
}

.right_column {
	width: 177px;
	float: right;
	margin-left: -177px;
}

.row {
	height: 35px;
}

.row.box {
	height: 27px;
}

.row.small {
	height: 22px;
}

.search {
    position: absolute;
    top: 8px;
    right: 0;
}

.search span {
	font-size: 11px;
	color: #fecc03;
	margin-right: 6px;
	line-height: 20px;
}

.search .search_go {
	width: 23px;
	height: 23px;
	color: #000000;
    background: url('../img/search_go.png') no-repeat;
    border: 0 none;
    cursor: pointer;
    margin-left: 3px;
}

.search .search_text {
	width: 139px;
	height: 20px;
	color: #000000;
    background: url('../img/search_text.png') no-repeat;
    font-size: 11px;
    padding: 3px 4px;
    border: 0 none;
}

.section {
	width: 100%;
	padding: 24px 0 50px 0;
	zoom: 1;
}

.section.news_list {
	padding: 5px 0 50px 0;
}

.sub_text {
 	font-size: 11px;
 	color: #fecc03;
 	padding-top: 15px;
}

.textfield {
	height: 20px;
	border: 1px solid #E9B65A;
    font-size: 11px;
    padding: 3px 4px;
 	color: #000000;
}

.top {
	position: relative;
	height: 265px;
	width: 100%;
}

.top_banner {
	padding-top: 10px;
	text-align: center;
}

.vkart {
	position: absolute;
	left: 0;
	top: -15px;
}

/*programmers styles*/
.shk-but{
border:0;
}
.price .shk-price{
	color:#FECC03;
	font-size:14px;
	font-weight:bold;
	line-height:36px;
}
h2 a{
	color:#FECC03;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}

.shop-cart-full .block_content{
	background:none;
}
textarea.textfield{
	width:350px;
	height:200px;
}
input.textfield{
	width:350px;
}
input.veritext{
	width:80px;
}

.level1 ul{
	display:none;
}
.level1.active ul{
	display:block;
}

.item_image_unique {
     width: 270px;
     float: left;
     margin-right: -270px;
}

.item_info_unique {
     font-size: 11px;
     color: #fbfbf9;
}

.item_info_unique span {
     color: #fecc03;
     font-size: 11px;
}

.item_unique_previews {
     margin-left: 280px;
     zoom: 1;
}

.item_unique_previews .preview {
     width: 50%;
     float: left;
     text-align: center;
     padding-bottom: 10px;
}

.right {
     float: right;
}
.jot-row-alt{
	background-color:transparent !important;
}
.ajaxSearch_resultLink{
	color:#FECC03;
}

.pollvotes ul li {
list-style:none;
margin-left:-35px;
padding-left:0;
font-size:11px
}

.pollresults ul li {
margin-left:-25px;
padding-left:0;
font-size:11px
}

.show-all {
	font-size: 11px;
}
