* { 
padding : 0; 
margin : 0; 
} 
a {
color : #003DF5;
}
img { 
padding : 5px; 
border : 0px solid #003DF5; 
} 

h3 {
color:#003DF5;
}

img.floatTL { 
float : left; 
margin-right : 10px; 
margin-bottom : 5px; 
margin-top : 5px; 
margin-left : 0px; 
} 
img.floatTR { 
float : right; 
margin-left : 10px; 
margin-bottom : 5px; 
margin-top : 5px; 
margin-right : 0px; 
}
.clear { 
clear : both; 
} 
body{
font : 85% "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size : 13px; 
background-color: #CCDDFF;
}
#wraper{
margin: 10px auto;
width:720px;
border : 4px solid #3377FF; 
background-color: #ffffff;
}
#header{
width: 700px;
float:left;
height: 70px;
padding: 10px;
background:url(images/heading2.jpg) repeat-x; 
border-bottom:#CCDDFF 2px solid;
}
#logo { 
margin-top : 20px; 
margin-right : 10px;
margin-left:40px;
float: left; 
text-align: left;
} 
#logo h1.lineone { 
font-size : 2.0em; 
font-weight : lighter; 
font-family : helvetica, arial, sans-serif; 
border : none; 
letter-spacing : -1px; 
color : #FFFFFF; 
} 
#logo h1.lineone span { 
color : #FFFFFF; 
} 
#logo h2.linetwo { 
font-size : 1.3em; 
font-family : helvetica, arial, sans-serif; 
text-transform : none; 
top : 25px; 
left : 14px; 
color: #003DF5;
} 
#left{
float: left;
width:500px;
text-align: justify;
padding: 10px;
}
#left h2, #right h2 { 
padding : 10px 0; 
color : #003DF5; 
text-decoration : underline; 
font-size : 1.6em; 
} 

#left h4, #right h4 { 
padding : 10px 0; 
color : #003DF5; 
text-decoration : underline; 
font-size : 1.2em; 
} 
#left p { 
margin : 0 0 10px 0; 
} 

#left ul {
list-style-type:disc;
margin-left:15px;
list-style-position:inside;
}

#right{
float: left;
width:160px;
text-align: justify;
padding: 10px;
}
#right ul { 
list-style-type : none; 
margin : 7px 0 10px 0px; 
padding-top : 5px; 
border-top : 1px dotted #786E29; 
} 
#right li { 
padding : 5px 0 5px 0; 
} 
#right li a { 
width : 100%; 
display : block; 
text-decoration : none; 
border-bottom : 1px dotted #003DF5; 
text-indent : 5px; 
color : #003DF5; 
} 
#right li a:hover { 
color : #003DF5; 
border-bottom : 1px dotted #000; 
} 
#right h3 { 
margin : 10px 0 0 0; 
padding : 10px; 
color : #003DF5; 
text-decoration : underline; 
font-size : 1.4em; 
} 
form { 
margin-top : 5px; 
padding-top : 10px; 
margin-right : 0px; 
margin-left : 10px; 
padding-bottom : 5px; 
padding-left : 5px; 
border : 1px dotted #003DF5; 
} 
input.text { 
font-family : Arial, Helv, sans-serif; 
font-size : 11px; 
color : #003DF5; 
background : transparent; 
border : 1px solid #ccc; 
font-weight: normal;
} 
input.submit { 
font-family : Arial, Helv, sans-serif; 
font-size : 11px; 
font-weight : bold; 
color : #003DF5; 
background : transparent; 
border-width : 0; 
} 
input.login { 
font-family : Arial, Helv, sans-serif; 
font-size : 11px; 
color : #003DF5; 
background : transparent; 
border : 1px solid #ccc; 
font-weight : bold; 
} 
#footer { 
float : left; 
width : 700px; 
text-align : center; 
padding : 10px ; 
border-top : 3px solid #CCDDFF; 
} 

.itemContainer{
		width:100%;
		float:left;
	}
	
	.itemContainer div{
		float:left;
		margin: 5px 20px 5px 20px ;
	}
	
	.itemContainer a{
		text-decoration:none;
	}
	
	.cartHeaders{
		width:100%;
		float:left;
	}
	
	.cartHeaders div{
		float:left;
		margin: 5px 20px 5px 20px ;
	}
	
	#divright {
	width:186px;
	height:94px;
	float:right;
	position:absolute;
	left: 789px;
	top: 13px;
	}
	
