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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #454545;
	color: #454545;
	margin: 0;
	padding: 0;
	text-align: center;
}
h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
h2 a {
	color: #454545;
	text-decoration: none;
}
h2 a:hover {
	color: #454545;
	text-decoration: underline;
}

h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
}
hr {
	height: 1px;
	border: 1px solid #CCCCCC;
}
p {
	line-height: 140%;
	margin: 0 0 10px 0;
}
a:link, a:hover, a:visited {
	color: #454545;
}
td {
	vertical-align: top;
}
.clearBoth {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.alignRight{
	text-align: right;
}
.lineBreak {
	float: left;
	width: 530px;
	height: 1px;
	line-height: 1px !important;
	margin: 5px 0 0 10px;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
form {
	background-color: #EEEEEE;
}
.req {
	font-size: 14px;
	color: #990000;
}

/* Page layout */
#pageContainer {
	width: 972px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bgShadowRight.gif) right repeat-y;
}
#pageContainerInner {
	background: url(../images/bgShadowLeft.gif) left repeat-y;
}
#pageContent {
	position: relative;
	width: 960px;
	margin: 0 6px;
	background: url(../images/bgPageContent.gif) left repeat-y;
}
#pageHeader {
	background: url(../images/header.jpg) top left no-repeat;
	height: 122px;
}
#contentLeft {
	float: left;
	width: 210px;
	min-height: 720px;
	background: #D3D3D3;
}
#contentRight {
	position: absolute;
	top: 156px;
	right: 0;
	width: 180px;
	background: #7E7E7E;
}
#contentCenter {
	width: 550px;
	margin: 0 190px 0 220px;
	padding: 10px 0 0 0;
}
#pageFooter {
	background: url(../images/footer.jpg) top left no-repeat;
	height: 121px;
}
#navBar {
	height: 34px;
	background-color: #454545;
}
#tagLine {
	float: left;
	color: #DEE3DD;
	font-weight: bold;
	padding: 9px 0 0 40px;
}

/* Global */
.contentHolder {
	padding: 3px;
}
.heading,
.headingArrow,
.headingLink,
.cartLink {
	background-color: #DEE3DD;
	font-size: 13px;
	color: #454545;
	padding-left: 15px; text-align: left;
	line-height: 32px;
	margin-bottom: 10px;
}
.heading {
	font-size: 14px;
	font-weight: bold;
}
.headingArrow,
.headingLink,
.cartLink {
	background-image: url(../images/headingArrow.gif);
	background-repeat: no-repeat;
	padding: 1px 0 0 35px;
	display: block;
	text-decoration: none;
}
.headingLink:hover {
	color: #000000;
	background-image: url(../images/headingArrowOver.gif);
}
.blockInner {
	padding: 3px;
	border-collapse: separate;
}
.contactBlock {
	width: 210px;
	margin-bottom: 10px;
}
.contactBlock p {
	font-size: 11px;
	margin: 0 0 7px 32px;
}
.cardLogos {
	background: url(../images/visa_master.jpg) top left no-repeat;
	margin: 0 0 0 32px;
	width: 126px;
	height: 40px;
}
.cardLogos:hover {
	background: url(../images/visa_master1.jpg) top left no-repeat;
	cursor: pointer;
}
.cardLogos a {
	display: block;
	text-decoration: none;
	width: 126px;
	height: 40px;
}
.brandsBlock {
	text-align: center;
	width: 210px;
	margin-bottom: 10px;
}
.linksBlock {
	width: 210px;
	margin-bottom: 10px;
}
.cartBlock {
	width: 180px;
	margin-bottom: 10px;
}
.viewCartLink {
	margin: 7px 0 0 60px;
	display: block;
}
div.item {
	float: none;
}

/* Header */
#siteLogo {
	padding: 22px 0 0 35px;
}
a.logoClick {
	display: block;
	width: 195px;
	height: 90px;
}
.search-box {
	padding: 0px;
}
#searchBox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
        position:absolute;
        top:60px;
        right:30px;
}
#searchBox form, #searchBox input.cat_button {
	margin: 0;
	padding: 0;
	max-height: 30px;
}
#searchBox input.cat_textbox_small {
	float: left;
	color: #454545;
	margin: 0;
	padding: 6px;
	border: none;
	background-color: #FFFFFF;
}
#loginName {
	position: absolute;
	top: 12px;
	right: 30px;
	color: #CCCCCC;
}

