/* Design by CMS Lounge  */
/* Get more like this at http://www.cmslounge.com  */

body {
	margin-left: 0px;
	margin-top: 71px;
	margin-right: 0px;
}
body,td,th {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;  <!-- #7F7F7F; --!>
}

#logo_box {
	margin-left: 50px;
}
#header_box {
	position:relative;
	height:119px;
	width: 100%;
	background-color:#333366;   <!-- Original: #92B504; --!>
}
#dot_line {
	position:relative;
	background-image:url(../images/dot_hor.gif);
	background-repeat:repeat-x;
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;

}
#main_box {
	position:relative;
	margin-left: 49px;
	margin-top: 20px;
	width: 865px;
}

#main_block {
	position:relative;
	float:left;
	width:650px;
        border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
        border-bottom-width: 1px; 
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
        border-bottom-color: #E6E6E6;
	padding: 15px;
	height: auto;
   }

#right_block {
	position:relative;
	float:right;
	width: 150px;
        margin-left: 5px;
        border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
        border-bottom-width: 1px; 
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
        border-bottom-color: #E6E6E6;
	padding: 10px;
	height: auto;
}

.mainlevel, a.mainlevel:link, a.mainlevel:visited, a.mainlevel:hover
 {
	font-size: 13px;
	font-weight: bold;
	color: #333366;
	padding-right: 11px;
	text-decoration:none;
}
#active_menu-mainnav, a#active_menu-mainnav:link, a#active_menu-mainnav:visited {
	color: #990000;
}
/* OTHER TAGS */
hr  {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
}
a:link   {
	color: #333366;
	text-decoration: underline;
}
a:hover, a:visited {
	color: #333366;
 }

.contentpaneopen {
}

.componentheading, .contentheading {
	font-weight: bold;
	font-size: 12px;	
}
.sectiontableheader {
	font-weight: bold;
}
.sectiontablefooter {
}
.sectiontableentry1 { 
	background-color : #FFF; 
}
.sectiontableentry2 {}
.small {
	 font-size: 10px;
}
table.contenttoc {
	 padding: 2px;
}
table.contenttoc th {}

.mainlevel-bottom {
	padding-left:3px;
	padding-right:3px;
}
.searchfield {
	border: 1px solid #9FA8A9;
	font-size:10px;
	text-indent: 2px;
	padding:2px;
	color:#444;
}
table.moduletable 
{
	width            : 100%;
	margin-bottom    : 5px;
	text-align       : left;

}
table.moduletable th
 {
        width: 100%;
        height: 130%;
        font-size: 14px;
        color: #000000;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
}
ul {
	}

li {
	
	list-style-image: url(../images/arrow.png);
	
	}
	
/* Printer Friendly Page */
body.contentpane {
font: 76.1%/1.5 Tahoma, Arial, Sans-serif; 
width: auto;
margin: 1em 2em;
background: #fff;
color: #333;
text-align: left;
}
/* VIRTUEMART SPECIFIC STYLES */

.vm_catname {
font-size: 1.4em;
color: #fff;
background: #5B5B8A;
padding: 0 5px 0 5px;
}

.vm_catname a, .vm_catname a:link, .vm_catname a:visited {
text-decoration: underline;
}  

.vm_catname a:hover {
text-decoration: none;}

.vm_h3 {
font-weight: normal;
font: 76.1%/1.5 "Lucida Grande", Arial, Sans-serif;
margin: 0 0 .3em;
color: #5B5B8A;
font-size: 1.8em;
padding-bottom: 0;
}

.vm_prodwrap {
float: left;
width: 100%;
margin-bottom: 10px;
}

.vm_prodimg {
float: left;
width: 55%;
}

.vm_prodaction {
float: right;
width: 42%;
}

a.pathway {
font-weight: normal;
}

.price {
font-size: 1.4em;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #4F4F4F;
}

.button {
	font-weight: bold;
	color: #4F4F4F;
	background: url(../images/grad1.gif) repeat-x bottom #FFFFFF;
	border: 1px solid #CACACC;
	padding: 2px;
}

.select {
	width: 10px;
}
.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	background: #FFFFFF;
	border: 1px solid #CACACC;
         width: 100px;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFCC;
}