/* CSS Document */

* html #page{
	height: 100%;
}
html{
	margin:0;
	padding:0;
  	height: 100%; 
}

body{
	//background:url(../img/background.jpg);
	margin:0;
	padding:0;
	height: auto ;
	background-color:#425968;
	font: 11px 'Quicksand', Georgia, "Times New Roman", Times, serif;
	color:#fff;
	line-height:1.4;
	text-align:center;
}
#body{
	padding:10px;
	width:780px;
	border:1px solid #fff;
	background-color:#FFFFFF;	
}

p{
	margin:0 0 10px 0;
	padding:0;
}

form{
	padding:0;
	margin:0;

}
#content #form1{
	padding-top:15px;
}
#content form.centered-form {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#content img {
	padding:auto auto auto 10px;
}

table{
	font: 11px "Quicksand", Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height:1.4;
}

#page{
	position: relative;
	margin-right:auto;
	margin-left:auto;
	width: 780px;
	min-height: 100%;
}
#wrapper{
	padding:10px 0 10px 0;
	text-align:left;
}

/*--------------------------HEADER-----------------------------*/


* #header{
	
}
#header{
	height:162px;
	background-color:#6cc6bd;
	background:url(../img/background_header.jpg) repeat-x top;
	text-transform:uppercase;
}

#header a img{
	margin:auto;
	vertical-align:text-top;
	border:0;
	margin-bottom:0px;
	padding-bottom:0px;
}
#header a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}
#header #logo{
	padding-top:0px;
}
#header #logo img{
	margin-left:195px;
	float:center;
}
#header #logo h2{
	margin:0;
	padding-top:0px;
	font-weight:normal;
	font-size:18px;
	text-align:center;	
}
#header_corner{
	//float:right;
	//width:230px;
	//height:90px;
	//padding:10px;
	//text-align:right;
	//background-image:url(../img/header_corner_right_bg.gif);
	//background-position:bottom right;
	//background-repeat:no-repeat;
}

#header_corner_left{
	//float:left;
	width:80px;
	//height:90px;
	padding:0px;
	//text-align:left;
	//background-image:url(../img/header_corner_left_bg.gif);
	//background-position:bottom left;
	//background-repeat:no-repeat;
}

/*----------------------TABS NAVIGATION------------------------*/
.menu {
  font: 14px 'Quicksand', Georgia, "Times New Roman", Times, serif;
  width:750px;
  margin:0; 
  position:relative;
  z-index:100;
  text-align:center;
  background:#6cc6bd;
  height:35px;
  padding-left:30px;
}

.menu ul {
  padding:0; 
  margin:0;
  list-style-type: none;
  border:0;
}

.menu ul li {
  float:left; 
  background:#6cc6bd;
}
.menu ul li a, .menu ul li a:visited {
  display:block; 
  text-align:center; 
  text-decoration:none; 
  /*height:40px; */
  color:#fff; 
  border:none;
  padding-left:18px;
  padding-right:18px;
  background:#6cc6bd; 
  line-height:35px; 
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a, .menu ul li a.selected  {
  color:#fff; 
  background:#94D5CF;
}

/*---------------------------BODY------------------------------*/
#content{
	font: 12px 'Quicksand', Georgia, "Times New Roman", Times, serif;
	background-color:#fff;
	color:#333;
	margin: 0;
	padding:0;
	height:100%;
}
#content #id{
	position:absolute; 
	width:100%; 
	text-align:center; 
	top:200px; 
	margin-left:-10px; 
	z-index:1005;
}

#content h3{
  font-size:20px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #425968;
  line-height:10px;
}

#content h1{
  font-size:36px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #6cc6bd;
  line-height:50px;
}
#content h1 a{
  background-color:#6cc6bd;
  color: #fff;
  text-decoration:none;
}
/*#content h2{
  color: #9b005c;
  font-size:16px;
  font-weight: bold;
  text-transform: uppercase;
  text-indent:20px;
}*/
#content h2 span{
	color: #fff;
  	background-color: #6cc6bd;  
}
#content p{
/*
    padding-left:10px;
    padding-right:10px;*/
}

.home_region{
    background-image:url(../img/home_region.gif);
    background-repeat:repeat-x;
    padding:1px;
    }
    .home_region h1{
        padding:0; margin:0;
    }

/*img{
	border: 2px solid #6cc6bd;
	margin: 0;
}*/
img.left{
	padding:0 10px 10px 0;
}

