/* ------------ Body ---------------*/

body {
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background:    url(../../images/design/Background.jpg) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 13px;
}


/* ------------ Default links ---------------*/


a { color: #0079f2; font-weight: normal; text-decoration: none;}
a:hover { color: #0079f2; background-color: #dcebff;}

a img:link {border:none; background-color: transparent; } 
a img:visited {border:none; background-color: transparent; } 
a img:hover {border:none; background-color: transparent !important; } 

a:link img {border:none; background-color: transparent; } 
a:visited img {border:none; background-color: transparent; } 
a:hover img {border:none; background-color: transparent !important; } 

/* ------------ Default basic tags behavior ---------------*/

td, input, select 
{ 
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 13px;
}

cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#888888;
	text-align: justify;
	font-style: normal;
}

cite p {
	text-align: justify;
}

b {
	font-weight: bold;
	color : #333333;
}

ul {
	color: #333333;
	margin:0px;
	padding: 12px 0px 10px 10px;
	list-style:    url(../../images/design/bullet.gif) none outside;
}
ul li {
	padding-bottom: 2px;
}

/* ------------ .global ---------------*/
.global {
	width: 760px;
	margin: 0px auto; /* center the main content */
}


/* ------------ .navbar ---------------*/


/* ------------ .navbarmain ---------------*/
.navbarmain {
	background:  url(../../images/design/navbar_background.gif);
}

.navbarmain .separator{
	color: #ADCBEF;
	padding-left: 1px;
}

.navbarmain .separator-active{
	color: #e3f1ff;
	background:  url(../../images/design/navbar_selected.gif);
	padding-left: 1px;
}

.navbarmain .deco-left {
	width:6px;
	height:22px;
}
		
.navbarmain .deco-right {
	width:6px;
	height:22px;
}

.navbarmain a, .navbarmain a:visited { 
	color: white; 
	padding: 3px 10px 3px 10px; 
	display: block;
	font-weight: bold;
	line-height: 14px;
}

.navbarmain a:hover { 
	background:  url(../../images/design/navbar_over.gif);
	color: white; 
	font-weight: bold; 
	line-height: 14px;
}

.navbarmain-active a:link, .navbarmain-active a:hover, .navbarmain-active a:visited  { 
	background:  url(../../images/design/navbar_selected.gif);
	color: #296dcc; 
	background-color: #D9ECFF !important;
}


/* ------------ .navbarsub ---------------*/

.navbarsub {
	background:  url(../../images/design/navbarsub_background.gif);
}

.navbarsub .separator{
	color: #4587DB;
	padding-left: 1px;
}

.navbarsub .separator-active{
	color: white;
	background:  url(../../images/design/navbarsub_selected.gif);
	padding-left: 1px;
}

.navbarsub a {
	color: #296dcc;
	padding: 3px 10px 3px 10px;
	display: block;	
	font-weight: bold;
	line-height: 14px;
}

.navbarsub a:visited {
	color: #296dcc;	
}

.navbarsub a:hover {
	background:  url(../../images/design/navbarsub_over.gif);
	color: #296dcc;
}

.navbarsub-active a, .navbarsub-active a:link, .navbarsub-active a:hover, .navbarsub-active a:visited {
	background:  url(../../images/design/navbarsub_selected.gif);
	background-color: white !important;
}

.navbarsub .deco-left {
	background:   url(../../images/design/navbarsub_left.gif) no-repeat top left;
	width:6px;
	height:22px;
}
		
.navbarsub .deco-right {
	background:   url(../../images/design/navbarsub_right.gif) no-repeat top right;
	width:6px;
	height:22px;
}


/* ------------ .navbarsubsmall ---------------*/

.navbarsubsmall {
	background:  url(../../images/design/navbarsub_background_small.gif);
	height: 6px;
}

.navbarsubsmall .deco-left {
	width:6px;
	height:6px;
	background:   url(../../images/design/navbarsub_left_small.gif) no-repeat top left;
}
		
.navbarsubsmall .deco-right {
	width:6px;
	height:6px;
	background:   url(../../images/design/navbarsub_right_small.gif) no-repeat top right;
}
/* ------------ .boxes ---------------*/
.boxMain {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;	
	border-bottom: 1px solid #b3b3b3;
	border-top: 5px solid #9EB1FF;
	background-color: #F7F7F7;
	text-align: center;
	padding:0px;
	min-height: 50px;
	height: 50px;
}
/* ------------ .Productmenu ---------------*/
.mwmenu {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;	
	border-bottom: 1px solid #b3b3b3;
	border-top: 5px solid #6699ff;
	background-color: #F7F7F7;
	text-align: center;
	padding:0px;
	min-height: 50px;
	
}

/* ------------ .menu ---------------*/

.menu {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;	
	border-bottom: 1px solid #b3b3b3;
	border-top: 5px solid #121A4A;
	background-color: #F7F7F7;
	text-align: center;
	padding:0px;
	min-height: 50px;
	
}

.menu .navigation
 {
	width: 150px;
	margin-top: 9px;
	text-align: center;
	height: 215px;
}


.menu .navigation-light
 {
	width: 150px;
	margin-top: 9px;
	text-align: center;
	padding-left: 8px;
	height: 215px;
}

.menu .navigation-light select 
{ 
	font: 9px Arial, Helvetica, sans-serif;
	margin-top: 2px;
}

.menu .navigation a {
	text-align: left;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 1px 8px;
	display:block;
}

.menu .navigation a:visited {
}

.menu .navigation a:hover {
	background-color: #dcebff;
}

.menu .navigation .selected a {
	color: #FFFFFF;
	background:   url(../../images/design/menu_selected_item.gif);
	background-color: #4684DB !important;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0px 1px 8px;
	display:block;
	white-space: nowrap;
}

.menu .navigation .selected a:hover {
	color: #FFFFFF;
	background-color: #999;
	font-weight: bold;
}

.menu .navigation .selected a:visited {
	color: #FFFFFF;
	background-color: #999;
	font-weight: bold;
}

 .buy-text{
	color: #808080;
}

/* ------------ main --------------- */


.main .content{
	margin: 0px 0px 0px 15px;
	width: 575px;
	height: 500px;
	padding: 0px;
}

.main .banner {
	margin-bottom: 15px;
}

.mainLinks {
	
	border-bottom-color: #D78F46;
	border-bottom-width: thin;
	border-bottom-style: none;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* ------------ border --------------- */
.border {
	margin-bottom : 15px;
	padding:0px;
	border-collapse : collapse;
	border: 0px;
	}
	
.border-center {
	padding: 8px 7px 4px 7px;
}

.border-center-no-padding {
	padding: 0px;
	border: 0px;
}

.border-center-10-padding {
	padding: 10px ;
	border: 0px;
}

.border-n {
	padding:0px;
	height:7px;
	background-image :   url(../../images/design/b_n.gif);
}

.border-ne {
	padding:0px;
	width: 7px;
	height:7px;
	background-image :   url(../../images/design/b_ne.gif);
	background-repeat : no-repeat;
	background-position:top left;
}
.border-nw {
	padding:0px;
	width: 7px;
	height:7px;
	background-image :   url(../../images/design/b_nw.gif);
	background-repeat : no-repeat;
	background-position:top right;
}
.border-e {
	padding:0px;
	width: 7px; 
	background-image :   url(../../images/design/b_e.gif);
}
.border-w {
	padding:0px;
	width: 7px;
	background-image :   url(../../images/design/b_w.gif);
}
.border-s {
	padding:0px;
	height:7px;
	background-image :   url(../../images/design/b_s.gif);
}
.border-se {
	padding:0px;
	width: 7px;
	height:7px;
	background-image :   url(../../images/design/b_se.gif);
	background-repeat : no-repeat;
	background-position:bottom right;
}
.border-sw {
	padding:0px;
	width: 7px;
	height:7px;
	background-image :   url(../../images/design/b_sw.gif);
	background-repeat : no-repeat;
	background-position:bottom left;
}


.border-hsep {
	padding:0px;
	height:13px;
	background-image :   url(../../images/design/b_hsep.gif);

}
.border-hsep-e {
	padding:0px;
	width: 7px;
	height:13px;
	background-image :   url(../../images/design/b_hsep_e.gif);

}

.border-hsep-w {
	padding:0px;
	width: 7px;
	height:13px;
	background-image :   url(../../images/design/b_hsep_w.gif);

}

.border-vsep {
	padding:0px;
	width: 13px;
	height:13px;
	background-image :   url(../../images/design/b_vsep.gif);

}
.border-vsep-n {
	padding:0px;
	width: 13px;
	height:7px;
	background-image:  url(../../images/design/b_vsep_n.gif);

}

.border-vsep-s {
	padding:0px;
	width: 13px;
	height:7px;
	background-image :  url(../../images/design/b_vsep_s.gif);

}

.border-cross {
	padding:0px;
	width: 13px;
	height:13px;
	background-image :  url(../../images/design/b_cross.gif);

}


/* ------------ footer ---------------*/

.footer { margin-left: 20px; margin-right: 0px; text-align:center; color: #888888;padding-top: 15px;}
.footer a{ color: #333333; font-weight: normal; }
.footer a:visited{ color: #666; font-weight: normal; }
.footer a:hover{ color: #333333; font-weight: normal; }


/* ------------ news ---------------*/

.news a{ color: #333333; font-weight: normal; }
.news a:visited{ color: #666; font-weight: normal; }
.news a:hover{ color: #333333; font-weight: normal; }


/* ------------ H ---------------*/
hLarge {
	font-size: 2em;
	margin-bottom: 0em;
	font-weight: bold; 
	line-height: 22px;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0em;
	font-weight: bold; 
	line-height: 18px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: -10px;
}

/* ------------ HR ---------------*/

.hr-big {
	border: none 0px;
	width: 100%;
	height: 2px;
	background-color: #FF7F00;
	color: #FF7F00;
}

hr {
	border: none 0px;
	width: 100%;
	height: 1px;
	background-color: #B3B3B3;
	color: #B3B3B3;
}



/* ------------ Screenshots ---------------*/

.screenshot-zone{
	float: right;
	width: 130px;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

.screenshot {
	padding: 2px;	
	border: solid 2px #007CC2;
	margin: 2px;
}

/* ------------ Tables ---------------*/

.table-info {
	margin-bottom : 10px;
	padding:0px;
	border-collapse : collapse;
	border-spacing:0px;

}

.table-info td{
	padding:3px !important;
	border-bottom : solid 1px #b3b3b3;
}

.table-info .table-info-header td{
	padding:3px;
	padding-bottom:5px;
	border-bottom: solid 2px #FF7F00;
	font-weight:bold;
	
}

.table-info .no-border{
	border-bottom: 0px !important;
}


/* ------------ Form style ---------------*/

.form_input_header {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}
.form_input{
	text-align: left;
	padding: 0px;
	border-left: solid 5px #FFFFFF;
}
.form_input_required {
	text-align: left;
	border-left: solid 5px #FFBF7F;
}


/* ------------ Other ---------------*/

.photo-right{
margin: 0px 0px 15px 15px;
}

.subtitle
{
color: #4587db;
font-weight: bold;
}

