/* Front Office GUI of Cetera eCommerce */

/*
***********************************************************************************************************
Common definitions
***********************************************************************************************************
*/
body {
	margin:20px;
	padding:0;
	background-color:#fff; 
	color:#384654;
	font:x-small Arial,Helvetica,Trebuchet MS,Tahoma,Verdana,Sans-serif;
	min-width:400px;
}
html>body {
	font-size:small;
}

h1 {
	font-size:160%;
	color:#399;
}

#header h1 {
	color:#CCC;
	padding-right: 280px;
}
h2 {
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	font-size:120%;
}

h4 {
   font-size: 100%; 
}

a { color:#5B7CB3; }
a:hover { color:#399; }

p {
	padding:0;
	margin:5px 0;
}

.prod-img {
	display:block;
	border:1px solid #D6DBE0;
	margin-bottom:5px;	
}
div.breadcrumb {
    margin: 15px 0;
}
/******************************************/
/* Layout*/
/******************************************/

#page-content {
	width:expression( document.body.clientWidth < 760? '760px' : 'auto' );

}
html>body #page-content {
	width:auto;
	min-width:760px;
}


/******************************************/
/* Help*/
/******************************************/
.help-container {
	padding:0;
	margin:0;
	float:left;
	width:20%;
	font-size:100%;
}
.help-container-right {
	padding:0;
	margin:0;
	float:left;
	width:20%;
	font-size:100%;
  text-align: right;
}
html>body .help-container {
	width:22.7%;
	min-width:170px;
}
dl.help {
	padding:0 0 7px 0;
}
.help dt {
	padding:0 0 7px;
	font-weight:bold;
}
.help dd {
	padding:0;
	margin:0;
	margin-bottom:14px;
}
.help {
	padding:8px;
	padding-bottom:25px;
	margin:10px 0;
	border:1px solid #D6DBE0;
	background:#FCFDF7;
}
.help h3 {
	padding:5px 0;
	margin:0;
	margin-bottom:10px;
	color:#399;
}
.help p {
	line-height:140%;
}
.help ol, .help ul {
	padding-left:10px;
	margin-left:15px;
	font-size:100%;
}

.help ul {
    margin-left:7px;
}

.help li {
	margin:10px 0;
}

dl.help {
	padding:0 0 7px 0;
	border: none;
}
.help dt {
	padding:0 0 7px;
	font-weight:bold;
}
.help dd {
	padding:0;
	margin:0;
	margin-bottom:14px;
}

p.price-list {
    margin: 10px;
    padding-left: 20px;
    background: url('../images/icon-xls.gif') left no-repeat;
    margin-left: 1px;
}

/******************************************/
/*right block*/
/******************************************/
.right-block  {
    width: 200px;
	position:relative;
	display:block;
	margin:0;
	padding:2px 0;
	/*padding:0;*/
	list-style:none;
	float:right;
	/*white-space: nowrap;*/
}



/******************************************/
/* Products
/******************************************/

.product-list {
	margin:10px 0;
	/*margin-left:25%;*/
	padding:0;
	width:100%;	
	overflow: hidden;
}

html>body .product-list {
	width: 70%;
}

body#page_account .product-list {
	padding: 10px;
}


.product-container {
	position:relative;
	/*width:50%;*/
	width:49%;
	float:left;
	padding:0;
	margin:0;

}
.product {
	position:relative;
	padding:0;
	margin:5px;
	height: 95px;
}

html>body .product {
	height: auto;
}

.product h4 {
	font-size:100%;
}
.product h4 span {
	display:block;
	float:left;
	padding:0;
	padding-right:2px;
	margin-bottom:150px;
	color:#9C0;
	width:25px;
	text-align:right;
}
.product .price {
	margin:0;
	border:0px solid #D6DBE0;
	background:#D6DBE0;
	text-align:center;
	font-size:85%;
	/*width:87px;*/
	width: 151px;
}
.price .amount {
	display:block;
	padding:3px;
	background:#FFF;
	color:#399;
	font-size:100%;
}
.price .amount .number {
	font-size:180%;
	font-weight:bold;
}
.vendor, .dimensions, .comment_count {
	font-size:85%;
	line-height:150%;
	padding-left:27px;
}
.product-page .vendor, .product-page .dimensions, .product-page .comment_count {
	padding-left:3px;
}
.vendor span, .dimensions span, .comment_count span {
	font-weight:bold;
}
.description {
	font-size:100%;
	padding-left:27px;
}

