/**
 * Hotline main stylesheet
 *
 * @author Tim Booker
 */
 
*
{
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

body
{
	background-color: #E5E5E5;
	color: #3A3A3A;
	padding: 0;
	margin: 0;
}

a
{
	color: #A21A25;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: #A21A25;
	font-size: 19px;
	margin: 16px 0 16px 0;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #3A3A3A;
	margin: 16px 0 8px 0;
}

h3
{
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #3A3A3A;
	margin: 16px 0 8px 0;
}

p, li, td, th
{
	font-size: 12px;
}

table
{
	border-collapse: collapse;
	
}

#Container 
{
	width: 790px;
	margin: 0 auto 20px auto;
	background-color: white;
	background-image: url(../images/container-bg.png);
	background-position: right;
	background-repeat: repeat-y;
	
}

#Header
{
	clear: both;
	height: 133px;
	background-color: #C6251D;
	color: white;
	margin-bottom: 2px;
	position: relative;
	/*background-position: left;
	background-image: url(../images/Graphic1.jpg);*/
}

#Header .Logo
{
	/*position: absolute;
	top: 21px;
	left: 15px;*/
}

#Header .Strapline
{
	/*position: absolute;
	top: 38px;
	left: 352px;*/
}

#Navigation
{
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #D60D20;
	background-position: right;
	padding: 3px 8px 10px 8px;
	margin-bottom: 2px;
	background-image: url(../images/nav-bg.png);
}

#Navigation a
{
	color: white;
	text-decoration: none;
}

#Content
{
	clear: both;
	padding: 0 18px 8px 8px;
	margin-bottom: 2px;
	min-height: 360px;
	_height: 360px;
}

#Footer
{
	clear: both;
	color: white;
	padding: 5px 8px 12px 8px;
	font-size: 10px;
	background-image: url(../images/footer-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#Footer a
{
	color: white;
	text-decoration: none;
}

/* Store */

#Content .Left
{
	background-color: #DEEDDC;
	background-image: url(../images/left-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #828981;
	float: left;
	margin-bottom: 2px;
	width: 133px;
	_height: 500px;
	min-height: 500px;
	/*margin-left: 5px;*/
}

#Content .Left ul
{
	list-style-type: none;
	margin: 0;
}

#Content .Left .Departments
{
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	padding: 12px;
}

#Content .Left .SubDepartments
{
	font-weight: normal;
	line-height: 12px;
	padding: 0 0 12px 12px;
	display: none;
}

#Content .Left .SubDepartments li
{
	line-height: 100%;
	margin-top: 5px;
}

#Content .Left .SubDepartments a
{
	color: #3A3A3A;
	font-size: 10px;
}

#Content .Centre
{
	width: 480px;
	float: left;
	margin-left: 10px;
}

#Content .Right
{
	background-color: #FFCCCC;
	background-image: url(../images/right-bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 2px;
	width: 135px;
	_height: 500px;
	min-height: 500px;
	/*margin-right: 15px;*/
}

#Content .Right .Banner
{
	text-align: center;
	margin: 10px;
}

#Content .Right .Panel
{
	border: 1px solid #979797;
	background-color: White;
	text-align: center;
	margin: 12px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

#Content .Right .Panel h2
{
	color: #A21B26;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#Content .Right .Panel .Button
{
	margin: 8px 0 0 0;
}

#Content .Breadcrumbs,
#Content .Breadcrumbs a
{
	font-size: 10px;
	color: #505050;
}

table.Skus
{
	width: 100%;
	clear: both;
}


.XSell .Line
{
	text-align: center;
	font-size: 10px;
	margin: 0 15px 5px 0;
	width: 70px;
	height: auto;
}

/* Shopping basket AKA the quote list */

.Cart
{
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.Cart td,
.Cart th
{
	border: 1px solid #eeeeee;
}

/* Forms */

fieldset
{
	border: 1px solid silver;
	margin-top: 8px;
	margin-bottom: 16px;
	font-size: 12px;
	padding: 8px 8px 8px 8px;	
}

fieldset.ThisNameWillAnnoyTim1
{
	width : 47%;
	float : left;
}

fieldset.ThisNameWillAnnoyTim2
{
	width : 47%;
	float : right;
}

legend
{
	font-size: 13px;
	font-weight: bold;
}

fieldset div
{
	clear: both;
	margin-bottom: 4px;	
}

fieldset div input.Image
{
	vertical-align: top;
}

fieldset label
{
	display: block;
	width: 30%;
	text-align: right;
	float: left;
	margin-right: 8px;
	padding-top: 2px;
}

fieldset.Buttons
{
	border: none;
	margin: 5px 0 inherit 0;
	padding: 0;
}

input, 
textarea, 
select
{
	font-size: 12px;
	padding-left: 2px;
}

input.Large,
select.Large,
textarea.Large
{
	width: 50%;
}

input.Medium,
select.Medium,
textarea.Medium
{
	width: 40%;
}

input.Small,
select.Small,
textarea.Small
{
	width: 18%;
}

textarea
{
	overflow: auto;
}

.Required,
.Error
{
	color: Red;
}

/* Tables */

.DataTable 
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	clear: both;
}

.DataTable td,
.DataTable th
{
	border: 1px solid #cccccc;
	padding: 2px 4px;
	vertical-align: top;
	text-align: left;
}

.DataTable thead
{
	font-weight: bold;
	background-color: #f9f9f9;
}

.ProductTable 
{
	width: 100%;
}


.ProductTable .Select
{
	width: 75px;
}

.ProductTable td
{
	padding: 4px 24px 4px 0;
	
	border-top: 1px solid #cccccc;
}


/* Product selector */

.Option
{
	width: 51px;
	padding: 8px 30px 8px 0;
	float: left;
	font-size: 10px;
	text-align: center;
	clear: none;
}

.Option input
{
	margin-bottom: 5px;
}

.Highlight
{
	background-color: #DEEDDC;
	border: 1px solid #BE6569;
	padding: 0 8px; 
}

/*Line styles*/

.Line
{
	float:left;
	width:124px;
	margin-left:12px;
	margin-bottom:18px;
	text-align:center;
}
.Line .Name
{
	padding: 5px 0px 0px 0px;
	background: url(../images/line-name-bg.png) no-repeat;
	height:30px;
}
.Line .Name a
{
	color:White;
	font-size: 11px;
	font-weight: bold;
}

.Line .Info
{text-align:left;float: left;}

.Line .Image
{
	border: 1px solid #858585;
	background-color: #E4E4E4;
	padding: 3px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.Line .Price
{
	border: 1px solid #858585;
	background-color: #E4E4E4;
	width: 69px;
	height: 18px;
	padding-top: 4px;
	float: right;
	color: #A21A25;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.ProductImage
{
	border: 1px solid #858585;
}