New Module Style Sheet
/* @group BASE */
/* @group FRIENDLY SETTINGS */
img, a img { border:0; } /* nobody likes default border around images */
.clear { display: inline-block; }   
.clear { display: block; }
/* @end */
/* based on YUI 2.3 base.css */
/* Idioms */
/* @end */
/* @group Web Form */
div form div.item {
        padding-left: 3px;
        margin-left: 0;
}
input.cat_textbox {
	width: 190px;
}
.cat_dropdown_small {
	width: 200px;
}
.cat_dropdown_smaller {
	width: 150px;
}
.cat_dropdown_state {
	width: 55px;
}
.cat_textbox_small, .cat_listbox_small {
	width: 170px; /* DON'T TOUCH THIS */
}
.cat_textbox_tiny {
	width: 40px;
}

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
table.webform td {
	padding: 3px;
}
.form label, .webform label {
	font-size: 11px;
}
.form input, .webform input {
	margin-right: 3px;
}
/* @end */
/* @group System Message */
	.system-message, .system-error-message {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;
}

.system-message {
	background: #f9f9f9 url(/CatalystImages/ok.png) no-repeat 29px 18px;	
}

.system-error-message {
	background: #f9f9f9 url(/CatalystImages/error.png) no-repeat 26px 26px;
}

.system-message h1, .system-error-message h1 {
	color: #000;
	margin: 0 0 18px 0;
}

.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}

.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	margin-bottom: 18px;
}/* @end */
/* @group Announcement */
/* @end */
/* @group Blog */
/* NOTE: div.post-list exists in FORUMS as well */

.blog-container h1 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 6px 0;
}
.blog-container p.description {
	margin: 0 0 36px;
}
.blog-post h2.post-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 0;
	padding: 0 0 3px 0;
}
.blog-post .post-details {
	color: #888;
	font-size: 11px;
	margin: 0 0 18px;
}
.blog-container .post-list {
	float: left;
	width: 69%;	
}
.blog-post .post-body {
	margin: 0 0 36px;
}
.comment-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-bottom: 36px;
	padding: 18px;
}
.comment-list h5 {
	font-size: 14px;
	margin: 0 0 18px;
}
.comment-list textarea.cat_listbox_small {
	height: 120px;
	width: 100%;
}
textarea.comment {
	height: 160px;
	width: 100%;
}
.post-body .links {
	font-size: 11px;
}
.blog-container .side-panel {
	float: right;
	width: 27%;
}
.side-panel h4 {
	font-size: 12px;
	margin: 0 0 9px;
}
.BlogTagCloud {
	margin: 0 0 18px;
}
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 0;
	padding: 0;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size: 11px;
	list-style: none;
	margin: 0 0 9px;
}
p.page-nav {
	text-align: center;
} 
p.page-nav a {
	margin: 0 9px;
}
.blog-post dl {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}
.blog-post dt {
	color: #000;
}
.blog-post dd {
	margin: 0 0 9px;
}
/* @end */
/* @group Booking */
/* @end */
/* @group Calendar */
/* @end */
/* @group Catalogue and Products */
.shop-catalogue {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	height: 180px;
	margin: 0 6px 6px 0;
	overflow: hidden;
	width: 180px;
}

.shop-catalogue h4 {
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	text-indent: 9px;
}

.shop-catalogue h4 a {
	color: #1969bc;
	text-decoration: none;
}

.shop-catalogue .image {
	/* Image size should be 150px by 120px */
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}

.shop-main {
	margin-top: 5px;
}

.shop-main .header {
	border-bottom: 1px solid #eee;
	height: 17px;
        width: 810px;
	line-height: 17px;
	margin: 0 0 0;
}

.shop-main .breadcrumbs {
	float: left;
	width: 40%;
       margin-left: 10px;
}

.shop-main .cart-summary {
	width: 40%;
        margin-left: 300px;
        float: right;
}

.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;
	margin: 0px 5px 0px 5px;	
	font-size: 14px;
	font-weight:bold;
	float: right;
	background-color:#FFF2B7;


}

td.cartSummaryItem {
	padding: 0px;
        color: black;
        font-family: verdana;
        font-size: 14px;
}

a.cartSummaryLink {
	margin: 0 0 0 18px;
}

