﻿/*body
{
	color: rgb(82,82,82);
	background: url(Images/Backgrounds/Background_1.jpg);
	background-repeat:repeat-x repeat-y;
	background-repeat:repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	outline: none;
}*/

td
{
   vertical-align: top;
}

a
{
	text-decoration: none;
	color: blue;
	outline: none;
}

a:hover
{
	text-decoration: underline;
	color: blue;
	outline: none;
	cursor: hand;
}

#wrapper
{
	background-color: rgb(255,255,255);
	width: 960px;
	margin: 0px auto 0px auto;
}

.contentright
{
	float:right;
}

.contentleft
{
	float: left;
}

.searchbackground
{
	margin-top:50px;
	background-image: url(Images/Search_Background.gif);
	width:186px;
	height:27px;
	margin-right:10px;
}

/*
---------------------------------------------------
----- Shopping Cart control
-----------------------------------------------------
*/
.tabCarttop
{
	background-repeat: no-repeat;
	width: 520px;
	background-position: left bottom; 
	border-bottom: solid 4px rgb(210,210,210);
}
	
.tabCartPreviewPane
{
	padding-top:5px;
	width: 520px;
}

.tabCartbottom
{
	width: 520px;
}

.forgotPassword
{
	font-size: 11px;
	color:rgb(255,102,0);
}

/*
-------------------------------
Product control
-------------------------------
*/
.navigationlinks
{
	font-size: 16px;
	font-weight: bold;
	color:rgb(239,0,0);
	text-decoration: none;
}

.navigationlinks a
{
	font-size: 16px;
	font-weight: bold;
	color:rgb(239,0,0);
	text-decoration: none;
}

.navigationlinks a:hover
{
	font-size: 16px;
	font-weight: bold;
	color:rgb(239,0,0); 
	text-decoration: underline;
}

.datalistproductimage
{
	text-align: center;
	vertical-align:text-bottom;
}

.datalistproductdescription
{
	text-align: center;
	color: rgb(82,82,82);
}

.datalistproductsummary
{
	border-top: solid 1px rgb(220,220,220);
	text-align: right;
}

.datalistproductprice
{
	text-align:right;
	float:left;
	height:23px;
	color: rgb(82,82,82);
	vertical-align:middle;
	padding-left: 5px; 
	font-size:12px;
	font-weight: bold;
}

.datalistdiscountedproductprice
{
	color: red;
	font-weight: bold;
}

.datalistproductdetailbutton
{
	padding-top:3px;
	text-align:right;
}

.datalistproductdiscount
{
	text-align: right;
	color: red;
	font-size: 12px;
	font-weight: normal;
}

/*
---------------------------------------------------
----- Login display on SiteMaster
---------------------------------------------------
*/
.welcome
{
	float:right;
	text-align:right;
	padding-right:5px;
}

.lblloginname
{
	color: rgb(82,82,82);
	font-size: 12px;
}

.tabLogintop
{
	background-repeat: no-repeat;
	width: 460px;
	background-position: left bottom;
	border-bottom: solid 4px rgb(210,210,210);
}

/*
---------------------------------------------------
----- Contact.ascx control only
---------------------------------------------------
*/
.titlebarcms
{
	font-family: Arial;
	background-color: rgb(235,235,235);
	padding-top: 3px;
	padding-left: 4px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	color: rgb(102,102,102);
	text-transform: uppercase;   
}

.titlebarlink
{
	font-size: 11px;
	color: rgb(102,102,102);
	text-decoration: none;
}

.titlebarlink:hover
{
	color: rgb(102,102,102);
}
