body {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 10px;
}
.hr_divider {
	color: #d7d7d7;
}
h3 {
	color: #666666;
	font-size:14px;
	line-height:25px;
	margin: 0;
	padding: 0;
}
h4 {
	border-bottom: 1px solid #666666;
	color: #666666;
	font-size:13px;
	margin: 0;
	padding: 0;
}
#messageSent {
	font-weight: bold;
	height: 40px;
	line-height: 20px;
	border:1px solid #252525;
	width: 100%;
	background-color: #FFFF99;
	color: #000000;
	font-size: 14px;
}
#messageNotSent {
	font-weight: bold;
	line-height: 20px;
	height: 40px;
	border:1px solid #252525;
	width: 100%;
	background-color: #FF6666;
	color: #000000;
	font-size: 14px;
}
#messageClose {
	cursor: pointer;
}
#head {
	margin-bottom: 20px;
}
#head #miniBasket {
	height: 50px;
	width: 300px;
	background: url(images/checkout.png) no-repeat;
}
#head #miniBasket .empty {
	line-height: 50px;
	height: 50px;
	margin-left: 60px;
}
#menu .menu_left {
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(images/menu_left.png) no-repeat;
}
#menu .menu_middle {
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(images/menu_bg.png) repeat-x;
}
#menu .menu_right {
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(images/menu_right.png) no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#menu ul li {
	padding: 8px 5px 0 5px;
	display: inline-block;
	list-style: none;
}
#menu ul li a,
#head #miniSearch span {
	font-size: 13px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#head #miniSearch {
	padding-top: 3px;
}
#head #miniSearch form { 
	display: inline-block;
	height: 30px;
}
#leftSide {
	width: 195px;
}
.searchHeader {
	height:18px;
	background: url(images/search_top.jpg) no-repeat;
}
.searchBody, 
#callBack, 
#brochures,
#corgi,
#delivery {
	text-align: left;
	padding: 0 15px 0 15px;
	background: url(images/search_middle.jpg) repeat-y;
}
#criteria span,
#callBack span {
	color: #666666;
	font-weight: bold; 
}
.searchFooter {
	height:18px;
	background: url(images/search_bottom.jpg) no-repeat;
}

#rightSide {
	width: 195px;
}
#content {
	text-align:left;
}
#content img {
 border: 0;
}


/*** Start Dialog Box ***/
#dialog_box .dialog_head,
.featured_products .dialog_head {
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
	height: 30px;
	background: #999999;
}
#dialog_box th h1,
.featured_products th h1,
#dialog_box th h2,
.featured_products th h2 {
	font-size: 18px;
	text-transform: capitalize;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline-block;
	
}
#dialog_box,
.featured_products {
	width:100%;
	border:1px solid #999999;
}
#dialog_box td,
.featured_products td {
	padding: 0 5px;

}
.contact_dialog td {
	text-align:left !important;
}
.product_holder .product,
.featured_products td .product {
	text-transform:capitalize;
	padding:0 20px 0 0px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-weight: bold;

}
.product_holder .old_price,
.featured_products .old_price {
	padding: 0 10px;
	display: block;
	text-align: left;
	text-decoration: line-through;
	color: #FF0000;
	font-weight: bold;
}
.product_holder .sale,
.product_holder .sale_price,
.featured_products td .sale,
.featured_products td .sale_price {
	font-size: 13px; 
	display: block;
	text-align: left;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#view_cat {
	margin:0;
	padding:0;
}
#view_cat li {
	list-style:none;
	float:left;
	padding: 0 5px;
}

/*** Products Page ***/
.product_holder {
	width: 250px;
	text-align: center;
	margin-bottom: 30px;
}
#product_details td {
	padding: 0;
}
#product_details hr {
	color: #e1e1e1;
	margin-bottom:10px;
}
#product_details h2.product_title {
	padding:0;
	margin:0;
	text-transform: capitalize;
	font-size: 16px;
}
#product_details .old_price {
	padding: 0 10px 0 0;
	display: block;
	text-align: left;
	text-decoration: line-through;
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
#product_details .sale,
#product_details .sale_price {
	font-size: 16px; 
	padding: 0 10px 0 0;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.product_holder .product a {
	color: #666666;
	padding: 0 20px 0 10px;
	display: block;
	text-align: left;
	text-decoration: none;
}
.product_holder .sale a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#product_details #product_options {
	background-color: #FFDFC7;
	/*padding: 5px*/;
}
#dialog_box .sort_by {
	display: inline-block;
	float: right;
	margin-right:20px;
}
.contactAddress {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer {
	border-top: 1px solid #666666;
	clear: both;
}

#breadcrumbs {
	margin-top: -15px;
	position: relative;
	top: -3px;
	color: #666666;
	text-align: left;
	text-transform: capitalize;
}
#breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

#help_icons {
	border-bottom: 1px solid #FF7004;
}

.help_tabs {
	cursor: pointer;
	font-weight: bold;
	margin-right:3px;
	padding: 0 8px;
	float:left;
	display: inline-block;
	height: 30px;
	line-height:30px;
	background: url(images/menu_bg.png) repeat-x;
}

.help_content {
	width: 100%;
	display: none;
}

#faq_general,
#faq_technical,
#faq_after,
.faq_answer {
	display: none;
}

.faq_section {
	font-weight: bold;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin: 0 8px;
	padding: 0 8px;
	cursor: pointer;
}
.faq_question {
	cursor: pointer;
	font-weight:bold;
	font-size: 13px;
	margin-bottom:8px;
	margin-top:16px;
}