/* Top menu */
#topMenu {
	float: right;
	text-align: left;
	height: 34px;
}
#topMenu ul {
	padding: 0;
	margin: 0;
	float: right;
}
#topMenu ul li b {
	color: #454545;
	background-color: #DEE3DD;
	display: block;
	padding: 0 20px;
	text-align: center;
}
#topMenu ul li {
	color: #DEE3DD;
	line-height: 34px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	list-style: none;
	border-left: 1px solid #757575;
}
#topMenu ul li a {
	color: #DEE3DD;
	list-style: none;
	text-decoration: none;
	background-color: #454545;
	display: block;
	padding: 0 30px;
	text-align: center;
}
#topMenu ul li a:hover {
	color: #454545;
	background-color: #DEE3DD;
}
#topMenu ul li.selected a {
	background-color:#A0A0A0;
}

/* Left menu */
#leftMenu {
	padding-left: 5px;
	margin-bottom: 10px;
}

#leftMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftMenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftMenu ul li {
	background: url(../images/left_menu_bg.gif) no-repeat left top;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	text-decoration: none;
	font-weight: normal;
	
}
#leftMenu ul li a {
	color: #454545;
	text-decoration: none;
	padding-left: 10px;
	display: block;
}
#leftMenu ul li a:hover {
	background: url(../images/left_menu_bg_over.gif) no-repeat left top;
	color: #000000;
	text-decoration: none;
	display: block;
}
#leftMenu ul li ul {
	padding: 0;
	margin: 0;
	padding-left: 26px;
}
#leftMenu ul li ul li {
	background: url(../images/left_sub_menu_bg.gif) no-repeat left top;
	color: #454545;
}
#leftMenu ul li ul li a {
	background: url(../images/left_sub_menu_bg.gif) no-repeat left top;
	color: #454545;
	padding-left: 3px;
}
#leftMenu ul li ul li a:hover {
	background: url(../images/left_sub_menu_bg_over.gif) no-repeat left top;
	color: #000000;
	display: block;
}

/* Footer menu */
#footerMenu {
	padding: 20px 0 0 20px;
}
#footerMenu ul {
	padding: 0;
	margin: 0;
}
#footerMenu ul li {
	color: #DEE3DD;
	font-size: 10px;
	font-weight: bold;
	float: left;
	list-style: none;
	border-right: 1px solid #757575;
}
#footerMenu ul li a {
	color: #757575;
	list-style: none;
	text-decoration: none;
	display: block;
	padding: 0 20px;
}
#footerMenu ul li a:hover {
	color: #DEE3DD;
}
#copyright {
	color: #757575;
	width: 885px;
	margin: 75px 40px 0 40px;
}
#onLink {
	float: right;
}
#onLink a,
#onLink a:hover,
#onLink a:visited {
	color: #757575;
	text-decoration: none;
}
#onLink a:hover {
	color: #DEE3DD;
}

/* Horizontal menu */
.horizontalMenu {
	height: 30px;
	width: 100%;
}
.horizontalMenu ul {
	padding: 0;
	margin: 0;
}
.horizontalMenu ul li {
	color: #DEE3DD;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	list-style: none;
	margin: 0 1px;
}
.horizontalMenu ul li a {
	color: #454545;
	list-style: none;
	text-decoration: none;
	background-color: #DEE3DD;
	display: block;
	text-align: center;
}
.horizontalMenu ul li a:hover {
	color: #454545;
	background-color: #A0A0A0;
}
.horizontalMenu ul li.selected a {
	background-color:#A0A0A0;
}
.column3 ul li {
	width: 181px;
}
.column4 ul li {
	width: 135px;
}
.column5 ul li {
	width: 108px;
}
.column6 ul li {
	width: 89px;
}

