@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	width:100%;
	background: #E9EAEC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #333333;
}

a, img {
	border: none;
	color:#17B3FD;
	text-decoration:underline;
}

a:hover {
	color:#666666;
}

.clear {
	width: 100%;
	clear:both;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

#wrapper {
	width: 960px;
	margin: 10px auto;
}

#h1 {
	font-size:20px;
	color:#333333;
	font-weight:bold;
}

#message {
	border:1px solid #3CC4F7;
	background-color: #CEF5FD;
	color:#3CC4F7;
	padding:10px;
	margin:10px 0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	display:none;
}


/* HEADER */

#header {
	width:100%;
	background:#FFFFFF;
	margin-bottom:10px;
}

#header_content {
	margin: 10px;
	width:940px;
}

#header #header_content #top {
	height:108px;
	background:url(../images/header_gradient.jpg) repeat-x top;
}

#header #header_content #top .logo{
	margin: 15px 0px 0px 20px;
	float:left;
}

#header #header_content #top #basket {
	width: 400px;
	float:right;
	text-align: right;
	margin:45px 20px 0px 0px;
	color: #CCCCCC;
}

#header #header_content #cats {
	background:url(../images/header_sub_gradient.jpg) repeat-x top;
	height:42px;
	width: 100%;
}

#header #header_content #cats td{
	
	text-align:center;
	height:42px;
	vertical-align:middle;
}

#header #header_content #nav #cats td a {
	color:#666666;
	font-weight:bold;
	padding: 0px 20px;
}

#nav {
	height: 42px;
	margin:0px;
	padding:0px;
	border:none;
	border-spacing:0px;
	border-collapse: collapse;
	font-size:12px;
	text-align:center;
	color:#666666;
	overflow:visible;
	width: 675px;
	float:left;
	border-left: 1px solid #cccccc;
}

#nav li {
	list-style-type: none;
	float:left;
	margin:0px;
	padding:0px;
	height:42px;
	background: url(../images/header_divider.jpg) top right no-repeat;
}

#nav li:hover {
	color:#000000;	
	background: url(../images/header_divider.jpg) top right no-repeat #FFFFFF;
}

#nav li a {
  height:30px;
	padding:12px 42px 0px 42px;
	margin:0px;
	text-align:center;
	display:block;
	text-decoration:none;
	white-space: nowrap;
	color:#666666;
	font-weight:bold;
}

#nav li div {
	width:220px;
	display:none;
	position:absolute;
	float:left;
	z-index:99;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
	text-align:left;
}

#nav li div a{
	color:#17B3FD;
	text-decoration:none;
	height:16px;
	text-align:left;
	padding:8px;
	font-weight:normal;
	background:none;
}

#nav li div ul{
	list-style-type:none;
	margin:0px;
	width: 100%;
	padding: 0px;
	font-size:12px;
	line-height:28px;
	float:left;
	color:#666666;
}

#nav li div li {
	width: 100%;
	float:left;
	white-space:normal;
	background:none;
	background-image:none;
	height:auto;
}

#nav li div li a{
	padding:8px;
	height:16px;
	font-size:12px;
	line-height:14px;
	display:block;
	background:none;
	background-image:none;
	text-decoration:none;
	color:#17B3FD;
	text-align:left;
	font-weight:normal;
}

#nav li div li a:hover{
	color:#666666;
	background-image:none;
}


#search {
	float: left;
	padding:8px 10px 0px 5px;
}

.quicksearchfield {
	border: 1px solid #CCCCCC;
	width:193px;
	height:17px;
	padding:4px 1px;
	font-size:11px;
	color:#666666;
	font-family: Arial;
}

.quicksearchbutton {
	vertical-align:middle;
	padding:2px 0px 0px 5px;
}

#breadcrumbs {
	width: 930px;
	margin:10px 15px;
	color: #999999;
	font-size:12px;
}

/** CONTENT **/



#content {
	width:100%;
	background:#FFFFFF;
}

#home_message {
	width:299px;
	height:325px;
	background: #C9418C;
	color:#FFFFFF;
	padding: 25px 15px 0px 15px;
	margin:10px;
	float:left;
}

#home_message h1 {
	color:#FFFFFF;
	font-size:30px;
	text-transform:uppercase;
}

#home_message .label{
	padding-bottom:15px;
	clear:both;
}

#home_banner {
	width:601px;
	height:325px;
	margin:10px 10px 10px 0px;
	display: block;
	float:right;
}