.prices {
	padding:3px 5px;
	margin:10px -5px;
	width:50%;
	line-height:180%;
	font-size:85%;
	border-top:1px solid #D6DBE0;
}
.price-1 {
	color:#768698;
	text-decoration:line-through;
	font-size:120%;
}
.price-2 {
	color:#399;
	font-weight:bold;
	font-size:140%;
}
.price-3 {
	color:#9C0;
	font-size:120%;
}

.float-left {
	display:block;
	padding:0;
	margin:0 10px 5px 0;
	float:left;
}
.left-margin {
	display:block;
	margin-left:100px;
}

.single-prod {
    padding: 15px;
}

html>body .single-prod {
    width: auto;
}

#ratingblock {
    padding-bottom: 15px;
}

/******************************************/
/* Paging Definitions
/******************************************/
.paging {
	display:block;
	padding:4px;
	margin:0;
	font-size:11px;
	height:18px;
	clear:both;
}
.top { border-bottom:1px solid #D6DBE0; }
.bottom { border-top:1px solid #D6DBE0; }
.status {
	display:block;
	padding:1px 0;
	margin:0;
	float:left;
}
.pages  {
	position:relative;
	display:block;
	margin:0;
	padding:2px 0;
	/*padding:0;  */
	list-style:none;
	float:right;
	white-space: nowrap;
}
.pages span {
	display:inline;
	margin:0;
	padding:0;
	height:14px;
	white-space:nowrap;
}
.pages a {
	display:inline;
	/* for IE5.x+ Browsers */
	/*display:block;
	float:left;*/
	padding:1px 5px;
	margin:0 2px;
	/* for IE5.x+ Browsers */
	/*padding:1px 3px; */
	width:auto;
	
	text-align:center;
	text-decoration:none;
	color:#384654;
	border:1px solid #D6DBE0;
	background:#EEF0F2;
}
.pages a:hover {
	background:#FFF;
	color:#000;
}
.pages .current a, .pages .current a:hover {
	color:#FFF;
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
	border:1px solid #9C0;
	background-color:#9C0;
	cursor:default;
}
.pages span span { display:none }

/******************************************/
/* Addon
/******************************************/
.back {
	padding:5px 0;
	margin:15px 0 0 0;
}
.spacer {
	clear:both;
	font-size:0px;
}

/******************************************/
/* Messages definitions
/******************************************/
.message {
	display:block;
	padding:0;
	margin:10px 5px;
	margin-left:10px;
	background:#FFF;
	border:1px solid #D6DBE0;
}
.message p {
	padding:10px;
	margin:0;
	font-weight:bold;
}
.message p.ok {
	background:#FCFDF7;
	color:#399;
}
.message p.error {
	padding-left:50px;
	border-color:#FCC;
	color:#C00;
	background:#FFF6F6 url('../images/status-error.gif') no-repeat 15px 12px;
}

/******************************************/
/* Catalog menu
/******************************************/

div.catalog-menu, div.cont {
	margin:12px 0;
	/*margin-left:25%;*/
	width: 100%;
	overflow: auto;
}

div.cont {
	padding-left: 20px;
}

html>body div.catalog-menu, html>body div.cont {
	width: auto;
}

div.catalog-menu ul {
	list-style: none;
	margin-left:20px;
	padding: 0;
}

div.catalog-menu ul li {
	width: 30%;
	padding-right: 10px;
	float: left;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 15px;
}

div.catalog-menu ul li div {
	font-size: 70%;
	font-weight: normal;
}

div.catalog-menu h1 {
	margin-left: 20px;
}

div.letters {
	margin: 15px 0;
	padding:10px;
	padding-bottom:15px;
	border:1px solid #D6DBE0;
	background:#FCFDF7;
}

div.letters-block {
	margin: 15px 0;
}

div.letters-block h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.hr {
	font-size:11px;
	height: 25px;
	border-bottom:1px solid #D6DBE0;
}

html>body  div.hr {
	height: 26px;
}

div.zero-bottom  {
	padding-left: 15px;
}

.zero-bottom, .zero-bottom h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}


div.errorreporting {
	float: left;
}

/** ����������� ����� ��� yardisk.ru **/

h3 {
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
	font-size:100%;
}

#copyright {
	border-top:1px solid #D6DBE0;
	padding:4px;
	margin-top:20px;
	font-size:11px;
	height:18px;
	clear:both;
	clear:left;
}

