@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717070;
	background-image:url(images/bodybg.png);
	background-repeat:repeat-x;
	background-color: #fff;
	}
.clearer {
	clear: both;
	}
	
	
#container { 
	width: 883px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

#header {
clear: both;
	width: 100%;
	height: 80px;
	background-image:url(images/headerbg.png);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	}
#logo {
	float: left;
	margin: 10px;
	margin-left: 17px;
	}
#navigation {
	float: right;
	height: 50px;
	margin-right: 20px;
	font-size: 14px;
	font-family: Tahoma, Verdana, sans-serif;
	background: #fff;
	}
	
#navigation UL {
	padding: 0;
	margin: 0;
	list-style: none;

	}

#headerlinks {
	text-align: right;
	padding-right: 15px;
	}

#headerlinks UL {
	list-style: none;
	float: right;
	text-align: right;
	padding-bottom: 5px;
	}

#headerlinks LI {
	display: inline;
	margin-left: 3px;
	}
	
#headerlinks LI a {
	color: #fff;
	text-decoration: none;
	}
#headerlinks LI.stripe {
	color: #fff;
	}

#navigation UL LI {
	padding:0;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	height: 50px;
	padding-top: 17px;
	float: left;
	}
	
#navigation UL LI a {
	font-size: 14px;
	text-transform:lowercase;
	text-decoration: none;
	color: #717070;
	}
#navigation UL LI.act {
	background-image: url(images/libg.jpg);
	background-repeat:repeat-x;
	}

#navigation UL LI.act a {
	color: #23b3cb;
	}


#left {
	clear: both;
	width: 220px;
	float: left;
	}

.lefttop  {
	padding: 0;
	margin: 0;
	width: 210px; 
	height: 10px; 
	background-image:url(images/lefttop.png); 
	background-repeat:no-repeat;
	 }
	
.leftbot  {
	padding: 0;
	margin: 0;
	width: 210px; 
	height: 14px; 
	background-image:url(images/leftcolbot.png); 
	background-repeat:no-repeat;
	margin-bottom: 12px;
	 }

		
#submenu {
	min-height: 50px;
	margin-top: 0;
	background-image:url(images/leftcolbg.png);
	background-repeat:repeat-y;
	padding-right: 50px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 20px;
	}

#submenu h1 {
	font-size: 15px;
	text-transform:uppercase;
	padding-left: 10px;
	color: #23b3cb;
	}


	
#submenu UL {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	  
#submenu UL a {
		font-size: 12px;
		color: #717070;
		}
		
#submenu UL a:hover {
	color: #A1A0A0;
	}

#submenu UL.level1 LI  {
	border: 1px #23b3cb solid;
	border-style: none none solid none;

	}
#submenu UL LI a {
	text-transform: uppercase;
	}
#submenu UL.level1 LI.act {
	border: none;
	}

	

#submenu UL.level1 {
	padding-left: 10px;
	}


#submenu UL.level2 {
	padding-left: 20px;
	border: 1px #23b3cb solid;
	border-style: solid none none none;

	}
	
#submenu UL.level2 LI {
	border: 1px #bde8ef solid;
	border-style: none none solid none;
	}
	
#submenu UL.level2 LI.act {
	border: 1px #bde8ef solid;
	border-style: none none solid none;
	}

#submenu UL.level2 LI.act a {
	color: #23b3cb;
	}

#submenu UL LI {
	line-height: 30px;
	display: block;
	}
	
#submenu UL LI a {
	text-decoration: none;
	}




#leftcontent {
	min-height: 300px;
	background-image:url(images/leftcolbg.png);
	background-repeat:repeat-y;
	padding-left: 15px;
	padding-top: 10px;

		}


#content {
	width: 600px;
	padding: 25px;
	padding-right: 35px;
	padding-top: 10px;
	background-image:url(images/contentbg.png);
	background-repeat:repeat-y;
	min-height: 630px;
	float: right;
	}
#content p {
	line-height: 15px;
	}
#content a {
	color: inherit;
	}
	
.contenttop {
	width: 660px;
	height: 13px;
	background-image:url(images/contenttop.png);
	background-repeat:no-repeat;
	float: right;
	}

.contentbot {
	width: 660px;
	height: 14px;
	background-image:url(images/contentbotbg.png);
	background-repeat:no-repeat;
	float: right;
	}
	
#footer {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 880px;
	height: 210px;
	background-image:url(images/footerbg.png);
	background-repeat:no-repeat;
	color: #fff;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}
	
	
	
#footer h2 {
	padding-top: 15px;
	height: 35px;
	color: #f18e00;
	font-size: 12px;
	}

.footerleft {
	width: 350px;
	padding-left: 30px;
	float: left;
	}

.footerright {
	width: 468px;
	float: right;
	padding-right: 20px;
	}
.footerright p {
	padding-right: 40px;
	}
#footer LI {
	list-style: none;
	padding-left: 25px;
	background-image:url(images/lifootbg.png);
	background-repeat:no-repeat;
	}
#footer LI a {
	text-decoration: none;
	color: inherit;
	}

