/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #4f4f4f;
}

div#body {
	width: 100%;
	background: url(../images/bg/body_bg.gif) top repeat-x #ffffff;
}

.clickable {
	cursor: pointer;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 11px;
	color: #4f4f4f;
}

img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #068dce;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #656565;
	font-size: 16px;
	margin: 0;
	padding: 0;
}


h2 {
	color: #656565;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #2367a9;
	font-size: 13px;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: 600;
}


hr {
	height:0px;
	border-top:0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0 0 25px 0;
	padding: 0 35px;
}

li {
	font-size: 12px;
	margin-top: 15px;
}


/****** GENERIC ******/

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear: left;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

input.textInput {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}

textarea.inputTextArea {
	width: 255px;
	border: 1px solid #bec5cd;
	height: 148px;
}

.red {
	color: #f31010;
}

.dottedHR {
	height: 12px;
	background: url(../images/dotted_line.gif) bottom left repeat-x;
	width: 730px;
}

/****** CONTAINERS ******/
body div#pageContainer {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg/page_container_bg.jpg) top left repeat-x #4b8e00;
	min-width: 950px;
}




/******** PAGE ********/
div#page {
	width: 950px;
	background: #ffffff;
	padding: 0;
	margin: 0 auto;	
}

/** HEADER **/
div#header {
	background: url(../images/bg/header_bg.jpg) top left no-repeat;
	padding: 0;
	width: 950px;
	position: relative;
	height: 148px;
}

div#headerTop {
	height: 112px;
}

div#headSpacing {
	width: 722px;
	float: left;
}

div#shoppingCart {
	background: url(../images/bg/shopping_bag_bg.jpg) top left no-repeat;
	width: 212px;
	height: 68px;
	padding: 40px 0 0 16px;
	float: left;
	color: #add7ff;
}

div#shoppingCart img {
	padding-bottom: 2px;
}
	
a.shopLinks {
	color: #add7ff;
	/*color: #3686d2;*/
	text-decoration: none;
	font-size: 11px;
}

div#shoppingCart table {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 11px;
	margin-bottom: 4px;
}

td#priceShop {
	color: #cbecff;
}

div#header div#navButtons {
	padding: 0 0 0 449px;
}

div#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#navButtons ul li a {
	height: 35px;
}

/** NAV **/
a#home {
	width: 50px;
	background: url(../images/nav_buttons/nav_home.gif);
	background-repeat: no-repeat;
	display: block;
}

a#home:hover {
	background-position: -50px 0;
}

a#shop {
	width: 95px;
	background: url(../images/nav_buttons/nav_shop.gif);
	background-repeat: no-repeat;
	display: block;
}

a#shop:hover {
	background-position: -95px 0;
}

a#cust {
	width: 122px;
	background: url(../images/nav_buttons/nav_cust.gif);
	background-repeat: no-repeat;
	display: block;
}

a#cust:hover {
	background-position: -122px 0;
}

a#about {
	width: 72px;
	background: url(../images/nav_buttons/nav_about.gif);
	background-repeat: no-repeat;
	display: block;
}

a#about:hover {
	background-position: -72px 0;
}

a#careers {
	width: 67px;
	background: url(../images/nav_buttons/nav_careers.gif);
	background-repeat: no-repeat;
	display: block;
}

a#careers:hover {
	background-position: -67px 0;
}

a#contact {
	width: 95px;
	background: url(../images/nav_buttons/nav_contact.gif);
	background-repeat: no-repeat;
	display: block;
}

a#contact:hover {
	background-position: -95px 0;
}



/******** CONTENT ********/
div#content {
	border-top: 1px solid #224886;
	
}

div.pagingLinks {

}
div.pagingLinks a {
	color: #4e97c2;
}

/*Left Col*/
div#leftCol {
	width: 181px;
	float: left;
}

div#leftCol div#searchBox {
	background: url(../images/bg/find_prod_bg.gif) top left no-repeat;
	height: 113px;
	padding: 43px 0 0 18px;	
}

div#searchBox input#searchInput{
	color: #868686;
	height: 12px;
	padding: 5px;
	width: 105px;
	font-size: 11px;
	border: none;
	_position: relative;
	_top: -1px;
}

*+html div#searchBox input#searchInput{
	position: relative;
	top: -1px;
}

div#searchBox select {
	width: 143px;
	height: 21px;
	padding: 4px;
	font-size: 11px;
	color: #868686;
	border: none;
}

div#searchBox table {
	padding: 0 0 0 0;
}

div#startShopping {
	background: url(../images/bg/start_shopping_bg.gif) top left repeat-y;
	font-size: 12px;
	padding: 20px 0 0 0;
}

div#startShopping ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 16px;
}

