/*////////////////////////////////////////
// General CSS V 1.1 					//
// ©2006 iSource intellegent solutions	//
////////////////////////////////////////*/
/*////////////////////////////////////////////////////////
// Notes: 												//
// - IF you want to add more classes please feel free	//
//   to add them in the end of this document in the 	//
// 	 section "Developer-added classes"					//
////////////////////////////////////////////////////////*/
/* //////////  Controls    ///////////////////*/



.hovermenu ul{

padding-left: 0;
margin-left: 0;
height: 10px;
border: 2px solid #3D3D3D;

}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;

background-color: #3D3D3D;
border: 2px solid #3D3D3D;
padding-right:10px;
padding-left:10px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

.hovermenu ul li a:hover{
background-color: #000000;
border-style: outset;
color:#ffffff;

}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
color:#ffffff;

}
.Separator{
 

background-color:#29304c;
height:1px;
}

/* //  Text Boxes  ///////////////*/
.vlargetextbox, .largetextbox, .mediumtextbox, .smalltextbox, .fullWidthtextbox {
	color: #364e7b;
	font-family: verdana;
	font-size: 9px;

	border: #eeefef 1px dotted;
	height:18px;
}
.vlargetextbox {

	width: 300px;
}
.largetextbox {

	width: 350px;
}
.mediumtextbox {

	width: 100px;
}
.smalltextbox {

	width: 35px;
}
.fullWidthtextbox {

	width: 100%;
}
/* //  DropDown Menus  ///////////////*/
.vlargedropdownmenu, .largedropdownmenu, .mediumdropdownmenu, .smalldropdownmenu, .fullwidthdropdownmenu {

	background-image: url(../images/form_bg_03.gif);
	background-repeat: no-repeat;
	color: #364e7b;
	font-family: verdana;
	font-size: 9px;

	border: #eeefef 1px dotted;
		height:70px;
}
.vlargedropdownmenu {
	width: 200px;
}
.largedropdownmenu {
	width: 150px;
}
.mediumdropdownmenu {
	width: 100px;
}
.smalldropdownmenu {
	width: 35px;
}
.fullWidthdropdownmenu {
	width: 100%;
}
/* //  Text Area  ///////////////*/
.vlargetextarea, .largetextarea, .fullWidthtextarea {
	color: #364e7b;
	font-family: verdana;
	font-size: 9px;

	border: #eeefef 1px dotted;
		height:30px;
}
.vlargetextarea {

	width: 200px;
}
.largetextarea {

	width: 350px;
}
.mediumtextarea{
width:100px;}
.smalltextarea{
width:35px;}
.fullWidthtextarea {
	width: 100%;
}
/* //  applying background image to all textboxes, textareas, and dropdownlists  ///////////////*/
.vlargetextbox, .largetextbox, .mediumtextbox, .smalltextbox, .fullWidthtextbox, .vlargedropdownmenu, .largedropdownmenu, .mediumdropdownmenu, .smalldropdownmenu, .fullwidthdropdownmenu, .vlargetextarea, .largetextarea, .fullWidthtextarea {
	background-image: url("../images/Form_controls_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 2px;
		background-color:#f3f5f5;
}
/* //  Buttons  ///////////////*/
.largebutton, .mediumbutton, .smallbutton, .fullWidthbutton ,.vlargebutton{
	text-decoration: none;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #333333;
	border: 1px ridge #666666;
	text-align: center;
	font-weight: bold;
	cursor: pointer; /*//// fopr the button background image ////*/

	background-repeat: repeat-x;
	background-position: left top;

}
.largebutton {
	height: 20px;
	width: 100px;
}
.vlargebutton {
	height: 20px;
	width: 120px;
}
.mediumbutton {
	height: 20px;
	width: 60px;
}
.smallbutton {
	height: 20px;
	width: 30px;
}
/* //  Grids  ///////////////*/
.gridheader {
	background: #29304c;
	font-family: Verdana;
	font-size: 12px;
	color:#ffffff;
}
.griditem {
	background: #edeeee;
	font-family: Verdana;
	font-size: 12px;
	color: #29304c;

	
}
.gridalternativeitem {
	background: #29304c;
font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	
}






.gridheader A {
	text-decoration: none;
}
.gridheader A:link {
	color: #ffffff;
	text-decoration: Underline;
}
.gridheader A:visited {
	color: #ffffff;
	text-decoration: Underline;
}
.gridheader A:active {
	color: #ffffff;
	text-decoration: none;
}
.gridheader A:hover {
	color: #ffffff;
	text-decoration: none;
}
/* //  Other Controls  ///////////////*/
.checkbox {
		color: #29304c;
}
.radiobox {
		color: #29304c;
}
/* //////////  Non-Controls    ///////////////////*/
/* //  Titles  ///////////////*/
.largetitlebold {
	text-decoration: none;
	font-family: verdana;
	font-size: 20px;
	color: #29304c;
	font-weight: bold;

}
.mediumtitlebold {
	text-decoration: none;
	font-family: verdana;
	font-size: 18px;
	color: #29304c;
	font-weight: bold;

}
.smalltitlebold {
	text-decoration: none;
	font-family: verdana;
	font-size: 16px;
	color: #29304c;
	font-weight: bold;

}
.largetitle {
	text-decoration: none;
	font-family:verdana;
	font-size: 14px;
	padding-left:15px;

	
	color: #ffffff;

}
.mediumtitle {
	text-decoration: none;

	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
a.mediumtitle {
	text-decoration: none;

	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

.smalltitle {
	text-decoration: none;
	font-family: verdana;
	font-size: 16px;
	color: #29304c;

}
.labelsmall {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 2px;
	vertical-align: top;
	padding-top: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.label {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}



.labelbold {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight:bold;

}


.text {
font-family: verdana;
	font-size: 12px;
	color: #000000;
	

}
.whitetext {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;

	

}

.price {
	color: #d21c3e;
	font-weight: bold;
	font-size: 16px;
	font-family: verdana;
}


.discountprice {
	font-family:verdana;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	text-decoration:line-through;
}


.labelgray{
	color: #3b4551;
	font-size:12px; font-family:Verdana; 
}




/*//  Links  ///////////////*/
.link {
	text-decoration: none;
	color: #5d2304;
	font-family:verdana;
	
	
}
a.link{ text-decoration: none;	
	color: #5d2304;
	font-family: verdana;
	font-size: 11px;}
	
	
a.link:link {color: #5d2304;}
A.link:visited {color:#5d2304;}
A.link:active {color: #5d2304; }
A.link:hover {color: #666666;}




a.detailslink{ color:#252740;	
font-family: verdana;
	font-size: 11px;}
a.detailslink:link{ color:#252740;}
a.detailslink:visited{ color:#252740;}
a.detailslink:hover{ color:#252740;}
a.detailslink:link{ color:#252740;}




.linksmall {
	text-decoration: none;
	color: #990c1d;
	font-family:verdana;
	text-align:left;
	
	font-size: 10px;
}
a.linksmall{ 
text-decoration: none;	
color: #990c1d;
font-family: verdana;
font-size: 10px;}
a.linksmall:link {color: #990c1d;}
A.linksmall:visited {color: #990c1d;}
A.linksmall:active {color: #990c1d; }
A.linksmall:hover {color: #b81024;}

.linkBold {
	text-decoration: none;
	color: #5f5d5e;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
a.linkBold {
	text-decoration: none;
}
a.linkBold:link {
	color: #5f5d5e;
		text-decoration: none;
}
A.linkBold:visited {
	color: #5f5d5e;
		text-decoration: none;
}
A.linkBold:active {
	color: #5f5d5e;
	text-decoration: none;
}
A.linkBold:hover {
	color: #666666;
		text-decoration: none;
}



.linkwhite {
	text-decoration: none;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	text-decoration:none;
}
a.linkwhite {
text-decoration:none;
}
a.linkwhite:link {
	color: #FFFFFF;
text-decoration:none;
}
A.linkwhite:visited {
	color: #FFFFFF;
text-decoration:none;
}
A.linkwhite:active {
	color: #E7F0F8;
text-decoration:none;
}
A.linkwhite:hover {
	color: #E7F0F8;
	text-decoration:underline;
}

/* //////////  OTHER classes    ///////////////////*/
.validator {
	color: #7c2b00;
	font-family: verdana;
	font-size: 12px;

}
.Imageborder {
	border: 1px solid #252740;
}
