@charset "windows-1251";

/* MAIN TAGS */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
a {
	color: #39C;
}
a:hover {
	text-decoration: none;
}
p {
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
}
h1 a {
	color: #FFF;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h3 a {
	color: #FFF;
	text-decoration: none;
}
h4 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 5px 0;
	border-bottom: 3px #CCC solid;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	float: left;
	clear: both;
	width: 100%;	
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.container {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
.white_padding {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	float: left;
	background-color: #FFF;
	margin-bottom: 15px;
}
.black_padding {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	float: left;
	background-color: #EEE;
}
.clear_both {
	clear: both;
}
.float_left {
	float: left;
}
.full_width {
	padding: 35px 0 0 0;
	margin: 0;
	width: 100%;
	float: left;
	background-color: #FFF;
}
.width_clear {
	width: 890px;
	clear: both;
	float: left;
}
#black {
	color: #FFF;
	background-color: #000;
}

/* END OF MAIN TAGS */

/* COMMONLY USED STYLES */

.lot {
	font-size: 11px;
	color: #FFF;
	clear: both;
	float: left;
	margin: 5px 0 5px 0;
	padding: 2px;
	background-color: #CCC;
}
.footnote {
	width: 445px;
	clear: both;
	float: left;
	font-size: 12px;
	color: #999;
	padding: 15px 0 0 0;
	border-top: 1px #CCC solid;
	margin: 15px 0 15px 0;
}
.caption {
	font-size: 12px;
	padding: 5px;
	float: right;
	width: 300px;
}
.step {
	padding: 5px;
	float: left;
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 15px;
	height: 15px;
	margin-right: 75px;
}


/* END OF COMMONLY USED TAGS */




/* WRAPPER */

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
   height: 100%; /*Effectively, this is min height
                   for IE5+/Win, since IE wrongly expands
                   an element to enclose its content.
                   This mis-behavior screws up modern
                   browsers*/
   }

html>body, html>body #wrapper {
	height: auto;
}
   
#wrapper {
   position: absolute;
	top: 0;
	left: 0;
   }

#footer {
   	position: absolute;
	background-color:#000;
	bottom: 0;
	width: 100%;
}

#main {
	margin-bottom: 50px;
	height: auto;
  }
  
.spacer {
	clear: both;
	height: 100px;
}


/* END OF WRAPPER */




/* LOGIN WINDOW */

#overlay {
	display:none;
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

#overlay {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#window {
	display:none;
	position: fixed;
	background: #FFF;
	z-index: 102;
	color:#000;
	border: 1px solid #CCC;
	text-align:left;
	top:50%;
	left:50%;
	padding:15px;
	margin-top:-100px;
	margin-left:-125px;
	width: 225px;
}
#window .button_close {
	position:absolute;
	top:15px;
	right:15px;
}
#window .login_title{
	float: left;
	padding: 0;
	clear: both;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#login_status {
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
.login_button {
	float: left;
}
.login_text {
	width: 75px;
	float: left;
	}
.login_input_section {
	clear: both;
	float: left;
	width: 225px;
	margin-bottom: 5px;
}
.loading_ani {
	display: none;
	float: left;
	margin: 15px 0 0 10px;
}
/* END OF LOGIN WINDOW */


/* HEADER */

.header {
	padding-top: 20px;
	height: 105px;
	background-color: #000;
}
.logo {
	float: left;
	width: 350px;
	margin-bottom: 15px;
}

.logo a:hover {
	background-color: transparent;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	width: 500px;
}

.menu a {
	text-decoration: underline;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	color: #FFF;
	padding-bottom: 3px;
}

.menu a:hover, .selected  {
	background-color: #F3F;
}

.menu ul li{
	display: inline;
	padding-left: 5px;
}

.menu ul {
	display: inline;
}
.bread_crumps {
	clear: both;
	width: 890px;
	margin-bottom: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	float: left;
	text-transform: uppercase;
}
.bread_crumps a {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.bread_crumps a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	background-color: transparent;
}
	