div#startShopping ul li {
	margin: 0 0 8px 0;
}

#startShopping a {
	color: #068dce;
	text-decoration: none;	
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.firstLevelLink li a {
	color: #068dce;
	text-decoration: none;	
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

ul.firstLevelLink li ul li a {
	color: #068dce;
	text-decoration: none;	
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: 600;*/
}

div#subscribeNewsletter {
	background: url(../images/bg/subscribe_bg.gif) no-repeat;
	height: 124px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 48px 15px 0 15px;
}

#subscribeNewsletter div.subscribeBar {
	width: 120px;
	height: 23px;
	background: #FFFFFF;
	margin-bottom: 4px;
	padding-top: 1px;
}

.subscribeBar input {
	width: 110px;
	height: 17px;
	padding: 3px 5px;
	font-size: 11px;
	color: #868686;
	background: transparent;
	border-style: none;
}

input#formSubsribeButton {
	padding-left: 4px;
}

div#giftVouchers {
	height: 182px;
}


/*Right Col*/
div#rightCol {
	width: 748px;
	float: right;
	padding: 10px 10px 10px 0px;	
}

div#leftHome {
	width: 392px;
	float: left;
	padding-right: 8px;
}

div#rightHomeCont {
	width: 346px;
	float: left;
}

div#homeContent {
	padding: 15px 0 0 0;
}


div#homeProducts {
	padding: 0 0 0 4px;
}

div#rightContent {
	padding: 10px 0;
}

div#rightContent p {
	font-size: 12px;
}

div#contentText {
	padding: 0 0 0 18px;
}

div#detailLeft {
	width: 310px;
	padding: 10px 25px 0 0;
	float: left;
}

div#detailRight {
	width: 390px;
	padding: 10px 0 0 0;
	float: left;
}

div#detailTitle {
	color: #292929;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 0 0 0;
}

div#detailTitle span {
	font-weight: 100px;
	font-size: 11px;
	color: #292929;
}

div#detailTitle span a {
	color: #4f4f4f;
	font-weight: 600;
	font-size: 11px;
	text-decoration: underline;
}

div#detailTitle span a:hover {
	text-decoration: none;
}

div#detailProductCode {
	color: #707070;
	font-size: 10px;
	padding: 5px 0 10px 0;
}

div#detailPrice {
	color: #292929;
	font-size: 12px;
	padding: 0 0 10px 0;
}

div#detailChoices {
	padding: 0 0 0 10px;
}

div#detailChoices ul#colourChoice {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	list-style-image: none;
}

div#detailChoices ul#colourChoice li {
	width: 60px;
	padding: 0 18px 10px 0;
	margin: 0;
	float: left;
	font-size: 10px;
	color: #727272;
}

div#detailChoices ul#colourChoice li img {
	padding-bottom: 3px;
}

div#detailChoices ul#attributeList {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

div#detailChoices ul#attributeList li {
	width: 45px;
	height: 45px;
	padding: 0 4px 0 0;
	margin: 0;
	float: left;
}

div#sizingContainer {
	padding: 10px 0;
}

table#sizingChart {
	color: #292929;
	
}

table#sizingChart a {
	color: #068dce;
	
}

table#sizingChart select {
	border: 1px solid #b2b2b2;
	width: 138px;
	padding: 2px;
}

div#relatedContain {
	padding: 10px 0 0 0;
	border-top: 1px solid #c8c8c8;
	margin-top: 15px;
}

/** SHOP BY BRAND **/
ul#brandList {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

ul#brandList li {
	width: 220px;
	height: 75px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 10px;
}

ul#brandList li a {
	font-size: 13px;
}

/** CONTACT **/
#contact table {
	font-size: 12px;
}

#contact input.inputField {
	height: 15px;
	padding: 3px;
	border: 1px solid #c3c3c3;
	width: 200px;
	font-family: arial;
}

#contact #enquiryLabel {
	padding-top: 3px;
}

#contact textarea {
	height: 55px;
	padding: 4px;
	border: 1px solid #c3c3c3;
	width: 200px;
	font-family: arial;
	font-size: 12px;
}

#contact input#submit {
	border: none;
}


/******** BROWSE NAVIGATION ********/
div#browseNavigation {
	color: #6b6b6b;
	font-size: 11px;
	padding: 0;
	position: relative;
}

div#browseNavigation strong {
	color: #6b6b6b;
}

div#browseNavigation a {
	color: #6b6b6b;
	text-decoration: none;
	font-size: 11px;
}

div#browseNavigation a:hover {
	color: #8f8f8f;
}

div#browsePaging {
	position:absolute;
	right: 10px;
	top: -15px;
}

