* {
	margin:0;
	padding:0;

}


body {
	margin:0 auto;
	padding:0;


    /*background: #fff url(/images/blurry_bg.jpg);*/
    /*background: #000 url(/images/rainbow.jpg) repeat-x scroll;*/
    background: #fff url(/images/bg_quad.png) repeat scroll;
    
    
    
	font-size: 12px;
	font-family: sans-serif;
	
	color:#333333;
}

hr {
   border-top: 1px dotted;
   border-bottom: 0;
   border-left: 0;
   border-right: 0;
   

}

/* wrapper */
div.wrapper {
	/*width: 81%;*/
	
	width: 1157px;
	min-width:1024px;/*1024px;*/
	max-width: 1400px;
	margin:0 auto 0;
	
	padding: 0 18px 12px;
	
	border: 1px solid #dedede /*#AFAFAF*/;

	background-image: url("/images/mr.web.png");
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position: 98% -140px;
	background-attachment: scroll;

	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
}


/* header & nav */
div.header {
	margin:0 auto;
	background-color:#fff;
	display:none;
	margin-bottom:3px;
}
div.header h2 {
	float:left;
	padding-top:20px;
	padding-left:10px;
	font-size:0.95em;
        font-color: #000;
}
div.header h1 {
	float:left;
	padding:0;
        font-color: #000;
}
div.page-content {
	padding:10px 26px;
	min-width:750px;
}
div.menu {
	background-color:#fff;
	height:25px;

	margin-bottom:20px;
}
div.menu ul {
	list-style:none;
	margin:0px 0 10px 0;
	height:34px;
width:100%;
	padding-bottom:10px;
        float:left;
}
div.menu ul li {
	float:left;
	display:block;

}

div.menu ul li a {
    font-size:12px;
	color:#474747;
	display:block;
	float:left;
	width: 100%;
	font-family:Helvetica, Tahoma, Verdana, sans-serif;
	font-weight:bold;
	padding:6px 20px 9px;
	text-transform:uppercase;
	text-decoration:none;
}

div.menu ul li a:hover {
/*
text-shadow: 0px 0px 23px #000000;
filter: dropshadow(color=#000000, offx=0, offy=0); 
*/
	text-decoration: none;
}

div.menu ul li:hover {
/*
text-shadow: 0px 0px 23px #000000;
filter: dropshadow(color=#000000, offx=0, offy=0); 
*/
	height: 140% !important;
}


