/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
a img {
	border: 0px;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #587288;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}

a:hover{
	color: #C10416;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #C10416;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
 }

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 	font: bold 1em Arial,sans-serif;
	color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*************** search styles *****************/
#search{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#587288;
}

#search input{
  font-size: 70%;
  margin: 0px 0px 0px 0px;
 }

#search input.searchButton {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70%;
	border:0px;
	width: 41px;
	height: 22px;
	margin: 0px 0px 0px 10px;
	background-image: url(../images/formButton.gif);
}

#search a:link, #search a:visited {
	font-size: 70%;
	font-weight: bold;
}

#search a:hover{
	margin: 0px;
}

#Specials td{
	font-size:11px;
	padding: 0px;
}

/**************** advert styles *****************/

#advert{
	padding: 5px 10px 10px 10px;
	font-size:10px;
	color:#FFFFFF;
}

#advert img{
	display: block;
}
#advert a:link, #advert a:visited{
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
}
#advert a:hover{
	color: #C10416;	
}

#advert h3{
 font: bold 16px Arial,sans-serif;
 color: #C10416;
 margin: 0px;
 padding-left:10px;
}
#advert p{
	margin:8px 0px 0px 0px;
	padding:0px;
}

/******************Quick Cart******************/
#QuickCart td{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#587288;
}

#QuickCart h3 {
	font-size: 12px;
	font-weight:bold;
}

#QuickCart a:link, #QuickCart a:visited{
	font: bold 12px Arial,sans-serif;
 	color: #C10416;
 	margin: 0px;
 	padding: 0px;
	text-decoration: none;
}
#QuickCart a:hover{
	color: #587288;	
}

/**************** HeaderLinks *****************/
#HeaderLinks a:link, #HeaderLinks a:visited{
	font: bold 12px Arial,sans-serif;
 	color: #FFFFFF;
 	margin: 0px;
 	padding: 0px;
	text-decoration: none;
}
#HeaderLinks a:hover{
	color: #C10416;	
}

/********************Footer*********************/
#footer {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#587288;
}
#footer a:link, #footer a:visited{
	color: #587288;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
#footer a:hover{
	color: #C10416;
}
#footer h6 {
	margin: 5px 0px 0px 0px;
	font-size: 9px;
}

/**************** Catalog *****************/
#tableProductCatalog td {
	font-size: 12px;
}

#tableProductCatalog h3 {
	font-size: 16px;
	height: 16px;
}

/*************************Details************************/
#tableProductDetails td {
	font-size: 12px;
}
#tableProductDetails a:link, #tableProductDetails a:visited{
	color: #334d55;
	font-weight:bold;
	text-decoration: none;
}
#tableProductDetails a:hover{
	color: #C10416;
	font-weight:bold;
	text-decoration:none;
}
#detailsPrice {
	color:C10416;
	font-weight:bold;
	font-size: 16px;
}
#detailsUpSell {
	color:C10416;
	font-weight:bold;
	font-size: 14px;
}
#tableUpSell table{
	padding: 0px;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
/**************Classes**************/
.MainContent table {
	padding: 5px 20px 10px 20px;
}
.MainContent td {
	padding-left:20px;
	font-size:12px;
}

/***************************Results***********************/
/* 	Tables used to display tabular Data. */
/* 	Apply to <table> tags only. 
	Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 2px solid #334d55;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
	font-size: 12px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #899EAE;
	color: #C10416;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #FFFFFF;
}

.altrowOdd{
	background-color: #EDEDED;
}


/*******************Forms*********************/
table.TableForm {
	border: 2px solid #334d55;
	background-color: #89ADB8;
}
.TableFormLabels {
	padding: 5px 5px 5px 0px;
	font-size: 12px;
	font-weight:bold;
	color:#334d55;
	text-align:right;
}
/******Display Info Table***********/
table.TableDisplay {
	border: 2px solid #334d55;
}
table.TableDisplay td {
	padding: 2px 2px 0px 5px;
	font-size:11px;
}
table.TableDisplay th {
	font-size: 11px;
	font-weight: bold;
	background-color:#CCCCCC;
}
/***********Cart**************/
.cartLayout {
	padding-left:30px;
}

input.searchButton {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	border:0px;
	width: 50px;
	height: 17px;
	margin: 0px 0px 2px 5px;
	background-image: url(../images/logoutButton.gif);
}