﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
	background:url("../images/BGmain.jpg") repeat-x scroll center top #FFFFFF;
    font-size: .80em;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #4b4b4b;
}

body.home
{
	background:url("../images/BG.jpg") repeat-x scroll center top #FFFFFF;
}
body.nobg
{
	background:url("../gfx/transparent.gif") repeat-x scroll center top #FFFFFF;
}
a:link, a:visited
{
    color: #f05500;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

img{
	padding:0px;margin:0px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-weight:normal;
    padding-top:0px;
    margin-top:0px;
}
.titletext
{
    font-size: 2.8em;
    padding-bottom: 0px;
    margin-top: 20px;
}
h1
{
    font-size: 2.8em;
    padding-bottom: 0px;
    margin-top: 20px;
}

h2
{
    font-size: 1.9em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px solid #e4d2c4;
}

h3
{
    font-size: 1.2em;
	border-bottom:1px solid #e4d2c4;
	padding-bottom:10px;
}

.checkoutscetiontitle
{
    font-size: 1.9em;
    font-weight:bold;
	border-top:1px solid #e4d2c4;
	border-bottom:1px solid #e4d2c4;
	padding-bottom:10px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

#container
{
	margin:auto;
}

#header
{
	background-image:url('../images/imgHeader.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	height:131px;
	margin:auto;
	width:960px;
	white-space: nowrap; 

}

#header .headerText
{
	height:131px;
	margin:auto;
	position:relative;
	width:960px;
}

#header .loggedinwelcome
{
	margin:auto;
	position:relative;
	width:960px;
	text-align:right;
}

#header .basket
{
	color:white;
	height:20px;
	left:640px;
	position:absolute;
	top:10px;
	width:230px;
}

#header .checkout
{
	border-left:1px solid #676767;
	color:white;
	left:880px;
	padding-left:10px;
	position:absolute;
	top:10px;
	width:85px;
}
#header #navigation
{
	height:21px;
	left:430px;
	position:absolute;
	top:70px;
	width:450px;
}

#header #navigation .navItem
{
	float:left;
	padding-right:20px;
}

#header #navigation .navItem a
{
	font-family:tahoma;
	font-size:14pt;
}
#header #navigation .navItem a:hover,
#header #navigation .navItem a.selected
{
	color:white;
	text-decoration:none;
}
#header #navigation .last
{
	float:left;
	padding-right:0px;
}

#main
{
	background-image:url("../images/headerBG.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	margin:auto;
}

#mainHome
{
	/*background-image:url("../images/imgMainHeader.jpg");*/
	background-position:center top;
	background-repeat:no-repeat;
	margin:auto;
	/*padding-top:328px;*/
}

#mainHome #contents,
#main #contents
{
	border-bottom:1px solid #e4d2c4;
	margin:auto auto 20px;
	overflow:auto;
	width:960px;
	padding:0 0 20px;
}

#main #contents .leftColumn
{
	width:300px;
	float:left;
	padding-right:10px;
	padding-top:30px;
}

#main #contents .leftColumn .leftNavItem
{
	background-image:url("../images/navRightArrow.jpg");
	background-position:right center;
	background-repeat:no-repeat;
	border-bottom:1px solid #e4d2c4;
	margin-bottom:6px;
	padding-bottom:7px;
	width:240px;
	padding-right:40px;
}
#main #contents .leftColumn .leftNavItem a
{
	font-size:15px;
}
#main #contents .leftColumn .last
{
	border-bottom:0px solid #e4d2c4;
}
#main #contents .rightColumn
{
	width:620px;
	float:left;
	padding-top:30px;
}

#main #contents .product
{
	background-image:url("../images/imgBagPanel.jpg");
	background-repeat:no-repeat;
	float:left;
	height:308px;
	padding:0 5px 20px 0;
	position:relative;
	width:200px;
}

#main #contents .product img.productImage
{
	display:block;
	margin:auto;
	padding:10px;
}

#main #contents .product img
{
	padding-top:5px;
}

#main #contents .info
{
	padding:0px 20px;
}

#main #contents .saleItem
{
	float:left;
	height:172px;
	padding:0 10px 20px 0;
	width:298px;
}

#main #contents .images
{
	float:left;
	height:172px;
	padding:0 10px 20px 0;
	width:298px;
}
#main #contents .productImages
{
	float:left;
	padding:0 10px 20px 0;
	width:350px;
}
#main #contents .description
{
	float:left;
	height:172px;
	padding:0 10px 20px 0;
	width:240px;
}
#main #contents .description p
{
	border-bottom:1px solid #e4d2c4;
	padding-bottom:10px;
}

#main #contents .pnlLargeImage
{
	/*background-image:url("../images/largePanel.jpg");*/
	background-repeat:no-repeat;
	float:left;
	height:450px;
	padding:0 5px 20px 0;
	position:relative;
	width:350px;
}
#main #contents .pnlSmallImage img.productImage,
#main #contents .pnlLargeImage img.productImage
{
	display:block;
	margin:auto;
	padding:10px 0px;
}

#main #contents .pnlSmallImage
{
	background-image:url("../images/smallPanel120.jpg");
	background-repeat:no-repeat;
	float:left;
	padding:0 5px 20px 0;
	position:relative;
	/*background-image:url("../images/smallPanel.jpg");*/
	/*height:216px;*/
	/*width:165px;*/
	height:160px;
	width:120px;
}

#main #contents .pnlSmallImage .tag
{
	bottom:34px;
	font-size:11px;
	left:10px;
	position:absolute;
}

#mainHome .button
{
	float:left;
	width:303px;
	height:214px;
}

#mainHome .left
{
	padding:20px 10px 20px 0px;
}

#mainHome .center
{
	padding:20px 10px 20px 10px;
}

#mainHome .right
{
	padding:20px 0px 20px 10px;
}

#midFooter
{
	width:960px;
	overflow:auto;
	margin:auto;
	font-size:11px;
	line-height:16px;
	padding-bottom:10px;
	border-bottom:1px solid #e4d2c4;
}

#midFooter #twitter
{
	border-right:1px solid #e4d2c4;
	float:left;
	padding:0 10px 0 0;
	width:90px;
}
#midFooter #twitter img
{
	padding-top:5px;
}
#midFooter #address
{
	border-right:1px solid #e4d2c4;
	float:left;
	padding:0 10px;
	width:300px;
}

#midFooter #links
{
	float:left;
	padding:0 0 0 10px;
	width:525px;
}

#midFooter #links a
{
	float:right;
	position:relative;
	padding:0px 5px;
	margin:0px 0px 0px 5px;
	border-left:1px solid #e4d2c4;
}
#midFooter #links a.first
{
	border-left:0px solid #e4d2c4;
}

#footer
{
	width:960px;
	overflow:auto;
	margin:auto;
	font-size:11px;
	line-height:16px;
	padding:10px 0px;
}

#footer .left
{
	float:left;
	width:450px;
	text-align:left;
}

#footer .right
{
	float:left;
	width:510px;
	text-align:right;
}

.title
{
	padding:0px 0px 30px 0px;
}

table.basket
{
	border-collapse:collapse;
	color:#4b4b4b;
}
.CartListItem
{
	border-collapse:collapse;
	color:#4b4b4b;
	background-color:#f2ece7;
	border:2px solid white;
	padding:5px;
}
.CartListItemAlt
{
	border-collapse:collapse;
	color:#4b4b4b;
	background-color:#f2ece7;
	border:2px solid white;
	padding:5px;
}
table.basket th
{
	background-color:#d7bfb2;
	font-weight:bold;
	border:2px solid white;
	padding:5px;
}
.CartListHead
{
	background-color:#d7bfb2;
	font-weight:bold;
	border:2px solid white;
	padding:5px;
}

table.basket td
{
	background-color:#f2ece7;
	border:2px solid white;
	padding:5px;
}

table.basket td.total
{
	background-color:#6e5850;
	font-weight:bold;
	color:white;
}
.CartListFooter
{
    background-color:#6e5850;
	font-weight:bold;
	color:white;
}
p.right
{
	text-align:right;
}
