@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: transparent url(../img/header_bg.jpg) repeat-x scroll 0 0;
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h1
{
	color:#660066;
	font-size:1.5em;
	line-height: 1.1em;
	font-weight:normal;
	padding:5px 0;
	margin: 10px 0;
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
	background: transparent;
}

h2
{
	color: #0A263C;
	background: transparent;
	font-size:1.6em;
	font-weight:normal;
	padding: 15px 0 5px 0;
	margin: 0;
}
/*
h3
{
	color: #666666;
	font-size:1.1em;
	font-weight: normal;
	margin:15px 0;
}*/

h3
{
	color: #660066;
	font-size:1.1em;
	font-weight: normal;
	margin:0px 0;
}


h4
{
	color:#fff;
	font-size:1.05em;
	padding: 8px 0 0px 0px;
	font-weight: normal;
}

h4.more
{
  color: #666666;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  margin: 10px 0 10px 0;
}
h4.address
{
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.95em;
  margin: 0px 0 10px 0;
}

p
{
	line-height:1.4em;
	margin:5px 0;
	font-size: 1em;
}
p span
{
  font-weight: bold;
  color: #444444;
}
p span.white
{
  color: #ffffff;
}
p.sub
{
  font-size: 0.9em;
  font-style: italic;
  color: grey;
  padding: 0px 0 0px 0;
}
a:link, a:visited
{
	color:#660066;
	text-decoration: underline;
	font-weight: normal;
	background: transparent;
}
a:hover, a:active, a:focus
{
	color:#8C3F83;
	background: transparent;
}

a.white:link, a.white:visited
{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a.white:hover, a.white:active, a.white:focus
{
	color:#ffffff;
	background: transparent;
}

a.bold:link, a.bold:visited
{
	text-decoration: none;
	font-weight: bold;
}
a.bold:hover, a.bold:active, a.bold:focus
{
	text-decoration: none;
	font-weight: bold;
}

ul
{
	list-style-position:outside;
	list-style-type: disc;
	padding:0 0 0 10px;
	margin:0 0 0 20px;
}
li
{
	padding:0;
	line-height:1.4em;
	margin:10px 0;
}
img
{
	border:0;
	padding: 0 5px 5px 0px;
}
img.border
{
  border: 1px solid #cccccc;
  margin: 0 14px 10px 0;
}
img.productImg
{
  max-width: 350px;
  padding: 0;
}
img.productThumb
{
  max-width: 136px;
  padding: 0;
}
img.productAdd
{
  max-width: 100px;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #999999;
}

.clear
{
  clear: both;
}

#container
{
	position: relative;
	background: transparent;
	border: none;
	font-size: 0.8em;
	margin: 0px auto 0;
	width: 900px;
	text-align: left;
}

/* ############## HEADER STYLES ################# */


#header_top {
  position: relative;
  float: left;
  background: transparent url(../img/header_swirls.jpg) no-repeat scroll 0 0;
  width: 100%;
  height: 170px;
}

#nav {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  background: transparent;
  z-index: 100;
}

#logo
{
	margin: 70px 0 0 0;
	width: 800px;
	height: 100px;
	position:relative;
	float: left;
	text-align:left;
}

#search
{
  position: absolute;
  top: 10px;
  right: 0px;
  width: 190px;
  visibility: hidden;
}

#flash
{
  position: absolute;
  top: 10px;
  left: 160px;
}

/* ############## FUNCTION NAVIGATION ################# */

#function_menu
{
  position: absolute;
  top: 0px;
  right: 0;
}

#function_menu ul
{
  margin:0;
	padding:0;
	text-align:left;
	font-size: 1.3em;
	height: auto;
}
#function_menu ul li
{
	position: relative;
	color:#fff;
	display: inline;
	float: left;
	text-align: right;
	padding:7px 0 15px 6px;
	margin: 0;
	width: auto;
	height: 28px;
}

#function_menu ul li a:link,#function_menu ul li a:visited
{
	color:#fff;
	font-family: arial,helvetica,sans-serif;
  font-size: 0.65em;
	font-weight:normal;
	font-style: normal;
	text-decoration:underline;
	display: block;
	width: auto;
	padding: 5px 4px 0 0;
	line-height:1.5em;
	float: left;
}


/* ############## MAIN NAVIGATION ################# */

#nav a span
{
	color: #999999;
	font-style: italic;
	font-size:1.1em;
}

#nav ul
{
	margin:0;
	padding:0;
	text-align:left;
	font-size: 1.3em;
	height: auto;
}