.submenu_shop {
	width: 890px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	clear: both;
}
.submenu_shop a {
	display: block;
	width: 212px;
	height: 211px;
	text-decoration: none;
	color: #000;
	cursor: hand;
}
.submenu_shop a:hover {
	background-color: transparent;
	color: #FFF;
}
.submenu_shop ul {
	display: inline;
	margin: 0 0 50px 0;
	padding: 0;
	float: left;
}
.submenu_shop ul li {
	display: inline;
	width: 212px;
	margin: 25px 4px 0 4px;
	float: left;
	background-color: #EEE;
	border: 1px #CCC solid;
}
.submenu_shop ul li:hover {
	background-color: #000;
	color: #FFF;
}
.submenu_shop ul li img {
	padding: 26px 26px 50px 26px;
	height: 100px;
	float: left;
	background-color: #FFF;
}
.submenu_shop .name {
	width: 192px;
	padding: 10px;
	text-align: center;
	float: left;
}
.submenu_shop .name_selected {
	width: 192px;
	padding: 10px;
	text-align: center;
	float: left;
	color: #FFF;
	background-color: #000;
}
.submenu {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	clear: both;
	padding-bottom: 5px;
	padding-top: 15px;
}
.submenu a {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: normal;
}
.submenu a:hover {
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #FFF;
}
.selected_brand {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
	color: #000;
}
.user_menu {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	float: right;
	text-align: right;
}
.user_menu a {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.user_menu a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: transparent;
}
.user_menu ul li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
.user_menu ul {
	display: inline;
}
.notification {
	background-color: #39C;
	color: #FFF;
	float: left;
	clear: both;
	font-size: 12px;
	padding: 3px;
}
.notification_box {
	width: 890px;
	clear: both;
	float: left;
	margin-bottom: 15px;
}


/* END OF HEADER */



/* FOOTER */

.bottom_menu {
	float: left;
	text-align: center;
	font-size: 12px;
	padding-top: 25px;
	color: #666;
	height: 60px;
}
.bottom_menu ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.bottom_menu ul li {
	display: inline;
	padding: 5px 10px 5px 10px;
	float: left;
}

.bottom_menu a {
	color: #666;
}

.bottom_menu a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
}
.copyright {
	float: right;
	margin-top: 25px;
	font-size: 12px;
	color: #FFF;
	padding: 5px;
	background-color: #333;
}
/* END OF FOOTER */




/* MAIN PAGE */