img.right{
	padding:0 0 10px 10px;
}

#content a{
	/*color:#6cc6bd;*/
}
#content a:hover{
	text-decoration:none;
}

#left_panel{
		
}
#left_panel h1{
	font-size:22px;
	font-weight:bold;
	padding:0;
	margin:0;
}
#left_panel #products{
	display:block;
	width:310px;
	height: 300px;
	padding:15px 0 5px 15px;
	margin:10px 0 10px;
	background-color:#b2e0dd;
}
#left_panel #products .product{
	float:left;
	width:90px;
	height:90px;
	margin:0 10px 10px 0;
	background-color:#FFF;
}
#left_panel #filter{
	margin-top:10px;
	width:325px;
	text-align:right;
}
#category_pagination{
	width:325px;
	text-align:right;
}
#category_pagination .previous{
	float:left;
}
		
#right_panel{
	float:right;
	width:350px;
}
#right_panel .image{
	background-color:#CCCCCC;
	height:200px;
}
#right_panel .product_info{
	margin-top:10px;
}
#right_panel .product_link{
	background-color:#b2e0dd;
	padding:5px;
	margin-right:135px;
	}
#right_panel .product_info input{
	float:right;
}

/*-----------------------RELATED-PRODUCTS----------------------*/
#related-products{
	width:100%;
	margin:0;
	padding:0;
	padding-bottom:20px;
	float:left;	
	clear:both;
	display:inline;
	border-top: 1px solid #82ceca;
}

#related-products h2{
	padding:0;
	margin:0;
	color:#fff;
	background-color:#82ceca;
	padding:2px;
	width:220px;
	font-size:20px;
}


#related-products ul{
	padding:0; 
	padding-top:20px;
	margin:0;
	list-style-type: none;
	border:0;
}

#related-products ul li.related-product{
	margin:0;
	padding:0;
	width:200px;
	float:left; 	
	text-align:center;
}
#related-products ul li.related-product img{
	border: 2px solid #fff;
}
#related-products ul li.related-product img:hover{
	border: 2px solid #6cc6bd;
}

#related-products ul li.related-product h4 a{
	color:#fff;
	background-color:#6cc6bd;
	text-align:center;
	text-decoration:none;
}
#related-products ul li.related-product h4 a:hover{
	color:#6cc6bd;
	background-color:#fff;
	text-align:center;
}

/*---------------------------SHOP------------------------------*/

#attention{
	margin:10px 0 0 0;
	height:30px;
	padding:20px;
	background-color:#84D0CC;
	color:#FFFFFF;
	text-align:center;
}
#attention .attention_heading{
	font-size:14px;
	font-weight:bold;
}

#attention a{
	color:#FFFFFF;
}

/* Page-head */
.head {
	text-align:right;
	position:relative;
	/*padding-left:30px;*/
	width:100%;
	float:left;
	clear:both;
	
}

.head h2 {
	display:inline;
	float:left;
	clear:both;
	border:none;
	width:auto;
	color: #fff;
	background-color:#6cc6bd;
	
	margin-top:20px;
	margin-bottom:5px;
	padding: 0 5px 0px 5px;
	
	text-align:center;
	font-size: 2.5em;
	text-transform:uppercase;
	line-height:1.15em;
	font-weight:normal;
}
.head h2 strong {
	font-size: 0.65em;
	display: block;
	}

.head p {
	margin: 0;
	padding: 0;
	/*display: inline;*/
}
.head .breadcrumbs { float: right;	width: 350px; margin: 4px 0 0 0;}
.head .breadcrumbs li { display:inline; }
.head .breadcrumbs a { color: #767676; }
/*
.sub-head {
	
	border-top: 1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	}*/
/*.sub-head {
	margin: 10px 15px 10px 0;
	float:right;
	clear:both;
	width: auto;
	padding: 5px 20px 5px 20px;
	font-size: 1em;
	color: #fff;
	background-color:#6cc6bd;
	text-transform:uppercase;
	line-height:1.25em;
	letter-spacing:0.2em;
}*/
.sub-head p { margin:0;}

#tiles {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	clear: both;
	width:600px;
	}
#tiles .image_thumb{
	display:block;
	width:179px;
	height:229px;
	/*border:2px solid #6cc6bd;*/
	}
#tiles td {
	padding: 0;
	margin:0;
	text-align:center;
}
#tiles img {
	border:0;
	padding:0;
	margin:0;
	}
