@charset "UTF-8";

* {  margin:0; padding:0;}

html { height:100%;}

body { 
	height: 100%;
	font: 100% Arial, Tahoma, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background:#a7a7a6;
}

a { text-decoration:none; color:#a00022; }
a:hover { text-decoration:underline; }

p { color:#000; }

img, fieldset {
	border: 0;
	border-style:none;
}

table { border-collapse:collapse;}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -43px;
	width:970px;
	padding:0 5px;
	text-align:left;
	background:url("../img/bg_main.gif") center repeat-y;
}

#container.homepage{
	margin-bottom:-211px;
}


#header {
	height:167px;
	width:970px;
	background:url("../img/bg_header.gif") top repeat-x;
}

#logoline {
	/*width:970px;*/
    width:390px; 
    margin-left:-1px;
    margin-right:0;
    padding:0;
	height:168px;
}

#basket {
	float:right;
	margin-top:19px;
	padding:0 50px 0 0;
}
#basket p {
	float:left;
	padding-top:15px;
	font-size:11px;
}

/* main menu */
#menuline {
	width:970px;
	height:36px;
	/*background:url("../img/bg_menuline.jpg") top left no-repeat;*/
}

#menu {
    position:relative;
    display:inline-block;
    left:30px;
	height:36px;
	float:right;
}

#menu ul {
	list-style:none;
	margin-right:100px;
	padding-top:3px;
}

#menu li {
	float:left;
	margin-left:30px;
	font-size:13px;
	font-weight:bold;
	display:block;
	height:33px;
}

#menu li A {
	background:url("../img/bg_menu_underline.jpg") bottom left no-repeat;
	color:#000;
	padding-bottom:7px;
	line-height:29px;
}

#menu li A:hover {
	background:url("../img/bg_menu_underline.jpg") bottom left no-repeat;
	color:#a00022;
	text-decoration:none;
}

#menu li.selected A {
	background:url("../img/bg_menu_underline.jpg") bottom left repeat-x;
	color:#000;
}

#menu li.selected A:hover {
	background:url("../img/bg_menu_underline.jpg") bottom left no-repeat;
	color:#a00022;
}
/* main menu ends */

/* login items */

#loginline {
	background:url("../img/bg_searchline.gif") top left repeat-x;
	height:48px;
	width:970px;
}

.feedback {
	padding:15px 0 0 50px;
	height:30px;
	float:left;
	font-size:14px;
	font-weight:bold;
}

.error { color:#a00022; }

#login {
	width:263px;
	height:30px;
	float:right;
	text-align:right;
	padding:10px 50px 0 0;
	font-size:11px;
}

.blacklink A {
	color:#161616;
}

/*content */

#content_wrapper {
	background:#fff;
	width:970px;
	padding:10px 0 0 0;
}

#content_wrapper H3 {
	color:#a00022;
	font-size:20px;
	font-weight:bold;
	padding:0 0 15px 0;
}

#content_wrapper H4 {
	color:#484848;
	font-size:16px;
	font-weight:bold;
	padding:0 0 15px 0;
}

#content_wrapper P {
	font-size:12px;
	line-height:15px;
	padding-bottom:5px;
}

#full_width {
	width:872px; 
    position:relative;
	margin:0 15px 0 55px;
	padding: 0 0 20px 0;
    /*border:solid 1px red; */
}

/* side menu and list of items 
    padding/margin: 4{top right bottom left} 2{top/bottom right/left} 1{all}    
    padding = internal, margin = external                                   */
#sidemenu {
	float:left;
	width:180px;
	/*padding:5px 20px 0 25px;*/
	margin:5px 20px 0 25px;
    min-height: 400px;
    border:none 1px green;
}

#sidemenu UL {
	list-style:none;
}

#sidemenu LI {
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding:1px 0;	
}
#sidemenu LI A{
	color:#000;	
}
#sidemenu LI A:hover{
	color:#a00022;	
}

#sidemenu LI UL {
	list-style:none;
	margin-left:20px;
}

#sidemenu LI LI {
	font-size:11px;
	font-weight:bold;
	color:#000;
	padding:1px 0;	
}

#list_item_wrapper {
	float:left;
	width:720px;
    border:none 1px yellow;
}

#product_filter {
    padding:0px;
    margin:0px;
    border:none 1px yellow;
    display:inline-block;
    vertical-align:top;
    float:left;
}

#product_filter DIV {
	font-size: 12px;
}

#product_filter LABEL {
	font-size: 12px;
    vertical-align:top;
}

#product_filter INPUT {
    padding:0px;
    margin:0px;
	font-size: 11px;
    vertical-align:top;
}

