@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 71.1%;
	color: #555;
	background-color: #27343c;
	background-image: url(../images/topbck.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.int {
width:858px;
margin:0px auto;
}

.top, .main, .footer {
width:100%;
float:left;
}

.main {
background-color:#FFFFFF;
line-height:22px;
}

.logo {
width:283px;
height:90px;
float:left;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}

.topmenu {
float:left;
width:100%;
background-image:url(../images/topmenu.jpg);
background-position:bottom;
background-repeat:no-repeat;

}

.sidemenu {
float:right;
width:auto;
}

.left {
float:left;
width:180px;
background-image:url(../images/sidebar_bck.jpg);
background-repeat:no-repeat;
background-position:top right;
padding:10px;
}

.right {
float:right;
width:640px;
padding:10px 10px 0 0;
}

.rightleft {
float:left;
width:440px;
}

.rightleft2 {
float:left;
width:610px;
}

.rightright {
float:right;
width:180px;
padding:0 0 0 10px;
border-left:1px dotted #d8d8d8;
}

.bottom {
background-image:url(../images/footerbottom.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#bd5638;
width:838px;
float:left;
padding:10px;
color:#fff;
}

.bottomleft, .bottomcenter, .bottomright {
width:30%;
float:left;
padding:1.5%;
}

.bottomleft, .bottomcenter {
background-image:url(../images/bottomsep.jpg);
background-position:top right;
background-repeat:repeat-y;
}

.footer {
float:left;
width:96%;
color:#a6a6a6;
padding:2%;
font-size:0.88em;
}

.box {
background-image:url(../images/boxbck.jpg);
background-repeat:repeat-y;
width:100%;
float:left;
}

.boxbottom {
width:100%;
float:left;
background-image:url(../images/boxbottom.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

.boxint {
padding:0 10px 5px 10px;
}

/*Text and Headline Classes*/

.small, .modifydate {
font-size:0.88em;
color:#999;
}

h2, .contentheading {
color:#80a8c1;
margin:0;
padding:10px 0;
font-size:2em;
border-bottom:1px solid #ededed;
}

h3, .componentheading {
color:#8cb613;
margin:0;
padding:5px 0;
font-size:1.4em;
border-bottom:1px solid #ededed;
margin-bottom:5px;
}

h3 {
color:#80a8c1;
}

.box h3 {
background-image:url(../images/boxtop.jpg);
background-repeat:no-repeat;
background-position:top;
color:#666;
font-size:1.2em;
padding:5px 0 5px 10px;
border-bottom:none;
}

.moduletable_menu h3, .moduletable h3 {
background-image:url(../images/indent.jpg);
background-position:left;
background-repeat:no-repeat;
padding: 5px 0 5px 16px;
margin-top:7px;
}

.bottom h3, .bottom a:link, .bottom a:visited {
color:#fff;
background-image:none;
padding:5px 0;
}

/*List Styles*/
ul, li, ul li {
padding:0;
margin:0;
list-style:none;
}

.sidemenu ul li, .topmenu ul li {
float:left;
list-style:none;
}

/*Link Classes*/

a:link, a:visited {
color:#8cb613;
}

.sidemenu a:link, .sidemenu a:visited {
color:#fff;
text-decoration:none;
padding:10px 10px;
height:26px;
line-height:26px;
border-left:1px solid #42515a;
}

.sidemenu a:hover {
color:#dee7ed;
}

.topmenu a:link, .topmenu a:visited {
color:#dee7ed;
padding:7px 16px;
text-decoration:none;
height:42px;
line-height:42px;
font-size:1.2em;
border-right:1px solid #80a8c1;
}

.topmenu a:hover {
color:#fff;
}

.topmenu li#current a:link {
color:#fff;
}

.moduletable_menu a:link, .moduletable_menu a:visited {
padding:5px 0;
text-decoration:none;
display:block;
border-bottom:1px dotted #ccc;
}

.moduletable_menu a:hover {
color:#222;
}

a.readon:link {
background-color:#c55d3e;
text-align:center;
margin-top:6px;
height:24px;
line-height:24px;
width:89px;
padding:6px;
}

a.readon:link {
color:#fff;
text-decoration:none;
}

img {
border:none;
}



/*Special Virtuemart Classes*/

.button {
border:1px solid #999;
}

input.addtocart_button_module {
background-image:url(../images/cartadd.jpg);
background-repeat:no-repeat;
background-position:top center;
color:#444;
font-size:0.88em;
padding:7px 10px 10px 26px;
border:none;
background-color:#fff;
}

.product-Old-Price{
color:#999;
text-decoration:line-through;

}

.productPrice {
background-color:#990000;
font-weight:bold;
color:#fff;
padding:5px 20px;
}

.inputbox {
width:110px;
border:1px solid #999;

}

.vmCartContainer, .vmCartChild {
background-color:#ededed;
border:1px dotted #999;

}