/*Zeroing block elements for browser compatibility*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

.titleRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.titleRed a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
}
.titleRedLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.titleRedLarge a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
}
.titleGreen a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #037B1B;
	text-decoration:none;
}
.titleGreenLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #037B1B;
}
.titleGreenLarge a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #037B1B;
	text-decoration:none;
}


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #46026E;
}
.content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #46026E;
}
.contentGr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #037B1B;
}
.contentGr a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #037B1B;
}

.contentRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration:none;
}
.productlist{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}
.productlist a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
.rightborder {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-right-color: #73799E;
}
.greenContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #007212;
}
.redTitleLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B53A59;
}
.purpleBorder{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:#AD8EB9;
	border-left-color: #AD8EB9;
}
.purpleBorderBottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#460061;
}
.redBorder{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:#EC8B81;
	border-left-color: #EC8B81;
	
}
.redBorderBottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#7BB486;
}
.greenBorder{
	border: 1px solid #CCCCCC;	
}
.greenBorderBottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#EC8B81;
}
.blackContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.contentSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #46026E;
}
.inputQty {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #776F84;
	border: #CCCCCC solid 1px;
	width: 14px;
	}
	
	.tableBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #EDEFF6;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #46026E;
	}
.input {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333;
	border: #BC69A1 solid 1px;
	
}
.input2{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333;
	border: #E8CCDF solid 1px;
	width: 170px;
}
img.floatLeft { float: left; 
margin: 4px; }

img.floatRight { float: right; 
margin: 4px; } 