.contactBox {
    display:inline-block;
	width:430px; 
	margin:0 6px 0 25px;
	padding: 0 0 20px 5px;
    border:none 1px red;
}

.contactBox2 {
    display:inline-block;
	width:430px; 
	margin:0 6px 0 5px;
	padding: 0 0 20px 5px;
    float:right;
    border:none 1px blue;
}

.list_item {
	width:200px;
    height:300px;
	min-width:200px;
	max-width:200px;
	float:left;
	margin:0px 30px 20px -10px;
/*    border:solid 1px blue;*/
}

.list_item_img {
	width:200px;
	height:180px;
	min-width:200px;
	max-width:200px;
	background:url("../img/bg_list_item_shadow.jpg") bottom center no-repeat;
	padding-bottom:22px;
/*    border:solid 1px red;*/
}

.list_item_img TD{
	width:170px;
	height:180px;
	min-width:170px;
	max-width:170px;
	padding:0 15px;
	text-align:center;
	vertical-align:bottom;
/*    border:solid 1px orange;*/
}

.list_item_small{
	width:200px;
    height:245px;
	min-width:200px;
	max-width:200px;
	float:left;
	margin:0px 30px 30px 0px;
    padding:0px;
    border:none 1px orange;
}

.list_item_img_small{
	width:200px;
    /*height:190px;*/
	min-width:200px;
	max-width:200px;
	background:url("../img/bg_list_item_shadow.jpg") bottom center no-repeat;
	padding-bottom:20px;
    border:none 1px red;
}

.list_item_img_small TR{
    height:200px;
    border:none 1px red;
	/*vertical-align:top;*/
}

.list_item_img_small TD{
	width:180px;
    /*height:110px;*/
	min-width:180px;
	max-width:180px;
	padding:0;
	/*text-align:center;*/
	vertical-align:middle;
    border:none 1px blue;
}

.list_item_info {
	width:200px;
	min-width:200px;
	max-width:200px;
	padding:5px 0px;
	text-align:center;
	font-size:11px;
    border:none 1px green;
}

.list_item_info A {
	text-decoration:none;
}
.list_item_info A:hover {
	text-decoration:underline;
}

.list_item_info P.details A {
	text-decoration:underline;
	color:#333;
}
.list_item_info P.details A:hover {
	text-decoration:none;
}

/* end of side menu and list of items */

/* product details */

#product_img {
	width:250px;
	background:url("../img/bg_product_img_shadow.jpg") bottom center no-repeat;
	padding-bottom:30px;
	text-align:center;
	float:left;
}


#product_txt {
	width:568px;
	padding:0 10px 30px 30px;
	float:left;
}
/* service */
.input_line_fixed {
	padding-bottom:6px;
	width:718px;
}

.input_line_fixed2 {
	padding-bottom:6px;
	width:780px;
}

.input_line {
	padding-bottom:6px;
}

.price_line {
    clear:both;
    height:auto;
    width:550px;
    text-align:right;
    margin-bottom:2px;
    padding:2px 0 2px 0;
    float:left;
}

.big_input_label {
	width:160px;
	padding:5px 10px 0 0;
	text-align:right;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#484848;
}

.big_input_field {
	background:url("../img/bg_service_input_field.gif") top left no-repeat;
	float:left;
	height:23px;
	width:548px;
	text-align:center;
	color:#484848;
}
.big_input_field INPUT {
	border:0;
	background:none;
	height:16px;
	width:544px;
	color:#a00022;
	padding:5px 0 0 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.little_input_label {
	width:120px;
	padding:5px 10px 0 0;
	text-align:right;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#484848;
}

.little_input_field {
	background:url("../img/bg_little_input_field.gif") top left no-repeat;
	float:left;
	height:23px;
	width:212px;
	text-align:center;
}
.little_input_field INPUT {
	border:0;
	background:none;
	height:16px;
	width:210px;	
	color:#a00022;
	padding:5px 0 0 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.little_txt_field {
	float:left;
	padding:5px 0 0 0;
	width:220px;
	color:#000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.little_blank_field {
	float:left;
	width:220px;
	color:#000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.service_textarea_field {
	background:url("../img/bg_service_textbox_field.gif") top left no-repeat;
	float:left;
	width:544px;
	padding:2px;
}
.service_textarea {
	border:0;
	background:none;
	height:129px;
	width:544px;
	color:#a00022;
	font-size:10px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.delivery_textarea_field {
	background:url("../img/bg_delivery_textbox_field.gif") top left no-repeat;
	float:left;
	width:208px;
	padding:2px;
}
.delivery_textarea {
	border:0;
	background:none;
	height:50px;
	width:208px;
	color:#a00022;
	font-size:10px;
	margin-bottom:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#path {
	padding-bottom:25px;
}
#path UL {
	list-style:none;
	padding-bottom:25px;
}

#path LI {
	float:left;
	font-size:13px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:0px 0 0 0;
	line-height:22px;
}
#path LI A {
	color:#000;
	text-decoration:none;
	
}
#path LI A:hover {
	text-decoration:underline;
}
#path LI.selected {
	color:#a00022;
	font-size:20px;
}