.shop-main ul {
	margin: 0;
	padding: 0;
}

.shop-main li {
	list-style: none;
}

table.catalogueTable {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
	margin: 0 0 18px;
}

table.catalogueTable td {
	padding: 0;
}

table.productTable {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
}

table.productTable td {
	padding: 3px;
}

.shop-product-small {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;   
                     width: 225px;
					 min-height:395px;
}

.shop-product-small h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	min-height: 36px;
	padding: 5px;
}

.shop-product-small h4 a {
	color: #1969bc ;
}

.shop-product-small h5 a {
	text-decoration: none;
}

.shop-product-small ul {
	background: #f9f9f9;
	padding: 18px;
}

.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: #666;
	margin-left: 3px;
}

.shop-product-small .image {
	height: 120px;
	margin: 0 auto 9px;
	overflow: hidden;
	width: 120px;
	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;
	border: 1px solid #eee;
	color: #666;
	margin: 0 0 18px;
	min-width: 640px;
	overflow: hidden;
}

.shop-product-large h1 {
	color: #000;
	font-size: 14px;
}

.shop-product-large .image {
	margin-left: 36%;
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */		
	padding: 18px;
	text-align: center;
}

.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: 18px;
	text-align: center;
	width: auto;
}

.shop-product-large .shop-product-small ul {
	padding: 9px;
}

.shop-product-large .shop-product-small ul, .shop-product-large .shop-product-small li  {
	margin: 0;
}

.shop-product-large li.price {
	font-size: 14px;
}

.shop-product-large li.instock {
	font-size: 10px;
}

.shop-product-large li.quantity input.productTextInput {
	width: 50px;
}

td.productItem .comment-form input#Captcha {
	width: 300px;
}

.poplets {
	border-top: 1px solid #eee;
	margin-top: 36px;
	padding: 9px 0;
}

.poplets img {
	border: 1px solid #ddd;
}

table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;	
	margin: 0 auto;
}

.shop-product-large .details {
	background: #f9f9f9;
	float: left;
	min-height: 380px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */	
	padding: 18px;
	width: 30%;
}

.shop-product-large ul {
	margin: 0 0 36px;
	padding: 0;
}

.shop-product-large li {
	margin: 9px 0;
}

.shop-cart .breadcrumbs {
	margin: 0 0 18px;
}

table.cart {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #ddd;
	font-size: 11px;
	width: 100%;
}

table.cart a {
	color: #1969bc;
}

table.cart th, table.cart td {
	color: #666;
	padding: 9px;
}

tr.val td {
	border-bottom: 1px solid #eee;
}

tr.shipping td {
	border-bottom: 1px solid #ddd;
}

tr.discount td.quantity, tr.shipping td.quantity {
	text-align: right;
}

td.quantity input.update {
	margin: 0 0 0 3px;
}

table.cart th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

input.cartInputText {
	width: 40px;
        text-align: right;
}

input#DiscountCode, input#GiftVoucher {
	width: 70px;
}

select.shippingDropDown {
	width: 200px;
}

table.cart th.quantity, table.cart td.quantity {
	text-align: right;
	width: 50px;
}

table.cart th.quantity {
	text-align: left;
}

.productitemcell {
	height: 23px;
	line-height: 20px;
	margin: 0;
	overflow: visible;
}

table.cart td.actions {
	text-align: right;
}

table.cart td.actions a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 18px 0 0;
	text-decoration: none;
}

a#catshopclear {
	font-size: 10px;
	font-weight: normal;
}

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 label {
	font-size: 11px;
}

.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;
}*/

.checkbox {
	margin-right: 2px;
}

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: 260px;
}

.shop-form textarea.cat_listbox {
	height: 100px;
}

.shop-receipt, .shop-quote-receipt {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 18px;
	padding: 18px;
}

.shop-receipt h1, .shop-quote-receipt h1 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px;
}