/* Latest Products */
.latestBlock {
	width: 180px;
	margin-bottom: 10px;
}
.latestBlock .productfeaturelist {
	width: 180px;
	margin: -5px 0 0 0;
	padding: 0;
}
.latestBlock ul {
	width: 170px;
	margin: 0;
}
.latestBlock ul li {
	font-size: 12px;
	list-style: none;
	padding: 0 5px 3px 5px;
	margin: 0px;
}
.latestBlock ul li .shop-product-small {
	width: 168px;
	border: 1px solid #CCCCCC;
}
.latestBlock ul li a {
	color: #454545;
	list-style: none;
	text-decoration: none;
}
.latestBlock ul li a:hover {
	color: #454545;
}
.latestBlock li.price {
	display: none;
}
.latestBlock .shop-product-small ul {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
.latestPage .productfeaturelist {
	margin: 0;
	padding: 0;
}
.latestPage ul {
	margin: 0;
}
.latestPage ul li {
	float: left;
	font-size: 12px;
	list-style: none;
	padding: 0 3px 6px 3px;
	margin: 0px;
}
.latestPage ul li .shop-product-small {
	width: 173px;
	border: 1px solid #CCCCCC;
}
.latestPage ul li a {
	color: #454545;
	list-style: none;
	text-decoration: none;
}
.latestPage ul li a:hover {
	color: #454545;
}
.latestPage li.price {
	padding: 0;
}
.latestPage .shop-product-small ul {
	height: 30px;
	margin: 0;
	padding: 16px 0 0 10px;
}

/* Module styles */
.shop-main {
	margin-top: 0;
}
.shop-main .breadcrumbs { float: none;
	width: 100%;
}
table.catalogueTable {
	margin: 0;
}
table.catalogueTable td.catalogueItemNotFound {
	display: none;
}
table.cartSummaryTable {
	float: none;
	width: 100%;
}
td.cartSummaryItem {
	text-align: center;
	color: #000000;
}
a.cartSummaryLink {
	display: none;
}
.shop-catalogue {
	padding: 0px;
    background:#ffffff;
    border: 1px solid #D3D3D3;
}
.shop-product-small h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	min-height:20px;
	padding: 10px 10px 6px;
}
.shop-product-small .image {
	height: 135px;
	width: 135px;
	margin: 0 auto 9px;
	overflow: hidden;
	text-align: center;
}
.shop-catalogue h4 a {
	color: #454545;
}
.poplets img {
	border: none;
}
input.cartInputText {
	width: 50px;
}
.announcement-list {
	font-size: 12px;
}
#shippingSpan {
	display: none;
}
select.shippingDropDown {
	width: 200px;
}
.shop-form textarea.cat_listbox2 {
	height: 34px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Blogs */
#catblogoutput {
	margin-left: 3px;
}
.blog-container .post-list {
	width:70%;
}
.blog-container .side-panel {
	margin-right: 3px;
}
.blog-container h1 {
	background-color: #DEE3DD;
	color: #454545;
	padding-left: 15px;
	text-align: left;
	line-height: 32px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.blog-container p.description {
	display: none;
}
.post-body .links {
	margin-top: 7px;
}
#blogSearch {
	margin: 0 0 10px 0;
}
#blogSearch input.cat_textbox_small {
	width: 97px;
	display: inline;
}

/* Buttons */
img.btnAddToCart {
	cursor: pointer;
	background: url(../images/shop_addtocart.png) no-repeat left top;
}
img.btnAddToCart:hover {
	background: url(../images/shop_addtocart_over.png) no-repeat left top;
}

/* Message boxes */
#messageBox, #errorBox {
	border: 1px solid #BDD930;
	background-color: #C4E8BF;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
#errorBox {
	border: 1px solid #EF3935;
	background-color: #E1B5B5;
}

/* Order Lists */
.tableTitleRow {
	background-color: #DEE3DD;
	font-weight: bold;
}
table.order-list td {
	padding: 2px;
}

/* Login form */
.secure-login,
.secure-login form {
	background: none;
	border: none;
}
.secure-login .heading {
	background-color: #DEE3DD;
	color: #454545;
	font-size: 13px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}
.secure-login div.form div.item {
	padding: 7px 9px 0 9px;
}

/* Registration */
textarea.cat_listbox3 {
	height: 34px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #454545;
	color: #454545;
	margin: 0;
	padding: 0;
	text-align: left;
}
h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
h2 a {
	color: #454545;
	text-decoration: none;
}
h2 a:hover {
	color: #454545;
	text-decoration: underline;
}