div.errorreporting {
  display: inline;
  padding-left: 10px;
}

div#signature {
  display: none;
}

div#header div#logo {
  display: none;
}

/* RATING */
.rating {
		color: #384654;
		font-family: Arial, helvetica, sans-serif;
		font-size: 13px;
		width: 470px;
		height: 16px;
	}
	.rate{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 170px;
		height: 16px;
		position: relative;
		background: url('../images/rating.gif') top left repeat-x;		
	}
	
	.rate li{
	    text-indent: -90000px;
		padding:0px;
		margin:0px;
		float: left;
	}
	.rate li a{
		display:block;
		width:17px;
		height: 16px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 17;
		position: absolute;
		padding: 0px;
	}
	.rate li a:hover{
		background: url('../images/rating.gif') left center;
		z-index: 2;
		left: 0px;
	} 
	.rate a.rate1{left: 0px;}
	.rate a.rate1:hover{width:17px;}
	.rate a.rate2{left:17px;}
	.rate a.rate2:hover{width: 34px;}
	.rate a.rate3{left: 34px;}
	.rate a.rate3:hover{width: 51px;}
	.rate a.rate4{left: 51px;}	
	.rate a.rate4:hover{width: 68px;}
	.rate a.rate5{left: 68px;}
	.rate a.rate5:hover{width: 85px;}
	.rate a.rate6{left: 85px;}
	.rate a.rate6:hover{width:102px;}
	.rate a.rate7{left:102px;}
	.rate a.rate7:hover{width: 119px;}
	.rate a.rate8{left: 119px;}
	.rate a.rate8:hover{width: 136px;}
	.rate a.rate9{left: 136px;}	
	.rate a.rate9:hover{width: 153px;}
	.rate a.rate10{left: 153px;}
	.rate a.rate10:hover{width: 170px;}
	.rate li.current-rating{
		background: url('../images/rating.gif') left bottom;
		position: absolute;
		height: 16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
}


/* Highslide */
.wrapperStyle1 .highslide-html {
   background-color: red;
}

.highslide {
  cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
  visibility: hidden;
}
.highslide img {
  border-style: none;
}
.highslide:hover img {
  border-style: none;
}

.highslide-wrapper {
  background: #f9ecd2;
}
.highslide-image {
    border: 5px solid #f9ecd2;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    color: #999;    
    border: 2px solid #f9ecd2;
    border-top: none;
    font: 10pt Tahoma, sans-serif;
    padding: 20px;
    background-color: #f9ecd2;
}
.highslide-loading {
    display: block;
  color: black;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
    text-decoration: none;
  padding: 2px;
  border: 1px solid black;
    background-color: #f9ecd2;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
  font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
a.highslide-full-expand {
  background: url(../highslide/graphics/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control {
  float: right;
    display: block;
    position: relative;
  margin: 0 5px;
  font-size: 9pt;
    font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
  color: #666;
}
img.faviconimg {
	border:0;
	width:11px;
	height:11px;
	padding:0 4px;
}

table#prod-list td {
	vertical-align: top;
}