.shop-receipt h2, .shop-quote-receipt h2 {
	font-size: 12px;
	font-weight: normal;
}/* @end */
/* @group Customer Cases */
/* @end */
/* @group Customer Orders */
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;
}
/* @end */
/* @group Comment */
.comment-form input.cat_textbox_small,
.comment-form textarea {
	width: 200px;
}
.comment-form textarea {
	height: 120px;
}
/* @end */
/* @group FAQ */
table.faq-search {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0 0 18px 0;
	width: 100%;
}
table.faq-search label {
	color: #888;
}
table.faq-search td {
	border-collapse:collapse;
	border-spacing:0;	
	padding: 9px;
}
table.faqresultstable {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	width: 100%;
}
table.faqresultstable td {
	color: #666;
	padding: 9px;
}
table.faqresultstable a {
	color: #1969bc;
}
table.faqresultstable td.faqresultstableinfo {
	background: #f9f9f9;
	color: #888;
	font-size: 10px;
	padding: 3px 18px;
	text-align: right;
}
table.faqresultstable td.faqresultstablecount {
	padding-left: 18px;
	width: 10px;
}
td.faqresultstablehead {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;	
	color: #000;
	font-weight: bold;
}
/* @end */
/* @group Forums */
/* NOTE: div.post-list exists in BLOG as well */
/* @end */
/* @group Literature */
p.literature-container img {
	vertical-align: middle;
}
p.literature-container span.icon, p.literature-container span.name {
	margin: 0 3px 0 0;
}

/* @end */
/* @group Secure Zone Markup */
.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;
}
/* @end */
/* @group Form Modules */
.product-form h3 {
	padding-left: 9px;
}

.secure-login, .newsletter-form {
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: #eee;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}
/* @end */
/* @group Search */
/* @end */
/* @group Photo Gallery */
#imageContainer img {
	margin: 0;
}
/* @end */
/* @group Affiliate Program */
/* @end */
/* @group Tell a Friend */
/* @end */
/* @group Favourites */
.favourite-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}

.favourite-registration input.cat_textbox,
.favourite-registration textarea.cat_textbox {
	width: 260px;
}

.favrourite-registration input.cat_button {
	margin: 0 6px 0 0;
}
/* @end */
/* @group eCommerce Browse Panel */
.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;
}
/* @end */



/* @group eCommerce 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: #ccc #aaa #aaa #ccc;
}
 
.slidertrack .sliderslit {
    background-color: #333;
    color: #ccc;
    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;
}

/* @end */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {line-height: 1.3em;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
html, body {
height:100%
}
html {
overflow-x:hidden;
overflow-y:scroll;
background: transparent none repeat scroll 0 0;
border: 0 none;
}
body {
background: transparent url(../images/tileback.jpg) repeat-x scroll 0 0
}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;	border-spacing: 0;}
 /* always show Firefox scrollbar */
html{overflow:-moz-scrollbars-vertical;}
* {margin: 0;} 
input{
margin-right:2px;
}
/* --------------------------------------------- End Reset ------------------------------------------------ */

