/* ---------------------------------------------
 Global
--------------------------------------------- */

html {
	font-size: 100%;
	}
	
body {
	font: normal 11px Arial, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	}
	
/* ----Friendly Settings & Elements---- */

img, a img {
	border:0;
	} /* nobody likes default border around images */
	
.hr {
	height: 1px;
	background: #f9f9f9;
	margin: 15px 0 7px 0;
	}

.clear {
	display: inline-block;
	}
	   
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
* html .clear {
	height: 1%;
	}

.clear {
	display: block;
	}

.clear-fix {
    clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}


/* ----Idioms---- */

ul.mod {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.mod li {
	list-style: none;
	}

	
/* ----Typography---- */

p {
	margin-bottom: 10px;
	}

a, a:link, a:visited, p a, p a:link, p a:visited {
	color: #000;
	text-decoration: underline;
	}

a:hover, p a:hover {
	color: #999;
	text-decoration: none;
	}
	
h1 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 8px 0;
	font-weight: normal;
	color: #000;
	}
	
h2, h2 a, h2 a:visited {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px 0;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #999;
	text-decoration: none;
	}
	
h4 {
	font-size: 13px;
	margin: 0 0 2px;
	font-weight: normal;
	color: #000;
	}
	
h5 {
	font-size: 14px;
	margin: 0 0 18px;
	font-weight: normal;
	color: #000;
	}

/* ---------------------------------------------
 Structure
--------------------------------------------- */

#site-wrapper {
	width: 975px;
	margin: 0 auto;
	padding: 0;
	}
	

/* ----Fixed Head---- */

#fixed-head {
	width: 975px;
	max-width: 975px;
	height: 120px;
	max-height: 120px;
	margin: 0;
	display: block;
	background: #fff;
	z-index: 5;
	position: fixed;
	border-top: 6px solid #000;
	}
	
.full-holder {
	width: 975px;
	height: 120px;
	border-bottom: 1px solid #000;
	float: left;
	background: url(../_images/common/logo_colinadair.png) 0 20px no-repeat;
	}

#logo-holder {
	width: 720px;
	height: 120px;
	border-bottom: 1px solid #000;
	float: left;
	}
	
.logo-holder-logo {
	width: 300px;
	height: 120px;
	float: left;
	background: url(../_images/common/logo_colinadair.png) 0 20px no-repeat;
	text-indent: -99999px;
	}
	
.blog-stamp {
	width: 118px;
	height: 118px;
	margin: 0;
	background: url(../_images/common/btn_blog.png) top right no-repeat;
	text-indent: -99999px;
	float: right;
	}
	
.subscribe-holder {
	width: 230px;
	height: 120px;
	border-bottom: 1px solid #000;
	float: right;
	}
	
/* ----Content Area---- */

#content-wrapper {
	width: 975px;
	margin: 150px 0 0 0;
	position: absolute;
	}
	
.copy-body {
	width: 720px;
	float: left;
	}
	
.copy-sidebar {
	width: 230px;
	float: right;
	postion: fixed;
	}
	
.copy-sidebar a, .copy-sidebar a:link, .copy-sidebar a:visited {
	color: #000;
	text-decoration: none;
	}
	
.copy-sidebar a:hover {
	color: #999;
	text-decoration: none;
	}
	


/* ---------------------------------------------
 System Message Styling
--------------------------------------------- */

.system-message, .system-error-message {
	color: #000;
	margin: 0;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	}

.system-message a:link, .system-error-message a:link {
	color: #000;
	text-decoration: underline;
	}
	
.system-message a:hover, .system-error-message a:hover {
	color: #999;
	text-decoration: none;
	}
	
.system-message ul, .system-error-message ul {
	margin-bottom: 10px;
	}
	
.system-message ul li, .system-error-message ul li {
	list-style: disc inside;
	}

.ok {
	color: #000;
	margin-bottom: 18px;
	}

.error {
	color: #000;
	margin-bottom: 18px;
	}
	
	
/* ---------------------------------------------
 Form Styling
--------------------------------------------- */

ul.form {
	margin: 0;
	padding: 0;
	}

ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
	}

ul.form li label {
	color: #000;
	display: block;
	}

div.form div.item, div.webform div.item {
	padding: 8px 0 8px 0;
	}

.cat_button {
	font-size: 9px;
	color: #fff;
	padding: 2px 4px 2px 4px;
	background: #000;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	}
	
.cat_button:hover {
	background: #999;
	cursor: pointer;
	}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width: 300px;
	}

.cat_dropdown_small {
	width: 200px;
	}

.cat_dropdown_smaller {
	width: 150px;
	}

