body {
    background:#fff url(../images/body_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
*{
outline: none;
}

#mainWrap {
	margin: 0 auto;
	width: 900px;
	position: relative;
	background-color:#fffff;
	border:0px solid red
}

#wrdInfoWrap {
	background-color: #007586;
	height: 121px;
	margin:0;
	padding:0;
	border: 0px red solid;
}

#wrdInfoWrapLeft {
	float: left;
	width: 500px;
	padding: 0px;
}

#wrdInfoWrapRight {
	float: right;
	width: 340px;
	padding: 10px;
}

#wrdInfoWrapRight A:link, #wrdInfoWrapRight A:visited, #wrdInfoWrapRight A:active {
	color: #333333;
	text-decoration: underline;
}

#wrdInfoWrapRight A:hover {
	color: #007183;
}

#wrdTutorialInfo {
	background-color: #FFFFFF;
	padding: 5px;
	border: 0px red solid;
}

#headerWrap {
	width: 100%;
	height: 30px;
	background-color: #FF7908;
	border: 0px #999999 solid;
}



#contentWrapLeft {
	float: left;
	width: 640px;
}


#contentWrapRight {
	float: right;
	width: 260px;
}

.productWrap {
	float:left;
	width: 170px;
	margin: 5px;
	padding:10px;
	text-align:center;
	color:#7a7a7a;
	border: 1px #EBEBEB solid;
}

.productNameWrap {
	color: #990000;
	font-weight:bold;
	font-size:14px;
}

.productPriceWrap {
	background-color: #CCCCCC;
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

.productPriceWrap img {
	border: 0;
}

#basketWrap {
	margin: 10px;
	background-color: #EBEBEB;
	padding-bottom: 5px;
}

#basketTitleWrap {
	background-color: #007183;
	border: 3px #CCCCCC solid;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}

#basketItemsWrap img {
	border: 0;
}

#basketItemsWrap ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#basketItemsWrap li {
	background-color: #ffffff;
	margin: 5px;
	font-size: 12px;
}

.basketItemLeft {
	float: left;
}

.basketItemRight {
	float: right;
}

.basket-description {
	color: #1E1E1E;
	font-weight: normal;
	font-size: 12px;
}

.bannerWrap {
	color: #007183;
	font-size: 12px;
	line-height:18px;
	background:#F3F3F3;
	margin: 10px;
	padding: 5px;
	border:1px solid #007183;
	text-align:center;
}
.bannerWrap h1{
	font-size:16px;
	color: #007183;
	margin: 7px 0;
	padding: 0px;
	text-align:center;
}

#footer {
	margin: 0 auto;
	width: 900px;
	height: 30px;
	margin-top: 10px;
	border: 1px solid #FF7908;
	background: #007183;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;

}

#footer a, #footer a:link, #footer a.active, #footer a:visited{
color: #fff;
font-size: 12px;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

#cart{
background: url(../images/Shoppingcart_128x128.png) no-repeat left top;
width: 128px;
height: 128px;
z-index: 100;
position: absolute;
left: 775px;
top: 85px;
}


a:link, a:active, a:visited {
	color: #454545;
	text-decoration: underline;
}
a:hover {
	color: #007183;
	text-decoration: underline;
}

span.must{
color:red;
}


#checkoutLink{
font-size: 14px;
text-align: center;
background-color: #fff;
font-weight: normal;
border: 1px solid #007183;
}
#checkoutLink:hover{

}
#checkoutLink a:link, #checkoutLink a:active, #checkoutLink a:visited {
	color: #007183;
	text-decoration: none;
}
#totalAmount{
color: #990000;
}
#checkoutLink a:hover {
	color: #007183;
	text-decoration: none;
	background-color: #FFFFCC;
}

/***************************************************************/
.productHead{
background-color: #fff;
font-weight: bold;
color: #007183;
}
.productRow{
background-color: #B9DEE4;
}
.productBottom{
background-color: #007183;
font-weight: bold;
color: #fff;
}
.upplGreid{
color: #007183;
font-weight: bold;
}
.athText{
color: #007183;
font-size:14px;
}
div.options{
background: #C3F0F7;
color:red;
}
div.options table{
background: #C3F0F7;
width:80%;
border:1px solid #fff;
margin-bottom: 2px;
}

div.listi{
padding:3px;
position:relative;
float:left;
width:90px;
font-weight:bold;
padding-right:10px;
border:0px solid;
}
div.listi2{
margin-left:100px;
padding:3px;
}
.proName{
font-weight:bold;
font-size: 14px;
color: #990000;
}
.proDescr{
font-weight:normal;
}
/* Menu Hor */
#headerWrap div{
padding-left:25px;
padding-top:5px;
color:#000;
}
#headerWrap a:link, #headerWrap a:active, #headerWrap a:visited{
text-decoration:none;
color:#000;
font-weight: bold;
}

#headerWrap a:hover, #headerWrap a.selected{
text-decoration:none;
color:#fff;
font-weight: bold;
}

.highslide-html-content{
width: 600px;
height: 400px;
}



