﻿/* MAIN LAYOUT */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 0px 12px 0 0;
    overflow: hidden;
}

/* STRUCTURE */
.inner-container {
	background: #FFF;
	margin: 0 auto;
	width: 770px;
    text-align:left;
}

.plainbox
{
    margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left: 0;
	top: 0;
}
.plainbox2
{
    margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left: 0;
	top: 0;
}

.outer-container {
	background: url('Images/container.jpg') no-repeat center bottom;
}
/* END STRUCTURE */

/* HEADER */
.header {
	height: 190px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}
.HeaderShaded { color: silver }
/* END HEADER */

/* FOOTER */
.footer {
    /*width: 100%;*/
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
    height: 45px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
/* END FOOTER */

/* CONTENT */
.content {
    margin-left: 210px;
	padding-bottom:30px;
	padding-top:0px;
	padding-left:2px;
	width: 540px;
	}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	font-size:10pt;
}
.content p 
{
    font-family: "Lucida Sans Unicode",sans-serif;
    font-size:10pt;
}
/* END CONTENT */

/* MENU BAR */
.path 
{
	width: 770px;
	height: 22px;
    background-image: url(/themes/sbm/images/myCartBg.gif);
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #FAFAFA;
}
.path li,.path ul {display: inline;}
.path a {
	text-decoration: none;
	margin-right: 16px;
	color: #FAFAFA;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}
/* END MENU BAR */

.CatalogTable
{
    border-bottom: gainsboro 1px solid;
    margin-bottom: 10px;
    width: 100%;
}
