@charset "utf-8";
/* CSS Document */

body{
background-image:url(images/web_bg.jpg);
background-position:top;
background-attachment:scroll;
background-color:#4e93d7;
margin-top:38px;
color:#90a2b7;
font-family:Arial;
}


.bodyText{
font-size:12px;
}


a:link, a:visited, a:active, a:hover{
color:#4889ca;
text-decoration:underline;
}

.shirtTitle{
font-size:14px;
font-weight:bold;
color:#97bee4;
}

.shirtDesc{
font-size:12px;
color:#90a2b7;
}

.sizes{
font-size:12px;
color:#90a2b7;
}

.footer{
font-size:10px;
color:#ffffff;
}

.web{
font-size:10px;
color:#b5d5f4;
}

.web a:link, .web a:visited, .web a:active, .web a:hover{
font-size:10px;
color:#b5d5f4;
text-decoration:underline;
}

.subTotal{
font-size:11px;
}


form #orderForm { 
 color: #214570; 
 font-family: Arial; 
 font-size: 10px; 
}

#orderForm .p { 
 color: #90a2b7;
 font-family: Arial; 
 font-size: 10px; 
}

#orderForm .text { 
 color: #90a2b7;
 font-family: Arial; 
 font-size: 10px; 
 width: 170px;
}

#orderForm .textArea { 
 color: #90a2b7;
 font-family: Arial; 
 font-size: 10px; 
 width: 190px;
}

#orderForm .qty { 
 color: #90a2b7;
 font-family: Arial; 
 font-size: 10px; 
 width: 20px;
}

#orderForm .total { 
 color: #90a2b7;
 font-family: Arial; 
 font-size: 10px; 
 width: 50px;
}

#orderForm .select { 
 color: #90a2b7;
 font-family: Arial; 
 font-size: 10px; 
 width: 50px;
}


#paypal .text { 
 color: #90a2b7;
 font-family: Arial; 
 font-size: 10px; 
 width: 170px;
}