.cat_textbox_small {
	width: 200px; /* DON'T TOUCH THIS */
	border: 1px #eee solid;
	color: #000;
	background: #fff;
	padding: 2px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	}
	
.cat_listbox_small {
	border: 1px #eee solid;
	color: #000;
	background: #fff;
	font-family: Arial, Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;
	}
	
.cat_textbox {
	border: 1px #eee solid;
	color: #000;
	background: #fff;
	padding: 2px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	}

.cat_listbox {
	height: 120px;
	width: 300px;
	}

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	}

table.webform td {
	line-height: 24px;
	padding: 6px;
	}

.form label, .webform label {
	font-size: 11px;
	}

.form input, .webform input {
	margin-right: 3px;
	}

/* ----Rules for Products, Secure, Newsletter---- */

.product-form h3 {
	padding-left: 9px;
	}

.secure-login, .newsletter-form {
	margin-top: 30px;
	}

.secure-login h3, .newsletter-form h3 {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
	}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 0;
	}
	
.newsletter_textbox {
	width: 100px;
	border: 1px #eee solid;
	color: #000;
	background: #fff;
	font-size: 10px;
	padding: 2px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	margin: 1px 0 6px 0;
	}
	
.newsletter_label {
	color: #000;
	margin-top: 2px;
	font-size: 9px;
	}
	
	
/* ---------------------------------------------
 Blog Styling
--------------------------------------------- */

.blog-list span {
	color: #000;
	}

h2.post-title, h2.post-title a, h2.post-title a:visited {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px 0;
	text-decoration: none;
	}
	
h2.post-title a:hover {
	color: #999;
	text-decoration: none;
	}

.blog-post .post-details {
	color: #000;
	font-size: 9px;
	margin: 0 0 18px;
	}

.blog-post .post-body {
	margin: 0 0 40px;
	}
	
.blog-post .post-body p {
	margin-bottom: 10px;
	}

.comment-list {
	border: 1px solid #f9f9f9;
	background: #fdfdfd;
	margin-bottom: 36px;
	padding: 10px;
	}

.comment-list input#Captcha {
	width: 300px;
	}

.comment-list textarea.cat_listbox_small {
	height: 120px;
	width: 100%;
	}

.blog-comment-container {
	border: 1px solid #f9f9f9;
	margin: 0 0 18px;
	}

.blog-comment-container .comment-details {
	background: #f9f9f9;
	font-size: 11px;
	padding: 6px;
	border: 1px solid #f9f9f9;
	}
	
.blog-comment-container .comment-details a, .blog-comment-container .comment-details a:visited {
	color: #000;
	text-decoration: underline;
	}
	
.blog-comment-container .comment-details a:hover {
	color: #999;
	text-decoration: none;
	}

.blog-comment-container .comment {
	background: #fff;
	padding: 8px 6px 8px 6px;
	}

span.flag {
	margin: 0 6px;
	vertical-align: middle;
	}

input#fullname, input#website, input#emailaddress {
	width: 300px;
	}

textarea.comment {
	height: 160px;
	width: 100%;
	}

.forum-registration textarea.comment {
	height: 70px;
	width: 270px;
	}

.post-body .links {
	font-size: 10px;
	margin-top: 20px;
	}

.BlogTagCloud {
	margin: 0 0 18px;
	}

.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul, .BlogCategoryList ul {
	margin: 0 0 25px 0;
	padding: 0;
	}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li, .BlogCategoryList li {
	font-size: 11px;
	list-style: none;
	margin: 0 0 2px;
	}
	
p.page-nav {
	text-align: left;
	} 

p.page-nav a {
	margin: 0 9px;
	}

.blog-post dl {
	background: #fdfdfd;
	border: 1px solid #f9f9f9;
	margin: 0 0 15px 0;
	padding: 10px;
	}

.blog-post dt {
	color: #000;
	font-size: 12px;
	}

.blog-post dd {
	margin: 0 0 9px;
	color: #000;
	}
	
.blogSiteNav {
	margin-top: 25px;
	padding-top: 25px;
	width: 230px;
	border-top: 1px solid #000;
	}
	
.blogSiteNav ul {
	margin: 0;
	padding: 0;
	}
	
.blogSiteNav li {
	font-size: 11px;
	list-style: none;
	margin: 0 0 2px;
	}
	
/* -- Contact Slider -- */

.contactHeader { 
	width: 120px;
	height: 20px;
	margin: 0;
	/* Do not edit below */
	overflow: hidden;
	cursor: pointer;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	}
	
.contactHeader:hover {
	color: #999;
	text-decoration: none;
	}
	
