/* GLOBALS */
html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #33333;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: #CC0000;
}

/* GLOBAL MESSAGES */
.messages_true {
	padding: 5px;
    text-align: center;
	font-weight: bold;
	background-color: #e7fdea;
	border: 1px dotted #96d49f;
	color: #159415;
}
.messages_false {
	padding: 5px;
    text-align: center;
	font-weight: bold;
	background-color: #fdf1f1;
	border: 1px dotted #eb8181;
	color: #e74242;
}

/* NAVIGATION STRING */
.navy, .navy a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}

/* ZOOM IMAGE */

#zoomImageDiv {
	position: absolute;
	z-index: 100;
	padding: 1px;
	border: 1px solid #999;
	background-color: #FFF;
	cursor: pointer;
}
#zoomImageDiv .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

#expressOrderDiv {
	position: absolute;
	z-index: 110;
	padding: 10px;
	border: 2px solid #eab15c;
	background-color: #fff;
}
#expressOrderDiv .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

/* PAGES BAR */
a.page, a.page_active {
	display: block;
	width: 24px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
a.page {
	background-color: #e0e0e0;
	border: 1px solid #909090;
	color: #333;
}
a.page:hover {
	background-color: #fff !important;
	border: 1px dotted #999;
}
a.page_active {
	background-color: #f9f9f9;
	border: 1px solid #909090;
	color: #6f6f6f;    
}

/* PHOTO FRAME */
.photoframe {
	display: table;
	text-align: center;
}
.photoframe div {
	display: table-cell;
	margin: 0 auto 0;
	width: 130px; height: 130px;
	font-size: 116px;
	vertical-align: middle;
	background: url(/images/ramka.gif) no-repeat;
}
.photoframe img {
	vertical-align:middle;
}

/* AVATARS */
.avatar {
	color: #600;
	text-decoration: none;
}

/* MEDIA PLAYER */
#media_player {
	margin: 0 auto 0;
	padding: 10px;
	text-align: center;
	border: 2px solid #e6e6e6;
	background-color: #f0f0f0;
}

/* COMMENTS BLOCK */
#comments_add_form {
	background-color: #e6e6e6;
}
#comments_text {
	width: 99%;
}
#comments_reset, #comments_send {
	font-size: 11pt;
}
.comments_output {
    margin-top: 7px;
    margin-bottom: 8px;
}
.comments_output .header {
	height: 35px;
	line-height: 35px;
	padding: 5px 2px;
	border-bottom: 1px dashed #ccc;
}
.comments_output .header .info {
	float: left;
	width: 60%;
}
.comments_output .header .info .date {
	color: #999;
	font-size: 9pt;
}
.comments_output .header .buttons {
	float: right;
	width: 40%;
	text-align: right;
}
.comments_output .header .buttons a {
	text-decoration: none;
	color: #99c;
}
.comments_output .header .buttons a:hover {
	text-decoration: none;
	color: #669;
}
.comments_output .content {
	padding: 5px 2px;
	font-size: 11px;
}

/* FORM */
.form {
	margin: 0;
	padding: 0;
}
.form .title {
	width: 150px;
	white-space: nowrap;
	font-weight: bold;
	color: #333;
}
.form .fieldset {
	width: 100%;
	overflow: hidden;
}
.form .fieldset {
	width: 100%;
}
.form .fieldset .field {
	float: left;
}
.form .fieldset .field input {
	font-size: 11pt;
	border: 1px solid #909090;
}
.form .fieldset .field input.required {
	padding: 2px 2px 2px 15px;
	background: url(/images/validator/warning.gif) no-repeat;
	background-position: center left; 
}
.form .fieldset .icon {
	float: left;
	padding: 3px;
	width: 16px;
}
.form .fieldset .message {
	font-size: 90%;
	color: #c00;
	clear: left;
}
.form .button {
	font-size: 13pt;	
}
.form .noborder {
	border: none !important;
}

/* OTHER */
.float_image {
	float: left;
	width: 120px;
	margin: 5px 5px 5px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
}
.separator	{
	overflow: hidden;
	width: 100%;
	height: 1px;
	background: #E6E6E6;
}
.va_middle, .va_middle img {
	vertical-align: middle;
}
.hidden {
	display: none;
}
a.print {
	font-size: 90%;
	text-decoration: none;
	color: #999;
}
a.print:hover {
	color: #666;
}
a.chunk {
	text-decoration: underline;
	color: #900;
}
a.chunk:hover {
	text-decoration: none;
}

#add_button{
	cursor: pointer;
}
.basket{
	width: 161px;
	height: 85px;
	background: url(/images/basket-bg.png) no-repeat 0 0;
	margin: 0 auto;
	padding: 20px 25px 30px 25px;
	font-size: 11px;
	color: #778795;
}
		
.basket a{
	color: #778795;
}
.bold {
	font-weight: bold;
}

