/* body class */
	    .bodyclass {
                background-color : #d8dbea;
                margin: 0px 0px;
	    }

	    /* left section class */
	    .header_left, .column_left, A.links_left {
                font-family : tahoma, arial, sans-serif;
                text-align : ;
            }
            .section_left {
                background-color : #ffffff;
                text-align : ;
                vertical-align : top;
            }
            .sectionborder_left {
                background-color : #DDDDDD;
            }
            .header_left {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : bold;
                font-size : 8pt;
            }
            .column_left {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
            }
            A.links_left:link, A.links_left:active, A.links_left:visited {
                text-decoration : none;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
                color : #000000;
            }
            A.links_left:hover {
                text-decoration : underline;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
                color : #000000;
            }


	    /* top section class */
	    .header_top, .column_top, A.links_top {
                font-family : tahoma, arial, sans-serif;
                text-align : ;
            }
            .section_top {
                background-color : #ffffff;
                text-align : ;
                vertical-align : top;
            }
            .sectionborder_top {
                background-color : #ffffff;
            }
            .header_top {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : bold;
                font-size : 8pt;
            }
            .column_top {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
            }


	    /* right section class */
	    .header_right, .column_right, A.links_right {
                font-family : tahoma, arial, sans-serif;
                text-align : ;
            }
            .section_right {
                background-color : #ffffff;
                text-align : ;
                vertical-align : top;
            }
            .sectionborder_right {
                background-color : #DDDDDD;
            }
            .header_right {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : bold;
                font-size : 8pt;
            }
            .column_right {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
            }
            A.links_right:link, A.links_right:active, A.links_right:visited {
                text-decoration : none;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
                color : #000000;
            }
            A.links_right:hover {
                text-decoration : underline;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
                color : #000000;
            }


	    /* bottom section class */
	    .header_bottom, .column_bottom, A.links_bottom {
                font-family : tahoma, arial, sans-serif;
                text-align : ;
            }
            .section_bottom {
                background-color : #ffffff;
                text-align : ;
                vertical-align : top;
            }
            .sectionborder_bottom {
                background-color : #ffffff;
            }
            .header_bottom {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : bold;
                font-size : 8pt;
            }
            .column_bottom {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
            }
            A.links_bottom:link, A.links_bottom:active, A.links_bottom:visited {
                text-decoration : none;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
                color : #000000;
            }
            A.links_bottom:hover {
                text-decoration : underline;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
                color : #000000;
            }


	    /* main section class */
	    .header_main, .column_main, A.links_main {
                font-family : tahoma, arial, sans-serif;
                text-align : ;
            }
            .section_main {
                background-color : #ffffff;
                text-align : ;
                vertical-align : top;
            }
            .sectionborder_main {
                background-color : #DDDDDD;
            }
            .header_main {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : bold;
                font-size : 8pt;
            }
            .column_main {
                background-color : #FFFFFF;
                color : #000000;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
            }
            A.links_main:link, A.links_main:active, A.links_main:visited {
                text-decoration : none;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
                color : #000000;
            }
            A.links_main:hover {
                text-decoration : underline;
                font-style : normal;
                font-weight : normal;
                font-size : 8pt;
                color : #000000;
            }


		/* small text class */
	    .small_main {
                font-style : ;
                font-weight : normal;
                font-size : 8pt;
                color : #000000;
	    }
	    
	    
	    /* error font class */
	    .font_error {
                font-style : ;
                font-weight : bold;
                font-size : 10pt;
                color : red;
	    }
	    		
	    
	    /* button class */
	    .buttonstyle {
                background-color: #273440;
                border: 1px solid #333333;
                font-family: tahoma, arial, sans-serif;
                font-size: 8pt;
                color: #ffffff;
	    }	    
	    input.btnhov{ 
                border-color: ;
	    }
	    
		
	    /* input field class */
	    .font_input {
                background-color: ;
                border: 1px solid #333333;
                font-family: tahoma, arial, sans-serif;
                font-size: 8pt;
                color: ;
	    }

		/* top menu section */
		A.links_topmenu:link, A.links_topmenu:active, A.links_topmenu:visited {
			text-decoration : none;
            font-family : tahoma, arial, sans-serif;
			font-style : normal;
            font-weight : bold;
            font-size : 11px;
            color : #273440;
		}
		
		#navcontainer {
			margin-bottom: 10px;
			overflow: hidden;
			width: 900px;
			margin-left: 12px;
			margin-top: 10px;
		}
		
		#navcontainer_line2 {
			overflow: hidden;
			width: 650px;
			margin-left: 12px;
		}

		#navlist {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

		#navlist li {
			border-left: 2px solid #d9d2cb;
			float: left;
			line-height: 16px;
			margin: 0 .5em 0 -.5em;
			padding: 0 .5em 0 .5em;
		}
		
		
		/* footer menu section */
		A.links_footermenu:link, A.links_footermenu:active, A.links_footermenu:visited {
			text-decoration : none;
            font-family : tahoma, arial, sans-serif;
			font-style : normal;
            font-weight : normal;
            font-size : 11px;
            color : #273440;
		}
		
		#navcontainer_footer {
			margin-bottom: 10px;
			overflow: hidden;
			margin-left: 191px;
			margin-top: 10px;
		}
		
		#navcontainer_footer_line2 {
			overflow: hidden;
			margin-left: 156px;
		}

		#navlist_footer {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

		#navlist_footer li {
			border-left: 1px solid #d9d2cb;
			float: left;
			line-height: 16px;
			margin: 0 .5em 0 -.5em;
			padding: 0 .5em 0 .5em;
		}



	    /* bespoke css IDs */
	    #lastview_tbl {
                /* last viewed products section css */
	    }
	    #lastview_hdr {
                /* last viewed products section header css */
	    }
	    #cart_tbl {
                /* small cart section css */
				background-color: #FFFFFF;
				border: 0px;
				width: 155px;
	    }
	    #cart_hdr {
                /* small cart section header css */
				background-color: #FFFFFF;
	    }
	    #srch_tbl {
                /* search section css */
	    }
	    #srch_hdr {
                /* search section header css */
	    }
	    #catMenu_tbl {
                /* category menu section css */
	    }
	    #catMenu_hdr {
                /* category menu section header css */
	    }
	    #top10_tbl {
                /* Top Sellers section css */
	    }
	    #top10_hdr {
                /* Top Sellers section header css */
	    }
	    #login_tbl {
                /* login section css */
	    }
	    #cat_hdr {
                /* product category header css */
	    }
	    #catprods_hdr {
                /* category product listings header css */
	    }
	    #catprods_tbl {
                /* category product listings table css */
	    }
	    #prod_tbl {
                /* product detail page css */
	    }
	    #item_Tbl {
                /* product detail page item layout css */
	    }
	    #shopcart_hdr {
                /* basket stage header css */
	    }
	    #shopcart_tbl {
                /* basket stage table css */
	    }
	    #summary_tbl {
                /* summary stage table css */
	    }
	    #sitemap_tbl {
                /* sitemap table css */
	    }   