.contactContainer {
	width: 120px;
	margin: 2px 0 0 0;
	/* Do not edit below */
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
	}

.contactContent {
	/* Do not edit below */
	position: relative;
	}
	
.contactContent h1 {
	color: #fff;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: none;
	}

.contactContent p {
	margin: 0 0 12px 0;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	}
	
.contactContent p a, .contactContent p a:visited {
	color: #000;
	text-decoration: none;
	}
	
.contactContent p a:hover {
	color: #999;
	text-decoration: none;
	}


/* ---------------------------------------------
 Shop, Catalog & Product Styling
--------------------------------------------- */

.gen_button {
	font-size: 9px;
	color: #fff;
	padding: 2px 4px 2px 4px;
	background: #000;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	}
	
.gen_button:hover {
	background: #999;
	cursor: pointer;
	}

.storeSiteNav {
	width: 230px;
	}
	
.storeSiteNav ul {
	margin: 0;
	padding: 0;
	}
	
.storeSiteNav li {
	font-size: 11px;
	list-style: none;
	margin: 0 0 2px;
	}

.shop-catalogue {
	background: #fff;
	float: left;
	margin: 0;
	overflow: hidden;
	width: 150px;
	}

.shop-catalogue h4 {
	font-size: 12px;
	height: 18px;
	margin: 0;
	text-indent: 0;
	}

.shop-catalogue h4 a, .shop-catalogue h4 a:hover {
	color: #000;
	text-decoration: none;
	}
	
.shop-catalogue h4 a:hover {
	color: #999;
	text-decoration: none;
	}

.shop-catalogue .image {
	/* Image size should be 150px by 120px */
	margin: 0 auto;
	padding: 2px 0 5px 0;
	}
	
li.catalogueItemNotFound {
	margin: 0 0 -21px 0;
	padding: 0;
	}
	
.shop-catalogue-main {
	background: #fff;
	float: left;
	margin: 0;
	overflow: hidden;
	width: 360px;
	}

.shop-catalogue-main h4 {
	font-size: 14px;
	height: 20px;
	margin: 0;
	text-indent: 0;
	}

.shop-catalogue-main h4 a, .shop-catalogue-main h4 a:hover {
	color: #000;
	text-decoration: none;
	}
	
.shop-catalogue-main h4 a:hover {
	color: #999;
	text-decoration: none;
	}

.shop-catalogue-main .image {
	/* Image size should be 150px by 120px */
	width: 340px;
	height: 223px;
	margin: 0;
	padding: 2px 0 5px 0;
	}

.shop-main {
	margin-top: 0;
	}

.shop-main .header {
	margin: 0 0 20px 0;
	}

.shop-main .breadcrumbs {
	float: left;
	width: 500px;
	}

.shop-main .cart-summary {
	float: right;
	width: 200px;
	}

.shop-main .description ul {
	margin: 0 0 0 18px;
	padding: 0;
	}

.shop-main .description li {
	list-style: square;
	}

table.cartSummaryTable {
	border-collapse: collapse;
	border-spacing: 0;	
	font-size: 10px;
	float: right;
	margin: 0;
	padding: 0;
	}

td.cartSummaryItem {
	padding: 0;
	}

a.cartSummaryLink {
	margin: 0 0 0 18px;
	}

.shop-main ul {
	margin: 0;
	padding: 0;
	}

.shop-main li {
	list-style: none;
	}

.shop-product-small {
	background: #fff;
	padding-bottom: 10px;
	width: 150px;
	padding-right: 40px;
	float: left;
	}

.shop-product-small h5 {
	font-size: 12px;
	height: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

.shop-product-small h4 a {
	color: #1969bc ;
	}

.shop-product-small h5 a, .shop-product-small h5 a:visited {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}
	
.shop-product-small h5 a:hover {
	color: #ccc;
	text-decoration: none;
	}

.shop-product-small ul {
	padding: 2px 0 2px 0;
	}

.shop-product-small ul li {
	font-size: 11px;
	margin: 0 0 6px;
	}

.shop-product-small li.price {
	font-size: 11px;
	}

.shop-product-small li.price strong {
	font-size: 14px;
	margin-left: 6px;
	}

.shop-product-small li.stock {
	font-size: 11px;
	}

.shop-product-small li.stock strong {
	color: #000;
	margin-left: 3px;
	}

.shop-product-small .image {
	height: 120px;
	margin: 0 auto 9px;
	overflow: hidden;
	width: 150px;
	text-align: center;
	}

.image a, td.actions a {
	border: none !important;
	}

.shop-product-small li.quantity {
	line-height: 30px;
	}

li.quantity img {
	position: relative;
	top: 8px;
	/* or vertical-align: middle; */
	}

.shop-product-small li.quantity input.productTextInput {
	width: 50px;
	}

.shop-product-small li.quantity input.productSubmitInput {
	}

.shop-product-large {
	background: #fff;
	color: #000;
	margin: 0 0 18px;
	min-width: 240px;
	overflow: hidden;
	}

.shop-product-large h1 {
	font-size: 18px;
	margin-bottom: 20px;
	}

.shop-product-large .image {
	width: 320px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */		
	padding-bottom: 18px;
	float: left;
	}

.shop-product-large .shop-product-small .image {
 	margin: 0;
	min-height: 160px; 
	height: auto !important; /* for modern browsers */
	height: 160px; /* for IE5.x and IE6 */		
	padding-bottom: 18px;
	width: auto;
	}
	
.shop-product-large .description {
	margin: 0;
	}


.shop-product-large ul {
	margin: 40px 0 20px 0;
	padding: 0;
	}

.shop-product-large li {
	margin: 10px 0 10px 0;
	}

.shop-product-large li.addToCart {
	padding-top: 10px;
	}

.shop-product-large li.quantity input.productTextInput {
	width: 50px;
	}
	
.shop-product-large .details {
	float: right;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */	
	width: 380px;
	}



td.productItem .comment-form input#Captcha {
	width: 300px;
	}

.poplets {
	margin-top: 36px;
	padding: 9px 0;
	}

.poplets img {
	border: 1px solid #ddd;
	}

table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0 auto;
	}