#nav ul ul
{
  width: 180px;
}

#nav ul li
{
	position: relative;
	color:#fff;
	display: inline;
	float: left;
	text-align: right;
	padding:7px 15px 15px 0px;
	margin: 0;
	width: auto;
	height: 28px;
}

#nav ul li:hover
{
  color: #660066;
}

#nav ul li a:link,#nav ul li a:visited
{
	color:#8C3F83;
	font-family: "palatino linotype",verdana,arial,helvetica,sans-serif;
  font-size: 1.1em;
	font-weight:normal;
	font-style: normal;
	text-decoration:none;
	display: block;
	width: auto;
	padding: 5px 4px 0 0;
	line-height:1.5em;
	float: left;
}

#nav ul li#current a:link,#nav ul li#current a:visited
{
	color:#660066;
	font-weight:bold;
	text-decoration:none;
	display: block;
	width: auto;
	padding: 5px 4px 0 0;
	line-height:1.5em;
}

#nav ul li a:hover,#nav ul li a:active,#nav ul li a:focus
{
	color:#660066;
}

#nav ul li ul
{
	position: absolute;
	top: 40px;
	left: 0;
	height: auto;
	visibility: hidden;
	background-color: #ffffff;
}

#nav ul li ul li
{
	position: relative;
	float: left;
	width: 180px;
	height: 30px;
	padding: 0;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	background-color: #D4C4C5;
}

#nav ul li ul li:hover
{
	background-color: #660066;
}

#nav ul li ul li:hover a
{
	color: #660066;
}

#nav ul li:hover ul, #nav ul li a:hover ul
{
	visibility: visible;
}

#nav ul li ul li a:link, #nav ul li ul li a:visited
{
	height: 15px;
	width: 180px;
  padding: 8px 0 7px 5px;
  line-height: 1em;
	font-size: 0.8em;
	word-spacing: 0.01em;
	font-weight: normal;
	text-align:left;
}

#nav ul li:hover ul li:hover a, #nav ul li a:hover ul li:hover a
{
	color:#ffffff;
}


#nav ul li ul li#current a:link,#nav ul li ul li#current a:visited
{
	color:#660066;
	padding: 15px 0 0 0;
	font-size: 0.8em;
	word-spacing: 0.01em;
	font-weight: normal;
}

/* ############## HOME PAGE SPECIFIC ############### */

#home_content
{
  position: relative;
  float: left;
  width: 744px;
  min-height: 520px;
  background: transparent url(../img/main_bg.jpg) no-repeat scroll 0 0;
  margin: 0;
  padding: 0 0 0 156px;
  overflow: hidden;
}

#slideshow_border {
  background:transparent url(../img/slideshow_bg.jpg) no-repeat scroll 0 0;
  height:337px;
  margin:52px 0 0 -20px;
  width:438px;
  float: left;
}

#slideshow {
  padding:19px 0 0 19px;
  height: 305px;
}

.home_main {
  width: 400px;
}

.home_main p {
  font-family: "palatino linotype", arial,helvetica,sans-serif;
  color: #333;
  font-size: 1.1em;
}

.rightcol {
  float: right;
  padding: 65px 0 0 0;

}
.rightcol p {
  padding: 0 0 8px 0;
}


/* ############## LEFT COLUMN AREA ############### */

.leftcol
{
	background:#F5F9FC none repeat scroll 0 0;
	float:left;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	position:relative;
	width:195px;
}

.leftcol ul
{
  padding-left: 30px;
  padding-top: 10px
}

.leftcol p
{
  padding-left: 20px;
}

.side {
  background: url(../img/callout_bg_4.gif) no-repeat scroll 0 0;
  position: relative;
  float: right;
  width: 174px;
  min-height: 239px;
  color:#FFFFFF;
  padding:20px 10px 10px;
  margin: 40px 0 0 0;
}

.side h4 {
  color: #660066;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
}

.side p {
  color: #444;
  font-size: 12px;
}

.delivery {
  background: url(../img/callout_bg_2.jpg) no-repeat scroll 0 0;
  position: relative;
  float: right;
  width: 174px;
  height: 170px;
  color:#FFFFFF;
  padding:20px 10px 10px;
  margin: 40px 0 0 0;
}
.delivery p
{
  font-size: 12px;
}

/* ############## MAIN CONTENT AREA ############### */

#content
{
  position: relative;
  float: left;
  width: 900px;
  min-height: 520px;
  background: transparent url(../img/main_bg.jpg) no-repeat scroll 675px 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
}
.main
{
	position: relative;
	float: left;
	width: 685px;
	margin: 0 0px 0 0px;
	padding: 15px 0 0 0;
}

