Body {
              font-family : Arial; font-size: 12px; font-weight: normal;
              color: #000000;
              margin: 0px;
              background: #FFFFFF;
              background-repeat: repeat;
              background-attachment : fixed;

}

A.dark:link {
 color:#000000;
 text-decoration: none;
 font-family : Arial; font-size: 12px; font-weight: normal;
}

A.dark:visited {
 color:#000000;
 text-decoration: none;
 font-family : Arial; font-size: 12px; font-weight: normal;
}

A.dark:active {
 color:#000000;
 text-decoration: none;
 font-family : Arial; font-size: 12px; font-weight: normal;
}

A.dark:hover {
 color:#000000;
 text-decoration: underline;
 font-family : Arial; font-size: 12px; font-weight: normal;
}

A:link {
 color:#000000;
 text-decoration: underline;
 font-family : Arial; font-size: 12px; font-weight: normal;

}

A:visited {
 color:#000000;
 text-decoration: underline;
 font-family : Arial; font-size: 12px; font-weight: normal;

}

A:active {
 color:#000000;
 text-decoration: underline;
 font-family : Arial; font-size: 12px; font-weight: normal;

}

A:hover {
 color:#DD3C30;
 text-decoration: underline;
 font-family : Arial; font-size: 12px; font-weight: normal;

}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

TD.whitetext {
	font-size: 11px;
	font-family : Verdana;
	color : #00FFFF;
}

TD.menu {
	font-size: 10px;
	font-family : Verdana;
	font-weight : Bold;
}

input.search
{
 height: 18px;
 background-color: #FFF0FD;
 border: solid #C8CFDF;
 border-width: 1px;
 color: #5C72B0;
 display: block;
 display: left;
 text-align: center;
 text-decoration: none;
 background-color: none;
 font-family : Arial; font-size: 12px; font-weight: normal;
 line-height: 18px; border-color: #C8CFDF #C8CFDF #C8CFDF
	
}

select.search
{
	height: 17px;
	background-color: #FFFFFF;
	border: solid #000000;
	border-width: 1px;
	font-family : Verdana;
	color: rgb(0,0,0);
	font-size: 11px;
	
}

TD.mincart {
               background-color: #3854B0;
               border: solid #CAAE8F 0px;
               color: #FFFFFF;
               font-size: 9px; line-height: 20px;
}

P.mincart {
               background-color: #E1987B;
               border: solid #830013 1px;
               color: #00000;
               font-size: 10px;
}

HR {
	color : #FFFFFF;
	height : 1px;
}

#header {
 background-color: #E1E1FF;
}

#buttons { font-family : Verdana; font-size: 12px; font-weight: normal}

}

#buttons-top a { 
 border: 0px #000000 solid;
 color: #FFFFFF;
 display: block;
 display: left;
 text-align: center;
 text-decoration: none;
 background-color: none;
 font-family : Arial; font-size: 13px; font-weight: normal
 } 

#buttons-top a:hover {
 border: 0px #000000 solid;
 color: #FFFFFF;
 display: block;
 display: left;
 text-align: center;
 text-decoration: none;
 background-color: none;
 font-family : Arial; font-size: 13px; font-weight: normal
}

#buttons-top2 a { 
 border: 0px #000000 solid;
 color: #666666;
 display: block;
 display: left;
 text-align: left;
 text-decoration: none;
 background-color: none;
 font-family : Verdana; font-size: 10px; font-weight: bold
 } 

#buttons-top2 a:hover {
 border: 0px #000000 solid;
 color: #999999;
 display: block;
 display: left;
 text-align: left;
 text-decoration: underline;
 background-color: none;
 font-family : Verdana; font-size: 10px; font-weight: bold
}

#buttons-side a { 
 border: 0px solid;
 padding: 0 5px 0 19px;
 color: #000000;
 display: block;
 text-align: left;
 text-decoration: none;
 background:#FFFFFF url(../content/button-off.gif);
; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal
; line-height: 22px; border-color: #000000 #000000 #000000
}

#buttons-side a:hover {
 border: 0px solid;
 padding: 0 5px 0 19px;
 color: #3C58B2;
 display: block;
 text-align: left;
 text-decoration: none;
 background:#D6DCEA url(../content/button-on.gif);
; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal
; line-height: 22px; border-color: #000000 #000000 #000000
}

#buttons-side2 a { 
 border: 0px #000000 solid;
 color: #000000;
 display: block;
 display: left;
 text-align: center;
 text-decoration: none;
 background-color: none;
 font-family : Arial; font-size: 11px; font-weight: normal
}

#buttons-side2 a:hover {
 border: 0px #000000 solid;
 color: #D62912;
 display: block;
 display: left;
 text-align: center;
 text-decoration: none;
 background-color: none;
 font-family : Arial; font-size: 11px; font-weight: normal
}

.buttons a { 
 display:block;  		     /* ensures that the entire link box is clickable */
 padding: 0 5px 0 5px;  	     /* gives breathing space between the text and the edge of the box */
 font-size: 11px;	  	     /* font size */
 color: #003366;		     /* font color */
 line-height: 17px;		     /* height of table */
 border: double #FFCC00 3px;    /* dotted, dashed, solid, double, groove, ridge, inset or outset */
 text-align: center;                    /* properties of table */
 text-decoration: none;              /* overline, line-through, underline or none */
 background-color: #FFCC00;    /* background colour of the table */
}

#buttons-left a { 
 border: 0px #000000 solid;
 color: #000000;
 display: center;
 text-align: center;
 text-decoration: none;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal
 } 

#buttons-left a:hover {
 border: 0px #000000 solid;
 color: #004DCC;
 display: center;
 text-align: center;
 text-decoration: none;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal
}

#buttons-bottom a { 
 border: 0px #000000 solid;
 color: #666666;
 display: center;
 text-align: center;
 text-decoration: none;
; font-family: Arial; font-size: 11px; font-weight: normal
 } 

#buttons-bottom a:hover {
 border: 0px #000000 solid;
 color: #999999;
 display: center;
 text-align: center;
 text-decoration: underline;
; font-family: Arial; font-size: 11px; font-weight: normal
}

#buttons-bottom2 a { 
 border: 0px #000000 solid;
 color: #FFFFFF;
 display: center;
 text-align: center;
 text-decoration: none;
; font-family: Arial; font-size: 11px; font-weight: normal
 } 

#buttons-bottom2 a:hover {
 border: 0px #000000 solid;
 color: #FFFFFF;
 display: center;
 text-align: center;
 text-decoration: underline;
; font-family: Arial; font-size: 11px; font-weight: normal
}


#buttons-footer a { 
 border: 0px #000000 solid;
 color: #666666;
 display: center;
 text-align: left;
 text-decoration: none;
; font-family: Arial; font-size: 11px; font-weight: normal
 } 

#buttons-footer a:hover {
 border: 0px #000000 solid;
 color: #999999;
 display: center;
 text-align: left;
 text-decoration: underline;
; font-family: Arial; font-size: 11px; font-weight: normal
}