/******** PAGE BOTTOM ********/
div#pageBottom {
	margin: 0 auto;
	width: 970px;
	padding: 0;
}

/******** THUMB HOVER ********/
#imageContainer {
	width: 310px;
	height: 467px;
	padding: 0;
	margin: 0;
}

#imageContainer img {
	border: 1px solid #d9dbdc;
}

#gallery {
	height: 120px;
	width: 310px;
	padding: 0;
	margin: 10px 0 0 0;
	overflow:hidden;
	white-space: nowrap;
}

#gallery img {
	/*border: 1px solid #d9dbdc;*/
	margin-right: 30px;
}

/** SCROLL BAR **/
#scrollBar {
	width: 310px;
	height: 8px;
	margin: 10px 0 0 0;
	background: url(../images/img_scroller.gif) repeat-x center;
}	

#scrollHandle {
	width: 35px;
	height: 8px;
	background-image: url(../images/img_scroller_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}
	
/**** PRODUCT LIST ****/
ul.productList {
	margin: 0;
	padding: 15px 0 0 0;
}

ul.productList li {
	width: 178px;
	height: 330px;
	display: block;
	float: left;
	margin: 0;
	padding-right: 10px;
}

ul.productList li.rightList {
	padding: 0;
}

ul.productList li a {
	color: #4f4f4f;
	font-size: 11px;
	font-weight: 600;
	text-decoration: underline;
}	

ul.productList li a:hover {
	text-decoration: none;
	color: #696969;
}

ul.productList li p {
	padding: 5px 0;
	margin: 0;
	font-size: 11px;
	color: #0c0d0e;
	height: 115px;
}
	
img.imageProductList {
	border: 1px solid #e1e1e1;
	display: block;
	float: left;
}

div.listImageContain {
	position: relative;
}	

div.productListText {
	padding: 10px 0 0 0;
	text-align: center;
}

h2.productListInclude {
	position: relative;
	top: -5px;
}

.productSale, .productNew {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 123px;
}
	
/****** FOOTER ******/
div#footer {
	width: 950px;
	position: relative;
	color: #747474;
	font-size: 11px;
	height: 35px;
	padding: 10px 0px;
}

div#footerLeft {
	width: 560px;
	padding-right: 230px;
	font-size: 11px;
	float: left;
}

div#footerRight {
	width: 140px;
	float: left;
}

div#copyright {
	padding-top: 4px;
	font-size: 11px;
	color: #a4cf43;
}

div#footerLinks {
	color: #4e97c2;
	padding-bottom: 6px;
}

div#footerLinks a {
	color: #4e97c2;
	font-size: 11px;
	text-decoration: none;
}

div#footerLinks a:hover {
	color: #71b2d8;
}

span#blissLink {
	position: relative;
	top: -3px;
}

span#blissLink a {
	text-decoration: none;
	font-size: 11px;
	color: #4e97c2;
}

span#blissLink a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #71b2d8;
}


/** SHOPPING CART PAGE **/
table#shoppingBasket th{
	background: #dedede;
	color: #000000;	
}

/**
 *  Layout - Content - Main: Forms.
 */
 
textarea.prodTextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 142px;
	height: 80px;
}

ul.loginForm, ul.form
{
	list-style: none;
	list-style-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

ul.loginForm li, ul.form li
{
  padding: 3px 0px 3px 0px;

	width: 350px; 
	margin: 0;
}

ul.form li
{
	width: 390px; 
	padding-bottom: 10px;
}

ul.loginForm li label, ul.form li label
{
	display: block; 
	float: left; 
	
	width: 120px;
}

ul.form li label
{
	width: 130px;
}

ul.loginForm div.valueArea, ul.form div.valueArea
{
	float: right; 
	text-align: left;
	
	width: 153px; 
}

ul.form div.valueArea
{
	width: 248px;
}

ul.loginForm input.textField, ul.form input.textField, 
ul.loginForm textarea, ul.form textarea
{
	border: 1px solid #C3C3C3; 
	padding: 2px;
	width: 190px;
}

ul.loginForm input.checkbox, ul.form input.checkbox
{
	border: 1px solid #C3C3C3; 
	margin: 3px 0px;
}

ul.form input.textField, 
ul.form textarea
{
	width: 245px;
}	
	
.reqField
{
	color: #FF0000;
}

.errorMessage
{
	color: #FF0000;
	display: none; 
	font-size: 10px;
}	
	
.descMessage
{
	font-size: 10px;
}

ul li.gap
{
	padding: 2px 0;
	display: inline-block;
}

.indenting {
	padding-left: 15px;
}


div#sfys_link {
	position: relative;
	top: 28px;
	left: -11px;
	height: 48px;
	padding: 0;
}