.content {
	width: 890px;
	margin-top: 15px;
	float: left;
	color: #FFF;
}
.info_block {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	clear: both
}
.small_column {
	width: 190px;
	float: left;
	font-size: 12px;
	margin-bottom: 25px;
}
.small_column ul {
	padding: 0px;
	list-style-type: none;
}
.big_column {
	width: 300px;
	float: left;
	font-size: 12px;
	padding-left: 50px;
	margin-bottom: 25px;
}
.date {
	font-size: 12px;
	color: #666;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	display: block;
	width: 100%;
	border-bottom: 1px solid #666;
}
.date a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.date a:hover {
	color: #FFF;
}
.date_twitter {
	font-size: 12px;
	color: #666;
	clear: both;
	float: left;
	display: block;
	width: 100%;
}
.date_twitter a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.date_twitter a:hover {
	color: #FFF;
}
.input_subscribe {
	font-size: 12px; 
	margin-top: 5px;
	padding: 1px; 
	margin-bottom: 10px; 
	float: left;
	background-color: #CCC;
	color: #000;
	width: 135px;
}
.button_subscribe {
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 7px; 
	float: left;
}
.logo_img {
	background-color: transparent;
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.logo_img a:hover {
	background-color: transparent;
}


.fresh_gallery {
	width: 298px;
	height: 234px;
	display: block;
	float: left;
	text-align: center;
	border: 1px #666 solid;
	margin: 0 0px 15px 0px;
}
.fresh_gallery a {
  width: 298px;
  height: 234px;
  display: block;
  text-decoration: none;
	color: #FFF;
}
.fresh_gallery a:hover {
	text-decoration: none;
	color: #39C;
	background-color: transparent;
}
.fresh_gallery:hover {
	color: #FFF;
	background-color: transparent;
}
.fresh_gallery img {
	float: left;
	padding: 28px;
	background-image: url(/images/fresh_gallery_bg.png);
}
.fresh_gallery .name {
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.fresh_gallery .number {
	float: right;
	width: 60px;
	text-align: right;
	font-size: 12px;
	color: #999;
}
.fresh_gallery .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 276px;
	margin: 2px;
	padding: 9px;
	float: left;
	background-color: #333;

}
.fresh_gallery .name a {
	text-decoration: none;
	color: #000;
}
.fresh_gallery .name a:hover {
	background-color: transparent;
}

/* END OF MAIN PAGE */





/* CATALOGUE */





.catalogue {
	width: 890px;
	margin-top: 30px;
	padding-top:0px;
	text-align: left;
	float: left;
	clear: both;
}
.catalogue ul {
	width: 890px;
	float: left;
	clear: both;
	margin: 20px 0 0 0;
	padding: 0px;
	list-style-type: none;
}
.catalogue li {
	width: 286px;
	height: 320px;
	display: block;
	float: left;
	text-align: center;
	border: 1px #CCC solid;
	margin: 0 4px 50px 4px;
	background-color: #EEE;
	position: relative;
}
.catalogue li a {
  width: 286px;
  height: 320px;
  display: block;
  text-decoration: none;
	color: #000;
}
.catalogue li a:hover {
	background-color: #000;
	text-decoration: none;
	color: #FFF;
}
.catalogue li:hover {
	background-color: #000;
	color: #FFF;
}
.catalogue .thumb {
	background-color: #FFF;
	float: left;
	padding: 17px 16px 17px 17px;
	background-color: #FFF;
}
.catalogue .name {
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.catalogue .price {
	float: right;
	width: 60px;
	text-align: right;
	font-size: 12px;
	color: #999;
}
.catalogue .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 266px;
	padding: 10px;
	float: left;

}
.catalogue .name a {
	text-decoration: none;
	color: #000;
}
.catalogue .name a:hover {
	background-color: transparent;
}
.special_mark {
	position: absolute;
	right: 25px;
	top: 25px;
}
.select_size_bar {
	float: left;
	clear: both;
	width: 890px;
}
.selected_size {
	background-color: #999;
	color: #FFF;
	position:relative;
	width:280px;
	font-size: 12px;
	padding: 5px;
	margin-bottom: -26px;
}
.select_size {
	color: #FFF;
	font-size: 12px;
	float: right;
	clear: both;
}
.select_size a {
	color: #FFF;
	background-color: #000;
	font-size: 12px;
	padding: 5px;
	float: right;
}
.select_container {
	margin-top:30px;
	z-index:100;
	margin-left:500px;
	width:360px;
	height:105px;
	padding:15px;
	background-color: #EEE;
	position:relative;
}
.select_size_popup{
	width: 360px;
	height: 105px;
	font-size: 12px;
	color: #000;
}

.select_size_popup .male {
	width: 180px;
	float: left;
}
.select_size_popup .female {
	float: left;
	width: 180px;
}
.select_size_popup p {
	margin: 0;
	padding: 0;
}
.select_size_popup ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}
.select_size_popup ul li {
	margin: 0;
	padding: 0 0 0 10px;
}
.select_size_popup .button {
	clear: both;
	width: 360px;
	float: left;
	text-align: right;
}
/* END OF CATALOGUE */





/* BRAND DESC */


.brand_desc {
	width: 890px;
	clear: both;
	float: left;
	font-size: 12px;
	position: relative;
}
.brand_desc .large {
	width: 474px;
	margin-right: 50px;
	float: left;
	font-size: 14px;
}
.brand_desc .small {
	width: 366px;
	float: left;
	font-size: 12px;
}
.gallery_thumb {
	padding: 5px;
	margin: 0 10px 10px 0;
	border: 1px #666 solid;
	float: left;
}
.brand_desc h1 {
	clear: both;
}


/* END OF BRAND DESC */


/* TABS */

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

.tabs-nav .tabs-selected a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}
.tabs-nav a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	padding: 3px;
	color: #39C;
	text-decoration: underline;
}
.tabs-nav a:hover {
	text-decoration: none;
}

/* End of TABS */





/* ONE TSHIRT */

.details {
	margin-top: 50px;
	width: 890px;
	float: left;
	clear: both;
}
.details .large_column {
	width: 582px;
	float: left;
	font-size: 14px;
}
.details p {
	clear: both;
}
.details ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	clear: both;
}
.details ul li {
	display: inline;
	padding-bottom: 15px;
	float: left;
}
.details ul li a:hover {
	background-color: #39C;
	color: #FFF;
}
.details .tabs_content {
	width: 582px;
	clear: both;
	float: left;
}
.by_brand {
	color: #999;
	font-weight: normal;
	font-size: 16px;
	border: 0;
}
.back_link a {
	margin: -20px 0 30px 0;
	float: left;
	clear: both;
	text-decoration: underline;
}

