@charset "utf-8";
/* CSS Document */



/* Basket settings */

	
	
/* Search and Form settings */
.form {
	margin: 0;
	padding: 0;
	}
.textbox {
	background-color: #FFFFFF;
	border: #E4E4E4 1px solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 19px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 1em;
	line-height: 17px;
	} 
#search-form {
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 10px;
	margin-top: 13px;
	margin-bottom: 0;
	}
.button {
	width: 153px;
	background-color: #0066CC; 
	color: #FFFFFF;
	border: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	height: 20px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.submit {
	width: 153px;
	background-color: #0066CC;
	color: #FFFFFF;
	border: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	height: 20px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	
/* 2 Column settings */
#left-column {
	clear: both;
	float: left;
	width: 205px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E4E4E4;
	}
#right-column {
	float: right;
	width: 710px;
	margin-right: 10px;
	}


/* Product page settings */
#product-image {
	clear: both;
	float: left;
	width: 375px;
	padding: 0;
	margin: 0;
	border: 1px solid #E4E4E4;
	text-align: center;
	}
#product-image-options {
	width: 100%x;
	padding: 0;
	margin: 0;
	height: 26px;
	line-height: 24px;
	background-color: #003366;
	text-align: center;
	text-indent: 7px;
	text-align: left;
	}
#product-image-options a {
	color: #FFFFFF;
	text-decoration: none;
	}
#product-description {
	float: right;
	width: 320px;
	padding: 0;
	margin: 0;
	}
#product-basket {
	width: 100%;
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
	}
.product-basket-text {
	padding-right: 5px;
	background-color: transparent;
	}
.thumb-related {
	border: 4px solid #FFFFFF;
	line-height: 0;
	}
.thumb-related a {
	text-decoration: none;
	border: 0;
	text-decoration: underline;
	line-height: 0;
	}
.product-options-left {
	float: left;
	width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	}
.product-options-left li {
	list-style: none;
	}
.product-options-right {
	float: right;
	width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	}
.product-options-right li {
	list-style: none;
	}

.product-options-text {
	border: 1px solid #E4E4E4;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
	}
.product-options-text span {
	color: #3366CC;
	font-weight: normal;
	}
.product-options-text p {
	padding: 5px;
	margin: 0;
	}
.product-options {
	width: 100%;
	height: 26px;
	background: #003366;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5px;
	}


/* Product page settings */
.related-images ul {
	
	}
.related-images li {
	list-style: none;
	display: inline;
	}
.related-images li a {
	border: 0;
	text-decoration: none;
	line-height: 0;
	}
.page-img-left {
	clear: both;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #E4E4E4;
	}
.page-img-right {
	clear: both;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #E4E4E4;
	}
	


/* Example settings */
.examples-box-left {
	clear: both;
	float: left;
	width: 350px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	}
.examples-box-right {
	float: right;
	width: 350px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	}
.examples-box-spacer {
	padding: 10px;
	}
.examples-box-bar {
	clear: both;
	width: 100%;
	vertical-align: bottom;
	background-color: #E4E4E4;
	height: 26px;
	line-height: 24px;
	text-indent: 10px;
	}
.examples-img {
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 0;
	}
	
	
	
	
