html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #3C9FE1;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	color: #4474AE;
}

a:hover {
	color: #3996E1;
}

p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#header {
	height: 25px;
	width: 100%;
	border-bottom: 2px solid #FFF;
	background-color: #3C9FE1;
}



#topMenu {
	width: 935px;
	margin: 0 auto -15px auto;
	height: 40px;
	position: relative;
	border-bottom: 2px solid #FFF;
	background-color: #3C9FE1;
}

html > body #topMenu {
	margin: 0 auto -13px auto;
	height: 38px;
}

#topMenu .l {
	background: url(../img/tm_l.jpg) left bottom no-repeat;
	height: 100%;
	position: relative;
	bottom: -2px;
}

#topMenu .r {
	background: url(../img/tm_r.jpg) right bottom no-repeat;
	height: 100%;
	position: relative;
}

#topMenu ul {
	padding: 15px 0 0 5px;
}

html>body #topMenu ul {
	padding: 15px 0 0 8px; /* FF, Opera, etc. */
}

*:first-child+html #topMenu ul {
	padding: 15px 0 0 5px !important; /* IE7 */
}

#topMenu ul li {
	display: inline;
	list-style-type: none;
	background: url(../img/dots_sepp.jpg) right 4px no-repeat;
	padding: 0 7px 0 9px;
}

html>body #topMenu ul li {
	padding: 0 10px 0 6px; /* FF, Opera, etc. */
}

*:first-child+html #topMenu ul li {
	padding: 0 7px 0 9px !important; /* IE7 */
}

#topMenu ul li.last {
	background: none;
	padding: 0 0 0 9px;
}

html>body #topMenu ul li.last  {
	padding: 0 0 0 6px; /* FF, Opera, etc. */
}

*:first-child+html #topMenu ul li.last  {
	padding: 0 0 0 9px !important; /* IE7 */
}


#topMenu ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

#topMenu ul li a:hover {
	color: #E1F7FF;
	text-decoration: underline;
}






#page {
	padding: 20px 0 80px 0;
	background-color: #F4F4F4;
}


#topBar {
	height: 84px;
	display: block;
	width: 935px;
	margin: 0 auto;
}

#topBar #logo {
	width: 220px;
	display: block;
	float: left;
}

#topBar #logo img {
	margin: 8px 0 0 5px;
}

#topBar #special {
	width: 205px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	background: url(../img/topbar_sepp.gif) right 23px no-repeat;
	color: #666666;
}

#topBar #special p {
	margin: 20px 0 0 0;
	font-size: 13px;
}
#topBar #special .orange {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

#topBar #loginBox {
	width: 235px;
	display: block;
	float: left;
	background: url(../img/topbar_sepp.gif) 217px 23px no-repeat;
	color: #666666;
}

#topBar #loginBox table {
	margin: 18px 0 0 10px;
}

#topBar #loginBox .normalInput {
	width: 110px;
}

#topBar #loginBox .normalButton {
	width: 64px;
}

#topBar #cart {
	width: 200px;
	display: block;
	float: left;
}

#topBar #cart p {
	margin: 30px 0 0 0;
	font-size: 12px;
}

#topBar #cart p b {
	font-size: 13px;
}

#topBar #cart p .orange {
	font-size: 14px;
	font-weight: bold;
}

#topBar #lang {
	width: 75px;
	display: block;
	float: left;
}

#topBar #lang ul {
	padding: 40px 0 0 0;
}

#topBar #lang ul li {
	display: inline;
	list-style-type: none;
	color: #666666;
	padding: 0 0 0 5px;
}

#topBar #lang ul li a {
	color: #BBBBBB;
	text-decoration: none;
}

#topBar #lang ul li a:hover {
	color: #666666;
	text-decoration: underline;
}



#topBar #logo,
#topBar #special,
#topBar #loginBox,
#topBar #cart,
#topBar #lang {
	height: 84px;
}




.orange {
	color: #EE8511;
}

.cleaner {
	display: block;
	height: 1px;
	font-size: 1px;
	clear: both;
	margin-bottom: -1px;
}







#content {
	width: 935px;
	margin: 0 auto;
	clear: both;
}



/* --- Box with blue bar title thingie.. --- { --- */

.box1_lt {
	background: #FFF url(../img/box_lt.jpg) left top no-repeat;
}
.box1_rt {
	background: url(../img/box_rt.jpg) right top no-repeat;
}
.box1_rb {
	background: url(../img/box_rb.jpg) right bottom no-repeat;
}
.box1_lb {
	background: url(../img/box_lb.jpg) left bottom no-repeat;
	padding: 9px 9px 12px 9px;
	position: relative;
}

.ttl {
	display: block;
	background: url(../img/box_t.jpg) left top repeat-x;
	position: relative;
	height: 20px;
	padding: 8px 0 0 2px;
	color: #FFF;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	top: -9px;
	text-transform: uppercase;
}

.ttl a {
	color: #FFF;
	text-decoration: none;
}
.ttl a:hover {
	color: #E1F7FF;
	text-decoration: underline;
}

/* --- } --- Box with blue bar title thingie.. --- */





/* --- Just white rounded box --- { --- */

.box2_lt {
	background: #FFF url(../img/box_lt2.jpg) left top no-repeat;
}
.box2_rt {
	background: url(../img/box_rt2.jpg) right top no-repeat;
}
.box2_rb {
	background: url(../img/box_rb.jpg) right bottom no-repeat;
}
.box2_lb {
	background: url(../img/box_lb.jpg) left bottom no-repeat;
	padding: 12px 9px;
	position: relative;
}

