﻿body
{
    background-color: #E0F0FD;
    background-image: url('../images/mainbg.jpg');
    margin-top: 0px;
    background-repeat: repeat;
}

.footerurl   
{
    font-family: Arial;
    color: #5874A6;
    font-size: 10pt;
    text-decoration: none
    }
    
:hover.footerurl   
{
    font-family: Arial;
    color: #5874A6;
    font-size: 10pt;
    text-decoration: underline
}


.linkbtn { position:relative; margin:3px 0 20px 0px; font:11px arial,helvetica,sans-serif; border:3px double #fff; }
.linkbtn a:link, .linkbtn a:visited { padding:3px 5px 3px 5px; background:#5874A6; color:#fff; border:3px double #fff; text-decoration:none; }
.linkbtn a:hover, .linkbtn a:active { padding:3px 5px 3px 5px; background:#5874A6; color:#fff; border:3px double #fff; text-decoration:underline; }



.sidenavurl   
{
    font-family: Arial;
    color: #fff;
    font-size: 8pt;
    text-decoration: none
    }
    
:hover.sidenavurl   
{
    font-family: Arial;
    color: #fff;
    font-size: 8pt;
    text-decoration: underline
}

.sidenavurl2
{
    margin-top:5px;
    }



.pagewidthdiv
{
    width: 930px;
    }

.atlurl   		 
{
    font-family: Arial;
    color: #5874A6;
    font-size: 8pt;
    text-decoration: none
}
    
:hover.atlurl    
{
    font-family: Arial;
    color: #5874A6;
    font-size: 8pt;
    text-decoration: underline
}

.copyrighttext  
{
    font-family: Arial;
    color: #5874A6;
    font-size: 9pt;
    text-decoration: none
}
 a
 {
    color: #5874A6;
 }
td
{
    font-family: Arial;
    color: #5874A6;
    text-align: left;
    font-size: 10pt;
}

td.squares
{
    font-family: Arial;
    color: #5874A6;
    text-align: center;
    font-size: 10pt;
    }

table.sample {
	border-width: 5px;
	border-spacing: 0;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

table.sample th {
	border-width: 5px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #FFFFFF;
}

table.sample td {
	border-width: 5px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #FFFFFF;
}

table.sample td.squares {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #FFFFFF;
}

table.noborder td {
	border-width: 0px;
}

h1 {
	padding: 0;
	margin: 0;
	background: url('../images/header2a.jpg') no-repeat;
	width: 930px;
	height: 146px;
	float: left;
}

h1 span
	{
	display: none;
}

.spacer
{
    background-color: #FFFFFF;
    height: 0px;
    }    

.maindiv
{
    text-align: center;
    width:940px;
    }

.mainrows
{
    background-color:#FFFFFF;
    padding: 0px;
    }
    
    
.product_details_description
{
    font-family: Arial, verdana;
    font-size: 10pt;
    }
    
.search_link
{
    font-size: 10pt;
    color: #5874A6;
    text-decoration: none;
    }

.search_link:hover
{
    font-size: 10pt;
    color: #5874A6;
    text-decoration: none;
    }
    
    
    
    
/* Product Details TABs*/    
    
div.TabView div.Tabs
{
    height: 24px;
    overflow: hidden;
}

div.TabView div.Tabs a
{
    float: left;
    display: block;
    width: 25%;
    text-align: center;
    height: 18px;
    padding-top: 3px;
    vertical-align: middle;
    border: 0px solid #5874A6;
    border-bottom-width: 0;
    text-decoration: none;
    font-family: "Arial" , Serif;
    color: #5874A6;
    font-size: 10px;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
    background-color: #5874A6;
    color: #fff;
}

div.TabView div.Pages
{
    clear: both;
    border: 1px solid #5874A6;
    overflow: hidden;
}

div.TabView div.Pages div.Page
{
    height: 100%;
    padding: 0px;
    overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
    padding: 3px 5px;
}

/* Product Details TABs*/    



/*Start Webcart*/
.webcartcustomisations
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
}

div#cart table
{
    border:0px solid red;
    padding:0px;
    margin:0px;
}

div#cart table tr td
{
    border:0px solid blue;
    padding:5px;
    margin:0px;
}
/*End Webcart*/




/*Start Webcart Signin*/
div#cartsignin table
{
    border:0px solid red;
    padding:0px;
    margin:0px;
    background-color: Transparent;
}

div#cartsignin table tr td
{
    border:0px;
    padding:0px;
    margin:0px;
    background-color: Transparent;
}
/*End Webcart Signin*/





/*START FOOTER LIST (styles bullets)*/  
.footerList 
{   
    float:left;
   
}

.footerList ul
{
    list-style-type: none;
    margin:0;
    padding:0;
    text-align:left;
    font-size:10pt;
    margin-left: 50px;
    width:140px;
}

.footerList ul li
{
    background-image: url(../images2/arrow_bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 10px;
    width:130px;
}


.footerList ul li a  
{
    font-family: Arial;
    color: #5874A6;
    font-size: 10pt;
    text-decoration: none
    }
    
.footerList ul li a:hover  
{
    font-family: Arial;
    color: #5874A6;
    font-size: 10pt;
    text-decoration: underline
}
.footerList h5
{
    padding-bottom:0px;
    width:150px;
}
/*END FOOTER LIST*/


/*START sidebar*/
#sidebar H3 {
	
	padding:0 4px 0 10px;
	font-weight: bold; 
	font-size: 13px; 
	text-transform: uppercase;
	color: #5779A7; 
}

#sidebar {
	padding:15px 0px;
	background: url(../images/sidebarCorner.gif) no-repeat right top; 
	background-color:#E0EFFF; 
	float: left; 
	width: 180px; 
}

#sidebar A:link {
	color: #5478AA;
	text-decoration:none;
}
#sidebar A:hover {
	color: #8FB8F6;
	text-decoration:underline;
}
#sidebar UL {
	list-style-image: url(../images/sidebarbullet.gif)
}
/*END sidebar*/
.ShowAllProducts_Dark
{
    color: #314163;
}