/* END OF ONE TSHIRT */





/* SIZES */

.size_box {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #333;
	float: left;
	width: 66px;
	height: 19px;
	margin-right: 11px;
	color: #FFF; 
	background-image: url(/images/button_bg.gif);
	cursor: hand;
	}

.size_box:hover {
	background-image: url(/images/button_bg_over.gif);
	color: #FFF;
}

.size_box_out {
	border: 1px solid #666;
	float: left;
	width: 66px;
	height: 19px;
	margin-right: 11px;
	background-image: url("/images/stripe_bg.gif");
	background-repeat: repeat;
	color: #FFF;
	background-color: #FFF;
	}
	
	.size_box_out:hover {
	background-color: #000;
	}

.size_box p, .size_box_out p{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	}
	

.size_bar{
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #666;
	background-color: #FFF;
	margin-right:11px;
	float:left;
	width:64px;
	height:5px;
	overflow:hidden;
	padding: 1px;
}
.size_bar_inner {
	border:0 solid #A7A7A7; 
	float: left; 
	background-color: #39C; 
	height: 5px; 
	margin: 0; 
	text-align: right; 
	clear:none;
}
.sizes_container {
	float:left;
	width: 226px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px;
	background-color: #FFF;
	border: 1px #999 solid;
	margin-left: 50px;
}
.sizes {
	float: left;
	width: 241px;
	clear: both;
	margin-bottom: 5px;
}
.sizes form {
	float: left;
	margin: 0;
	padding: 0;
}
.sizes_container h3 {
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
	clear: both;
}
.sizes_container .buy {
	margin-bottom: 0px;
	width: 226px;
	float: left;
	clear: both;
}
.sizes_container .text {
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.sizes_container .buy .price {
	color: #000;
	font-weight: bold;
	text-transform: lowercase;
	font-weight: normal;
	float: right;
}

/* END OF SIZES */





/* TIPS */

	#dhtmltooltip {

	color: #FFF; 
	font-size: 12px; 
	position:absolute;
	border: 1px #999 solid;
	left:-300px;
	width:150px;
	padding:3px;
	padding-left: 7px;
	background-color: #000;
	visibility: hidden;
	z-index: 100;
	filter:progid: DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

	}

	#dhtmlpointer {

	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;

	}

/* END OF TIPS */



/* BLOG */

#page {
	margin: 0 auto;
	text-align: left;
	width: 890px;
}
#header strong {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
	margin: 20px 40px;
}
hr.divider {
	clear: both;
	float: none;
	padding: 0 20px;
	visibility: hidden;
}
.loading {
	background: url(../images/load_ani.gif) no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
}
.under {
	margin-top: 20px;
}
.close {
	margin-bottom: 40px;
}
.close a, .close a:visited {
	color: #333;
	font-size: 11px;
}
#content {
	float: left;
	margin: 0 40px 20px 0;
	width: 560px;
}
#sidebar {
	float: right;
	margin: 0;
	width: 290px;
}
#top a {
	display: none;
}
#blog-title a, #blog-title a:visited {
	color: #000;
	font-size: 30px;
	text-decoration: none;
}
#blog-title a:hover {
	background-color: transparent;
}
#blog-description {
	color: #000;
}
#content {
	font-size: 12px;
}
#content a:hover {
	background-color: transparent;
	color: #39C;
}
#content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4 {
	margin: 0 0 10px;
	padding: 0;
}

#content .notification {
	background: #39C;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 3px;
	clear: both;
}
#content div.hentry.post {
	margin-bottom: 40px;
}
#content .entry-title, #content .entry-title a, #content .entry-title a:visited {
	color: #000;
	margin-bottom: 10px;
	text-decoration: none;
}
#content .entry-title a:hover {
	background-color: transparent;
	text-decoration: underline;
}
#content div.entry-content {
	color: #000;
	margin-bottom: 15px;
}
#content .entry-content blockquote {
	border-left: 1px solid #ddd;
	margin: 0 0 10px 20px;
	padding: 7px 10px;
}
#content div.entry-content ol, #content div.entry-content ul {
	margin: 0 0 10px 30px;
	padding: 0;
}
#content div.entry-content ul {
	list-style: disc;
}
#content div.entry-content li, #content ol.archive div.entry-content li {
	margin: 0 0 5px 0;
	padding: 0;
}