h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
}
hr {
	height: 1px;
	border: 1px solid #CCCCCC;
}
p {
	line-height: 140%;
	margin: 0 0 10px 0;
}
a:link, a:hover, a:visited {
	color: #454545;
}
td {
	vertical-align: top;
}
.clearBoth {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.alignRight{
	text-align: right;
}
.lineBreak {
	float: left;
	width: 530px;
	height: 1px;
	line-height: 1px !important;
	margin: 5px 0 0 10px;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
form {
	background-color: #EEEEEE;
}
.req {
	font-size: 14px;
	color: #990000;
}

/* Page layout */
#pageContainer {
	width: 972px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bgShadowRight.gif) right repeat-y;
}
#pageContainerInner {
	background: url(../images/bgShadowLeft.gif) left repeat-y;
}
#pageContent {
	position: relative;
	width: 960px;
	margin: 0 6px;
	background: url(../images/bgPageContent.gif) left repeat-y;
}
#pageHeader {
	background: url(../images/header.jpg) top left no-repeat;
	height: 122px;
}
#contentLeft {
	float: left;
	width: 210px;
	min-height: 720px;
	background: #D3D3D3;
}
#contentRight {
	position: absolute;
	top: 156px;
	right: 0;
	width: 180px;
	background: #7E7E7E;
}
#contentCenter {
	width: 550px;
	margin: 0 190px 0 220px;
	padding: 10px 0 0 0;
}
#pageFooter {
	background: url(../images/footer.jpg) top left no-repeat;
	height: 121px;
}
#navBar {
	height: 34px;
	background-color: #454545;
}
#tagLine {
	float: left;
	color: #DEE3DD;
	font-weight: bold;
	padding: 9px 0 0 40px;
}

/* Global */
.contentHolder {
	padding: 3px;
}
.heading,
.headingArrow,
.headingLink,
.cartLink {
	background-color: #DEE3DD;
	font-size: 13px;
	color: #454545;
	padding-left: 15px; text-align: left;
	line-height: 32px;
	margin-bottom: 10px;
}
.heading {
	font-size: 14px;
	font-weight: bold;
}
.headingArrow,
.headingLink,
.cartLink {
	background-image: url(../images/headingArrow.gif);
	background-repeat: no-repeat;
	padding: 1px 0 0 35px;
	display: block;
	text-decoration: none;
}
.headingLink:hover {
	color: #000000;
	background-image: url(../images/headingArrowOver.gif);
}
.blockInner {
	padding: 3px;
	border-collapse: separate;
}
.contactBlock {
	width: 210px;
	margin-bottom: 10px;
}
.contactBlock p {
	font-size: 11px;
	margin: 0 0 7px 32px;
}
.cardLogos {
	background: url(../images/visa_master.jpg) top left no-repeat;
	margin: 0 0 0 32px;
	width: 126px;
	height: 40px;
}
.cardLogos:hover {
	background: url(../images/visa_master1.jpg) top left no-repeat;
	cursor: pointer;
}
.cardLogos a {
	display: block;
	text-decoration: none;
	width: 126px;
	height: 40px;
}
.brandsBlock {
	text-align: center;
	width: 210px;
	margin-bottom: 10px;
}
.linksBlock {
	width: 210px;
	margin-bottom: 10px;
}
.cartBlock {
	width: 180px;
	margin-bottom: 10px;
}
.viewCartLink {
	margin: 7px 0 0 60px;
	display: block;
}
div.item {
	float: none;
}

/* Header */
#siteLogo {
	padding: 22px 0 0 35px;
}
a.logoClick {
	display: block;
	width: 195px;
	height: 90px;
}
.search-box {
	padding: 0px;
}
#searchBox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
        position:absolute;
        top:60px;
        right:30px;
}
#searchBox form, #searchBox input.cat_button {
	margin: 0;
	padding: 0;
	max-height: 30px;
}
#searchBox input.cat_textbox_small {
	float: left;
	color: #454545;
	margin: 0;
	padding: 6px;
	border: none;
	background-color: #FFFFFF;
}
#loginName {
	position: absolute;
	top: 12px;
	right: 50px;
	color: #CCCCCC;
}

/* Top menu */
#topMenu {
	float: right;
	text-align: left;
	height: 34px;
}
#topMenu ul {
	padding: 0;
	margin: 0;
	float: right;
}
#topMenu ul li b {
	color: #454545;
	background-color: #DEE3DD;
	display: block;
	padding: 0 20px;
	text-align: center;
}
#topMenu ul li {
	color: #DEE3DD;
	line-height: 34px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	list-style: none;
	border-left: 1px solid #757575;
}
#topMenu ul li a {
	color: #DEE3DD;
	list-style: none;
	text-decoration: none;
	background-color: #454545;
	display: block;
	padding: 0 30px;
	text-align: center;
}
#topMenu ul li a:hover {
	color: #454545;
	background-color: #DEE3DD;
}
#topMenu ul li.selected a {
	background-color:#A0A0A0;
}

/* Left menu */
#leftMenu {
	padding-left: 5px;
	margin-bottom: 10px;
}

#leftMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftMenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftMenu ul li {
	background: url(../images/left_menu_bg.gif) no-repeat left top;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	text-decoration: none;
	font-weight: normal;
	
}
#leftMenu ul li a {
	color: #454545;
	text-decoration: none;
	padding-left: 10px;
	display: block;
}
#leftMenu ul li a:hover {
	background: url(../images/left_menu_bg_over.gif) no-repeat left top;
	color: #000000;
	text-decoration: none;
	display: block;
}
#leftMenu ul li ul {
	padding: 0;
	margin: 0;
	padding-left: 26px;
}
#leftMenu ul li ul li {
	background: url(../images/left_sub_menu_bg.gif) no-repeat left top;
	color: #454545;
}
#leftMenu ul li ul li a {
	background: url(../images/left_sub_menu_bg.gif) no-repeat left top;
	color: #454545;
	padding-left: 3px;
}
#leftMenu ul li ul li a:hover {
	background: url(../images/left_sub_menu_bg_over.gif) no-repeat left top;
	color: #000000;
	display: block;
}

/* Footer menu */
#footerMenu {
	padding: 20px 0 0 20px;
}
#footerMenu ul {
	padding: 0;
	margin: 0;
}
#footerMenu ul li {
	color: #DEE3DD;
	font-size: 10px;
	font-weight: bold;
	float: left;
	list-style: none;
	border-right: 1px solid #757575;
}
#footerMenu ul li a {
	color: #757575;
	list-style: none;
	text-decoration: none;
	display: block;
	padding: 0 20px;
}
#footerMenu ul li a:hover {
	color: #DEE3DD;
}
#copyright {
	color: #757575;
	width: 885px;
	margin: 75px 40px 0 40px;
}
#onLink {
	float: right;
}
#onLink a,
#onLink a:hover,
#onLink a:visited {
	color: #757575;
	text-decoration: none;
}
#onLink a:hover {
	color: #DEE3DD;
}

/* Horizontal menu */
.horizontalMenu {
	height: 30px;
	width: 100%;
}
.horizontalMenu ul {
	padding: 0;
	margin: 0;
}
.horizontalMenu ul li {
	color: #DEE3DD;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	list-style: none;
	margin: 0 1px;
}
.horizontalMenu ul li a {
	color: #454545;
	list-style: none;
	text-decoration: none;
	background-color: #DEE3DD;
	display: block;
	text-align: center;
}
.horizontalMenu ul li a:hover {
	color: #454545;
	background-color: #A0A0A0;
}
.horizontalMenu ul li.selected a {
	background-color:#A0A0A0;
}
.column3 ul li {
	width: 181px;
}
.column4 ul li {
	width: 135px;
}
.column5 ul li {
	width: 108px;
}
.column6 ul li {
	width: 89px;
}

/* Latest Products */
.latestBlock {
	width: 180px;
	margin-bottom: 10px;
}
.latestBlock .productfeaturelist {
	width: 180px;
	margin: -5px 0 0 0;
	padding: 0;
}
.latestBlock ul {
	width: 170px;
	margin: 0;
}
.latestBlock ul li {
	font-size: 12px;
	list-style: none;
	padding: 0 5px 3px 5px;
	margin: 0px;
}
.latestBlock ul li .shop-product-small {
	width: 168px;
	border: 1px solid #CCCCCC;
}
.latestBlock ul li a {
	color: #454545;
	list-style: none;
	text-decoration: none;
}
.latestBlock ul li a:hover {
	color: #454545;
}
.latestBlock li.price {
	display: none;
}
.latestBlock .shop-product-small ul {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
.latestPage .productfeaturelist {
	margin: 0;
	padding: 0;
}
.latestPage ul {
	margin: 0;
}
.latestPage ul li {
	float: left;
	font-size: 12px;
	list-style: none;
	padding: 0 3px 6px 3px;
	margin: 0px;
}
.latestPage ul li .shop-product-small {
	width: 173px;
	border: 1px solid #CCCCCC;
}
.latestPage ul li a {
	color: #454545;
	list-style: none;
	text-decoration: none;
}
.latestPage ul li a:hover {
	color: #454545;
}
.latestPage li.price {
	padding: 0;
}
.latestPage .shop-product-small ul {
	height: 30px;
	margin: 0;
	padding: 16px 0 0 10px;
}

/* Module styles */
.shop-main {
	margin-top: 0;
}
.shop-main .breadcrumbs { float: none;
	width: 100%;
}
table.catalogueTable {
	margin: 0;
}
table.catalogueTable td.catalogueItemNotFound {
	display: none;
}
table.cartSummaryTable {
	float: none;
	width: 100%;
}
td.cartSummaryItem {
	text-align: center;
	color: #000000;
}
a.cartSummaryLink {
	display: none;
}
.shop-catalogue {
	padding: 0px;
    background:#ffffff;
    border: 1px solid #D3D3D3;
}
.shop-product-small h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	min-height:20px;
	padding: 10px 10px 6px;
}
.shop-product-small .image {
	height: 135px;
	width: 135px;
	margin: 0 auto 9px;
	overflow: hidden;
	text-align: center;
}
.shop-catalogue h4 a {
	color: #454545;
}
.poplets img {
	border: none;
}
input.cartInputText {
	width: 50px;
}
.announcement-list {
	font-size: 12px;
}
#shippingSpan {
	display: none;
}
select.shippingDropDown {
	width: 200px;
}
.shop-form textarea.cat_listbox2 {
	height: 34px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Blogs */
#catblogoutput {
	margin-left: 3px;
}
.blog-container .post-list {
	width:70%;
}
.blog-container .side-panel {
	margin-right: 3px;
}
.blog-container h1 {
	background-color: #DEE3DD;
	color: #454545;
	padding-left: 15px;
	text-align: left;
	line-height: 32px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.blog-container p.description {
	display: none;
}
.post-body .links {
	margin-top: 7px;
}
#blogSearch {
	margin: 0 0 10px 0;
}
#blogSearch input.cat_textbox_small {
	width: 97px;
	display: inline;
}