#contact_message, #quote_message { 
	width:299px;
	height:409px;
	background: #fe6005;
	color:#FFFFFF;
	padding: 10px 15px 0px 15px;
	margin:10px;
	float:left;
}

#quote_message { 
	background: #9A8C7E;
}

#contact_message h1, #quote_message h1 {
	color:#FFFFFF;
	font-size:30px;
	text-transform:uppercase;
}

#quote_message input[type=text] {
	width:200px;
	padding:2px 1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin-bottom:3px;
	border:1px solid #666;
}

#quote_message textarea {
	width:200px;
	padding:2px 1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin-bottom:3px;
	border:1px solid #666;
}

#contact_message a {
	color:#FFFFFF;
}

#contact_message .label{
	padding-bottom:15px;
	clear:both;
}

#contact_banner {
	width:601px;
	height:409px;
	margin:10px 10px 10px 0px;
	display: block;
	float:right;
}

#home_list {
	width:940px;
	margin: 0px 10px 0px 10px;
	padding:10px 0px;
	border-top: 1px solid #DCDCE7;
	border-bottom: 1px solid #DCDCE7;
}

/** PRODUCT LISTS **/

#list {
	width:940px;
	margin: 0px 10px 0px 10px;
	padding:10px 0px 5px 0px;
	border-top: 1px solid #DCDCE7;
	border-bottom: 1px solid #DCDCE7;
}

#list .label{
	padding: 5px 0px 5px 0px;
	clear:both;
}

.list_item {
	height: 110px;
	width: 226px;
	float:left;
	margin-bottom:5px;
}

.list_item img {
	margin: 5px 10px 0px 0px;
	float:left;
}

.list_item .prod_text {
	margin-top: 20px;
	width:109px;
	padding-right:5px;
	float:left;
}

.divider {
	height: 110px;
	float:left;
	width:1px;
	background-color: #DCDCE7;
	margin: 0px 10px 5px 0px;
}

/** SUBCATEGORY LIST **/

#subcat_list {
	width:940px;
	margin: 0px 10px 0px 10px;
	padding:10px 0px 5px 0px;
	border-top: 1px solid #DCDCE7;
	border-bottom: 1px solid #DCDCE7;
}

#subcat_list .label{
	padding: 5px 0px 5px 0px;
	clear:both;
}

#subcat_list .list_item {
	height: 110px;
	width: 226px;
	float:left;
	margin-bottom:5px;
}

#subcat_list .list_item img {
	margin: 5px 10px 0px 0px;
	float:left;
}

#subcat_list .list_item .prod_text {
	margin-top: 5px;
	width:226px;
	float:left;
}

/** PRODUCT PAGE **/

#product, #page {
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
}

#page h1 {
	color:#333333;
	font-size:30px;
	text-transform:uppercase;
}

#product #prod_img {
	background: url(../images/prod_img_border.gif) top left no-repeat;
	padding:10px;
	width:440px;
	height:470px;
	float:left;
}

#product #prod_tabs {
	width: 459px;
	height:500px; 
	float: right;
}

#product #prod_tabs ul {
	list-style: none;
	padding:0px;
	margin:0px;	
}

#product #prod_tabs ul {
	list-style-type: square;
	padding-left:20px;
}

#prod_tabs #buttons {
	height: 36px;
}

#prod_tabs #buttons .ontab{
	height: 26px;
	padding-top:10px;
	width: 152px;
	background:url(../images/bg_ontab.gif) no-repeat -2px 0px;
	float:left;
	text-align:center;
	color:#333333;
	font-weight:bold;
}

#prod_tabs #buttons .ontabmid{
	height: 26px;
	padding-top:10px;
	width: 153px;
	background:url(../images/bg_ontab.gif) no-repeat top center;
	float:left;
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding:10px 1px 0px 1px;
}

#prod_tabs #buttons .offtab{
	height: 25px;
	padding-top:10px;
	width:152px;
	background:url(../images/bg_offtab.gif) no-repeat top center;
	float:left;
	text-align:center;
	color:#333333;
	font-weight:bold;
	border-bottom: 1px solid #DCDCE7;
	cursor:pointer;
}

#prod_tabs #buttons .offtabmid{
	height: 25px;
	width:153px;
	background:url(../images/bg_offtab.gif) no-repeat top center;
	float:left;
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding:10px 1px 0px 1px;
	border-bottom: 1px solid #DCDCE7;
	cursor:pointer;
}

#prod_tabs h1 {
	line-height: 24px;
	font-size:18px;
	color:#333333;
	font-weight:bold;
}

