
	/* The Reset ---------------------------------- */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
	h6,pre,form,fieldset,input,p,blockquote,table,
	th,td {
		margin: 0;
		padding: 0;
	}

	fieldset,img,abbr { border: 0; }
	address,caption,cite,code,dfn,em,h1,h2,h3,
	h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
	caption,th { text-align: left; }
	q:before,q:after { content: ''; }
	a { text-decoration: none; }

	ul,ul { list-style: none; }

	body {
		font-size: 78%;
		font-family: Arial, Verdana, sans-serif;
		line-height: 22px;
		color: #000;
		background: transparent url(../images/bg-header-tile.gif) 0 0 repeat-x;
		margin: 0;

	}

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

		n

	p { margin-bottom: 10px;}

	h1,h2,h3,h4,h5,h6 {
	  font-family: Arial, Helvetica, sans-serif;
	  margin: 0 0 15px 0;
	  font-weight: bold;
	}

	h2 {
	  font-size: 170%;
	}

	h2 {
	  font-size: 150%;
	}

	h3 {
	  font-size: 130%;


	}



		/* Basic Strcucture ---------------------------------- */

		html {
			background: transparent url(../images/backgrounds/grass-bg.jpg) fixed repeat-y 50% 0 ;
		}


		#wrapper, #page_cart {
			width: 760px;
			margin: 0 auto;

		}

		#header {
			margin: 0;
			background-color: #000046;
			height: 105px;
			min-height: 105px;
			padding: 0px;
			margin-bottom: 10px;
			position: relative;
		}




		#footer {
			display:block;
			font-size: 90%;
			height: 40px;
			/*position:absolute;*/
			/*top:830px;		*/
			margin-left: 0px;
		}

		#footer #top {
			position:relative;
			background-color: #191957;
			width: 750px;
			height: 20px;
			text-align: center;
			padding: 5px;

		}

		#footer #top li, #footer #bottom li { display: inline; }

		#footer #top a, #footer #top { color: #fff;}

		#footer #bottom { width: 760px}
		#footer #bottom li.left {
			width: 40%; float: left;
			text-align: left;
		}
		#footer #bottom li.right {
			width: 40%; float: right;
			text-align: right;
		}

        #frmProduct {
            margin: 10px 0 10px 0;
        }
   
        
		#cart-search {
			width: 400px;
			position: absolute;
			top: 20px;
			right: 0;
			text-align: right;
			color: #fff;
			font-size: 90%;
		}
		#cart-search a { color: #fff; }
		#cart-search li {
			display: inline;
			padding: 5px;
		}

		#cart-search li#micro-cart {
			background: #1c1c62 url(../images/icons/cart.gif) 4px 4px no-repeat;
			padding-left: 30px;
		}

		#cart-search table { float: right; margin-top: 20px}
		#cart-search table td { padding: 5px;}



		#navigation {
			width: 255px;
			height: 45px;
			position: absolute;
			top: 60px; margin-left: 124px;
			z-index: 99;

		}

		#navigation li {
			float: left; height: 45px;
			text-indent: -9000em;

		}


		#navigation li a {
			display: block;
			height: 45px;
			background: transparent url(../images/buttons/header-navigation.gif) 0 0 no-repeat;

		}

		.current_category li a {
			background: red;
		}

		#navigation #lnk1 a { width: 60px; background-position: 0 0;  }
		#navigation #lnk1 a:hover, #navigation #link1 a#selected { background-position: 0 -45px; }

		#navigation #lnk2 a { width: 86px; background-position: -60px 0;  }
		#navigation #lnk2 a:hover, #navigation #link1 a#selected { background-position: -60px -45px; }

		#navigation #lnk3 a { width: 79px; background-position: -146px 0;  }
		#navigation #lnk3 a:hover, #navigation #link1 a#selected { background-position: -146px -45px; }


		ul.error {
			display: block;
			color: #fff;
			background: #c00;
			padding: 2px;
			margin-top: 2px;
		}
		div.error {
			display: block;
			color: #c00;
			font-weight: bold;
			padding: 2px;
		}

		/* Columns ---------------------------------- */
		#right_col {
			width: 540px; float: left; border-left: 1px solid #ccc;
            
			padding: 10px 0 15px 15px;
		}

		#left_col {
			width: 180px; float: left;
			margin-right:20px;


		}

		#left_col h3 {
			display:block;
			background-color: #000046;
			color: #f2eb02;
			padding:  5px 0px 5px 10px;
			font-weight: normal;
			text-transform:uppercase;
			margin: 0px 0px 2px 0px;
		}

		#right_col h3 {

			color: #000;
			margin:  15px 0px 15px 0px;

		}

		#left_col div {

			padding: 0px;
			width: 100%;
			margin-bottom: 10px;

		}

		#left_col div div {
			width: auto;
			border-color: #ccc;
			border-style: solid;
			border-width: 0 1px 1px 1px;
			padding: 0 5px 0 5px;
		}

		#left_col div div input {
			width: auto;
			margin: 5px 0 5px 0;
		}
		#left_col div div label {
			width: auto;
			margin: 5px;
		}


			/* =Products
				--------- */


			.paging { margin-bottom: 10px; }

			.discount { position:absolute; top:0; left:0; }

			div.products, div.productsInt, ul.products li {
				width: 174px;
				float: left;
				text-align: center;
				border:1px solid #ccc;
				margin-right: .4em;
				margin-bottom: 1em;
				min-height: 350px; height: auto !important; height: 350px;
			}
			ul.products li { padding:10px;  }
			ul.products li h3 a { display: block;margin-bottom:5px;}
			


			div.products h3 a, div.productsInt h3 a, ul.products a { font-size: .8em; line-height: 1em; }
			div.products h3 a:hover, div.productsInt h3 a:hover { color: #fff; background-color: #0d0157;  }

			ul.attributes li { list-style: none; margin: 0 10px; }
			ul.attributes { margin: 0; padding: 0; margin-bottom: 5px; }
			ul.attributes li span.money {
				color: #000046;             /* gold color */
				font-size: 1.2em;
				font-weight: normal;
				font-family: Georgia, "Times New Roman", Times, serif;
			}


			ul.attributes li span.vat {
				font-size: .8em;
			}

			ul.attributes li a {
				text-decoration: none;

			}
			ul.attributes li a:hover {
				text-decoration: underline;
			}

			ul.products { padding:0; margin:0; list-style: none; }







		/* Homepage Specifics ---------------------------------- */


		#hp-category-banners li {
			float: left;
			margin-right: 10px;
		}

		#hp-category-banners li.nomargin-right, #hp-featured-products li.nomargin-right {
			margin-right: 0;
		}

		#hp-category-jump-banners li {
			display: inline;
			margin-bottom: 10px;
			position: relative;
		}

		#hp-category-jump-banners li div ul {
			padding: 55px 0 0 5px;
		}
		#hp-category-jump-banners li div {
			background: transparent url(../images/titles/lifestyle-clothing-store.png) 0 0 no-repeat;
			height: 75px; width: 245px;
			position: absolute;
			bottom: 15px; left: 10px;
			z-index: 99;
		}


		#hp-featured-products li {
			padding-top: 5px;
			width: 158px;
			border: 1px solid #d1d1d1;
			text-align: center;
			float: left;
			margin: 10px 20px 10px 0;
			min-height: 187px;

		}

		#hp-featured-products li h3 {
			margin-bottom: 0;
			color:#000045;
			font-size:95%;
		}
		#hp-featured-products li h3 a {
			color:#000045;
		}
		#hp-featured-products li .money, .prodPrice {
			font-size:140%;
			font-weight:bold;
		}
		#hp-featured-products li .vat {
			display:none;
		}

		#hp-featured-products li#title-feat-prods-vert {
			border: 0;
			width: 39px;
		}


		/* Category Navigation ---------------------------------- */


		.categorydesc {
			margin: 15px 0 15px;

		}



		#category_list ul {
			display: block;
			margin: 0;
			padding: 0;
			list-style-type: none;
			font-size:12px;
		}

		#category_list ul li {
			margin: 0 0 2px 0;
		}

		#category_list ul li a, #category_list ul li strong {
			display: block;
			color: #FFF;
			background-color: #191957;
			text-decoration: none;
			padding:  5px 0px 5px 10px;
			width: inherit;
			height: 22px;
			margin: 0px;
		}
        
		#category_list ul li a:hover {
			background:#f2f2f0; color: #000000
		}
		/*
		#category_list ul li a:hover ul {
			background-color: #fff;
			color: #000;
		}*/
		#category_list ul li ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#category_list ul li ul li { margin: 0 0 .2em 0; }
		#category_list ul li ul li a {
			background-color: #cbcbcb;
			color: #333;
		}
		#category_list ul li ul li a:hover {
			background-color: #fff;
			color: #000;
		}
		#category_list ul li ul li a.current,  #category_list ul li a.current ,
		#category_list ul li a.current:hover , #category_list ul li ul li a.current:hover {
			background-color: #b5b5b5;
		}
		#category_list ul li ul li ul li a {background-color: #ddd; }

		/* support questions */
		#support_questions ul li { margin: 0 0 .2em 0; }

		#support_questions  {
			display: block;
			color: #FFF;
			background-color: #FFF;
			width: 180px;;
			padding: 4px;
			text-decoration: none;
		}

		#support_questions h3 {
			
			margin-top:15px;
		}

		/* Misc ---------------------------------- */

		.nomargin-right { margin-right: 0; }
		.float-left { float: left;	}
		.float-right { float: right;	}

		.clearleft { clear:left; }
		.clearboth { clear: both; }
		.clearright { clear: right; }

		.qty { width: 30px }

		#page_slugs {
			list-style: none;
			margin: 0 0 15px 0;
			font-size:1em
		}
		#page_slugs li {
			display:inline;
			color: #000046;
		}
		#page_slugs li a {
			text-decoration: none;
		}
		#page_slugs li a:hover {
			text-decoration: underline;
		}

		.picthumb {
			margin: 10px;
			width:150px;
		}
	 /* Forms -------------------------------------------*/

		/*input {
			padding: 2px;
			vertical-align: top;

		}

		input , select , textarea {
			border-width: 1px;
			border-right-color: #CCC;
			border-bottom-color: #CCC;
		}*/

		label {
			vertical-align: text-top;
		}

		#frmFilter fieldset,
		#previous_addresses fieldset,
		#frmAccount fieldset,
		#frmRegister fieldset {
			display: block;
			padding: 10px;
			border: 1px solid #ccc;
			margin-bottom: 15px;
		}

		#frmFilter fieldset legend,
		#previous_addresses fieldset legend,
		#frmAccount fieldset legend,
		#frmRegister fieldset legend {
			background: #ae9600;
			color: #fff;
			padding: 0px 2px;
			text-align: left;
		}

		#frmAccount div.field label,
		#frmRegister div.field label {
			display: block;
		}
		#frmAccount div.field input,
		#frmRegister div.field input {
			display: block;
		}

		#frmFilter div.field {
			display: block;
			height: 25px;
		}
		#frmFilter div.field label {
			display: block;
			float: left;
			width: 100px;
		}

		input.checkbox {
			width: auto;
			display: block;
			float: left;
			margin-right: 5px;
		}
		label.checkbox {
			display: inline;
		}

		#tblOrders th {
			background: #ae9600;
			padding: 2px;
			color: #fff;
		}
		#tblOrders td {
			padding: 2px;
		}

		#order_messages,
		#order_messages fieldset {
			border: 1px solid #ccc;
			padding: 10px;
			margin-bottom: 10px;
		}
		#order_messages legend {
			background: #000046;
			color: #fff;
			padding: 0px 2px;
			text-align: left;
		}

		#order_messages fieldset legend {
			font-weight: bold;
			background: #fff;
			color: #333;
		}

		table.order_message {
			border: 1px solid #ccc;
			line-height: normal;
			margin-bottom: 2px;
			width: 100%;
		}
		table.admin_message {
			border: 1px solid #191957;
		}

		table.user_message {
			border: 1px solid #ae9600;
		}

		table.order_message th {
			font-size: 11px;
			vertical-align: text-top;
			width: 100px;
			border-right: 1px dotted #ccc;
			padding: 2px;
		}
		table.order_message td {
			padding: 2px;
			vertical-align: text-top;
		}

		tr.orderdetail {

		}

		#frmOrderMessages label {
			display: block;
		}

		tr.row_a {
			background: #fff;
		}
		tr.row_b {
			background: #fffab7;
		}


		div.product-item {
			display: block;
			margin-bottom: 10px;
			padding-bottom: 0px;
			border-bottom: 1px dotted #333;
			height: 180px;
		}

		div.product-item div.prodImage {
			display: block;
			padding: 2px;
			float: left;
		}
		div.product-item ul.attributes {
			margin-left: 180px;
		}

		form.search-form fieldset {
			border: 1px solid #ccc;
			padding: 10px;
		}
		form.search-form fieldset legend {
			padding: 2px;
			background: #ae9600;
			color: #fff;
		}

		fieldset.searchResults {
			border: 1px solid #ccc;
			padding: 5px;
		}

		fieldset.searchResults legend {
			padding: 2px;
			background: #ae9600;
			color: #fff;
		}


		   
            #gallerylisting  {
                margin: 10px 0 10px 0;
            }
            
            #gallerylisting img{
                width:160px;
                
            }
            #gallerylisting li{
                width: 160px;
                height: 113px;
                border: 1px solid #CCC;
                background: #FFF;
                padding: 5px;
                text-align: center;
                position: relative;
                float: left;
                display: inline;
                margin: 0 2px 10px 0;
            }
            #gallerylisting li.enditem{
                margin: 0 0 10px 0;
            }
            #gallerylisting li.firstitem{
                clear:both;
            }
            
            #gallerylisting li a span{
                position: absolute;               
                left: -9999px;
            }
            #gallerylisting li a:hover span{    
                bottom: 5px;
                left: 5px;
                width: 150px;
                background: #ae9600;
                color: #FFF;
                padding: 7px 5px;
                font-size: 0.9em;
                border: 0px 
                border-width:0 0 2px 0;
            }
            
		#tblCart {
			border: none;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			margin-bottom: 10px;
		}
		#tblCart th {
			background: #000046;
			color: #fff;
			font-weight: bold;
			padding: 2px;
		}
		#tblCart td {
			padding: 2px;
			border: none;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			vertical-align: text-top;
		}
		#tblCart td.total {
			background: #000;
			color: #fff;
			font-weight: bold;
		}
        
             
        .cms {
            margin: 10px 0 10px 10px;            
        }