/* --- } --- Just white rounded box --- */

.dots_h {
	display: block;
	height: 1px;
	font-size: 1px;
	background: url(../img/dots_h.gif) left repeat-x;
}

.itemRow {
	margin: 14px 0;
}

.itemBox {
	background: url(../img/dots_sepp3.gif) right center no-repeat;
}

.itemBox .normalButton {
	padding: 2px 0;
	margin-top: 8px;
	width: 136px;
	text-align: center;
}

.itemPic {
	padding: 10px 0;
	height: 100px;
}

.price {
	font-size: 14px;
	color: #FC8003;
}

.oldPrice {
	color: #999999;
}

#middle .none {
	background: none;
}

.pages {
	color: #999999;
	margin-top: 10px;
}

.pages ul li {
	display: inline;
}
.pages ul li a {
	color: #999999;
	text-decoration: none;
	padding: 2px 6px;
}
.pages ul li a:hover,
.pages ul li a.act,
.pages ul li a.act:hover {
	color: #FFF;
	background-color: #3C9FE1;
	text-decoration: none;
}

.section_ttl {
	display: block;
	background: url(../img/dots_h.gif) left bottom repeat-x;
	padding: 7px 0 8px 6px;
	font-size: 12px;
}

.section_ttl a {
	color: #333;
}

.section_ttl a:hover {
	color: #4474AE;
}

.txt p {
	margin: 0 0 12px 0;
}


.chooser,
.tbl,
.tbl2 {
	margin: 10px 0;
}


.tbl th {
	background-color: #F8F8F8;
	color: #888;
	padding: 5px 0;
}

.tbl td {
	padding: 10px 0;
	text-align: center;
	background: url(../img/dots_h.gif) left bottom repeat-x;
}

.tbl .normalButton {
	width: 75px;
	margin: 0 auto;
}





#left {
	width: 210px;
	display: block;
	float: left;
	margin-right: 5px;
}

#left ul {
	background: url(../img/dots_h.gif) left top repeat-x;
	padding-top: 1px;
}
#left ul li {
	background: url(../img/dots_h.gif) left bottom repeat-x;
	padding-bottom: 1px;
}
#left ul li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 7px 0 7px 6px;
	font-weight: bold;
	width: 185px;
}

#left ul li a.act,
#left ul li a.act:hover {
	color: #4474AE;
	text-decoration: none;
	background-color: #F8F8F8;
}

#left ul li a:hover,
#left ul li.sub a:hover {
	color: #4474AE;
	text-decoration: none;
	background-color: #FCFCFC;
}

#left ul li.sub a {
	color: #888;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 16px;
	font-weight: normal;
	width: 175px;
}

#left .box1_lb {
	margin-bottom: 5px;
}

#left .box2_lb {
	text-align: center;
}

#left .box2_lb img {
	margin-bottom: 15px;
}

#left .box2_lb img.last {
	margin: 0;
}



#right {
	width: 180px;
	display: block;
	float: right;
}


.info,
.search {
	margin: 10px 0;
	color: #666666;
}

.info b {
	font-size: 14px;
}

.search .normalInput {
	width: 155px;
}

.search .normalButton {
	margin-top: 5px;
	width: 160px;
	padding: 2px 0;
}

.news {
	margin: 10px 0;
}

.date {
	color: #666666;
	display: block;
}

#middle {
	width: 535px;
	display: block;
	float: left;
}




/* --- Form Elements --- { --- */

.normalInput {
	background-color: #FFF;
	border: 1px #E3E3E3 inset;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 2px;
}

.inActive {
	color: #CCC;
}
.active {
	color: #555;
}

.normalSelect {
	background-color: #FFF;
	border: 1px #E3E3E3 inset;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 2px;
}

.normalButton {
	background-color: #ECECEC;
	border: 1px #E9E9E9 outset;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #727272;
	display: block;
}



/* --- } --- Form Elements --- */

#footer {
	height: 55px;
	width: 100%;
	border-top: 2px solid #FFF;
	background-color: #3C9FE1;
	position: relative;
	z-index: 1;
	margin-top: -57px;
}

#footer .copy {
	color: #98CCEF;
}

#footer .copy a {
	color: #98CCEF;
	text-decoration: underline;
}

#footer .copy a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footMenu {
	width: 935px;
	margin: -15px auto 0 auto;
	height: 40px;
	position: relative;
	border-top: 2px solid #FFF;
	background-color: #3C9FE1;
}

#footMenu .l {
	background: url(../img/bm_l.jpg) left top no-repeat;
	height: 100%;
	position: relative;
	top: -2px;
}

#footMenu .r {
	background: url(../img/bm_r.jpg) right top no-repeat;
	height: 100%;
	position: relative;
}

#footMenu ul {
	padding: 8px 0 0 5px;
}

#footMenu ul li {
	display: inline;
	list-style-type: none;
	background: url(../img/dots_sepp.jpg) right 4px no-repeat;
	padding: 0 16px 0 18px;
}

*|html #footMenu ul li {
	padding: 0 20px 0 14px; /* FF, Opera, Konqueror, Safari */
}

#footMenu ul li.last {
	background: none;
	padding: 0 0 0 18px;
}

#footMenu ul li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F0F2F5;
}

#footMenu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
