/* css */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	background: #000;
	height: 100%;
	width: 100%;
	font-family: Tahoma;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 12px 0px 12px 0px;
}

h6 {
    font-size: 17px;
    font-weight: bold;
    padding: 0;
    margin: 7px 0px 7px 0px;
}

a img {
	border: none;
}

td {
	vertical-align: top;
	padding: 0;
	text-align: left;
}

table {
	border-spacing: 0px;   
	empty-cells: show;
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 12px;

}

form {
    margin: 0;
    padding: 0;
}

input,textarea {
	border: 1px solid #ccc;
	background: #fafafa;
	font-family: Tahoma;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
	position: relative;
}
a:hover {
	position: relative;
	color: black;
	text-decoration: none;
}


a.uwrap:link, a.uwrap:visited, a.uwrap:active {
	text-decoration: none;
}
a.uwrap:hover {
	text-decoration: underline;
}
a.unone:link, a.unone:visited, a.unone:active, a.unone:hover {
	text-decoration: none;
}

a.uwrapdashed:link, a.uwrapdashed:visited, a.uwrapdashed:active {
    border-bottom: 1px dashed black;
}
a.uwrapdashed:hover {
    border-bottom: none;
}
a.udashed:hover {
    border-bottom: 1px dashed black;
}

a.clear:link, a.clear:visited, a.clear:active, a.clear:hover {
    text-decoration: none;
    border-bottom: none !important;
}

a.color-white:link, a.color-white:visited, a.color-white:active, a.color-white:hover {
	color: #fff;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.clear-both {
	clear: both;	
}

a, object {
	outline: none; /* Убираем границу вокруг ссылок в ff*/
}


/* Настраиваем rich-editor */

.rich-content {
	clear: both;
	text-align: left;
}
.rich-content p {
	margin: 0;
	padding: 0 0 5px 0;	
}
.rich-content b, .rich-content strong {	
}

.rich-content a:link, .rich-content a:visited, .rich-content a:active {
    border-bottom: 1px dashed black;
    text-decoration: none;
}
.rich-content a:hover {
    border-bottom: none;
    text-decoration: none;
}

.rich-content a.image-inline-content img,
.rich-content img.image-inline-content {
  margin: 8px;
  /*border: 1px solid #FAD22B;*/
  border: 1px solid #eee; 
  padding: 8px;
}



.catitem-photo {

    margin: 6px 15px 6px 0;
    position: relative;
}

.catitem-photo-table table {
    background: none;
}
.catitem-photo-table-item {
    margin: 5px 5px 5px 5px;    
}


.link-style {
	color: #598E0F;
}


#main-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;	
}
#main-frame td {
    vertical-align: middle !important;	
    text-align: center !important;
}

#main-area {
    width: 1000px;
    height: 727px;
    background: url('/i/bk.jpg') no-repeat;
    position: relative;	
}




#main-menu {
    left: 150px;
    top: 130px;
    position: absolute;	
}

.main-menu {
	font-family: Georgia;
}


.main-menu ul, .main-menu li {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;	
}
.main-menu li {
	position: relative;
}

.main-menu .line-shadow {
    padding: 5px 0px 2px 37px;
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -26px; 	
}

.main-menu a {
    line-height: 25px;
    padding: 5px 0px 5px 35px;
    color: #f0f0f0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.main-menu a.selected {
    background: url('/i/menu_sel.gif') no-repeat left center;
    color: #FFE07E !important;
}
.main-menu a:hover {
    color: #FFE07E !important;	
}



#main-cart {
    left: 800px;
    top: 50px;
    position: absolute;	
    display: none;
}


#main-logo {
    left: 150px;
    top: 70px;
    position: absolute;
    text-align: left;
    font-size: 10px;
    padding-left: 3px;
    font-family: Georgia;
}
#main-logo b {
    font-size: 25px;
    font-weight: bold;
    margin-left: -3px;	
}

#main-logo-link {
    left: 150px;
    top: 70px;
    position: absolute;	
}
#main-logo-link img {
    width: 135px;
    height: 45px;	
}

#logo-cat {
    width: 101px;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 290px;
    
    background: url('/i/logo.png') no-repeat;
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/logo.png',sizingMethod='crop');    
}

#logo-cat img {
    width: 101px;
    height: 100px;	
}



#main-footer {
    position: absolute;
    left: 150px;
    top: 680px;
    color: #ccc;
    font-size: 16px;
    width: 200px;
    text-align: left;
}

#main-content {
    position: absolute;
    left: 440px;
    top: 90px;
    width: 500px;
    height: 590px;
    text-align: left;
    overflow: hidden;
    clip: auto;
}

.rich-description {
	width: 470px;
}

#main-content h6 {
    font-family: Georgia;
}


#main-content-block {
	width: 500px;
	position: absolute;
	top: 0;
}



#scroll {
    width: 40px; 
    height: 550px; 
    background: url('/i/bk_scroll.gif'); 
    display: none;
    left: 950px;
    top: 110px;
    position: absolute;	
}
#scroll-handler {
    width: 40px; 
    height: 90px; 
    background: url('/i/m_scroll.gif') no-repeat center; 
    cursor: pointer; 
    position: relative; 
    top: 0px;
}


.add-to-cart {
    padding: 5px 0px 7px 20px;
    /*color: #FFE07E !important;*/
    background: url('/i/basket.gif') no-repeat left center;   	
}

.remove-from-cart {
	text-align: left;
    padding: 5px 0px 7px 20px;
    /*color: #FFE07E !important;*/
    background: url('/i/-basket.gif') no-repeat left center;   	
}

.cart-ctrl {
    float: right;
    padding: 8px 0 8px 0;	
}


#main-menu a {
    line-height: 25px;
    padding: 5px 0px 5px 35px;
    color: #f0f0f0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
#main-menu a.selected {
    background: url('/i/menu_sel.gif') no-repeat left center;
    color: #FFE07E !important;
}
#main-menu a:hover {
    color: #FFE07E !important;  
}







.copy{
    font-size: 11px;	
    color: #333;
    margin: 0 0 20px 700px;
    text-align: center;
}

.copy a:link, .copy a:visited, .copy a:active, .copy a:hover {
	color: #333;
}


.comm input, .comm textarea {
	border-right: none;
	border-top: none;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: transparent;	
}





/* Стили для окошка галлереи */


#IimgHelper {
    top: -2000px;
    position: absolute;
    display: none;
}

#blockTable {
    background: #000;
}
#blockTable td {
    padding: 0px;
}
#blockTable .blockTableDiv {
    background:  url('/public/ipopup/bk2.png'); /*'/images/rmenu-bk2.png'*/
    border: 1px solid #000; 
}

#IimgLoader {
    display: none;
}


.IabsShower {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;    
}

#blockContainer img {
    /*border: solid 1px #373c42;*/
}

#Icaption {
    font-size: 17px;   
    float: left; 
    padding: 6px 0px 0px 12px;
    
}

.Iclose {
    float: right;
    font-size: 12px;
    font-weight: bold;    
    padding: 4px 5px 0px 0px;
    cursor: pointer;
}      

.IimgItem {
    cursor: pointer;
}  

#IimgThumbs img {
    margin: 0 3px 0 3px;
    border: 1px solid #999; 
}
