.shop-cart .breadcrumbs {
	margin: 0 0 18px;
	}

table.cart {
	background: #fff;
	border-collapse:collapse;
	border-spacing: 0;	
	font-size: 11px;
	width: 100%;
	}

table.cart td {
	vertical-align: top; /*to make sure the div stack line up at the top */
	}
	
.col-first {
	width: 220px;
	}
	
.col-second {
	width: 100px;
	}

table.cart a {
	color: #000;
	text-decoration: underline;
	}
	
table.cart a:hover {
	color: #ccc;
	text-decoration: none;
	}

table.cart th, table.cart td {
	color: #000;
	padding: 10px 0 10px 0;
	}

tr.val td {
	font-size: 11px;}

tr.shipping td {
	border-bottom: 1px solid #000;
	}

td.quantity input.update {
	margin: 0 0 0 3px;
	}

table.cart th {
	background: #fff;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}

input.cartInputText {
	width: 30px;
	text-align: center;
	}

input#DiscountCode, input#GiftVoucher {
	width: 70px;
	}

select.shippingDropDown {
	width: 100px;
	}

table.cart th.quantity {
	text-align: left;
	}

table.cart td.quantity {
	text-align: left;
	}
	
.productitemcell {
	height: 23px;
	line-height: 20px;
	margin: 0 0 3px 0;
	overflow: hidden;
	}

table.cart td.actions {
	text-align: center;
	}

a#catshopclear, a#catshopbuy {
	font-size: 11px;
	color: #fff;
	padding: 2px 4px 2px 4px;
	background: #000;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	text-decoration:none;
	}
	
a#catshopbuy {
	margin-right: 6px;
	}

a#catshopclear:hover, a#catshopbuy:hover {
	background: #999;
	cursor: pointer;
	text-decoration: none;}

table.cart strong {
	font-size: 14px;
	}

.shop-form {
	margin: 0 0 18px;
	}

.shop-form ul.form {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
	}

.shop-form.item {
	float: left;
	clear: both;
	}
	
.shop-form label {
	font-size: 11px;
	float: left;
	width: 150px;
	}
	
.shop-form h2 {
	padding: 10px 0 4px 0;
	}
	
.shop-form ul.form li {
	margin: 0;
	padding: 9px 0;
	}

.shop-form li.last {
	border-top: 1px solid #eee;
	}

/*.shop-form .checkboxes {
	line-height: 27px;
	}*/

input.PaymentMethodType {
	margin: 0 6px 0 0;
	}

.shop-form ul.form input.cat_textbox,
.shop-form ul.form select.cat_dropdown,
.shop-form ul.form textarea.cat_listbox {
	width: 120px;
	float: right;
	}	

.shop-form textarea.cat_listbox {
	height: 100px;
	border: #f9f9f9 1px solid;
	}

.shop-receipt, .shop-quote-receipt {
	background: #fff;
	}

/* ---------------------------------------------
 Secure Zone Styling
--------------------------------------------- */