.red { color: #D30B0B }
.yellow { color: #ffd65e }
.blue { color: #499bea }
.green { color: #a9db80 }

.li-red { background: #aa2929;
background: -moz-linear-gradient(top, #aa2929 0%, #ce4444 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa2929), color-stop(100%,#ce4444));
background: -webkit-linear-gradient(top, #aa2929 0%,#ce4444 100%);
background: -o-linear-gradient(top, #aa2929 0%,#ce4444 100%);
background: -ms-linear-gradient(top, #aa2929 0%,#ce4444 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa2929', endColorstr='#ce4444',GradientType=0 );
background: linear-gradient(top, #aa2929 0%,#ce4444 100%); }
.li-red a { color: #fff !important; }


.li-yellow { background: #ffd65e;
background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04));
background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%);
background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%);
background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
background: linear-gradient(top, #ffd65e 0%,#febf04 100%); }
.li-yellow a { color: #000 !important; }


.li-blue { background: #499bea;
background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5));
background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%);
background: -o-linear-gradient(top, #499bea 0%,#207ce5 100%);
background: -ms-linear-gradient(top, #499bea 0%,#207ce5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
background: linear-gradient(top, #499bea 0%,#207ce5 100%); }
.li-blue a { color: #fff !important; }

.li-green { background: #a9db80;
background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f));
background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%);
background: -o-linear-gradient(top, #a9db80 0%,#96c56f 100%);
background: -ms-linear-gradient(top, #a9db80 0%,#96c56f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 );
background: linear-gradient(top, #a9db80 0%,#96c56f 100%); }
.li-green a { color: #000 !important; }

.li-grey { background-color: #C4C4C4  !important; }
.li-grey a { color: #fff !important; }

.li-bytes { background: url(/images/bytes.png) 50% 50% repeat-x }



/* headers */

h1 {
	font-size:1.3em;
    color: #848484;
	text-align:left;
	/*line-height:1.0em;*/
	font-weight:bold;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	padding-bottom:5px;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:10px;
}
h2 {
	color:#1D3D4E;
	font-size:1.2em;
	font-weight:normal;
	padding:0 0 10px;
	text-align:left;
	text-transform:none;
}
h3 {
	color:#222;
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:10px;
}
h4 {
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-size:0.5em;
	font-weight:bold;*/
	padding-bottom:10px;
	color:#32698B;
	/*text-transform:uppercase;*/
}
h5 {
	padding-bottom:10px;
}
div.sidebar h4 {
	font-family: "Trebuchet MS","Helvetica",sans-serif;
	color:#fff;
	padding: 8px 12px;
        font-size: 11px;

}

/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.9em;
	font-size:0.82em;
}
ul, ol {
	/*font-size:0.85em;*/
	padding:0 0 20px 10px;
	list-style:none;
}
ol { 
	list-style:decimal;
}
code {
	background-color:#666666;
	display:block;
	color:#ffffff;
	padding:10px;
	margin:10px 0;
}

/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.8em;
	color:#666;
	font-weight:bold;
	padding:3px;
	background-color:#dddddd;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:1.0em;*/
}
form input.formbutton {
	background:#989898 none repeat-x scroll bottom left;
	border:1px solid #c6c6c6;
	color:#ffffff;
	font-size:0.9em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
}
table tr th, table tr td {
	/* padding:5px 10px; */
}
table tr th {
	background:#4086AA none repeat-x scroll bottom left;
	color:#ffffff;
	border-top:3px solid #2B5B78;
}
table tr td {
	/* border-bottom:1px solid #dddddd; */
}
ul.ok {
   padding-top: 5px;
}
ul.ok li {
   list-style: none;
   background: url(/images/accept.png) no-repeat;
   background-position: 2px -3px;
   padding-left: 28px;
   padding-top: 2px;
}

/* default links */
a, a:visited { 
	color:#4086AA;
} 
a:hover { 
	color:#2B5B78; 
}
div.sidebar a {
	color:#4086AA;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
div.sidebar a:hover {
	color:#244C65;
}



/* content */
div.page-wrap {
	padding:20px;
	clear:both;
}
div.content {
	float:left;
	background: #fff;
	width:750px;
	color:#333333;
}
div.content ul {
	/*font-size:0.75em;*/
	list-style:disc;
}
div.content ul li, div.content ol li {
	padding-bottom:5px;
}
div.content li ul, div.content li ul {
	font-size:1.0em;
}

/* sidebar */
div.custombar {
	padding-right:10px;
	float:left;
	width:22%;

}

div.sidebar {
	padding:8px 10px 10px 10px;
	float:left;
	width:250px;
	background: none repeat scroll 0 0 #FFFFFF;

}
div.sidebar p { 
	color:#777777;
	margin-bottom:40px;
	padding:2px;
}
div.sidebar ul {
	/*font-size:0.9em;*/
	margin:0 0 40px;
	padding:0px;
}
div.sidebar ul li {
	padding:0;
}
div.sidebar ul li ul {
	padding:0 2px;
}
div.sidebar ul li ul li {
	padding:10px;
	border-bottom:1px dashed #ddd;
}

.screenbox img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
border:1px solid #BBBBBB;
margin:7px 14px 7px 0;
padding:5px;
width:120px;
height: 80px;
}


/* footer */
.footer {
	text-align:left;
	color:#fff;
	/*background-color:#8e8e8e;*/
       background: url(/images/footer_blue.gif);
	font-size:0.7em;
	padding:15px 15px;
	margin:5px 0 0 9px;
        height: 10px;
}
.footer a {
	color:#fff;
	border-bottom:none;
	text-decoration:underline;
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}



div.jqmdMSG { color: #317895; }


/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  background: url(images/inc/close.gif) no-repeat top left;
  overflow: hidden;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
  margin: 8px 10px 4px 10px;
  color: #777;
  background-color: #fff;
  cursor: pointer;
}

textarea:focus, input:focus, input.iefocus { background-color: #F8F8F8; }








/* end of feedback popup */






#tip { 
    display:none; 
    background:transparent url(/images/tip.png); 
    /*font-size:12px; */
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

/* added recently */



div.tabs {

padding-top: 4px;
padding-left: 1px;
padding-right: 1px;
}

div.container { 
margin: auto; 
width: 90%; 
margin-bottom: 10px;

}

ul.tabNavigation {
list-style: none;
margin: 0;
padding-bottom: 4px;
border-bottom: 1px solid;

}

ul.tabNavigation li {
display: inline;

}

ul.tabNavigation li a {
padding: 5px 9px;
background: url(/images/tab_bg.gif);
color: #000;
text-decoration: none;
border-top: 1px solid #c0c0c0;
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
padding: 3px;

}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
background: #fff;
border-top: 1px solid #575757;
border-left: 1px solid #575757;
border-right: 1px solid #575757;
text-decoration: underline;
color: #000;
padding: 5px;
}

ul.tabNavigation li a:hover {
background: #fff;
text-decoration: underline;
color: #494949;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
}

ul.tabNavigation li a:focus {
outline: 0;

}

div.tabs div {
padding: 10px;
margin-top: 3px;
border: 1px solid #FFF;
background: #FFF;

}

div.tabs div h2 {
margin-top: 0;

}

/* spider tip */
.tip0 {
   float: left;
   margin-left: 8px;
   height: 180px;
   width: 330px;
   background: url(/images/tip0.png) left no-repeat #fff;

}
.tip1 {
   float: right;
   padding-top: 0px;
   height: 190px;
   width: 300px;
   background: url(/images/tip1.png) top repeat-x #fff;
   
  

}

.tip_msg {
  padding-top: 14px;
  color: #fff;
  font-size: 1em;
  padding-left: 9px;
  padding-right: 15px;

}

.tip_msg a, .tip a:active {
color: #fff;
}

.tip_msg a:hover {
color: #f0f0f0;


}

input {
  font-size: 1em !important;
}
/* response bottom corner */
/* #k_close_button{color:gray;border:1px solid gray;display: none;width:11px;height:16px;font-size:12px;text-align:center;} */
.k_float{z-index:9999999;position:fixed !important;position:absolute;cursor:pointer;}
.kc_bottom{bottom:0px;}
.kc_right{right: 0%;}


/* Slider Stuff */
#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider #sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 14px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}


/* Слайдинг на главной */
		div#wpcontent h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}

		div#feature_list {
			width: 750px;
			height: 250px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 320px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:  url('/css/feature-tab-current.png');
			color: #FFF !important;
		}
		
	    ul#tabs li a.current h3 {
			color: #FFF !important;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 463px;
			height: 240px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 463px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #298FE7;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-border-radius: 5px;
			-moz-box-shadow: 0 0 32px 24px #FFFFFF;
			-webkit-box-shadow: 0 0 32px 24px #FFFFFF;
			-box-shadow:  0 0 32px 24px #FFFFFF;
		}
		
		ul#output li a:hover {
			background: #74B7F0;
		}


#wpcontainer {
	font-size: 14px;
	line-height: 1.6;

}

#wpcontent {
	/*width: 750px;*/
    min-height: 400px ;
    min-width: 800px;  
	padding-left: 20px;
	padding-bottom: 20px;
	background: #FFF;	
	/*border-left: 1px solid #CCC;*/
}

#wpcontent hr {
    color: #c0c0c0;
}

#wpcontainer a { 
	outline-color: #888;	
}


/* select.category */

.cat-index {
    padding: 0 10px 20px;
}

.cat-select div,  .cat-select span,  .cat-select pre,  .cat-select a,  .cat-select img,  .cat-select form,  .cat-select label,  .cat-select table,  .cat-select tbody,  .cat-select tfoot,  .cat-select thead,  .cat-select tr,  .cat-select th,  .cat-select td {
    background-color: transparent;
    border: medium none;
    float: none;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: static;
    z-index: auto;
}

.cat-subcategories {
   color: #4B4B4B;
    font: 19px "trebuchet MS",helvetica,verdana,sans-serif;
    margin-top: 15px;
    text-align: center;
}

/* product.entries */

.gridview {
    padding: 15px;
}

.price_gradient {
background: #f1e767;
background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645));
background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%);
background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%);
background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 );
background: linear-gradient(top, #f1e767 0%,#feb645 100%);
}

.price_free {
color: #fff !important;
background: #a4b357;
background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c));
background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%);
background: -o-linear-gradient(top, #a4b357 0%,#75890c 100%);
background: -ms-linear-gradient(top, #a4b357 0%,#75890c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 );
background: linear-gradient(top, #a4b357 0%,#75890c 100%);
}

.price_round {
padding: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; 
}

.products_price {
	color: #000;
    float: right;
    font-family: "Georgia","Helvetica",sans-serif;
    font-size: 24px;
    height: 26px;
    line-height: 24px;
}
.products_more {
	padding-top: 10px;
   text-align:center;
}
.bigtext {
    font-size: 24px;
}
.green {
    color: green !important;
}
.product-entry {
    border: 1px solid #E0E0E0;
    float: left;
    height: 280px;
    margin: 0 45px 21px 0;
    width: 306px;
    
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; 
}
.product-info {
    height: 90%;
}

.buy-content {
    float: left !important;
    width: 100% !important;
}

.product-infoblock {
    float: left;
    padding-left: 24px;
    width: 600px;
}

.post_heading {
	padding: 5px;
}

.post_descr {
background-color: rgba(0,0,0,0.78);
color: #fff;
padding: 5px;
font-size:12px;
}


div.nippleBox {
    overflow: hidden;
    position: relative;
}



div.nippleBox div.bar {
    background-color: #4EBAFF;
    height: 25px;
    text-align: left;
    width: 254px;
}


div.nippleBox div.nipple {
    color: #fff;
    border-color: #4EBAFF transparent -moz-use-text-color;
    border-style: solid solid none;
    border-width: 6px 6px 0;
    height: 0;
    left: 16px;
    position: absolute;
    top: 24px;
    width: 0;
    z-index: 2;
}

div.nippleBox div.box-data {
    position: relative;
    z-index: 1;
    padding-left: 4px;
    border-right: 1px solid #e0e0e0;
}

div.nippleBox div.blog {
    margin-bottom: 20px;
    margin-top: 10px;
}

div.nippleBox div.blog h3 {
    font: bold 14px arial,sans-serif;
}


div.nippleBox.Sun div.bar {
	color: #000 !important;
    background-color: #FBCA54;
}
div.nippleBox.Sun div.nipple {
    border-top-color: #FBCA54;
}
div.nippleBox.Rose div.bar {
    background-color: #FC575E;
}

div.nippleBox.Rose div.nipple {
    border-top-color: #FC575E;
}

div.nippleBox.Sky div.bar {
    background-color: #4EBAFF;
}

div.nippleBox.Sky div.nipple {
    border-top-color: #4EBAFF;
}

div.nippleBox.Mint div.bar {
    background-color: #07962B;
}

div.nippleBox.Mint div.nipple {
    border-top-color: #07962B;
}