#content .comments-link {
	margin-bottom: 15px;
}
#content p.comments-link a, #content p.comments-link a:visited {
	color: #333;
}
#content .by-line, #content .filed {
	color: #777;
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: -5px;
}
#content .page .by-line {
	margin-top: 0px;
}
#content .by-line a, #content .by-line a:visited, 
#content .filed a, #content .filed a:visited {
	color: #555;
}
#content .by-line address {
	display: inline;
	font-style: normal;
}
#content .entry-editlink, #content .comment-editlink {
	visibility: hidden;
	float: right;
}
#content .hentry:hover .entry-editlink, #content .hentry:hover .comment-editlink {
	visibility: visible;
	float: right;
}
#content .comment p {
	clear: both;
}
#content .comment-feed {
	padding-top: 5px;
	float: right;
}
#content a.comment-feed, #content a.comment-feed:visited {
	color: #333;
	font-size: 12px;
}
#content h2.comments {
	margin-bottom: 10px;
}
#content h3.pings {
	margin-top: 40px;
}
#content form.comment-form {
	color: #333;
	margin-bottom: 20px;
}
#content form.comment-form label em {
	color: #777;
	font-size: 11px;
	font-style: normal;
}
#content .some-html-is-ok {
	color: #666;
	font-size: 11px;
	font-style: normal;
}
#content .comment-form-trackback, #content .comment-form-trackback a, #content .comment-form-trackback a:visited {
	color: #555;
	font-size: 11px;
}
#content ol.comments {
	background-color: #EEE;
	padding: 15px;
}
#content ol.comments li {
	list-style: none;
	padding: 0;
	margin: 15px; 
}
#content ol.comments .depth-2 {
	margin-left: 20px;
}
#content ol.comments .depth-3 {
	margin-left: 40px;
}
#content ol.comments .depth-4 {
	margin-left: 60px;
}
#content ol.comments .depth-5 {
	margin-left: 80px;
}
#content ol.comments .entry-content {
	color: #333;
}
#content ol.comments .meta {
	color: #777;
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 11px;
	float: left;
}
#content ol.pings .meta {
	height: 20px;
	line-height: 20px;
	padding-left: 0;
}
#content ol.comments .avatar {
	left: 0;
	position: absolute;
	top: 0;
}
#content ol.comments .meta a, #content ol.comments .meta a:visited {
	color: #777;
}
#content ol.comments .meta .author {
	color: #444;
	font-size: 13px;
	font-weight: bold;
}
#content ol.comments .meta .author a, #content ol.comments .meta .author a:visited {
	color: #00f;
}
#content ol.comments .meta .comment-reply-link, #content ol.comments .meta .comment-reply-link:visited {
	color: #333;
	margin-left: 5px;
	padding: 2px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	line-height: normal;
	background-color: #666;
}
#content .pagination {
	margin: 40px 0;
}
#content .pagination a, #content .pagination a:visited {
	color: #333;
}
#content .pagination .next {
	float: right;
}
#content ol.archive {
	color: #444;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ol.archive li {
	margin: 0 0 20px;
	padding: 0;
}
#content ol.archive .meta, #content ol.archive .meta a, #content ol.archive .meta a:visited {
	color: #777;
	font-size: 11px;
}
#content ol.archive li.search h3, #content ol.archive li.search p {
	line-height: 130%;
	margin-bottom: 5px;
}
#content ol.archive li.search .meta {
	line-height: 100%;
}
#content ol.archive .entry-title {
	font: 18px Arial, Helvetica, sans-serif;
	line-height: 100%;
	margin-bottom: 5px;
}
#content ol.archive .hentry {
	margin-bottom: 0;
}
#sidebar {
	color: #666;
}
#sidebar a:hover {
	background-color: transparent;
}
#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	color: #000;
}
#sidebar .widget {
	margin-bottom: 25px;
}
#sidebar .widget ul {
	margin: 0;
	padding: 0;
}
#sidebar .widget ul li {
	color: #999;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar .widget a, #sidebar .widget a:visited {
	color: #555;
}
#sidebar .meta {
	font-size: 12px;
}
#generator-link {
	line-height: 30px;
}
#developer-link a, #footer p#developer-link a:visited {
	background:url(../img/by-crowd-favorite.png) no-repeat;
	display: block;
	float:right;
	height:30px;
	overflow: hidden;
	text-indent:-32697px;
	width:270px;
}
a#TB_prev:hover {
	background:url(../img/lightbox-left.png) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox-right.png) no-repeat right center;
}
#attachment p.top {
	padding: 5px 10px;
	text-align: left;
}
#attachment p.top a, #attachment p.top a:visited {
	color: #666;
}
#attachment h1 {
	margin: 10px 0;
}
#attachment a img {
	border: 0;
}
#attachment .nav, #attachment{
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
#attachment .nav .next {
	float: right;
}
.wp-caption {
	text-align: center;
	background-color: #000;
	color: #FFF;
	padding: 11px 6px 6px 6px;
	margin-bottom: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption.alignleft {
	margin-left: 0;
}
.wp-caption.alignright {
	margin-right: 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 0 0;
	margin: 0;
}



.democracy {
max-width: 250px;
}

.democracy img {
width: 100%;
margin-bottom: 4px;
vertical-align: middle;
}

.democracy input {
vertical-align: middle;
margin-right: 5px;
width: auto;
}

.democracy .addAnswerText {
width: 80%;;
}

.dem-graph {
border: 1px solid #ccc;
height: 15px;
}

.dem-graph a, .dem-graph a:hover {
background: #efefef;
border-bottom: 5px solid #e0e0e0;
border-right: 1px solid #ccc;
}


* html .dem-graph a, * html .dem-graph a:hover {
border-bottom-width: 6px;
}

* html .dem-graph {
height: 16px;
}

.dem-graph b, .dem-graph i {
color: #000;
}

.dem-voted-for-this {
border-color: #888;
}

/* blix fix */
.democracy ul { padding: 0; } 
.democracy label {
float: none;
display: inline;
}

.democracy ul li {
list-style: none;
background: none;
}


.dem-graph {
position: relative;
font: 12px arial, sans-serif;
font-weight: normal;
margin-top: 2px;
padding-right: 1px;
margin-bottom: 3px;
}

.dem-graph a, .dem-graph a:hover {
display: block;
float: left;
height: 7px;
cursor:default;
text-decoration: none;
border: 0;
}


.dem-winner a, .dem-winner a:hover {
border-right: 0;
}

.dem-winner {
padding-right: 0;
}

.dem-graph b, .dem-graph i {
float: left;
display: block;
position: absolute;
margin-left: 3px;
font-weight: bold;
font-style: normal;
}

.dem-vote-button {
display: block;
margin: 6px 0;
}

.democracy {
padding-bottom: 5px;
}

/* kubrick fixies */
.democracy form {
text-align: left;	
}

html>body .entry .democracy ul {
text-indent: 0 !important;
}


.democracy input {
vertical-align: middle;
}

.dem-graph a i, .dem-graph a:hover b {
display: none;
}

.dem-graph a:hover i {
display: block;
}

/* yay IE hack - display or visibility don't work */
* html .dem-graph a i, * html .dem-graph a:hover b {
filter: alpha(opacity=0);
display: block;
}

* html .dem-graph a:hover i {
filter: alpha(opacity=100);
display: block;
}


.dem-total-votes, .dem-added-by-guest {
display: block;
margin: 3px 0;
}

.dem-user-added {
display: block;
}

.dem-archives .democracy {
margin-bottom: 30px;	
}




/* END OF BLOG */


/* GALLERIES */


.gallery {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	float: left;
	clear: both;
}
.gallery ul {
	width: 890px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	list-style-type: none;
}
.gallery li {
	width: 286px;
	height: 218px;
	display: block;
	float: left;
	text-align: center;
	border: 1px #CCC solid;
	margin: 0 4px 15px 4px;
	background-color: #EEE;
}
.gallery li a {
  width: 286px;
  height: 218px;
  display: block;
  text-decoration: none;
	color: #000;
}
.gallery li a:hover {
	background-color: #000;
	text-decoration: none;
	color: #FFF;
}
.gallery li:hover {
	background-color: #000;
	color: #FFF;
}
.gallery li img {
	background-color: #FFF;
	float: left;
	padding: 23px;
	background-color: #FFF;
}
.gallery .name {
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.gallery .number {
	float: right;
	width: 60px;
	text-align: right;
	font-size: 12px;
	color: #999;
}
.gallery .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 266px;
	padding: 10px;
	float: left;

}
.gallery .name a {
	text-decoration: none;
	color: #000;
}
.gallery .name a:hover {
	background-color: transparent;
}
.caption_full {
	background-color: #EEE;
	clear: both;
	float: left;
	border: 1px #CCC solid;
	font-size: 12px;
	padding: 15px;
	width: 860px;
	margin-bottom: 20px;
}

/* END OF GALLERIES */


/* BASKET */

.table_header {
	width: 590px;
	clear: both;
	color: #000;
	float: left;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 2px #CCC solid;
}
.table {
	width: 590px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	float: left;
	clear: both;
}
.table_1 {
	float: left;
	width: 100px;
	margin-right: 15px;
	padding: 5px;
}
.table_2{
	float: left;
	width: 170px;
	margin-right: 15px;
	padding: 5px;
}
.table_3{
	float: left;
	width: 130px;
	margin-right: 15px;
	padding: 5px;
}
.table_4{
	float: left;
	width: 80px;
	margin-right: 0px;
	padding: 5px;
}

.table_footer {
	width: 270px;
	margin-left: 320px;
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0 15px 0;
	border-top: 2px #CCC solid;;
}

.brand_name {
	float: left;
	clear: both;
	font-size: 12px;
}
.t_name {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	float: left;
	clear: both;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
}
.number {
	font-size: 12px;
	font-weight: normal;
}
.caption_container {
	width: 250px;
	margin-left: 50px;
	float: left;
	font-size: 12px;
}
.caption_container  h1 {
	text-transform: none;
	font-size: 12px;
}
.caption_container  p {
	margin-bottom: 0;
}
.caption_special {
	float: left;
	border: 1px #CCC solid;
	padding: 10px;
	width: 228px;
	margin: 15px 0 15px 0;
	position: relative;
}
.caption_special img {
	position: absolute;
	top: -17px;
	right: 15px;
}
.total_price {
	font-size: 14px;
	font-weight: bold;
}
.order_button {
	width: 860px;
	text-align: center;
	margin: 30px 0 45px 0;
	float: left;
	background-color: #EEE;
	clear: both;
	padding: 15px;
}
/* END OF BASKET */



/* FORMS */



.user_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 430px;
	float: left;
}
.user_text {
	float: left;
	width: 155px;
	padding-bottom: 4px;
	padding-top: 3px;
}
.user_data {
	float: left;
	width: 240px;
	padding-bottom: 4px;
}
.user_data1 {
	float: left;
	width: 245px;
	padding-bottom: 4px;
}
.user_box input{
	width: 239px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.user_box textarea{
	width: 394px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.user_control {
	padding-left:135px;
	padding-top:15px;
	float:left;
}
.user_control input {
	text-align: center;
	border: 2px outset #999;
	background-color: #EEE;
}
.input_container {
	width: 430px;
	float: left;
}
.input_section {
	clear: both;
	float: left;
	width: 890px;
	margin-bottom: 30px;
}
.no_border {
	border-width: 0;
}

/* END OF FORMS */




/* ONE ORDER */

.one_order {
	width: 890px;
	clear: both;
	float:left;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 5px #CCC solid;
}

/* END OF ONE ORDER */


/* PAGES */

.columns_section {
	width: 890px;
	clear: both;
	float: left;
	margin: 25px 0 50px 0;
}
.columns_section .left {
	float: left; 
	width: 270px; 
	margin-right: 50px;
}
.columns_section .middle {
	float: left; 
	width: 240px;
}
.columns_section h1 {
	text-transform: none;
	font-size: 12px;

}

.left_caption_special {
	float: left;
	border: 1px #CCC solid;
	padding: 10px;
	width: 241px;
	margin: 15px 50px 15px 0;
	position: relative;
}
.left_caption_special img {
	position: absolute;
	top: -17px;
	right: 15px;
}

.middle_caption_special {
	float: left;
	border: 1px #CCC solid;
	padding: 10px;
	width: 241px;
	margin: 15px 50px 15px 0;
	position: relative;
}
.middle_caption_special img {
	position: absolute;
	top: -17px;
	right: 15px;
}

.right_caption_special {
	float: left;
	border: 1px #CCC solid;
	padding: 10px;
	width: 241px;
	margin: 15px 0 15px 0;
	position: relative;
}
.right_caption_special img {
	position: absolute;
	top: -17px;
	right: 15px;
}
.caption_feedback {
	color: #000;
	padding: 50px;
	width: 335px;
	font-size: 14px;
	margin-left: 23px;
	border: 1px #CCC solid;
	float: left;
}