/* button */
.button {
}

.button INPUT{
	cursor:pointer;
}

.button A{
	background:url(../img/bg_button_left.gif) top left no-repeat;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 23px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 23px; /* Height of button background height */
	padding: 0 0 0px 8px; /* Width of left menu image */
	
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color:#fffdef;
	float:left;
	cursor: pointer;
	
	
}

.button A SPAN{
	background:url(../img/bg_button_right.gif) top right no-repeat;
	display: block;
	padding: 0 8px 0px 0;
	color:#fffdef;
	height:23px;
	line-height:23px;
	float:left;
	cursor:pointer;
}

.button2 {
    clear:both;
}

.button2 INPUT{
	cursor:pointer;
}

.button2 A{
	background:url(../img/bg_button_full.gif) top left no-repeat;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 24px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 24px; /* Height of button background height */
	width:124px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color:#fffdef;
	float:left;
	cursor: pointer;
}

.button2 A SPAN{
	background:url(../img/bg_button_right.gif) top right no-repeat;
	display: inline-block;
	padding: 0 8px 0px 0;
	color:#fffdef;
	height:23px;
	text-align: center;
	line-height:23px;
	cursor:pointer;
	/*float:left;*/
	
}

/* shopping tables */

#shopping_table {
	
}

#shopping_table TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px 8px;
	vertical-align:top;
}

#shopping_table TR#heading TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a00022;
	padding:0 8px 8px 8px;
	border-bottom:1px solid #c6c1b6;
}

#shopping_table TD#img {
	width:44px;
}
#shopping_table TD#naming {
	width:134px;
}
#shopping_table TD#description {
	width:300px;
}
#shopping_table TD#description2 {
	width:320px;
}

#shopping_table TD#price {
	width:54px;
}
#shopping_table TD#quantity {
	width:125px;
	padding:0;
}
#shopping_table TD#quantity2 {
	width:80px;
	padding:0;
}

#shopping_table TD#total {
	width:54px;
}
#shopping_table TD#delete {
	width:35px;
}



#total_table {
	margin:20px 0;
}
#total_table TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
	vertical-align:top;
}

#total_table TD#col1 {
	width:110px;
}

#total_table TD#col2 {
	width:50px;
	text-align:right;
}

#total_table TR#red TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a00022;
	padding:8px 4px 0px 4px;
	border-top:1px solid #c6c1b6;
}


#tbl_order_history {	
} 

#tbl_order_history TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:8px 10px;
	vertical-align:top;
	text-align:center;
}

#tbl_order_history TR.heading TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a00022;
	padding:0 10px 8px 10px;
	border-bottom:1px solid #c6c1b6;
}
#tbl_order_history TD.order_id {
	width:80px;
}
#tbl_order_history TD.date {
	width:80px;
}
#tbl_order_history TD.items {
	width:70px;
}
#tbl_order_history TD.status {
	width:70px;
}
#tbl_order_history TD.total {
	width:70px;
}
#tbl_order_history TD.details {
	width:50px;
}


#expanded_table {
	margin-bottom:5px;
	border:1px solid #ccc;	
}

#expanded_table TR {	
}

#expanded_table TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px 8px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #c6c1b6;
}

#expanded_table TR#heading TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a00022;
	padding:10px 8px 10px 8px;
	border-bottom:1px solid #c6c1b6;
}

#expanded_table TD#img {
	width:44px;
	text-align:center;
}
#expanded_table TD#naming {
	width:134px;
}
#expanded_table TD#description {
	width:200px;
}

#expanded_table TD#price {
	width:60px;
}
#expanded_table TD#quantity {
	width:70px;
}
#expanded_table TD#total {
	width:54px;
}
#expanded_table TD#delete {
	width:35px;
}

/* */
#saver {
	height: 43px;
	clear:both;
}

#saver.homepage {
	height: 50px;
	clear:both;
}

#homepage_contact_label {
	margin:0 auto;
	width:970px;
	height:168px;
	/*background:url("../img/bg_homepage_contact_label2.jpg") right bottom no-repeat;	*/
}

