@import url("blueprint/grid.css?");

H1.heading {
	margin-top: 5px;
	padding: 5px;
	color: #333333;
	font-size: 18pt;
	background-color: #eeeeee;	
}
t
.logo {
	/*
	background-image: url(/images/newsite/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	*/
	height: 70px;
}

.logoclix {
	background-image: url(/images/newsite/logoclix.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 70px;
}

#shoppingcart_box {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 30px;
	padding: 4px;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
}

#shoppingcart_header {
	text-indent: 25px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Verdana";
	background-image: url(/images/newsite/shoppingcart.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#shoppingcart_header a {
	text-decoration: none;
	color: black;
}

#shoppingcart_box hr {
	margin: 0;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}

#shoppingcart_numberofproducts {
	text-align: right;
	font-size: 0.9em;
	font-family: "Verdana";
	margin-bottom: -2px;
}

#shoppingcart_totalprice {
	font-size: 0.9em;
	font-family: "Verdana";
	color: red;
	text-align: right;
}

.imageblock {
	margin-bottom: 10px;
	width: 758px;
	height: 251px;
	background-color: silver;
}

.menutoptop {
	margin-bottom: 20px;
}

.menutoptop UL {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style: none;
	list-style-image: url(/images/newsite/menutoptop.png);
}

.menutoptop UL LI {
}

.menutoptop UL LI A {
	display: block;
	height: 16px;
	text-decoration: none;
	color: #303030;
	font-size: 1em;
}

.menutoptop UL LI A:hover {
	color:red;
}

.menutoptop UL LI.Activelink A {
	color:red;
}

.menutoptop UL LI A span {
	display: block;
}

.menutop {
	padding-bottom: 10px;
	text-align: center;
}

.menutop UL {
	margin: 0;
	padding-top: 4px;
	list-style: none;
	height: 24px;
	background-color: #5e5e5e;
	background-image: url(/images/newsite/banner_background.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.menutop UL LI {
	display: inline;
	margin-left: 25px;
	margin-right: 25px;
}

.menutop UL LI A {
	text-decoration: none;
	color: white;
	font-size: 1.0em;
	font-weight: 600;
}

.menutop UL LI A:hover {
	background-image: url(/images/newsite/menutop_background.png);
	background-repeat: no-repeat;
	background-position: 50% 2px;
}

.menutop UL LI.Activelink A {
	background-image: url(/images/newsite/menutop_background.png);
	background-repeat: no-repeat;
	background-position: 50% 2px;
}

.menuright {
	margin-bottom: 10px;
}

.menuright UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menuright UL LI {
	margin-bottom: 1px;
}

.menuright UL LI A {
	background-image: url(/images/newsite/background_buttons.png);
	background-repeat: repeat-x;
	display: block;
	height: 35px;
	text-decoration: none;
	color: white;
	text-indent: 15px;
	font-size: 1.1em;
	font-weight: 550;
}

.menuright UL LI A:hover {
	background-image: url(/images/newsite/background_buttons_active.png);
	color: black;
}

.menuright UL LI A.active {
	background-image: url(/images/newsite/background_buttons_active.png);
	color: black;
}

.menuright UL LI A span {
	display: block;
	padding-top: 7px;
}

.menurighthome UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menurighthome UL LI {
	margin-bottom: 1px;
}

.menurighthome UL LI A {
	background-image: url(/images/newsite/background_buttons.png);
	background-repeat: repeat-x;
	display: block;
	height: 35px;
	text-decoration: none;
	color: white;
	text-indent: 15px;
	font-size: 1.1em;
	font-weight: 550;
}

.menurighthome UL LI A:hover {
	background-image: url(/images/newsite/background_buttons_active.png);
	color: black;
}

.menurighthome UL LI A.active {
	background-image: url(/images/newsite/background_buttons_active.png);
	color: black;
}

.menurighthome UL LI A span {
	display: block;
	padding-top: 7px;
}

.linkblock .linkshort {
	height: 80px;
	background-color: silver;
	margin-bottom: 10px;
}

.linkblock .linklong {
	height: 170px;
	background-color: silver;
}

.linkblock .linkmenublock {
	margin-bottom: 5px;
}

.linkblock .ProductSearch {
	height: 78px;
}

.linkblock .linkshort #productsearchtitle {
	text-indent: 15px;
	color: white;
	font-weight: 600;
	display: block;
}

.linkblock .linkshort #productsearchsubtitle {
	text-indent: 15px;
	color: white;
	display: block;
	font-size: 0.8em;
}