#footer {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 880px;
	height: 210px;
	background-image:url(images/footerbg.png);
	background-repeat:no-repeat;
	color: #fff;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}
	

.oran {
	color: #f18e00;
	}	

div.listblock {
	clear: both;
	width: 100%;
	height: 103px;
	border: 1px #aaaaaa solid;
	border-style: solid solid solid solid;
	}

.listimg {
	width: 100px;
	height: 100px;
	float: left;
	}
.listimg IMG {
	vertical-align:middle;
	margin-top: auto;
	margin-bottom: auto;
	border: none;
	}

.listtext {
	padding: 15px;
	}
	
#content .listbrand {
	width: 120px;
	padding-top: 35px;
	font-size: 14px;
	text-align: center;
	height: 70px;
	float: left;
	}
.listdescr{
	clear: both;
	display: block;
	}
	
.listtext {
	width: 340px;
	height: 100px;
	float: left;
	}
#filetbox {
	height: auto;
	width: auto;
	clear: both;
	padding-bottom: 20px;
	}
.clearer {
	clear: both;
	}
#filterbox h3 {
	border: 1px solid #AAAAAA;
	border-style: none none solid none;
	}
#filterbox .sendbutton {
clear: both;
	margin-top: 10px;	
	height: 20px;
	padding-top: 5px;
	/*margin-right: 20px;*/
	float: right;
	}
#content LI.odd {
	clear: both;
	}
	
#filterbox .categories {
	width: 186px;
	height: 80px;
	float: left;
	/**border: 1px solid;*/
	background: #EEEEEE;
	margin-right: 10px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#filterbox .paperformat {
	/*border: 1px solid;*/
	padding: 3px;
	width: 163px;
	height: 80px;
	float: left;
	background: #EEEEEE;
	padding-left: 10px;
	padding-right: 10px;

	}


#filterbox .radioboxes {
	/*border: 1px solid;*/
	margin-left: 10px;
	padding: 3px;
	width: 170px;
	height: 160px;
	float: right;
	background: #EEEEEE;
	padding-left: 10px;
	padding-right: 10px;

		}
#filterbox .pagesperminute {
	margin-top: 10px;
	/*margin-bottom: 13px;*/
	float: left;
	/*border: 1px solid;*/
	padding: 3px;
	width: 378px;
	background: #EEEEEE;
	padding-left: 10px;
	padding-right: 10px;

	}
#filterbox .janee {
	float: right;
	}

#filterbox .title {
	clear: both;
	padding-top: 5px;
	float: left;
	}
	
.primg {
	width: 130px;
	}
.pritem {
	float: left;
	width: 150px;
	}
	
.tx-productsmng-pi1-singleView .description  {
	width: 316px;
	float: left;
	}
.tx-productsmng-pi1-singleView .description h2 {
	width: 300px;
	}
.tx-productsmng-pi1-singleView .rightside {
	width: 250px;
	/*margin-top: -30px;*/
	float:right;
	}
	
.tx-productsmng-pi1-singleView .back {
	clear: both;
	}
.tx-productsmng-pi1-singleView .rightside IMG {
	width: 250px;
	height: auto;
	}
.tx-productsmng-pi1 .pritem .prtitle {
	text-align:center;
	}
.tx-productsmng-pi1 .pritem {
	padding-bottom: 10px;
	}
.tx-productsmng-pi1-singleView .rightside span.tipafriend {
	height: 77px;
	padding-left: 70px;
	padding-top: 25px;
	background-image: url(images/tipafbg.png);
	background-repeat: no-repeat;
	display: block;
	}
	
.tx-productsmng-pi1-singleView .rightside LI {
	list-style: none;
	height: 32px;
	background-image:url(images/listbg.png);
	background-repeat:no-repeat;
	padding-left: 25px;
	margin-left: 0;
	}
.tx-productsmng-pi1-singleView .rightside LI a {
	text-decoration: none;
	color: inherit;
	font-size: 10px;
	}
.tx-productsmng-pi1 h3 {
	width: 83%;
	float: left;
	}
.tx-productsmng-pi1 a{
	color: #777777;
	font-size: 12px;
	}
.tx-productsmng-pi1-browsebox a, #content .back a {
	color: #777777;
	font-size: 12px;
	}
.tx-productsmng-pi1-listrow a{
	color: #777777;
	font-size: 12px;
	}
.tx-productsmng-pi1-singleView a {
	color: inherit;
	font-size: 14px;
	}
	
.tx-productsmng-pi1 h2 a{
	color: #777777;
	font-size: 14px;
	}
.rightside ul {
	padding-left: 0;
	}

.tx-productsmng-pi1-listrow .listblock .listimg {
	padding: 5px;
	}
#content DIV.tx-productsmng-pi1 DIV.tx-productsmng-pi1-singleView DIV.rightside span.tipafriend a {
	color: #23b3cb;
	}
.tx-productsmng-pi1-singleView .rightside IMG.belimg {
	width: 226px;
	height: 53px;
	}
#content FIELDSET.csc-mailform {
	border: none;
	}