.jc_comment_text {color: #666;}
.jc_comment_panel {width: 35% !important; list-style:none !important;}
.jc_comment_panel_report {float:right !important; }
.jc_comment_panel li {background: none !important; padding:0 !important;}
.jc_comment_panel_total {float:right !important;}
.jc_comment_panel_down {float:right !important; border-right: 1px solid #999;}
.jc_comment_panel_up {float:right !important;}

#slideshow {
    position:relative;
    height:210px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:30px;
    z-index:8;
    opacity:0.0;
    width:100px;
    height:200px;
    background: #EADEB4;
    padding: 2px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#vmMainPage {width:540px !important; overflow:hidden;}

.art-Block-menu a {padding:0px 0 0px 16px;
	background-image: url('../images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0 0 0.5em 0;
	line-height:1.2em;}

.art-Block-menu a.sublevel

{padding:0px 0 0px 16px;
	background-image: url('../images/BlockContentBullets.png');
	left:10px;
	background-repeat:no-repeat;
	margin:0 0 0.5em 1em;
	line-height:1.2em;}

.art-Block-footer { float:left; position: relative; clear: right; text-align:left !important; height: 153px; width:300px; overflow:hidden;}

.art-Block_menu .art-BlockContent-body {padding-bottom:0 !important;}

.art-Block-menu .art-BlockContent-body {padding-bottom:0 !important;}

/* portfolio */
.ps_overlay{
    z-index:90;
    background:#111;
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* Image container style */
.ps_container{
	width:480px;
	height:350px;
	position:absolute;
	top:50%;
	margin-top:-175px;
	left:50%;
	margin-left:-240px;
	z-index:100;
}
.ps_container img{
	border:10px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	-moz-box-shadow:1px 1px 10px #000;
	-webkit-box-shadow:1px 1px 10px #000;
	box-shadow:1px 1px 10px #000;
}
/* Close button for preview mode */
a.ps_close{
	background:#000 url('../images/close.png') no-repeat center center;
	cursor:pointer;
	width:56px;
	height:56px;
	position:fixed;
	left:36%;
	top:275px;
	z-index:1000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	opacity:0.65;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
}
/* Next photo button for preview mode */
a.ps_next_photo{
	position:absolute;
	top:50%;
	left:50%;
	width:56px;
	height:56px;
	margin:-28px 0 0 -28px;
	z-index:200;
	cursor:pointer;
	background:#000 url('../images/next_photo.png') no-repeat 50% 50%;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
a.ps_next_photo:hover,
a.ps_close:hover{
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
/* Thumbnail slider style */
.ps_slider{
	width:490px;
	height:510px;
	position:relative;
	margin:10px auto 0px auto;
}
.ps_slider a.next,
.ps_slider a.prev{
	position:absolute;
	background-color:#000;
    background-position:center center;
    background-repeat:no-repeat;
    border:1px solid #232323;
    width:20px;
    height:20px;
    top:50%;
    margin-top:-10px;
    opacity:0.6;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    cursor:pointer;
    outline:none;
}
.ps_slider a.prev:hover,
.ps_slider a.next:hover{
    border:1px solid #333;
    opacity:0.9;
}
.ps_slider a.disabled,
.ps_slider a.disabled:hover{
    opacity:0.4;
    border:1px solid #111;
    cursor:default;
}
.ps_slider a.prev{
    left:-30px;
    background-image:url('../images/prev.png');
}
.ps_slider a.next{
    right:-30px;
    background-image:url('../images/next.png');
}
.ps_slider .ps_album{
	width:220px;
	height:340px;
	padding:10px;
  background-color:#852C00;
	border:1px solid #444; 
	position:absolute;
	top:0px;
	text-align:center;
	cursor:pointer;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	-webkit-box-reflect:
		below 5px 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(transparent), 
			color-stop(0.6, transparent), 
			to(rgb(18, 18, 18))
		);
}

.ps_album img {margin:0 !important;}
.ps_slider .ps_album:hover{
		background-color:#783612;
}
.ps_slider .ps_album img{
	height:90px;
	border:1px solid #444;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.ps_slider .ps_album .ps_desc{
	display:block;
	color:#EADEB4;
	background: #310e04 url('../images/overlay.png') no-repeat bottom right;
	height:230px;
	margin-top:10px;
	text-align:left;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	border:1px solid #393939;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
.ps_slider .ps_album:hover .ps_desc{
  background-image:none;
}
.ps_slider .ps_album .ps_desc span{
	display:block;
	margin:0px 10px 10px 10px;
	border-top:1px solid #333;
	padding-top:5px;
}
.ps_slider .ps_album .ps_desc h2{
	margin:10px 10px 0px 10px;
	text-align:left;
	padding-bottom:5px;
	font-weight:normal;
	color:#ddd;
	text-shadow:0px 0px 1px #fff;
	border-bottom:1px solid #000;
}
.ps_slider .loading{
	background:#121212 url('../images/loading.gif') no-repeat 50% 50%;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/*end portfolio */

a.catimg {text-decoration:none !important;}

.childimg {background:none; padding:3px !important; margin: 5px !important; width:auto+10px;}

.childimg:hover {
background-color: #EDDEB3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
padding: 3px;
width:auto+10px;
}

.browseProductImage {
background-color: #EDDEB3;
}

.ImageSizeBlackEdition img {
background-color: #EDDEB3;
}
.roundedcat:hover {
background-color: #EDDEB3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
padding: 2px;
/*width:102px;
height:204px;*/
}

.roundedcat {
text-align:center;
padding: 2px;
/*width:102px;
height:204px;*/
margin:1em;
}

.rounded:hover {
background-color: #EDDEB3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
padding: 2px;
width:88px;
height:181px;
}

.rounded {
text-align:center;
padding: 2px;
width:88px;
height:181px;
float:left;
margin:1em;
}

.rounded .catimg {margin:0!important;}

/* Portfolio */
.gallery {margin:0 !important; padding:0 !important; list-style:none; display:inline; }
.gallery li {list-style:none !important; background-image:none !important; display:inline; position:relative; float: left !important; margin:0 !important; padding:0 !important;}
.gallery li img {background: white;
border: 1px solid #EEE;
padding: 4px;
width:140px !important;}

.ramka {background: white;
border: 1px solid #EEE;
padding: 4px;}

.gk_news_show_news_image_static {
background: white;
border: 1px solid #EEE;
padding: 2px;}

/* begin Page */
/* VM Begins */
.prive {
margin: 0 !important;
padding:0 !important;
}

h3.vm_h3_title {
	font-weight: normal;
	font-size:24px;
	/*border-bottom: 1px solid #e7e7e7;*/
	margin: 0px;
	padding-top:15px;
}
.orderedd {
	margin-bottom: 10px;
}
.tlo { 
/*	background: url('../images/bg_content.png'); */
	/* border: 1px solid #e7e7e7; */
	margin: 10px 0px 10px 40px;
	
}
.tlo h3 { 
	font: bold Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom: 15px;
}
.browseProductContainer {
	margin: 0 0 10px;
}
.browseProductContainer h4 {
/*	font: bold 13px Arial, Helvetica, sans-serif; */
	text-transform: uppercase;
	margin: 0 0 8px;
}
.browseProductContainer h2 a {
	text-decoration:none;
}
.browseProductContainer .lf {
	width: 20%;
}


.browseProductContainer .rf {
	width: 75%;
/*	border-left: 1px solid #DFD2B0; */
	padding-left: 3%;
	
}
.button_details {
	font: bold Arial, Helvetica, sans-serif;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	width: 122px;
	height: 22px;
	line-height: 21px;
	padding-left: 9px;
	color: #000!important;
	border: none;
	outline: none;
	margin-top: 5px;
}
/* gk_stuff.css 
-----------------------------------------------------------------------------------*/
.gk_vm_lp_prev, .gk_vm_lp_next {
	background: transparent url('../images/style3/lastproduct_buttons.png') no-repeat -38px 0;
}
.gk_vm_lp_prev {
	background: transparent url('../images/style3/lastproduct_buttons.png') no-repeat -19px 0;
}
.addtocart_button_module, .details_gk_browse_3, div.gk_vm_showcart a {
	background: url('../images/style3/but_addtocart.png') no-repeat 0 0;
}
.details_gk_browse_3 {
	background: url('../images/style3/but_details.png') no-repeat 0 0;
}

.addtocartbut {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	width: 122px;
	height: 22px;
	line-height: 21px;
	padding-left: 35px;
	color: #000!important;
	border: none;
	outline: none;
	margin-top: 05px;
	background: url('../images/style3/but_addtocart.png') no-repeat 0 0;
	
}
.addtocartbut_right {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	width: 122px;
	height: 22px;
	line-height: 21px;
	padding-left: 35px;
	color: #000!important;
	border: none;
	outline: none;
	margin-top: 10px;
	background: url('../images/style3/but_addtocart.png') no-repeat 0 0;
	float:right
}
.vm_item_wrap .rf span {
	color: #84b800;
}
/* vm_major.css
-----------------------------------------------------------------------------------*/
input.addtocart_button {
	background: url('../images/style3/but_addtocart.png') no-repeat 0 0;
}
.previous_page, .next_page, .continue_link, .checkout_link {
	background: transparent url('../images/style3/next_page.png') no-repeat 100% 0;
}
.previous_page, .continue_link {
	background: transparent url('../images/style3/previous_page.png') no-repeat 0 0;
}
/* vm_gk_flypage.css
-----------------------------------------------------------------------------------*/
table.gk_vm_table h1 {
/*	color: #84b800; */
margin-top:12px !important;
}
/* td.ask_seller a {
	background: transparent url('../images/style3/next_page.png') no-repeat 100% 0!important;
	color: #547501;
} */
.quantity_box_button_down {
	background: url('../images/style3/quantity_box_button.png') no-repeat -19px 0;
	}
.quantity_box_button_up {
	background: url('../images/style3/quantity_box_button.png') no-repeat -38px 0;
}
.quantity_box_button_down:hover {
	background: url('../images/style3/quantity_box_button.png') no-repeat 0 0;
}
.quantity_box_button_up:hover {
	background: url('../images/style3/quantity_box_button.png') no-repeat 100% 0;
}
/* browse_notables.css
-----------------------------------------------------------------------------------*/
.tlo h3 {
	/* color: #84b800; */
}
.button_details {
	background: url('../images/style3/but_details.png') no-repeat 0 0;
}
table.gk_vm_table {
	width: 100% !important;
	border:none !important;
}
table.gk_vm_table h1 {
	font: normal 23px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
table.gk_vm_table td h3, table.gk_vm_table td h4 {
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.gk_vm_table tr {
height: auto !important;
}


td.td {
	margin: 20px 0;
	padding: 10px 2px;
	/* background: url('../images/bg_content.png'); */
/*	border: 1px solid #e7e7e7;
	border-top: none; */
}

td.nb_r {
	border-right: none;
}
td.ask_seller {
	text-align: right;
}
td.ask_seller a {
	cursor: pointer;
	padding: 2px 24px 3px 0;
	height: 17px;
	text-decoration:none;
/*	color: #004477; */
}
td.show_vm_images {
	padding-top: 60px;
	width: 25%;
	line-height: 30px;
}
td.show_vm_images a {
	text-decoration: none;
}
.vmCartChild { /* Container for the Child Product */
	vertical-align: middle;
	padding: 2px;
	float:left;
	width: 40%;
}
.vmChildDetail { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}
.vmCartChildElement { /* Individual element styling */
	width: 100%;
	vertical-align: middle;
	height: 25px;
	text-align: left;
}
.vmCartAttributes { /* Attributes Div*/
	width:110px;
		}
.vmAttribChildDetail {  /* Product Attributes Styling */
	text-align: left!important;
}
.vmMultiple {
	height:35px;
}
.vmChildType { /* Product type div*/
	width: 100%;
}
.vmClearDetail { /*Clear the divs afer child types*/
	clear: both;
}
.vmClearAttribs { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne { /* Odd Row One styling */
	background: #ddd;
}
.vmRowTwo, .vmRowOne { /* Even Row Styling */
	background: none;
}
/* The quantity box beneath the "add to cart" button  */
.quantity_box {
	vertical-align: middle;
}
.quantity_box_button {
	width:17px;
	height:17px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}
/* Resctrictions */
.vmRecent1 .tlo {
	background:none;
	;
	border: none;
	padding: 0;
	margin: 0;
}
.vmRecent1 .tlo h3 {
	font: bold Arial, Helvetica, sans-serif;

	text-transform:none;
	margin-bottom: 5px;
}
/* Add to cart button 
-----------------------------------------------------------------------------*/
.addtocart_button, .notify_button {
	border: none;
	cursor:pointer;
	background: none;
	width: 100px;
	text-align:center;
	height:30px;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
}
input.addtocart_button {
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 102px;
	height: 22px;
	padding: 0 0 3px 18px;
	border: none;
	outline: none;
}
.vmCartContainer input.addtocart_button {
	display:block;
	margin: 8px 0 0 28px;
}
/* The PDF, Email and Print buttons 
-----------------------------------------------------------------------------*/
div.buttons_heading {
	margin-top:15px;
 float:right;
 height:55px;
 }
 
 div.buttons_heading img{
	margin:5px;
 }
/* The Buttons: previous and next page
-----------------------------------------------------------------------------*/
.previous_page, .next_page {
	cursor: pointer;
	padding: 2px 24px 2px 0;
	height: 17px;
	float: right;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none!important;
	text-transform: uppercase;
}
.previous_page {
	padding-left: 24px;
	float: left;
}
.sectiontableheader th {
	border-bottom: 1px solid #e7e7e7;
}
td.bfont a strong {
	font: normal 16px Tahoma, Arial, Helvetica, sans-serif!important;
}
/* The Buttons Checkout:  continue shopping and Checkout
-----------------------------------------------------------------------------*/
.continue_link, .checkout_link {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration:none!important;
	text-transform: uppercase;
	cursor: pointer;
	width: 17px;
	height: 17px;
	padding: 2px 24px 4px 0;
}
.continue_link {
	margin-right: 40px;
	padding-left: 24px;
}
/* The Pagination 
-----------------------------------------------------------------------------*/

ul.pagination li {
	padding: 2px 1px !important;
	display: inline;
	background: none !important;
}
.clr { clear: both; overflow:hidden; }


.div-product-Old-Price span.product-Old-Price {color:#ff0000;text-decoration:line-through;}

.prive .div-product-Old-Price {visibility:hidden; height:0 !important; width:0 !important; display:none;}

.prive .div-savetext {visibility:hidden; height:0 !important; width:0 !important; display:none;}

.productPrice {font-weight:bold;}

/*--------------------------------------------------------------
# Modish - April 2008 (for Joomla 1.5)
# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/

#showcart {
	display: none;
}
.gk_vm_lp_table {
	width: 100%;
}
.gk_vm_lp_table tr td {
	vertical-align: top;
	padding-right: 3px;
}
.gk_vm_lp_table h3 {
	color: #333!important;
}
.gk_vm_lastprod {
}
.gk_vm_lp_buffer {
	display: none;
}
.gk_vm_lp_navigate {
	float: right;
	width: 36px;
}
.gk_vm_lp_prev, .gk_vm_lp_next {
	cursor: pointer;
	float: right;
	width: 17px;
	height: 17px;
	
}
.gk_vm_lp_prev {
	
	float: left;
}
.gk_vm_lp_next:hover {
	background-position: 100%;
}
.gk_vm_lp_prev:hover {
	background-position: 0px;
}
.gk_vm_lp_wrapper1 {
	overflow: hidden;
	width: 100%;
}
.gk_vm_lp_wrapper2 {
	width: 10000px;
}
.gk_vm_lp_table_item {
	float: left;
}
.gk_vm_lastprod_desc {
}
a.gk_vm_lastprod_img img {
	float: left;
	border-right: 1px solid #e7e7e7;
	margin-right: 6px;
}
.product-Old-Price {
	color:red;
	text-decoration:line-through;
}
.productPrice {
	font-weight:bold;
	white-space:nowrap;
}
.gk_vm_lastprod_price_and_cart {
	clear: both;
	margin-top: 5px;
}
.gk_vm_lastprod_price {
	float: left;
}
.gk_vm_lastprod_cart {
	float: right;
	margin-right: 15px;
}
/* Errors */
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	border: 1px solid #e7e7e7;
	margin-bottom: 1em;
	padding:8px 6px 8px 48px;
}
.shop_error, .shop_warning, .shop_critical {
	background: #FAFAD2 url('../images/icons/warning.gif') no-repeat 15px 50%;
}
.shop_info, .shop_debug {
	background: #FAFAD2 url('../images/icons/info.gif') no-repeat 15px 50%;
}
.shop_tip {
	background: #FAFAD2 url('../images/icons/tips.gif') no-repeat 15px 50%;
}
/* Button VM Modules - Add to cart */
.addtocart_button_module, .details_gk_browse_3, div.gk_vm_showcart a {
	
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 102px;
	height: 22px;
	padding: 0 0 3px 18px;
	border: none;
	outline: none;
}
.details_gk_browse_3 {
	
	width: 122px;
	padding: 0 18px 0 14px;
	display: block;
	line-height: 20px;
	color: #333!important;
	text-decoration:none!important;
	margin-top: 20px;
}
/* Module - VM Cart */
.vm_item_wrap {
/*	background: url('../images/bg_content.png');*/
	padding: 4px;
	margin-bottom: 3px;
}
.vm_item_wrap:hover {
	/*background: #f9f9f9;*/
	padding: 4px;
}
.vm_item_wrap .lf a:link, .vm_item_wrap .lf a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
/*	color:#333;*/
	
}
.vm_item_wrap .lf a:hover {
	text-decoration:underline;
}
.vm_item_wrap .rf span {
	font: bold 12px Arial, Helvetica, sans-serif;
	
}
.vm_item_wrap .lf span {
	margin-left: 20px;
/*	color: #666;*/
}
.lp-r {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: red;
	margin-top: 10px;
}
.lp-l {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	margin: 10px 20px 0 0;
}
div.gk_vm_showcart a {
clear: both;
	float: left;
	display: block;
	line-height: 21px;
	text-decoration: none;
	padding-left: 28px;
/*	color: #000;*/
	margin: -22px -28px 0 0;
}
/* Module - mod_gk_vm_category_menu*/
#gkvm_menu {
	list-style-type: none;
	width: 100%;
}
ul#gkvm_menu li {
	display: inline;
	padding: 2px 6px 5px;
	margin-right: 6px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: none;
}
ul#gkvm_menu li a {
	color: #fff;
	line-height: 35px;
	border: none;
	cursor: pointer;
	text-decoration: none!important;
	text-align: center;
}
ul#gkvm_menu li.gkvm_active {
	background: transparent url('../images/button.png') repeat-x 0 0;
}
ul#gkvm_menu li.gkvm_active:hover {
	background: transparent url('../images/button-h.png') repeat-x 0 0;
}
.gkvm_menu_sl {
	list-style-type: none;
	width: 100%;
	display: none;
}
.gkvm_menu_sl li {
	background: none;
	display: inline;
	line-height: 35px;
	padding: 0 8px 0 0;
	margin: 0 8px 0 6px;
	border-right: 1px solid #ccc;
}
.gkvm_menu_sl li a {
	line-height: 35px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
/* Module mod_gk_vm_header */
.gk_vm_header {
	margin-left: 1px
}
.gk_vm_header_item {
	float: left;
	position: relative;
	overflow: hidden;
}
.gk_vm_header_text {
	width: 100%;
	position: absolute;
	z-index: 1001;
	color: #fff;
}
.gk_vm_header_bg {
	width: 100%;
	position: absolute;
	z-index: 1000;
}
.gk_vm_header_item h2 {
	font: normal 16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 0 4px;
}
.gk_vm_header_item p {
	padding: 4px;
	margin: 0px;
	line-height: 14px;
	color: #eee;
}
.gk_vm_header_text div {
	margin: 6px 10px 4px 15px;
}
.gkvmh_long_desc {
	padding: 25px 10px 20px;
}
.gkvmh_long_desc h2 {
	margin-bottom: 6px;
}
p.gk_price {
	color: #fff!important;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
#lbOverlay, #lbCenter, #lbImage, #lbBottomContainer {
	z-index: 10000 !important;
}
/* Login Module*/
.loginposition li {
	background: none;
	padding: 0;
}
.loginposition li.pad {
	background: url('../images/arrow.png') no-repeat 0 4px;
	padding-left: 14px;
}
.loginposition input.button { 
	margin: 6px 0;
}

.gk_vm_showcart {height:25px;margin-top:10px;padding-top:10px;}

/* Begin Image enlarge onmouseover */
.imgscreenshot {
width:225px !important;
height:450px !important;
}

img.zoomi {position:static; background:#DFD2B0 !important; padding:1px !important; height:200px; z-index:8;}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	color:#fff; 
	display:none;
		}
	
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/* Created by Aleksandr Demeshko from Sites.Kievstyle.com, file checksum is 1DA3E111. */

body
{
	margin: 0 auto;
	margin-top:10px;
	padding: 0;
	background-color: #852C00;
	/*background-image: url('../images/Page-BgTexture.png');*/
	background-image: url('../images/lenta.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



#art-page-background-gradient
{
	position: absolute;
	background-image: url('../images/Page-BgGradient.png');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 500px;
	
}

#art-page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 965px;
	min-width:91px;
	min-height:91px;
}

.art-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 15px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 150px;
	height: 150px;
	background-image: url('../images/Sheet-s.png');
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 75px, 75px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 75px, 75px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(75px, 75px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(75px, auto, auto, 75px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 75px;
	right: 75px;
	height: 150px;
	background-image: url('../images/Sheet-h.png');
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 75px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(75px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 75px;
	bottom: 75px;
	width: 150px;
	background-image: url('../images/Sheet-v.png');
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 75px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 75px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 75px;
	left: 75px;
	right: 75px;
	bottom: 75px;
	background-image: url('../images/Sheet-c.png');
}


.art-Sheet
{
	margin-top: -15px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:965px;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 935px;
	height: 250px;
}


div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 935px;
	height: 250px;
	background-image: url('../images/Header.png');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-top: 5px;
	margin-bottom: 13px;
	width: 935px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:21px;
	min-height:21px;
}

.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 1px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
	position:absolute;
	z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
	width: 20px;
	height: 20px;
		
/*		background-image: url('../images/Block-s.png');*/
}

.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 10px, 10px, auto);
}

.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 10px, 10px);
}

.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(10px, 10px, auto, auto);
}

.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(10px, auto, auto, 10px);
}