#tiles h4 {
	font-size:1.05em;
	margin:0px;
	line-height:20px;
}
#tiles h4 a {
	color: #fff;
	background-color: #6cc6bd;
	text-decoration:none;
	padding-left: 5px;
	padding-right:5px;
}
#tiles h4 a:hover {
	background-color: #fff;
	color: #6cc6bd;
	text-decoration:none;
}

#tiles h5 {
	color: #6cc6bd;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
}
#tiles td span {
	display: block;
	}
#tiles td p {
	text-decoration:none;
}
#tiles td p span.old-price {
	text-decoration:line-through;
	color:#666666;
}
#tiles td p span.new-price{
	font-weight:bold;
	text-decoration:none;
	color:#6cc6bd;
}
h5.cancelled, p.price_cancelled {
	text-decoration: line-through;
}
span.sale_price {
	font-weight: bold;
}
span.sale_price strong {
	color: #6cc6bd;
	font-weight: bold;
}

.box_link{
	display:block; 
	border:4px solid #88CFC9; 
	width:171px; height:115px; 
	padding:100px 0 0 0; 
	text-align:center; 
	color:#88CFC9;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
	background-image:url(../img/paging_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a:hover.box_link{
	display:block; 
	border:4px solid #6cc6bd; 
	width:171px; height:115px; 
	padding:100px 0 0 0; 
	text-align:center; 
	color:#6cc6bd;
	font-size:16px;
	font-weight:bold;
}

.view_all{
	display:block; 
	margin-top:5px; 
	width:179px; height:30px; 
	padding:10px 0 0 0; 
	background-color:#6cc6bd; 
	color:#FFFFFF; font-weight:bold; text-align:center;
	margin-left:10px;
}

.list_actions{
	padding:0;
	margin:0 0 20px 10px;
	list-style:none;
}

.list_actions li{
	padding:0 0 0 8px;
	margin:0 0 5px 0;
	background-image:url(../img/arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.list_actions a{
	color:#6cc6bd; 
}

/*---------------------------DESIGNER SIDE PANEL------------------------------*/

.designer_list{
	width:180px;
	margin:0;
	padding:0;
	/*padding:10px; */
	height:100%;
	float:left; 
	clear:both;
/*	margin: 0 10px 20px 0;*/
	border:0px none #6cc6bd;
	color:#333;
	
}
.designer_list h4{
	background: #88cfc9;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
	margin:0px;
	padding: 6px;
	color:#FFFFFF;
}
.designer_list ul{
	margin:0;
	padding: 20px 0px 20px 0px;
	background:url(../img/designer_bg.jpg) repeat-y top right;
}
.designer_list li{
	list-style:none;
	margin:0;
	padding:4px;
	padding-left:15px;
}

.designer_list li a.selected{
	color:#fff;
	background-color:#6cc6bd;
}

.designer_list li a{
	color:#333;
	text-decoration:none;
}
.designer_list li a:hover{
	color:#fff;
	background-color:#6cc6bd;
}

.right_column{
	padding-top:20px;
	float:left;
}
#fashion-header{
	width:780px;
	height:183px;
	background-position:right top;
	background-repeat:no-repeat;
}
#fashion-header .message_area{
	padding-top:30px;
	width:330px;
	text-align:left;
}

#fashion-header .message_area div{
	padding-bottom:5px;
}

#fashion-header h3{
	display:inline;
	font-size:24px;
	font-weight:lighter;
	color:#fff;
	background-color:#6cc6bd;
	text-transform:uppercase;
	margin-top: 0px;
	padding: 0;
	text-align:left;
}
#fashion-header p{
	display:inline;
	padding-left: 0;
	padding-right: 0;
	font-size:12px;
	color:#000;
	background-color:#fff;
	text-align:left;
}
#fashion-content{
	position:relative;
	margin-top:-100px;
	width:600px;
	height:600px;
	background-color:#fff;
	background-postion:top left;
	background-repeat:no-repeat;
}

#fashion-content .message_area{
	position:absolute;
	left:60px;
	top:90px;
	width:200px;
}

#fashion-content .message_area div{
	padding-bottom:5px;
}