.case-search {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-lost-password {
	background: #f9f9f9;
	border: 1px solid #eee;	
	padding: 18px;
}

.secure-lost-password input.cat_textbox_small {
	width: 210px;
}

.secure-update-details {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-update-details input.cat_textbox,
.secure-update-details select.cat_dropdown {
	width: 260px;
}


/* ---------------------------------------------
 Search Box Styling
--------------------------------------------- */

.search-box {
	padding: 6px;
}

.search-box input.cat_textbox_small {
	margin: 0 3px 0 0;
}



/* ---------------------------------------------
 Tell a Friend Styling
--------------------------------------------- */

.tell-a-friend {
	border: 2px solid #333;
	background-color: #fff;
	color: #666;
	padding: 18px;
}

.tell-a-friend form {
	padding: 0 0 0 36px;
}

.tell-a-friend  h1 {
	border-bottom: 1px solid #000;
	color: #222;
	font-size: 18px;
	margin: 0;
	padding: 0 0 6px;
}

.tell-a-friend  h2 {
	border-bottom: 1px dotted #000;
	color: #222;
	font-size: 12px;
	margin: 18px 0 9px;
}

.tell-a-friend  td.var {
	text-align: right;
	width: 130px;
}

.tell-a-friend td {
	font-size: 11px;
	vertical-align: top;
}

.tell-a-friend  label {
	color: #888;
	font-size: 11px;
}

.tell-a-friend  input.cat_textbox_small {
	height: 21px;
}

.tell-a-friend  input.cat_textbox_small, .tell-a-friend textarea.cat_listbox {
	font-size: 11px;
	width: 300px;
}



/* ---------------------------------------------
 eCommerce Browse Panel Styling
--------------------------------------------- */

.browse-panel {
	border: 1px solid #d7d7d7;
}

.browse-panel h5 {
	background: #eee url(/CatalystImages/shop_bg-browse-panel.png) repeat-x;
	border-bottom: 1px solid #d7d7d7;
	font-size: 14px;
	margin: 0;
	padding: 9px;
}

.browse-panel h6 {
	background: #f7f7f7;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 9px;
}

.browse-panel ol {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 9px;
}

.browse-panel ol.browse-catalogue {
	border-bottom: none;
}

.browse-panel li {
	list-style: none;
	padding: 3px 9px;
}

.browse-panel li span {
	display: inline;
	font-weight: bold;
}



/* ---------------------------------------------
 eCommerce Image Zoom Slider
--------------------------------------------- */

img.drag {
	position: relative;
	padding: 0.5em;
	/*margin: 0 0 0.5em 1.5em;*/
	margin: 0;
	cursor: move;
}
 
.slidertrack {
    background-color: #d7d7d7;
    color: #333;
    float: left;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    padding: 4px;
    border: 1px solid;
    border-color: #000 #aaa #aaa #000;
}
 
.slidertrack .sliderslit {
    background-color: #333;
    color: #000;
    height: 2px;
    margin: 4px 4px 2px 4px;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    border-color: #999 #ddd #ddd #999;
}
 
.slidertrack .slider {
    width: 16px;
    background-color: #555;
    color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    z-index: 1;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    border: 2px solid;
    border-color: #999 #222 #222 #999;
}
 
#zoomcontainer{
    overflow: hidden;
    position: relative;
}

#zoomcontainer img{
    position: absolute;
}




/* ---------------------------------------------
 Customer Orders Styling
--------------------------------------------- */

table.border {
	border-collapse:collapse;
	border-spacing:0;	
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}

table.border td {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	}

table.border span { color: #888; }

table.order-list {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
	}

table.order-list td {
	border: 1px solid #eee;
	}

table.order-list a {
	margin: 0 9px 0 0;
	}

table.order-list span.number {
	font-size: 11px;
	}


/* ---------------------------------------------
 Comment Styling
--------------------------------------------- */

.comment-container {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	}

.comment-container .header {
	background: #eee;
	font-size: 11px;
	padding: 6px 18px;
	}

.comment-container span.name {
	color: #000;
	}

.comment-container span.rating {
	margin: 0 9px;
	vertical-align: middle;
	}

.comment-container .content {
	padding: 18px;
	}

.comment-form {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 0 0 18px;
	padding: 18px;
	}

.comment-form h3 {
	font-size: 14px;
	margin: 0 0 18px;
	}

.comment-form h5 {
	color: #666;
	font-size: 14px;
	margin: 0 0 18px;
	}

/*.comment-form li.rating div {
	font-size: 10px;
}*/

/*.comment-form li.rating div input {
	margin: 0 3px;
}*/

.comment-form input.cat_textbox_small,
.comment-form textarea {
	width: 300px;
	}

.comment-form textarea {
	height: 120px;
	}