.art-Block-tc, .art-Block-bc
{
	left: 10px;
	right: 10px;
	height: 20px;
	/*background-image: url('../images/Block-h.png');*/
	/*	background-color: #eadeb4;*/
}

.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 10px, auto);
}

.art-Block-bc
{
	bottom: 0;
	clip: rect(10px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
	top: 10px;
	bottom: 10px;
	width: 20px;
/*	background-image: url('../images/Block-v.png');*/
/*	background-color: #eadeb4;*/
}

.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 10px);
}

.art-Block-cl
{
	left:0;
	clip: rect(auto, 10px, auto, auto);
}

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
/*	background-color: #eadeb4;*/
	/*background-image: url('../images/Block-c.png');*/
}


.art-Block
{
	margin: 10px 10px 0 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 5px;
	text-align: center;
	margin:0;
/*	background-image: url('../images/BlockHeader.png');*/
}

.art-BlockHeader .t
{
	height: 30px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-style: normal;
	text-decoration:underline;
	text-transform:Uppercase;
	font-weight: normal !important;
	white-space : nowrap;
	padding: 0 auto;
	line-height: 30px;
	margin:0 auto;
	width:auto;
 /*text-shadow: 0 1px 0 #eadeb4, 0 -1px 0 #e2d7b8;
 color: #000;*/
         text-shadow: 0 -1px 0 #f6efdb, 0 1px 0 #000;
        color:#DFD2B0;
       /* color: #783612;*/
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px; 
/*	background-image: url('../images/BlockHeader.png');*/
}