/* Buttons */
img.btnAddToCart {
	cursor: pointer;
	background: url(../images/shop_addtocart.png) no-repeat left top;
}
img.btnAddToCart:hover {
	background: url(../images/shop_addtocart_over.png) no-repeat left top;
}

/* Message boxes */
#messageBox, #errorBox {
	border: 1px solid #BDD930;
	background-color: #C4E8BF;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
#errorBox {
	border: 1px solid #EF3935;
	background-color: #E1B5B5;
}

/* Order Lists */
.tableTitleRow {
	background-color: #DEE3DD;
	font-weight: bold;
}
table.order-list td {
	padding: 2px;
}

/* Login form */
.secure-login,
.secure-login form {
	background: none;
	border: none;
}
.secure-login .heading {
	background-color: #DEE3DD;
	color: #454545;
	font-size: 13px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}
.secure-login div.form div.item {
	padding: 7px 9px 0 9px;
}

/* Registration */
textarea.cat_listbox3 {
	height: 34px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.loggedin-0 #login{}
.loggedin-1 #login{display:none;}
.loggedin-0 #logout{display:none}
.loggedin-1 #logout{}


#login, #logout { 
        position:absolute;
        right: 30px;
        width:102px;
	border: none; 
	background: #006633; 
	color: #fff; 
	font: bold 12px/26px Trebuchet MS,Helvetica Neue,Helvetica,sans-serif;
        text-align: center; 
	text-transform: uppercase; 
	text-decoration:none;
}
#login:hover, #logout:hover{
	background-color:#DEE3DD;	
        color: #454545; 
}

.loggedin-0 #login-a{}
.loggedin-1 #login-a{display:none;} 
.loggedin-0 #logout-a{display:none} 
.loggedin-1 #logout-a{}



#login-a, #logout-a {
        position:absolute;
        right:132px;
        width:102px;
	border: none; 
	background: #000000; 
	color: #fff; 
	font: bold 12px/26px Trebuchet MS,Helvetica Neue,Helvetica,sans-serif;
        text-align: center; 
	text-transform: uppercase; 
	text-decoration:none;
}
#login-a:hover, #logout-a:hover{
	background-color:#DEE3DD;	
        color: #454545; 
}

/* Order History
_____________________________________*/

#order-history { width: 100%;}
#order-history span { display: block; float: left;  }
#order-history span.col-1 { width: 220px; text-align: left; }
#order-history span.col-2 { width: 80px; text-align: center; }
#order-history span.col-3 { width: 150px; text-align: center; }
#order-history span.col-4 { width: 80px; text-align: right; }

#order-history p, #order-history li { position: relative; overflow: hidden; clear: both; width: 547px; }
#order-history p {  margin: 0;  font-weight: bold; }
#order-history ol { list-style: none; line-height:200%; margin: 0; padding: 0; }
#order-history ol li { padding: 9px 0;}


/* Wish List */
.favoritesBlock {
      width: 180px;
      display: table-cell;
      padding-bottom:15px;
}
.favoritesBlock ul {
   display: none;
}
.favoritesBlock li.price {
	display: none;
}