.linkblock .linkshort #productsearchsearchbox INPUT {
	border: 0px solid white;
	margin-left: 62px;
	margin-top: 48px;
	margin-bottom: 0px;
	width: 111px;
	height: 23px;
	background-color: white;
}

.linkblock .linkshort #productsearchsubmit INPUT {
	border: 1px solid black;
	background-color: #555555;
	color: white;
	margin-left: 15px;
}




/*PRODUCT PAGES*/

.categorylink {
	color: black;
	text-decoration: none;
	font-size: x-small;
}

.categorylinkWhite {
	color: white;
	text-decoration: none;
	font-size: x-small;
}

.categorylinkactive {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#productsearchcontainer {
	width: 180px;
	height: 180px;
	background-color: #d7d3d2;
	margin-top: 20px;
	margin-bottom: 20px;
}

#productsearchcontainershop {
	width: 180px;
	height: 180px;
	background-color: #d7d3d2;
	margin-top: 0px;
	margin-bottom: 20px;
}

#productsearchcontainer FORM {
	margin: 0px;
	padding: 0px;
}

#productsearchcontainershop FORM {
	margin: 0px;
	padding: 0px;
}

.shopsbox {
	height: 100px;
	overflow: auto;
}

.shopsbox2 {
	height: 350px;
	overflow: auto;
	width: 220px;
}

#homepagerow1 {
	margin-bottom: 20px;
	padding: 0px;
	display: inline;
	clear: both;
}

#homepagerow2 {
	margin-bottom: 20px;
	padding: 0px;
	display: inline;
	clear: both;
}

#homepagerow3 {
	margin-bottom: 20px;
	height: 90px;
	padding: 0px;
	display: inline;
	clear: both;
}

#homepagerow1 IMG {
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

#homepagerow2 IMG {
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

#homepagerow3 IMG {
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

.homepageblockleft {
	display: block;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
}

.homepageblockmiddle {
	float: left;
	display: block;
	margin-right: 16px;
	margin-bottom: 20px;
}

.homepageblockright {
	float: left;
	display: block;
	margin-bottom: 20px;
}


#homepageshopblock {
	margin: 0px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	background-color: #ee3333;
	display: block;
	text-align: center;
}

#homepageshopblock a {
	display: block;
	margin-top: 20px;
}

#ShopInformation td {
	font-family:arial;
	font-size:9px;
}


#leftblock IMG {
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}


/* General styling for both valid and invalid input */
.invalidInput,.validInput{
	display:inline-table;
	padding:1px;
}
/* Style for invalid input */
.invalidInput{
	border:1px solid #F00;
}

/* Style for valid input */
.validInput{
}


.ProductHeader {
	margin: 0;
	padding: 0;
	border-spacing: 5px;
	border: 1px solid #DEDEDE;
	background-color: #FEFEFE;
}

.ProductHeader TD {
	vertical-align: top;
	line-height: 1em;
	padding: 3px;
	font-size: 1.1em;
	font-family: "Verdana";
}

.ProductHeader TABLE {
	margin: 0;
	padding: 0;
}

#productgroup TABLE {
	margin: 0;
	padding: 0;
	border-spacing: 1px;
}

.ProductDetail {
	margin-bottom: 0px;
}

.ProductDetail TABLE {
	margin-bottom: 0px;
}

#Basket TABLE {
	margin: 0;
	border-spacing: 1px;
	font-family: "Verdana";
	font-size: 8pt;
	line-height: 1.3em;
}

#Basket FIELDSET {
	margin: 0;
	line-height: 1.5em;
}

#Basket TD {
	vertical-align: top;
	padding: 3px;
}

#homepageleft {
    float: left;
    display: block;
    width: 525px;
    border-right: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 0px;
}

#homepageright {
    float: left;
    display: block;
    width: 200px;
    margin-top: 0px;
}

#homepagecontent {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

#homepagecontent form {
    margin: 0px;
    padding: 0px;
}

#tmpContent {
    margin: 0px;
    padding: 0px;
}