.art-BlockHeader .l
{
	left:0;
	right:10;
}

.art-BlockHeader .r
{ 
	width:935px;
	right:0;
	clip: rect(auto, auto, auto, 925px);
}





.art-header-tag-icon
{
	display:inline-block;
	background-position:left top;
/*	background-image: url('../images/BlockHeaderIcon.png'); */
/*	padding:0 0 0 14px; */
	background-repeat: no-repeat;
	min-height: 14px;
	margin: 0 auto;
	width:auto;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 0px 5px 5px 5px;
}

.art-BlockContent-body p {margin: 0 0 1em 0;}


.art-BlockContent-body
{
	color:#EADEB4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-BlockContent-body a:link
{
/*	color: #97452E;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
/*	color: #97452E;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
/*	color: #4D4D4D;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #EADEB4;/*#4A4A4A*/
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.art-BlockContent-body ul li
{
	padding:0px 0 0px 16px;
	background-image: url('../images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}



.art-Post
{
	margin: 10px;
}

/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	margin: 1em;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #7A7A7A;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:bold;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	text-align: left;
	color: #eddeb3;
	text-shadow: #000 1px 1px 2px, #fff 0px 0px 5px;
}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #eddeb3;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  color: #eddeb3;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
 /* color: #C2C2C2;*/
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #BABABA;
}
/* end PostHeader */

/* begin PostIcons */
.art-PostHeaderIcons
{
	padding:1px;
}

.art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
}

.art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	margin:0;
}