#homepage_footer_bg {
	height:43px;
	float:right; 
	width:972px; 
	background:url("../img/bg_homepage_footer2.jpg") top right no-repeat;
}

#footer {
	width:972px;
	height:43px;
	background:url("../img/bg_footer.gif") top repeat-x;
	margin: 0 auto;
	text-align:left;
	padding:0px 0px 0 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer_links {
	color:#fff;
	font-size:10px;
	margin:16px 0 0 55px;
	display:inline;
	float:left;
}
#footer_links A{
	color:#fff;
	text-decoration:underline;
}
#footer_links A:hover{
	color:#fff;
	text-decoration:none;
}

#copyright {
	margin:16px 60px 0 0;
	float:right;
	font-size:10px;
	color:#958e84;
}

#glazedeye {
	color:#fffdef;
	font-size:8px;
	margin:30px 5px 0 0;
	float:right;
}
#glazedeye A{
	color:#fffdef;
}

#block_wrapper {
	padding:20px 0 20px 5px;
}

.block {
	width:190px;
	padding:0 15px;
	float:left;
}

.block A {
	font-size:13px;
	font-weight:bold;
}


#slideshow {
	width:345px;
	height:148px;
	border:1px solid #c3beb3;
	margin:20px 0;
}

/* Styles for pagination controls and enclosures */
.pagerDiv {
    float:right; 
    /*right:130px; 
    position:absolute;
    z-index:3;
    left:auto;*/
    width:320px; 
    padding:0;
    margin:0; 
    display:inline-block; 
}

#paging { float:right; padding:0 0 15px 0;}
#paging P { float:left; padding: 0 5px; font:normal normal 11px verdana; }
#paging A { text-decoration:none;}

/* ********************************************* */

.price {
	font-size:14px;
	font-weight:bold;
	color:#a00022;
	padding-bottom:5px;
}

.newprice {
	color:#fff;
	background:#a00022;
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	margin:0 10px;
}

.crossline { text-decoration:line-through; }

.redtxt {
	color:#a00022
}


/* misc */
.txt_left { text-align:left; }
.left { float:left; }
.right { float:right; }
.center { text-align:center;}
.clear { clear:both; }

.gap50px { height:50px; }
.gap30px { height:30px; }
.gap20px { height:20px; }
.gap10px { height:10px; }





span.select {
	position: absolute;
	width: 157px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	padding: 0 24px 0 8px;
	font: 10px/23px Verdana, Arial, Helvetica, sans-serif;
	background: url("../img/bg_select.gif") no-repeat;
	overflow: hidden;
	color:#000;
}
span.checkbox {
	width: 25px;
	height: 23px;
	padding: 0 0px 0 0;
	background: url("../img/bg_checkbox.gif") no-repeat;
	display: block;
	clear: left;
	float: left;
}

/* style for subCategory (filter) lists, title (for size sub-division ), selected and unselected */
.sub_category_title {
    font-style: italic;
    font-size: 100%; 
    color: DimGrey;
    /*margin:5px 0;*/
}

.sub_category_selected {    
    font-style: italic;
    font-size: 110%; 
    color: DarkSlateGrey;
    margin-left: 3px;
    margin-top: 2px;
    /*vertical-align: sub;*/
}

.sub_category_unselected {
    /*vertical-align: super;*/
    font-style:normal;
    font-size: 100%;
}

.systemLabel {
    width: 40px;
    vertical-align:top;
}

.systemField {
    width: 50px;
    vertical-align:top;
}

/* Styles for the visual sizing facility in Made to Measure  */
/* Box containing the Visual */
.bxContainer {
    z-index:1;
    position:absolute;
    width:280px;
    height:280px;
    left:10px;
    float:right;
    padding:0;
    margin:0;
    display:inline-block;
    /*border:solid 1px red;
    right:0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox 
    -webkit-box-sizing:border-box; /* Safari */
}

.bxMain {
    /*position:absolute;
    width:100%; 
    border:solid 1px LightGrey;
    height:100%; */
    margin:auto;
    padding:0; 
    display:inline-block; 
    float:right; 
    /*box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox 
    -webkit-box-sizing:border-box; /* Safari */
}
/* Box depicting the Frame */
.bxFrame {
    margin:auto;
    padding:0;
    width:0px;
    height:0px;
    display:inline-table;
    border:outset 15px LightGrey;
    /*box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox 
    -webkit-box-sizing:border-box; /* Safari */
}

/* Box depicting the Mount */
.bxMount {
    margin:1px;
    padding:0;
    width:0px;
    height:0px;
    display:inline-table;
    /*border:solid 1px Black;*/
}
/*********** End of Boxes containing the Visual ***********/

