html, body { 
	height: 100%;
	margin: 0;
	padding: 0;
}         

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*
 	color: #66cccc;
	background-image: url(../images/prototype.jpg); 
*/
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin:0 3px;
}

a {
	color: #707070;
	text-decoration: none;
}

img {
	border: none;
}

input {
	vertical-align: middle
}

#adv {
	/*height: 120px;*/
	height: 10px;	
}

#head {
	height: 300px;
	min-width: 1110px;
}

#main_logo {
	min-width: 190px;
	width:20%;
	float: left;
}

#main_logo, #head_menu {
	height: 100%;
}

#head_menu {
	background: url(../images/pigs.jpg) no-repeat right top;
	clear:right;
	margin-left: 20%;
	width: 79%;
}

#logo {
	width: 188px;
	margin-left: auto;
	margin-right: auto;	
}

#utris_btn{
	background-image: url("../images/utris.jpg");
	background-repeat: no-repeat;
	background-color: black;
	background-position: 0 0;
	height: 35px;
	width: 116px;
	margin-left: auto;
	margin-right: auto;
}

#utris_btn:hover{
	background-position: 0px -36px;
}

#utris_btn:active{
	background-position: 0px -71px;
}

#top_menu {
	float: left;
	line-height: normal;
	padding-top: 10px;
	width: 100%;
}

#top_menu ul {
	list-style: none;
}

#top_menu li {
	float: left;
} 

#top_menu li.top a {
	color: #C59D6C;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("../images/btn_small.jpg");	
	line-height:19px;
	padding-left: 26px;
}

#top_menu li.last a {
	width: 160px;
}

#top_menu li a:hover {
	font-weight: bold;
}          

.last {
	
}

#top_autors {
	padding-top: 11px;
	width: 73%;
	height: 80px;
	border: 0px solid black;
	height: 100%;
}

.nav {
	font-size:1.1em;
	background: url(../images/paper.jpg) no-repeat left top;
	height: 62px;
    width:100%;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
.nav a{color: #707070; line-height:1.3em; text-decoration:none;}
.nav a:hover {color: #00BFF3;}

/************ 0 LEVEL  ***************/
.nav span { float:left; }
.nav span.active a { color:#00BFF3; }
.nav a { float:left; /*padding:5px 12px 6px 8px; color:#a7c6dd;*/ font-weight:bold; }
.nav span.over a,
.nav span:hover { color:#00BFF3; }

.autors_li a{
	font-size: x-large;
	font-weight: bold;
	color:#008EB0;	
}

.autors_li_m a{
    font-weight: bold;
    color:#008EB0;    
}

.autors_li {
	padding-left: 45px;
}

#cart-mini{
	text-align:center;
	color: #898989;	
	font-size: x-small;
	width: 140px;
	float:left;
}

#cart-mini strong{
	color: black;
	font-size: small;	
}

.mini-login {
	background: #ADDFEA;
	width: 200px;
	padding: 5px;
	margin-top: 5px;	
}

.mini-login input{
	width: 100px;
}

.mini-login input.btn{
	width: 70px;
}

.shop-access li{
	width: 195px;
	text-align: center;
	float: none !important;
	
	margin-left:140px;
}

.shop-access li.last{
	width: 195px;
}

.add-to-box {
	display:none;
}

#main_content{
	padding: 10px;
	height: 100%
}

#main_content span.headline {
	color:#01BEF5;
	font-weight:bold;
}

#random_prints, #top_authors{
	border: 0px solid red;
}

#random_prints ul{
	padding-top: 15px;
}

#top_authors_list {
	padding-top: 15px;
}

#random_prints .product{
	float:left;
	width: 312px;
}

#random_prints .product-image{
	float:left;
	border: 0px solid grey;
	margin-right: 7px;
	margin-bottom: 7px;	
	text-align:center;
}

.product-image img{
	margin: 3px;
	border: 0px solid black;
}

.middle-container {
	padding: 10px;
	min-width: 960px;	
}

#main {
	background: white url(../images/small_bg.jpg) no-repeat right top;
	border-right: 1px dashed #808080;
	padding-right:12px;
	min-height:330px;
}

.product-name, .product-author{
	font-weight: bold;
	font-size:medium;
}

.product-name{
	color:#6F6F6F;
}

.product-author {
	color:#00C0F1;
}

.categoryInfo {
	background: #F1F1F1 center right no-repeat;
	margin-bottom:3px;
	padding-top:3px;
	width: 100%;
}

.categoryInfo a {
	float: left;
}

#top_authors_list .categoryInfo a {
    font-size: 9pt;
}

.catLink {
	color:#01BEF5;
	font-weight:bold;	
	margin-top: 8px;
	margin-left: 3px;
}

.grey_table td {
	border: 1px solid grey;
}

.availability {
	display: none;
}

#color_select {
	margin-top:5px;
}

.color_selector {
	cursor: pointer;
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	border:1px solid black;
	margin:2px;
}

.category-image {
	float: left;
	padding-right: 5px;	
}

.product_link {
	color:#707070;
}

.product_link:hover {
	color:#00BFF3;
}

.product-specs {
	font-weight: bold;
	font-style: italic;
}

/************ hack for safary  ***************/

body:first-of-type .pager{
	width: 85%;
} 

body:first-of-type .view-by{
	width: 85%;	
} 
/*********************************************/

.product-image-zoom {
	height: 400px;
	width: 400px;	
}

#tshort_small {
	width: 100px;
	height: 100px;
}

#vote {
	cursor: pointer;
}

.rating{
	height:16px;
	width:13px;
	display: block; 
	background-image: url(../images/pitak.gif);	
	float: right;
	margin-top:8px;
}

.rating1{
	background-image: url(../images/pitak1.gif);
}

.rating2{
	background-image: url(../images/pitak2.gif);
}

.rating3{
	background-image: url(../images/pitak3.gif);
}

.rating4{
	background-image: url(../images/pitakfull.gif);
}

#uter {
	width: 100px;
	height: 48px;
	float: left;
	margin-top: -21px;
	margin-right: 15px;
	background-image: url(../images/uter.gif);
	
	color:white;
	font-size:large;
	font-weight:bold;
	text-align:center;
}

.nostrong strong{
	font-weight: normal;
}       

.mini-related-items {
	margin-top:20px;
}

.mini-related-items p {
	display: none;
}

table.pager, table.view-by {
	display: none;
}

/************ РАССЫЛКА ***************/
.dash td{
    border-bottom: 2px gray dashed;
    padding-bottom: 10px;
    height: 10px;
}