#fashion-content h3{
	display:inline;
	font-size:24px;
	font-weight:lighter;
	color:#fff;
	background-color:#6cc6bd;
	text-transform:uppercase;
	margin-top: 0px;
	padding: 0;
}
#fashion-content p{
	display:inline;
	padding-left: 0;
	padding-right: 0;
	font-size:12px;
	color:#000;
	background-color:#fff;
	text-align:left;
}
#fashion-body{
	margin:0;
	width:780px;
	background:url(../img/designer_bg_vert.jpg) repeat-x top;
}

#fashion-body h3{
	margin:0;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:0px;
	font-size:30px;
	color:#6cc6bd;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
}
#fashion-body h3.sub-head{
	font-size:22px;
	background:none;
	padding:0px;
	margin:0px;
	padding-top:0px;
	padding-left:15px;
	padding-bottom:5px;
}
h3.sub-head{
	margin:0;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:0px;
	font-size:22px;
	color:#6cc6bd;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
}
h3.sub-head span{
	clear:both;
	color: #fff;
  	background-color: #6cc6bd; 
}

ul.tea-room {
	list-style:url(../img/list-disc.gif);
}
ul.tea-room li{
	font-weight:bold;
	margin:4px;
	padding-left:-5px;
	text-decoration:none;
}
ul.tea-room li a{
	font-weight:bold;
	margin:4px;
	padding-left:-5px;
	text-decoration:none;

	background-color:#fff;
	color:#6cc6bd;
}
ul.tea-room li a:hover, ul.tea-room li a:active{
	background-color:#6cc6bd;
	color:#fff;
}
/*---------------------------SHOP MORE------------------------------*/
#order_breadcrumb {
	margin-top:10px;
	height:45px;
}

#order_breadcrumb span{
	display:block;
	float:left;
	height:26px;
	padding: 12px 10px 0 10px;
	background-image:url(../img/order_breadcrumb_red.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}
#order_breadcrumb a, #order_breadcrumb a:visited{
	display:block;
	float:left;
	height:26px;
	padding: 12px 10px 0 10px;
	background-image:url(../img/order_breadcrumb_green.gif);
	color:#5e8a8b;
	font-weight:bold;
	text-decoration:none;
}
#order_breadcrumb a:hover{
	text-decoration:underline;
}

#basket table{
	width:100%;
	margin:auto;
	padding:0;
}
.hed{
	text-align:left;
}

h2.product_name {
	font-size: 12pt;
	font-weight: bold;
	border: 0;
	padding: 20px 0 0 0;
	margin:.5em 0 1em 0;
	color: #767676;
}
#basket{
	float:left;
	width:780px;
}
#basket table.basket{
	margin:0px;
	padding:0px;
	vertical-align:top;
	vertical-align:text-top;
}
#basket th.hed{
	color:#82cfca;
	text-align:center;
	text-transform:uppercase;
	border-bottom:2px solid #82cfca;
}
#basket tr{
	border-bottom:2px solid #fff;
}
#basket tr.a{
	height:100px;
	background-color:#e6f5f4;
	padding-left:10px;
	padding-top:15px;
}
#basket tr.b{
	height:100px;
	background-color:#e6f5f4;
	
	padding-left:15px;
	padding-top:15px;
	margin-top:15px;
	border-bottom:2px solid #fff;
}
#basket tr td{
	border-bottom:2px solid #fff;
}

#basket tr.b td.center{
	text-align:center;	
}

#basket td.price{
	color:#6cc6bd;
	font-weight:bold;
}
#basket td a{
	color:#fff;
	background-color:#6cc6bd;

	font-weight:bold;
	text-decoration:none;
}
#basket td a:hover{
	color:#6cc6bd;
	background-color:#e6f5f4;
	font-weight:bold;
}
#basket td.currency{
	color:#6cc6bd;
	font-weight:bold;
/*	padding:15px;
	width:auto;
	float:right;*/
}
#basket td.currency_text{
	color:#568885;
	font-weight:bold;
	text-align:left;
/*	padding:15px;
	width:auto;
	float:right;*/
}
#basket td.total{
	color:#fff;
	background-color:#6cc6bd;
	padding:15px;
	width:auto;
	text-align:center;
	/*float:right;*/
	font-size:1.5em;
}
#basket input.qty{
	height:25px; 
	padding-top:4px; 
	font:16px Georgia,'Times New Roman', Times, serif; 
	font-weight:bold; 
	text-align:center; 
	border: 1px solid #66cccc; 
	color:#339999; 
}