#homepageproductbox {
    padding-top: 10px;
    text-align:center;
}

#homepageproductboxgroup {
    margin: 0 auto;
    width: 525px;
}

div.homepageproductelement {
    width: 13Opx;
    display: block;
    float: left;
    margin: 0px;
    padding: 1px;
}

#homepageproductbox .homepageproductelement p.hppe_image {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 2px;
    background-color: white;
    margin-top: 0px;
}

#homepageproductbox .homepageproductelement p.hppe_title {
    width: 120px;
    margin: 0px;
    padding: 0px;
}

#homepageproductbox .homepageproductelement div.hppe_bottom {
    width: 120px;
    text-align: left;
    display: block;
    background-color: #eeeeee;
}

#homepageproductbox .homepageproductelement p.hppe_price {
    width: 60px;
    text-align: left;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: #eeeeee;
    color: red;
    font-weight: bold;
}

#homepageproductbox .homepageproductelement p.hppe_info {
    width: 60px;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: #eeeeee;
}

#homepageproductbox .homepageproductelement p.hppe_info a {
    text-decoration: none;
    display: block;
    color: #666666;
}

#homepageproductbox .homepageproductelement p.hppe_info a:hover {
    text-decoration: underline;
    display: block;
}

#homepageshops {
    margin-top: 10px;
    margin-left: 5px;
}

#homepageshops2 {
    margin-top: 20px;
    margin-left: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #D7D3D3;
}

#homepageclear {
    clear: both;
}

#homepageproductboxgroupsplitter {
    clear: both;
    background-image: url(../../images/horline.gif);
    background-repeat: repeat-x;
    background-position: 50%;
    height: 21px;
    width: 500px;
}

#homepageproductboxgroupsplitterinline {
    background-image: url(../../images/verlinenew.gif);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    width: 51px;
    height: 160px;
    float: left;
}

.sortingpanel a {
	text-decoration: none;
	color: black;
}

.newsoverview a {
	text-decoration: none;
	color: #777777;
}

.newsoverview a:hover {
	text-decoration: underline;
	color: black;
}

.contentblock TABLE {
	margin-bottom: 0px;
}

.newslettercontentbody {
	text-align: center;
	margin-bottom: 15px;
}

.newslettercontent {
	border: 1px solid #bbbbbb;
	width: 620px;
	text-align: left;
	margin: 0px auto;
}

.newslettersubscribe {
	margin-bottom: 15px;
	background-color: #ffffff;
	border: 1px solid #dedede;
}

.newslettersubscribe h1 {
	font-size: 10pt;
	margin: 0px;
	padding: 2px;
	padding-left: 5px;
	text-align: left;
}

.newslettersubscribe form {
	background-color: #f7f7f7;
	border: 1px solid #dedede;
	margin: 3px;
	text-align: center;
	padding: 10px;
}

.subscribefield {
	width: 250px;
	margin-left: 10px;
	margin-right: 20px;
	border: 1px solid #999999;
}

.folderbox {
    background-image: url(/images/folderpagina.jpg);
    background-repeat: no-repeat;
	width: 778px;
	height: 367px;
	margin: 0;
	padding: 0;
}

.foldertable {
	padding: 15px;
	width: 760px;
}

.foldertitle {
	font-family: AppleGothic, Tahoma;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 40px;
	margin-top: 60px;
}

.folderdescription {
	font-family: AppleGothic, Tahoma;
	color: white;
	font-size: 9pt;
	margin-bottom: 40px;
}

.folderlink {
	font-family: AppleGothic, Tahoma;
	color: white;
	font-size: 9pt;
}

.folderlink a {
	color: white;
}

.folderothers {
	width: 270px;
	height: 300px;
	overflow-y: auto;
	background-color: #ececec;
}

.foldertitle2 {
	font-family: AppleGothic, Tahoma;
	color: #444444;
	font-weight: bolder;
	font-size: 9pt;
	margin-bottom: 10px;
}

.folderdescription2 {
	font-family: AppleGothic, Tahoma;
	color: #444444;
	font-size: 8pt;
	margin-bottom: 10px;
}

.folderlink2 {
	font-family: AppleGothic, Tahoma;
	color: red;
	font-size: 8pt;
	margin-bottom: 20px;
}

.folderlink2 a {
	color: red;
}