.users_view
{
  min-height: 500px;
}

/* ############## PRODUCT GRID AREA ############### */


#product_grid_header
{
	position: relative;
	float: left;
	width: 675px;
	height: 27px;
	padding: 3px 0 0 10px;
	background: #FFFFFF url(../img/pager_bg.gif) repeat-x scroll 0 100%;
}

#product_grid_header p
{
  font-size: 10px;
  color: #666666;
}

.title
{
  float: left;
  height: 50px;
  width: 100%;
  overflow: none;
}

ul.product_grid
{
	list-style-type: none;
	padding:0 0 0 6px;
	margin:0 0 0 0px;
	width: 685px;
}

li.item
{
  float: left;
  width: 151px;
	height: 240px;
  overflow: hidden;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #E5E5E5;
}

ul.product_grid h4
{
  font-size: 12px;
}

ul.product_grid p
{
  font-size: 12px;
}

.imageThumb
{
  float: left;
  width: 136px;
  height: 136px;
  padding: 0 0 5px 0;
}

/* ############## PRODUCT LIST AREA ############### */

ul.product_list
{
	list-style-type: none;
	padding:0 0 0 6px;
	margin:0 0 0 0px;
	width: 685px;
}

ul.product_list li.list_item
{
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 0 10px 10px 0px;
  border-bottom: 1px solid #E5E5E5;
  clear: both;
}
ul.product_list h4
{
  color: #660066;
  font-weight: bold;
  padding: 8px 0 0 150px;
}
ul.product_list p
{
  padding: 5px 0 5px 150px;
}

/* ####################  PRODUCT PAGE  ################## */


.product
{
  background: #ffffff;
  border: 1px solid #C4C6C8;
  padding: 25px;
  position: relative;
  float: left;
  width: 630px;
  margin: 20px 0 0 0;
}

.product_images
{
  width: 350px;
  position: relative;
  float: left;
}

.product_info
{
  width: 220px;
  position: relative;
  float: left;
  padding: 0 30px;
}

.product_overview
{
  width: 250px;
  position: relative;
  float: left;
  border-top: 2px dotted #C4C6C8;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
}

h2.product_name
{
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}

p.availability
{
  font-size: 0.85em;
}

p.price
{
  font-weight: bold;
  color: #660066;
  padding: 10px 0;
}


/* ####################  SHOPPING BASKET ################## */
div.basket
{
  position: relative;
	float: right;
	width: 900px;
	margin: 0 0px 0 0px;
	padding: 15px 0 0 0;
}

div#continueShoppingBtn
{
  padding: 10px 0 20px 0;
  width: 175px;
  height: 50px;
  position: relative;
  float: left;
}

div#updateBasketBtn
{
  padding: 10px 0 20px 0;
  width: 175px;
  height: 50px;
  position: relative;
  float: right;
}

div#checkoutBtn
{
  padding: 30px 0 0 0;
  width: 175px;
  height: 50px;
  position: relative;
  float: right;
}

form.basket
{
  width: 100%;
  margin: 30px 0 0 0;
}

table#basket
{
  width: 100%;
}

table#basket th
{
  padding: 5px;
  background: #DFD5C1;
  border: none;
  border-right: 1px solid #BEBCB7;
  border-bottom: 1px solid #F6E3CE;
}

th#remove, th#image, th#price, th#subtotal
{
  width: 10%;
}
table#basket th#fifteen
{
  width: 15%;
  text-align: right;
  padding-right: 20px;
}

th#quantity
{
  width: 5%;
}
th#image
{
  width: 15%;
}
th#name
{
  text-align: left;
  padding-left: 10px;
}

table#basket tr td
{
  background: #FFFFFF;
}

table#basket tr.altrow td
{
  background: #F8F7F5;
}

table#basket td
{
  padding: 10px 5px 5px 5px;
  border-color: #BEBCB7;
}
table#basket td#quantity
{
  padding: 5px;
}
table#basket td#price, table#basket td#subtotal
{
  text-align: right;
  padding: 10px 20px 5px 5px;
}
table#basket td#name
{
  text-align: left;
  padding: 10px 5px 5px 10px;
}

.basket_totals
{
  clear: right;
  width: 220px;
  float: right;
  text-align: right;
  background-color: #DFD5C1;
  border: 1px solid #BEBCB7;
  padding: 10px;

}

