body {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;    
}
p, div {
    margin: 0;
    padding: 0;
}
a:link, a:active, a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.border {
    border: 1px dotted #6699ff;
}

#rMain_ru {
    background: url(../images/bg_internal_ru.jpg) no-repeat;
    width: 800px;
    height: 700px;
	border: 1px dotted #6699ff;
}
#rMain_ru > div {
    padding: 35px 35px 20px 40px;
}

#rMain_de {
    background: url(../images/bg_internal_de.jpg) no-repeat;
    width: 800px;
    height: 700px;
	border: 1px dotted #6699ff;
}
#rMain_de > div {
    padding: 35px 35px 20px 40px;
}

#rMain {
    background: url(../images/bg_internal.jpg) no-repeat;
    width: 800px;
    height: 700px;
	border: 1px dotted #6699ff;
}
#rMain > div {
    padding: 35px 35px 20px 40px;
}

#rLogo {
    width: 294px;
    height: 55px;
    background: url(../images/logo_internal.gif) top no-repeat;
    color: #ff6600;
    font-size: 18px;
    font-style: italic;
    margin-left: -10px;
}
#rLogo p {
    padding: 33px 0px 0px 10px;
}

#rFooter {
    float: right;
    clear: both;
    font-size: 11px;
}
#rHeader {
    width: 780px;	
    padding: 0px 10px 10px 10px;
    color: #666666;
}

.title {
    color: #000000;
    font-size: 18px;
	font-style: bold;
}

.price {
    font-style: italic;
}

.catList, .catList a:link, .catList a:active, .catList a:visited {
    color: #333333;
    font-style: bold;
    text-decoration: none;
}
.catList a:hover {
    text-decoration: underline;
}
.catItem {
    color: #000000;
    float: left;
    margin-right: 30px;
}
.catCur {
    color: #000000;
    font-weight: bold;
}

.catInfo {
    color: #CC0000; 
	font-size: 16px;    	  
}

.item {    
    margin-right: 18px;
    margin-top: 15px;
    float: left;
}
.itemImg {
    width: 195px;
    height: 130px;
    text-align: center;
    background: #ffffff;
    border: 1px dotted #666666;    
}
.itemImg img {
    margin: 7px;
}
.itemInfo {
    margin: 7px 0px 0px 7px;
}

.fLeft {
    float: left;
}
	
.fRight {
    float: right;
}

.mid {
	vertical-align:middle;
	padding-top:5px;				
}

.clear {
    clear: both;
}
.error {
    color: #ff0000;
}

.copyright {
    color: #666666;
}

.copyright a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0066FF;
    text-decoration: underline;
}


/* Pagination */
div.pagination
{
    padding: 3px;
    margin: 3px;
    float: left;
}

div.pagination a
{
    color: #666666;
    font-size: 14px;
	text-decoration: none;
    font-family: Arial;		
    margin: 2px;
}

div.pagination a:hover, div.pagination a:active
{
    font-size: 14px;
    font-family: Arial;
	text-decoration: none;
    color: #CCCCCC;
    margin: 2px;
}

div.pagination span.current
{
    color: #660000;
    font-size: 14px;
    font-family: Arial;	    
    text-decoration: none;
    margin: 2px;
}
div.pagination span.disabled
{
    font-size: 14px;
    font-family: Arial;
	background-color: #666666;
    text-decoration: none;
    margin: 2px;
    color: #CCCCCC;
} 