/* -------------------------------------- Start Web Site Main Styles ---------------------------------- */
html, body, #wrapper, #shifted-wrapper {font-family: Verdana, Geneva, sans-serif; color:#000; font-size:12px; height: 100%; background-color:#ffffff; line-height:1.4em ;}
table {margin-left: auto; margin-right: auto;border:1; }
tr td {vertical-align:top;}
H1 {font-size:18px; color:#052148; font-weight:bold; font-family: Verdana; padding:5px 0 5px 0;  }
p {padding-bottom: 0;}

/* General Link Style in Content Area */
div#content a:link {text-decoration: underline; color: #052148; font-weight:normal}
div#content a:visited {text-decoration: underline; color: #052148; font-weight:normal}
div#content a:hover {text-decoration: underline; color: #DF8D00; font-weight:normal}
div#content a:active {text-decoration: underline; color: #052148; font-weight:normal}
div#content li a:link {text-decoration: none; font-family: Tahoma; font-size: 12px; color: #013668; font-weight:normal}
div#content li a:visted {text-decoration: none; font-family: Tahoma; font-size: 12px; color: #013668; font-weight:normal}
div#content li a:hover {text-decoration: underline; font-family: Tahoma; font-size: 12px; color: #013668; font-weight:normal}
div#content li a:active {text-decoration: none; font-family: Tahoma; font-size: 12px; color: #013668; font-weight:normal}
a.bnavlink:link { color:#181B1F; text-decoration:none; }
a.bnavlink:visited { color:#181B1F; text-decoration:none;}
a.bnavlink:hover { color:#181B1F; text-decoration:underline;}
a.bnavlink:active { color:#181B1F; text-decoration:none;}
table {
	border: 1 solid;
}

/* sticky footer  */
/* body > #wrapper {height: 100%;} */

/*div#wrapper  {margin: 0 auto; width:969px; background-color:#ffffff; line-height:1.4em; }*/
/*div#wrapper {height: 100%; min-height: 100%; width:1052px; border:#7592B4 1px solid; background-color:#FFF; text-align:left;*/ 
div#wrapper {
height: 100%;
min-height: 100%;
width:1052px;
background-color:#FFF;
text-align:left;
margin-top:0;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
overflow:visible;
 }
div#shifted-wrapper {
height: 100%;
min-height: 100%;
width:1052px;
background-color:#FFF;
text-align:left;
margin-top:-15px;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
overflow:visible;
 }
/* -------------------------------------- End Web Site Main Styles ---------------------------------- */
body {
height: 830px;
line-height: 1.5;
background: #ffffff;
margin: 0;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote, q { quotes: "" ""; }
a img { border: none; }
/* @end */
/* @group Typography */
/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 83%; }

/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #ffffff; 
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #000; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 3em; line-height: 100%; margin-bottom: 0.2em; }
h2 { font-size: 1.3em; line-height: 100%; margin-bottom: 0.1em; margin-top:0; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.2em; }

/* Text elements
-------------------------------------------------------------- */
p           { margin: 0 0 1.5em; }
ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
a:focus, 
a:hover     { color: #000; }
blockquote  { margin-left: 1.3em; margin-right: 1em; margin-top: 0; margin-bottom: 0.3em; color: #000; }
strong      { font-weight: bold; }
dfn         { font-weight: bold; }
/* Tables
-------------------------------------------------------------- */
table   { margin-bottom: 0; }
/* Some default classes
-------------------------------------------------------------- */
/* @end */
/* @group Grid - 24 Columns */
div.header
{
margin:0;
padding:0;
width:1052px;
overflow: visible;
clear:both;
}
div.footer
{
margin:0;
padding:0;
width:1052px;
overflow: visible;
clear:both;
text-align:center;
background-color:#ffffff;
}
div.headerfacebook
{
margin:0;
padding:0;
width:500px;
overflow: visible;
clear:both;
}
div.footerfacebook
{
margin:0;
padding:0;
width:500px;
overflow: visible;
clear:both;
text-align:center;
background-color:#ffffff;
}
div.description
{
width:205px;
height:805px;
overflow: visible;
margin:0;
padding-left:10px;
padding-top:3px;
float:left;
}
div.rotatingad
{
width:200px;
height:400px;
overflow: visible;
float:left;
clear:left;
}
div.largegraphic
{
margin-left:225px;
margin-top:0;
width:610px;
height:415px;
overflow: visible;
padding-top:5px;
padding-right:0;
padding-left:0;
padding-bottom:0;
clear:none;
}
div.checkoutgraphic
{
margin-left:225px;
margin-top:0;
margin-bottom:5px;
width:610px;
overflow: visible;
padding-top:0;
padding-right:0;
padding-left:0;
padding-bottom:0;
clear:none;
}
div.popletcontent
{
width:600px;
margin-left:220px;
text-align:center;
}
div.leftcontent
{
width:815px;
margin:0px;
padding-left: 0;
padding-right: 15px;
padding-top:10px;
float:left;
min-height:1700px;
overflow:visible;
background-color:#ffffff;
}
div.leftcontentfacebook
{
width:500px;
margin:0px;
padding-left: 0;
padding-top:10px;
float:left;
overflow:visible;
background-color:#ffffff;
}
div.rightcontent
{
width:209px;
min-height:1700px;
overflow: visible;
margin-left:835px;
margin-top:0;
padding:0 5px 0 3px;
background-color:#ffffff;
}
div.rightboxbig
{
width:208px;
height:725px;
overflow: visible;
margin-top:5px;
text-align:left;
float:right;
clear:right;
}
div.rightboxmid
{
width:208px;
height:470px;
overflow: visible;
margin-top:5px;
text-align:center;
float:right;
clear:right;
}
div.rightboxconverter
{
width:197px;
overflow: visible;
margin-top:5px;
margin-right:3px;
text-align:left;
float:right;
clear:right;
border:solid;
border-width:1px;
padding:2px;
}
div.signupform
{
width:203px;
overflow: visible;
margin-top:5px;
margin-left:3px;
text-align:left;
float:right;
clear:right;
border-width:1px;
border-color:black;
border-style:solid;
}
div.rightbloglist
{
top:420px;
height:260px;
width:191px;
overflow: visible;
margin-top:5px;
padding:5px;
text-align:left;
border:2px solid #7591B6;
float:right;
clear:right;
}
div.rightarticlelist
{
height:270px;
width:191px;
overflow: visible;
margin-top:5px;
padding:5px;
text-align:left;
border:2px solid #7591B6;
float:right;
clear:right;
}
div.maincontent
{
width:800px;
padding-left:15px;
float:left;
overflow:visible;
background-color:#ffffff;
}
div.orderleft
{
width:220px;
float:left;
clear:left;
padding: 0;
background-color:#ffffff;
}
div.orderright
{
width:220px;
float:left;
padding: 0;
background-color:#ffffff;
}
div.ordercenter
{
width:220px;
float:left;
padding: 0;
background-color:#ffffff;
}
div.textleft
{
width:800px;
float:left;
clear:left;
padding: 0;
background-color:#ffffff;
}
div.ccvtextleft
{
width:440px;
float:left;
clear:left;
padding: 0;
background-color:#ffffff;
}
div.instructionsleft
{
width:350px;
float:left;
clear:left;
padding: 0;
background-color:#ffffff;
}
div.detailleft
{
width:390px;
float:left;
clear:left;
margin-top: 10px;
text-align: center;
background-color:#ffffff;
border: solid 1px #7592B4
}
div.detailright
{
width:390px;
margin-left: 400px;
margin-top: 10px;
text-align: center;
background-color:#ffffff;
border: solid 1px #7592B4
}

div.discount-special {
	width:208px;
        height:270px;
        margin-top:4px;
	background-image: url('/images/Spring 2011 Garage Plans Special.jpg');
	background-repeat: no-repeat; 
}


div.searchback
{
width:785px;
margin:10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0;
padding-left: 10px;
float:left;
overflow:visible;
border-style:solid;
border-color:black;
border-width:2px;
background-color:#7594B6;
}
div.searchbackfacebook
{
width:500px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0;
padding-left: 0;
float:left;
overflow:visible;
border-style:solid;
border-color:black;
border-width:2px;
background-color:#7594B6;
}
/* text style used for most text rendered by modules */
/* Columns
-------------------------------------------------------------- */
/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
   
/* The last column in a row needs this class. */
/* Use these classes to set the width of a column. */
/* Misc classes and elements
-------------------------------------------------------------- */
hr {
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 1.4em 0;
  border: none; 
}
/* Clearing floats without extra markup */
.clear { display: inline-block; }   
.clear { display: block; }
/* @end */
/* @group IE6 */
/* @end */
body {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 22px;
    font-weight:bold;
	color: #39036B;
}
a#placeholder-logo {
	color: #18212e;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}
td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
    font-weight:bold;
	padding: 6px !important;
}
td.submenu-item-hover {
	background: #1E2735;
	color: #fff;
	font-size: 11px;
    font-weight:bold;
	padding: 6px !important;
}
td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
    font-weight:bold;
	padding: 6px !important;
}

img {
  border: none;
}
#banner1 {
  margin-left: 0;
  width: 200px;
  height: 221px;
}

/* @group Forms*/
/* @end*/






/* @group Links*/
a:link, a:visited {
	color: #24164E;
    font-weight: bold;
	text-decoration: none;	
}
a:hover, a:active {
	color: #24164E;
	text-decoration: underline;
}

/* Web App Pagination */

#webapp12894pagination, #webapp12894pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#webapp12894pagination li {
	float:left;
        padding:3px;
}

li.pag-next {
       padding-left: 5px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end*/
/* @group Template Settings*/
/* Don't touch these unless you know how CSS layouts work*/
a#placeholder-logo {
	position: relative;
	top: 2px;
}

/* @end*/