#searchLine TABLE {
    width: 300px;
    table-layout:fixed; 
    display:inline-table;
}

.searchLine {
	width:260px;
	height:21px;
	float:left;
	text-align:left;
	margin:10px 0px 0 25px;
    padding:0;
	font-size:10px;
    display:inline;
    /*border:solid 1px orange;*/
}

.searchLabel {
    height: 19px;
    vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0;
    margin-top:1px;
    /*vertical-align:middle;*/
    margin-left:0px;
    display:inline;
}

.searchButton SPAN{
	background:url(../img/bg_button_right.gif) top right no-repeat;
	display: inline-block;
	padding:0;
    margin:0;
	color:#fffdef;
	/*float:left;*/
	line-height:23px;
	height:23px;
    width:80px;
	text-align: center;
    vertical-align:top;
	cursor:pointer;
    /*border:solid 1px red;*/
	
}

.searchButton A{
	background:url(../img/bg_button_full.gif) top left no-repeat;
	display: inline;
	font-size: 10px;
	font-weight: normal;
	line-height: 19px;
	/* float:right;
	This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px)
	height: 19px; /* Height of button background height */
	width:80px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color:#fffdef;
	cursor: pointer;
    margin:0;
    padding:0;
}

.searchButton INPUT {
	background:url(../img/bg_button_right.gif) top right no-repeat;
    display:inline;
    border:none;
	font-size: 10px;
	color: #FFFDEF;
    background-color: #000000;
    border:solid 1px #000000;
	margin:0;
    padding:0;
    height: 21px;
    width: 80px;
    vertical-align:top;
	cursor:pointer;
}

.searchField {
    display:inline;
	border: 1px solid #b5c0cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	background-color: #ffffff;
	padding-left: 0px;
	margin-top: 1px;
	margin-left: 3px;
    width:92px;
    height:19px;
}

.filterButton {
	border: 1px solid #5e5e5e;
	color: #FFFFFF;
	background-color: #2a2a2a;
	margin: 0px;
    padding:0px;
    height: 19px;
    vertical-align:top;
    text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: 58px;
	cursor:pointer;
}

.pFilter {
    font-size:12px;
    font-weight:normal;
    color:#a00022;
    height:20px;
    text-align:center;
    /*
    width:45px;
    min-width:45px;
    border:solid 1px blue;*/
}

.pFilterUp {
    font-size:13px;
    font-weight:bold;
/*    color:DarkGreen;
    width:35px;
    min-width:45px;
    width:45px;*/
    height:20px;
    text-align:center;
}

.pFilterDown {
    font-size:13px;
    font-weight:bold;
/*    color:DarkGreen;
    width:35px;
    width:45px;
    min-width:45px;*/
    text-align:center;
    height:20px;
}

.sortTable {
    margin:0; 
    padding:0;
    table-layout:auto;
}

.sortTable TD {
    height:23px; 
    min-height:23px;
    table-layout:fixed;
}

.sortTable DIV {
    height:23px; 
    min-height:23px;
    vertical-align:top;
    display:inline;
}

.sortTable LABEL {
    padding:0 5px;
    font-size:12px;
}

.sortOrderImg {
    cursor:pointer;
    width: 16px;
    height: 16px;
    padding:0px;
}

.errorField {
    width:10px;
    display:inline;
    /*min-width:20px;
    color:darkred;
	background: url("../img/smallfail.gif") no-repeat top center;*/
    font:bold 14px arial,verdana;
    margin:0;
    padding-left:2px;
}

.helpField {
    width:18px;
    min-width:18px;
    /*height:100%;*/
    display:inline-block;
    margin:0;
    padding-left:2px;
    padding-top:2px;
	background: url("../img/smallhelp.gif") no-repeat top center;
}

.errorMsg {
    color:darkred;
    font:bold 12px arial,verdana;
}

.flashFrame {
    border:none; 
    left:-10px;  
    margin:0; 
    margin:0; 
    width:420px; 
    height:330px; 
    position:relative;
	display:inline-block; 
    float:left;
}

.testimonialBlock {
    width:520px; 
    margin:0 70px 20px 70px;
    float:left;
}

.testimonialBlock#bRight {
    float:right; 
}

.testimonialFrame {
    width:500px; 
    height:auto; 
    padding:10px 10px 0 10px; 
    margin-bottom:10px; 
    border:outset 8px LightSteelBlue;
}

.testimonialFrame#fRight{
    border:outset 8px Thistle; 
}

.testimonialBody {
    font-size:12px; 
}

.testimonialName {
    font-size:14px; 
    float:right;
}

.testimonialDate {
    font-size:12px;
    float:left;
    width:120px;
}