.art-PostHeaderIcons a:link
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #EDAB87;
}

.art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
/*	color: #EDAB87;*/
}

.art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #EDAB87;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #EADEB4;
}

.art-PostContent
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #EADEB4;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #df2f05;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #df2f05;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
 /* color: #BABABA;*/
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #BABABA;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EDAB87;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EDAB87;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #D4D4D4;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F2C4AB;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EEB190;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EEB190;
}
/* Finish Content headings Fonts & Colors  */


/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #EA9E75;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.art-Post li
{
	padding:0px 0 0px 16px;
	line-height:1.2em;
}

.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li 
{
	background-image: url('../images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:9px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#EADEB4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}

blockquote
{
		border:groove 1px #8A3E15; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 37px;
	background-color:#6A3010;
	background-image:url('../images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:22px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 22px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 22px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 13px !important;
	margin-right:15px !important;
	line-height: 22px;
	text-decoration: none !important;
	color: #000 !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #000 !important;
	text-decoration: none !important;
	cursor:pointer;
}

.art-button-wrapper.active .art-button
{
	color: #000 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 66px;
	background-image: url('../images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:16px;
}

.art-button-wrapper .r
{
	width:421px;
	right:0;
	clip: rect(auto, auto, auto, 395px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -22px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -44px;
}


/* end Button */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 935px;
height: 155px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/Footer.png');
	width: 935px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('../images/livemarks.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 32px;
}




.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

/*.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #E1AF84;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}*/

/*.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #B2B2B2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
*/
/*.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
*/
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#8E3F15;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#949494;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 186px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 562px;
}
.art-contentLayout .art-content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 748px;
}
.art-contentLayout .art-content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 748px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 934px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 186px;
}
/* end LayoutCell */



.art-contentLayout li
{
	float: none;
}

table.moduletable th
{
	font-size: 140%;
	padding: .5em 0em;
}

#footer
{
	text-align: center;
}

.breadcrumbs
{
	display: block;
	padding: .7em 0em;
width:560px !important;
height:auto;
}

.contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate
{
	font-size: 75%;
	padding-bottom: 1em;
}

.column_separator 
{
	padding-left: .4em;
}

.pagination span
{
	padding: 2px;
}

.pagination a
{
	padding: 1px;
}

div.offline
{
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway
{
	display: block;
	margin: 0 20px;
	height: 16px;
	line-height: 16px;
	overflow: visible;
}

/* headers */
table.moduletable th, legend
{
	margin: 0;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* form validation */
.invalid
{
	border-color: #ff0000;
}

label.invalid
{
	color: #ff0000;
}


/** overlib **/

.ol-foreground
{
	background-color: #f6f6f6;
}

.ol-background
{
	background-color: #666;
}

.ol-textfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}

.ol-captionfont a
{
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

/* spacers */
span.article_separator
{
	display: none;
}

.column_separator
{
	padding-left: 10px;
}

td.buttonheading img
{
	border: none;
}

.clr
{
	clear: both;
}

div#maindivider
{
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1px;
}

table.blog span.article_separator
{
	display: none;
}

/* edit button */
.contentpaneopen_edit
{
	float: left;
}

/* table of contents */
table.contenttoc
{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
}

table.contenttoc td
{
	padding: 0 5px;
}


/* content tables */
td.sectiontableheader
{
	background: #efefef;
	color: #333;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
	padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2
{
	padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane
{
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li
{
	margin-bottom: 5px;
}

table.contentpaneopen fieldset
{
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3
{
	margin-top: 25px;
}

table.contentpaneopen h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight
{
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable
{
	margin-bottom: 0px;
}

div.moduletable, div.module
{
	margin-bottom: 25px;
}

div.module_menu h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div
{
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div
{
	background: none;
	padding: 0;
}

div.module_menu ul
{
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited
{
	font-weight: bold;
}

#leftcolumn div.module
{
	padding: 0 10px;
}

#leftcolumn div.module table
{
	width: auto;
}

/* forms */
table.adminform textarea
{
	width: 540px;
	height: 400px;
	font-size: 1em;
	color: #000099;
}

div.search input
{
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login
{
	text-align: left;
}

form#form-login fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

form#form-login ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#form-login ul li
{
	background-image: none;
	padding: 0;
}

#modlgn_username, #modlgn_passwd
{
	width: 90%;
}

#form-login-username, #form-login-password, #form-login-remember
{
	display: block;
	margin: 0;
}

form#com-form-login
{
	text-align: left;
}

form#com-form-login fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

form#com-form-login ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#com-form-login ul li
{
	background-image: none;
	padding: 0;
}

/* thumbnails */
div.mosimage
{
	margin: 5px;
}

div.mosimage_caption {
	font-size: .90em;
	color: #666;
}

div.caption
{
	padding: 0 10px 0 10px;
}

div.caption img
{
	border: 1px solid #CCC;
}

div.caption p
{
	font-size: .90em;
	color: #666;
	text-align: center;
}

/* Parameter Table */
table.paramlist
{
	margin-top: 5px;
}

table.paramlist td.paramlist_key
{
	width: 128px;
	text-align: left;
	height: 30px;
}

div.message
{
	font-weight: bold;
	font-size: 14px;
	color: #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.banneritem img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text
{
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text
{
	padding: 4px;
	font-size: 11px;
	background-color: #f7f7f7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span
{
	padding: 1px;
}

.pagination a
{
	padding: 1px;
}

/* Polls */
.pollstableborder
{
	margin-top: 8px;
}


.pollstableborder td
{
	text-align: left;
	
}

/* WebLinks */
span.description
{
	display: block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend
{
	margin: 0;
	padding: 0 10px;
}

td.key
{
	border-bottom: 1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip
{
	float: left;
	background: #ffc;
	border: 1px solid #d4d5aa;
	padding: 5px;
	max-width: 200px;
}

.tool-title
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text
{
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message
{
	margin-bottom: 20px;
}

#system-message dd.message ul
{
	background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
	border-top: 3px solid #de7a7b;
	border-bottom: 3px solid #de7a7b;
	margin:0px;
	padding-left: 40px;
	text-indent:0px;
}

/* System Error Messages */
#system-message dd.error ul
{
	color: #c00;
	background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul
{
	color: #c00;
	background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
 }

#syndicate
{
	float: left;
	padding-left: 25px;
}

/* Component Specific Fixes */

#component-contact table td
{
	padding: 2px 0;
}

.breadcrumbs img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.mceToolbarTop {
	white-space: normal;
}

.mceEditor
{
	background: none;
}

#archive-list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#archive-list li
{
	list-style-type: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation
{
	text-align: center;
}

.article h3 img
{
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.art-Footer-text .moduletable
{
	border: none;
	margin: 0;
	padding: 0;
}

.pollstableborder td {
	vertical-align: middle;
}

.img_caption.left
{
	float: left;
	margin-right: 1em;
}

.img_caption.right
{
	float: right;
	margin-left: 1em;
}

.img_caption.left p
{
	clear: left;
	text-align: center;
}

.img_caption.right p
{
	clear: right;
	text-align: center;
}

.img_caption img
{
	margin: 0em;
}

.contentheading
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #D4D4D4;
}