@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    margin:0;
    padding:0;
    min-width: 800px;
}

.both {
	clear: both;
}

.popularProductBlock {
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.popularProduct {
	width: 200px;
	float: left;
}
.popularProduct IMG {
}

IMG {
	border: 0;
}

A {
	color: #db3b54;
	text-decoration: none; 
}

A:hover {
	text-decoration: underline; 
}

.contentHeader {
    font-weight: 600;
    font-family: Times;
    font-size: 20px;
}

.contentTbl TD {
    vertical-align: top;
}
.blkHeader {
    height: 31px; 
    background: url(/layouts/delroy2/_img/blk2.gif) top left repeat-x;
    text-align: center;
    padding-right: 15px;
    font-family: Monospace;
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
    color: white;
}
.blkHeaderT a {
	color: #fff;
	text-decoration: none;
}
.blkHeaderT a:hover {
	text-decoration: underline;
}
.blkHeaderT {
    text-align: center;
    padding-right: 15px;
    font-family: Monospace;
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
    color: white;
}
.blkHeader a {
	color: #fff;
	text-decoration: none;
}
.blkHeader a:hover {
	text-decoration: underline;
}
.topPanel {
    width: 220px;
    padding: 10px;
}
.topMenu, TR.topMenu, TR.topMenu TD {
    height: 19px;
}
.topMenu TD {
    color: white;
    font-weight: 600;
    font-family: Verdana;
    font-size: 10px;
}
.topMenuItem {
    width: 120px;
}
.topMenuItem A {
    color: white;
    font-weight: 600;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
}

.topMenuItem A:hover {
    color: red;
}

.topMenuItem TABLE {
    height: 19px;
    width: 100%;
    border: 0;
}
.topMenuItem TABLE TR TD {
    text-align: center;
} 
.contentBlock {
    border: 1px solid #87bcf9;
    background: #eceff8;
    padding: 5px;
    margin-bottom: 10px;
    
}
.block-content {
    margin: 5px;
    min-height: 50px;
}
A.bottomMenuItem {
    color: #2589fb;
    font-weight: 600;
    font-family: Verdana;
    font-size: 11px;
    margin-right: 30px;
}
.copyright {
    height: 15px; 
    background: #78b3f7; 
    text-align: right;
}
.copyright A {
    font-weight: 600;
    font-family: Verdana;
    font-size: 10px;
    margin-right: 10px;
    text-decoration: none;
    /*color: #d41230;*/
    color: white;
}
.copyright A:hover {
    text-decoration: underline;
}

.priceCategoryLevel1 {
	padding-left:20px;
}
.priceCategoryLevel2 {
	padding-left:40px;
}
.priceCategoryLevel3 {
	padding-left:60px;
}
.priceCategoryLevel4 {
	padding-left:80px;
}
.priceCategoryLevel5 {
	padding-left:100px;
}
.priceProduct {
	padding-left:20px;
}

.hgray {
    border: 1px solid #87bcf9;
    background: #eceff8;
    padding: 5px;
    border-bottom: 0;
}

.border_gray {
    border: 1px solid #87bcf9;
    border-top: 0;
    background: #eceff8;
    padding: 5px;
    margin-bottom: 10px;
}

.CatalogProduct, .NewsListContent {
	clear: both;
	border: 1px solid #87bcf9;
    background: #eceff8;	
}

.CatalogCategories, .SearchResults {
    background: #eceff8;	
	border: 1px solid #87bcf9;
    padding: 5px;
}

.CatalogHeader, .CatalogProductHeader, .NewsListHeader {
	display: none;	
}
.popularProduct img {
	max-width:150px;	
}