/*-------------------PRODUCT VIEW--------------------*/
#product-detail{
	margin: auto;
	width: 700px;
}
#product_photo{
	float:left;
	width:470px;
	margin-right:10px;
	margin-bottom:20px;
	text-align:center;
}
#product_details {
	width: 300px;
	padding: 0;
	float:right;
}
#product_details h5 {
	margin-bottom:.7em;
	font-size:1.1em;
}
#add_to_cart {
	padding: 10px 0 10px 0;
}
#add_to_cart select {
	border: 1px solid #dedede;
	padding: 3px;
	font-size: 10px;
	width: 100%;
	color: #767676;
	font-family: verdana;
}
#add_to_cart #submit {
	padding: 15px 0 0 0;
}
#tellafriend {
	position: relative;
	top: 2px;
}

p.price, p.price_cancelled {
	font-weight: bold;
	color: #3a393a;
	margin-bottom: 0;
	padding-bottom: 0;
}
p.sale_price {
	font-weight: bold;
	color: #6cc6bd;
}
p.sale_price strong {
	color: #9b005c;
}

.option_style{
	width:200px;
}

.enlarge{
	position:absolute;
	display:block;
	z-index:1055;
	/*background-image:url(../img/enlarge.gif);*/
	background-repeat:no-repeat;
	width:300px;
	height:300px;
}
.domtab{
	width:470px;
	float:left;
	margin:0;
	padding:0;
}
.domtab div{
	float:left;
}
ul.domtabs{
/*	margin:0;
	padding:0;	*/
}

ul.domtabs li{
	/*width:200px;	
	float:right;
	position:relative;
	display:block;*/
	list-style:none;
	margin:10px 10px 0 0;
}
ul.domtabs li a{
	color:#6cc6bd;
	}
ul.domtabs li a:visited{
	color:#6cc6bd;
	}
ul.domtabs li a:hover{
	color:#6cc6bd;
}
ul.domtabs li img{
	border: 2px solid #6cc6bd;
}
.error{

	border:1px solid #ED0B91;
	background-color:#fee6f4;
	padding:10px;
	color:#ED0B91;
	list-style-position: inside;
	margin-bottom:10px;
}

label{
	font-weight:bold;
}

.required{
 color:#ED0B91;
}

.paging{
	height:30px;
}

.paging a{
	display:block;
	float:left;
	padding:3px 8px 3px 8px;
	margin:0 3px 0 0;
	border:1px solid #ccc;
	color:#6cc6bd;
}

.paging a.current{
	background-color:#CCCCCC;
}

.paging .results{
	float:left;
	padding-top:3px;
	padding-left:20%;
}

/*--------------------------FOOTER-----------------------------*/

#footer{
	background-color:#425968;
/*	height:50px;*/
	clear:both;
	text-align:center;
	color:#fff;
	background-position:center 30%;
	background-repeat:no-repeat;
}
#footer img{
	vertical-align:text-top;
}
#footer a{
	color:#fff;
	font-weight:normal;
	font-size:1.4em;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer #footer_corner{
	background:url(../img/footer_bg.jpg) repeat-x top;
	height:45px;
	/*float:right;*/
	text-align:center;
	padding-top:12px;
}
#footer #footer_corner a{
	padding-left:10px;
	padding-right:10px;
}

#footer .footer_border{
	margin:auto;
	width:780px;
	//background-color: #d8007f;
	//border:2px #c70075 solid;
}

#footer .footer_border div{
	//border:1px #6cc6bd solid;
}
#footer .footer_border_small{
	padding:12px;
	width:100px;
	height:100%;
	//background-color: #d8007f;
	//border:2px #c70075 solid;
}

#footer .footer_border_small div{
	//border:6px #ee0a91 solid;
}
.left{
	float:left;}
.right{
	float:right;}

#footer #newsletter{
	//border:10px #e7008a solid;
}
#footer #newsletter form{
	//border:2px #cb0179 solid;
	//background-color:#e8008a;
	line-height:26px;
}
#footer #newsletter form input {
	height:20px;
	vertical-align:middle;	
	padding-left:10px;
	border:0;
}
#footer #newsletter form input[type='text']{
	height:18px;
	//border:1px #cc0079 solid;
}
#footer #newsletter label{
	float:left;
	padding:3px 0px 4px 10px;
	font-weight:bold;
}




/* Used to clear floated divs */
p.clear { clear: both;   margin: 0; padding: 0;	border:0; font-size:0;}

