﻿td.TitleCurveLeft
{
	background-image: url(Images/title_curve_left.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 31px;
}

td.TitleCurveRight
{
	background-image: url(Images/title_curve_right.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 31px;	
}

td.TitleRepeatedPixle
{
	background-image: url(Images/title_pixle.jpg);
	background-repeat: repeat-x;
	height: 31px;	
}

td.SubTitleBar
{
	background-image: url(Images/ShoppingCartBar.JPG);
	background-repeat: repeat;	
}

.ProductOffersHeader
{
	background-image: url(Images/prod_header_00.jpg);
	background-repeat: repeat-x;	
	height: 67px;
	width:430;	
}

.ProductOffersHeaderBackground
{
	background-image: url(Images/cloud_pixle.jpg);
	background-repeat: repeat-x;	
	height: 67px;
	border-left: solid 1px #E0E0E0;
	border-right: solid 1px #E0E0E0;		
}

.ProductOffersHeader
{
	background-image: url(Images/prod_header_00.jpg);
	background-repeat: repeat-x;	
	height: 67px;
	width:438;	
}

.AnyButton
{
	background-image: url(Images/button.jpg);
	width: 155;
	height: 17;
}




.title {
	font-weight: bold;
	font-family: georgia;
	font-size: 12px;		
    text-transform: uppercase; 
	color: #043374;	
}


.block_title_1
{
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;	
	color: #043374;
	padding-left: 5px;
}
.block_title_2{	
    font-family: georgia;
	font-size: 11px;
	font-weight:normal;	
	color: #043374
}

.text{	
	font-family: verdana;
	font-size: 10px;		
	font-weight: normal;	
	color: Black;
}

.ItalicText{	
	font-family: Tahoma;
	font-size: 12px;		
	font-weight: normal;
	color: Black;
	font-style:italic;
}

.blueText
{
	font-weight: bold;
	font-family: georgia;
	font-size: 14px;		
    text-transform: capitalize;
	color: #0A38C1;		
}

.productName{	
    font-family: georgia;
	font-size: 12px;
	font-weight:bold;	
    text-transform: capitalize; 
	color: #F27300
}

.productName2{	
    font-family: georgia;
	font-size: 12px;
	font-weight:bold;	
    text-transform: capitalize; 
	color: #1079B0;
}


.links
{
	color:#061E97;
    font-family: verdana;
	font-size: 10px;			
}

.price{	
	font-family: verdana;
	font-size: 11px;	
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:  #C00000;
}

                
.boldText{	
	font-family: verdana;
	font-size: 11px;	
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: Black;
}

.smallBoldText{	
	font-family: verdana;
	font-size: 10px;		
	font-weight: bold;	
	color: Black;
}

.TableBorders
{
	border-left: solid 1px #E0E0E0;
	border-right: solid 1px #E0E0E0;
	padding-left: 10px;
}

.BoxBorders
{
	border-left: solid 1px #E0E0E0;
	border-right: solid 1px #E0E0E0;
	border-top:solid 1px #E0E0E0;
	border-bottom:solid 1px #E0E0E0;	
}

.TitleRepeatedPixleWithBorders
{
	border-left: solid 1px #E0E0E0;
	border-right: solid 1px #E0E0E0;
	background-image: url(Images/title_pixle.jpg);
	background-repeat: repeat-x;	
	height: 31px;	
}

.footer
{
	font-family: Georgia;
	font-size: 11px;
	color: #031468;
}


.greenBox
{
	background-image: url(Images/greenSquar.JPG);    
    background-repeat: repeat;
}

.blueBox
{
	background-image: url(Images/ShoppingCartBar.JPG);    
    background-repeat: repeat;	
	padding-left: 20px;
}

td.whiteBox
{
	background-color:White;        
	padding-left: 20px;	
}

.LightBlueBox
{
	background-image: url(Images/LightBlueSquare.jpg);    
    background-repeat: repeat;	
	padding-left: 20px;			
}

.row
{
	background-image: url(Images/ShoppingCartBar.JPG);    
    background-repeat: repeat;	
    padding-left: 20px;
    text-align:left;
       
}

.alternateRow
{
	background-color: White;
	padding-left: 20px;
	text-align:left;
	
}

.separatorLine
{
	background-image: url(Images/separatorPixle.jpg); 
	background-repeat: repeat-y;
}

.paddingSides
{
	padding-left: 20px;
	padding-right:20px;
}

.sidePadding
{
	padding-left: 20px;
}

.noWrap
{
	white-space: nowrap;
}

.BlueBackground
{
	background-color:#B9DEF1;	
}