.basket_totals p
{
  font-size: 0.8em;
  padding-top: 10px;
}

table#basket_totals
{
  width: 100%;
  background: transparent;
  border: none;
}

table#basket_totals tr td
{
  background: transparent;
  border: none;
  text-align: right;
}

table#basket_totals tr td span
{
  font-size: 1.3em;
  font-weight: bold;
}
/* #######################  CHECKOUT ###################### */

div#checkoutChoice
{
  position: relative;
  float:left;
  height: 260px;
  width: 40%;
  margin: 20px 30px 0 0;
  padding: 10px;
  border: 1px solid #BEBCB7;
}

div#checkoutLogin
{
  position: relative;
  float:left;
  height: 260px;
  width: 40%;
  margin: 20px 0 0 0;
  padding: 10px;
  border: 1px solid #BEBCB7;
}
div#checkoutChoice h4, div#checkoutLogin h4
{
  color: #000;
  border-bottom: 1px solid #E4E4E4;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

div#checkoutChoice li, div#checkoutLogin li
{
  list-style: inside;
}

div#loginBtn
{
  padding: 10px 0 20px 0;
  width: 175px;
  height: 50px;
  position: relative;
  float: left;
}

div#checkoutAddresses
{
  position: relative;
  float: left;
  width: 100%;
}

div#checkoutDetails
{
  position: relative;
  float: left;
  width: 100%;
}

div#checkoutAddresses p, div#checkoutDetails p
{
  font-size: 13px;
}

div#checkoutAddresses p span, div#checkoutDetails p span
{
  font-size: 13px;
}

div#checkoutAddresses h3, div#checkoutDetails h3
{
  font-size: 1.2em;
  color: #660066;
  font-weight: bold;
  border-bottom: 1px solid #BEBCB7;
  margin: 5px 0 15px 0; 
}

div#checkoutBillingAddress
{
  position: relative;
  float:left;
  height: 470px;
  width: 45%;
  margin: 10px 30px 0 0;
  padding: 10px;
  border: 1px solid #BEBCB7;
}

div#checkoutDeliveryAddress
{
  position: relative;
  float:left;
  height: 470px;
  width: 45%;
  margin: 10px 0 0 0;
  padding: 10px;
  border: 1px solid #BEBCB7;
}
div#checkoutChoice h3, div#checkoutLogin h3,
div#checkoutBillingAddress h3, div#checkoutDeliveryAddress h3, div#checkoutYourDetails h3
{
  background: #DFD5C1;
  color: #660066;
  font-size: 1em;
  border-bottom: 1px solid #BEBCB7;
  font-weight: bold;
  margin: -10px -10px 10px -10px;
  padding: 7px 10px;
}

.checkout_totals
{
  clear: right;
  width: 220px;
  float: right;
  text-align: right;
  background-color: #DFD5C1;
  border: 1px solid #BEBCB7;
  padding: 10px;

}

.checkout_totals p
{
  font-size: 0.8em;
  padding-top: 10px;
}

/* #######################  ACCOUNT  ###################### */
div#addressLeft
{
  position: relative;
  float:left;
  min-height: 200px;
  width: 40%;
  margin: 0px 30px 0 0;
  padding: 0px;
}

div#addressRight
{
  position: relative;
  float:left;
  min-height: 200px;
  width: 40%;
  margin: 0px 0 0 0;
  padding: 0px;
}

.account_menu
{
	float:left;
	margin:30px 20px 0 0;
	padding:10px 10px 0px 10px;
	position:relative;
	width:165px;
	border: 1px solid #BEBCB7;
}

.account_menu h3
{
  margin: -10px -10px 0 -10px;
  padding: 5px 10px;
  background: #660066;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;

}
.account_menu ul
{
  padding: 0;
  margin: 0;
}
.account_menu li
{
  list-style: none;
  border-bottom: 1px solid #E4E4E4;
  padding: 0 0 4px 0;
}
.account_menu li.last
{
  border-bottom: none;
}
.account_menu ul li a
{
  text-decoration: none;
}
.account_menu ul li a.current
{
  font-weight: bold;
}


.account_menu p
{
  padding-left: 20px;
}

/* #######################  FORM  ###################### */

div form {
	height: auto;
	width: 90%;
	margin: 0;
	padding: 0;
}
div.form_left {
	float: left;
	width: 46%;
	margin: 20px 20px 0 0;
}
div.form_right {
	float: left;
	width: 46%;
	margin: 20px 0 0 0;
}
div.form_center {
	float: left;
	width: 96%;
	height: auto;
	padding-top: 0.6em;
}
form div {
	margin: 0;
	padding: 0.1em 0 0 0;
	padding-top: 0.1em;
	clear: none;
}
form div label {
	width: 100%;
	font: normal 1em Arial, Helvetica, Verdana, sans-serif;
	color: #660066;
	display: inline;
	font-size: 13px;
}
form div label.bold {
	width: 100%;
	font: normal 1em Arial, Helvetica, Verdana, sans-serif;
	color: #444444;
	line-height:1.4em;
	margin:0;
	font-size: 13px;
	font-weight: bold;
}
input {
	width: 100%;
	height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0.2em 0 0 0;
	font-size: 100%;
}
div.wide_input_float {
  width: 45%;
  float: left;
  margin: 0 15px 0 0;
}
div.input_float {
  width: 30%;
  float: left;
  margin: 0 15px 0 0;
}
div.input_email {
  width: 50%;
  float: left;
  margin: 0 15px 0 0;
}
form div input.button {
	width: 30%;
	height: 30px;
  margin: 3% 0% 0% 35%;
	padding: 0;
}
form div select {
  width: 100%;
  height: 1.9em;
  margin: 0 0 10px 0;
  padding: 0.2em 0 0 0;
}
select {
  font-size: 100%;
}
select[multiple="multiple"]{
  height:100%;
  width:100%;
}

textarea {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 100%;
}

form div.submit
{
  float:left;
  height:50px;
  padding:30px 0 0;
  position:relative;
  width:175px;
}

form div#updateBasketBtn div.submit
{
  float:left;
  margin: 0;
  padding: 0;
  height: 33px;
  width: 172px;
  position: relative;
}
form div#updateBasketBtn div.submit input, form div#loginBtn div.submit input
{
  height: 33px
}

form div#loginBtn div.submit
{
  float:left;
  margin: 0;
  padding: 0;
  position: relative;
}

input[type="submit"] {
  height: auto;
  padding: 2px 20px;
}

input.btnSearch
{
  margin: 2px 0 0 0;
  padding: 2px 2px 2px 2px;
  height: auto;
  width: auto;
}
input.btnSubmit
{
  margin: 2px 0 0 0;
  padding: 2px 2px 2px 2px;
  height: auto;
  width: auto;
}
div form#BasketAddItemForm
{
  clear: none;
  float: left;
  width: 50%;
}
div#addBasketList
{
  width: 105px;
  margin: 0 0 0 10px;
}

div#addBasket div.submit, div#addBasketList div.submit
{
  float:left;
  margin:0;
  padding:0;
  position:relative;
  height: 21px;
  width: 104px;
}

input.btnBasket
{
  height: auto;
  width: auto;
}


div.error-message {
  font-style: italic;
  font-weight: normal;
  color: red;
  margin: -10px 0 0 0;
}

div.message {
  font-style: italic;
  font-weight: normal;
  color: #333333;
  font-size: 120%;
  margin: 1em 0 0 0;
}

form#PageSearchForm
{
  width: 190px;
}

form#PageSearchForm .input
{
  width: 150px;
  position: absolute;
  top: 4px;
  left: 0px;
}

form#PageSearchForm .submit
{
  position: absolute;
  top: 0px;
  left: 160px;
  margin: 0;
}


/* ############# FOOTER / FOOTER NAVIGATION ############ */

#footer
{

	width: 900px;
	margin: 25px 0px 15px 0px;
	padding: 10px 0 0 0;
	border-top: 1px solid #CCCCCC;
	height: 100px;
}

#footer_nav
{
  height: 30px;
}

#footer_nav ul
{
	margin:0;
	padding:0 0 0 225px;
	text-align:left;
	font-size: 1em;
}

#footer_nav ul li
{
	position: relative;
	color:#fff;
	display: inline;
	float: left;
	text-align: left;
	padding:0 0 0 0;
	margin: 0;

}

#footer_nav ul li a:link,#footer_nav ul li a:visited
{
	color:#2B71AA;
	font-weight:normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 12px 0 12px;
	line-height:1.5em;
	float: left;
	border-right: 1px solid #CCCCCC;
}

#footer_nav ul li a:link.last,#footer_nav ul li a:visited.last
{
	border-right: none;
}

#footer_nav ul li a:hover,#footer_nav ul li a:active,#footer_nav ul li a:focus
{
	color:#6BA7DA;
}

#footer p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	padding: 5px 0 0 0;
	font-size: 0.8em;
	color: #666666;
	text-align: center;	
}