#prod_tabs h2 {
	font-size:15px;
	color:#C9418C;
	font-weight:bold;
}

#tab_colours, #tab_details, #tab_sizes {
	border-left: 1px solid #DCDCE7;
	border-right: 1px solid #DCDCE7;
	border-bottom: 1px solid #DCDCE7;
	width: 437px;
	height:315px;	
	padding: 10px;	
	overflow: auto;
	background-color:#FFFFFF;
}

#tab_colours, #tab_sizes {
	display: none;
}

#tab_colours .colour {
	width:75px;
	height:65px;
	margin: 0px 15px 0px 0px;
	float:left;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#tab_colours .coloursc {
	width:75px;
	height:65px;
	margin: 0px 10px 0px 0px;
	float:left;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#tab_colours .colourlast {
	width:75px;
	height:65px;
	margin: 0px 0px 0px 0px;
	float:left;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#tab_colours .colour .swatch, #tab_colours .colourlast .swatch, #tab_colours .coloursc .swatch{
	border: 1px solid #DCDCE7;
	height:33px;
	width: 73px;
	float:left;
	margin-bottom:5px;
}

#tab_colours .colour .swatch1, #tab_colours .colourlast .swatch1, #tab_colours .coloursc .swatch1{
	border-left: 1px solid #DCDCE7;
	border-top: 1px solid #DCDCE7;
	border-bottom: 1px solid #DCDCE7;
	height:33px;
	width: 36px;
	float:left;
	margin-bottom:5px;
}

#tab_colours .colour .swatch2, #tab_colours .colourlast .swatch2, #tab_colours .coloursc .swatch2{
	border: 1px solid #DCDCE7;
	height:33px;
	width: 36px;
	float:left;
	margin-bottom:5px;
}

#colour_click {
	cursor: pointer;
}

#opt {
	border-left: 1px solid #DCDCE7;
	border-right: 1px solid #DCDCE7;
	border-bottom: 1px solid #DCDCE7;
	background: #F7F7F9;
	width: 447px;
	height:100px;	
	padding: 5px;	
	line-height:15px;
}

#opt select {
	border: 1px solid #7F9DB9;
	height:22px;
	padding:2px 1px;
	color: #333333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/** FORMS **/

.sorrysearch {
	width: 300px;
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	height:20px;
	margin:0;
	padding:5px 2px;
	vertical-align: middle;
}

.sorrysearchbutton {
	display: inline;
	vertical-align: middle;
}

.textfield {
	border: 1px solid #CCCCCC;
	width:193px;
	height:17px;
	padding:3px 1px;
	font-size:13px;
	color:#666666;
	vertical-align: middle;
}


.bigtextfield {
	border: 1px solid #CCCCCC;
	width:253px;
	height:22px;
	padding:3px 1px;
	font-size:16px;
	color:#666666;
	vertical-align: middle;
}

.select {
	border: 1px solid #CCCCCC;
	width:197px;
	height:25px;
	padding:2px 1px;
	font-size:13px;
	color:#666666;
	vertical-align: middle;
}

.textarea {
	border: 1px solid #CCCCCC;
	width:193px;
	height:60px;
	padding:3px 1px;
	font-size:13px;
	color:#666666;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
}

#login td, #forgotten td {
	height:28px;
	vertical-align:top;	
}

#login .label, #account .label,  #checkout .label, #forgotten .label  {
	width: 15%;
	color: #333333;
	text-align:right;
	padding: 5px 10px 5px 0px;
}

#login .register, #forgotten .register {
	color: #333333;
	width:50%;
	padding-left:10px;
	border-left: 1px solid #DCDCE7;
	vertical-align:top;
}


/** CART **/

#cart th {
	text-align:left;
	color:#666666;	
}

.cart_table tr {
	height: 27px;
	vertical-align:middle;
}


/** FOOTER **/

#bottom_content {
	width:100%;
	background:#FFFFFF;
	padding:10px 0px;
	height:82px;
}

#bottom_content #bottom_left {
	width:445px;
	height:72px;
	float:left;
	display:block;
	background-color:#E9EAEC;
	margin:0px 10px;
	padding:10px;
	color:#333333;
	font-size:11px;
}

#bottom_content #bottom_right {
	width:445px;
	height:72px;
	float:right;
	display:block;
	background-color:#E9EAEC;
	margin:0px 10px 0px 0px;
	padding:10px;
}

#bottom_content #bottom_left p{
	margin: 5px 0px;
}
#bottom_content #bottom_left form{
	padding: 5px 0px 0px 0px;
	margin:0px;
	line-height:10px;

}