@charset "UTF-8";
@import url("./allmedia.css");

/* mainstyles ---*/
body {
	margin: 0;
	padding: 0;
	font: 0.8em sans-serif;
	color: #555;
	background: white url('../../img/design/bg_body.gif') repeat-x top;
}

* html body {
	text-align: center;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 122px 0 0;
	width: 996px;
}

* html #container {
	text-align: left;
}

#rightbar {
	float: right;
	width: 342px;
	overflow: hidden;
}	

#body {
	width: 654px;
	background: white url('../../img/design/bg_content.gif') no-repeat top left;
}

* html #body {
	width: 651px;
}

/* general ---*/
a {
	color: black;
}

a:hover {
	text-decoration: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}	

/* header ---*/
h1, h1 a, h1 a span {
	display: block;
	position: absolute;
	font-size: 10pt;
	margin: 0;
	width: 234px;
	height: 93px;
	top: 57px;
	right: 36px;
	cursor: pointer;
}

h1 a, h1 a span {
	top: 0;
	right: 0;
	text-decoration: none;
}

h1 a span {
	background: url('../../img/design/logo_bubenik.gif') no-repeat top left;
}

#topmenu {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 57px;
	left: 0;
	height: 47px;
}

#topmenu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 47px;
}

#item1 {
	width: 84px;
}

#item2 {
	width: 78px;
}

#item3 {
	width: 98px;
}

#item4 {
	width: 78px;
}

#topmenu li a {
	display: block;
	height: 47px;
	margin: 0 2px 0 0;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#item1 a {
	background-image: url('../../img/design/bg_shopmenuitem1.gif');
}

#item2 a {
	background-image: url('../../img/design/bg_shopmenuitem2.gif');
}

#item3 a {
	background-image: url('../../img/design/bg_shopmenuitem3.gif');
}

#item4 a {
	background-image: url('../../img/design/bg_shopmenuitem4.gif');
}

#topmenu li a:hover, #topmenu .on a {
	background-position: left top;
}

#topmenu li a span {
	display: none;
}

/* rightbar ---*/
#loginbox {
	margin: 50px 38px 25px 71px;
	padding: 15px;
	background: url('../../img/design/bg_loginbox.gif') no-repeat top left;
}

#loginbox h3, #cart h3 {
	margin: 0;
	font-size: 120%;
	font-weigth: bold;
	color: #D6D6D6;
}

#loginbox form, #searchbox form {
	margin: 0;
	padding: 0;
}

#loginbox label, #searchbox label {
	display: none;
}	

#loginbox .txtinput {
	font-size: 100%;
	margin: 3px 0;
	padding: 2px 0;
	width: 199px;
	color: #8E8E8E;
	background: #D6D6D6;
	border: 1px solid #A1A1A1;
}

#loginbox .subinput {
	border: none;
	color: white;
	text-align: center;
	width: 70px;
	background: url('../../img/design/bg_loginbtn.gif') no-repeat top left;
}

#loginbox p strong {
	color: #fff583;
}

#customerbox {
	margin: 15px 0;
	width: 250px;
	background: white;
	border: 1px solid #d2d2d2;
}

#goodsbox #customerbox h3 {
	margin: 0;
	padding: 10px;
	font-size: 110%;
}

#customerbox address {
	margin: 0;
	padding: 0 10px 10px;
}

#customerbox h3:first-letter {
	font-style: italic;
	text-transform: uppercase;
}

#reglink {
	float: right;
	display: block;
	width: 120px;
	text-align: right;
	color: white;
}

#reglink:hover {
	text-decoration: none;
}

#loginbox .error {
	margin: 15px 0 0;
	text-align: center;
	font-weight: bold;
	color: yellow;
}

#cart, #searchbox {
	margin: 25px 38px 25px 71px;
	padding: 15px;
	text-align: center;
	background: url('../../img/design/bg_cartbox.gif') no-repeat top left;
}	

#cart h3:first-letter {
	text-transform: uppercase;
}	

#cart h3 a {
	color: white;
}

#cart h3 a:hover {
	text-decoration: none;
}

#cart p {
	font-size: 120%;
	color: #D6D6D6;
}

#cart p span {
	font-weigth: bold;
	color: white;
}

#searchbox {
	margin-top: 40px;
	padding: 13px 15px;
	background: url('../../img/design/bg_searchbox.gif') no-repeat top left;
}

#searchbox * {
	vertical-align: middle;
}

#searchbox .txtinput {
	font-size: 100%;
	margin: 3px 0;
	padding: 2px 0;
	width: 138px;
	background: #F0F0F0;
	border: 1px solid #A1A1A1;
}

#searchbox .subinput {
	border: none;
	color: white;
	width: 49px;
	text-align: center;
	background: url('../../img/design/bg_searchbtn.gif') no-repeat top left;
}

#catmenu {
	margin: 25px 38px 25px 71px;
	padding: 0;
	list-style-type: none;
}	

#catmenu li {
	display: block;
	margin: 1px 0;
	padding: 5px 15px 5px 25px;
	background: #DEDEDE url('../../img/design/bg_menua.gif') no-repeat 10px 10px;
}

#catmenu li a {
	color: #234570;
	text-decoration: none;
}

#catmenu li a:hover {
	color: black;
}

#catmenu li ul {
	padding: 5px 0 0;
	margin: 0;
}	

#catmenu li li {
	padding: 3px 10px;
	border-top: 1px solid white;
	background: #e5e5e5;
}	

.advert {
	margin: 15px 38px 15px 71px;
	text-align: center;
}	

/* Body ---*/
#goodsbox {
	padding: 25px;
}

* html #goodsbox {
	padding: 25px 23px;
}

#body h2 {
	margin: 0 0 25px;
	font-size: 140%;
	color: #A42927;
}

#body h2:first-letter {
	text-transform: uppercase;
}

#goodsbox h3, #goodsbox h4, #goodsbox h5, #goodsbox h6 {
	margin: 10px 0 5px;
}

#goodsbox h3 {
	font-size: 120%;
}

#goodsbox h4 {
	font-size: 110%;
}	

#goodsbox h5 {
	font-size: 100%;
}	

#goodsbox h6 {
	font-size: 100%;
	font-style: italic;
}	

.catbarbul {
	background: url('../../img/design/catbarbul.gif') no-repeat center center;
}	

#subcategory {
	margin: 25px 0;
	padding: 0;
}	

#subcategory li {
	list-style-type: none;
	margin-right: 10px;
	display: inline;
}

#subcategory a {
	color: #234570;
}

#subcategory a:hover {
	color: black;
}	

.goodsitem, .goodsitem3 {
	float: left;
	width: 210px;
	height: 210px;
}

.goodsitem3 {
	width: 184px;
}

.goodsitem .margin, .goodsitem3 .margin {
	position: relative;
	width: 184px;
	height: 184px;
	padding: 0;
	text-align: center;
	background: url('../../img/design/bg_goodsitem.gif') no-repeat top left;
}

#goodsbox .goodsitem h4, #goodsbox .goodsitem3 h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 10px;
}

.goodsitem h4 a, .goodsitem3 h4 a {
	text-decoration: none;
	color: white;
}

.goodsitem h4 a:hover, .goodsitem3 h4 a:hover {
	text-decoration: underline;
}

.goodsitem .imgmargin, .goodsitem3 .imgmargin {
	position: absolute;
	top: 60px;
	left: 0;
	width: 184px;
}

.imgmargin a img {
	border: none;
}

.goodsitem .pricebox, .goodsitem3 .pricebox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 184px;
	height: 56px;
	background: url('../../img/design/bg_pricebox.png') no-repeat top left;
}

.pricebox p {
	margin: 0;
	padding: 5px;
}

.pricebox p span {
	font-size: 110%;
	font-weight: bold;
	color: #A42927;
}

.pricebox .detail, .pricebox .buy {
	position: absolute;
	top: 26px;
	left: 25px;
	width: 77px;
	height: 16px;
	text-align: center;
	font-size: 90%;
	background: url('../../img/design/bg_detail.gif') no-repeat top left;
}

.pricebox .buy {
	left: 112px;
	width: 47px;
	background: url('../../img/design/bg_buy.gif') no-repeat top left;
}

.pricebox .detail a, .pricebox .buy a {
	color: white;
	text-decoration: none;
}

.pricebox .detail a:hover, .pricebox .buy a:hover {
	color: yellow;
}

.goodsitem .action, .goodsitem3 .action {
	position: absolute;
	margin: 0;
	top: 43px;
	left: 132px;
	width: 46px;
	height: 27px;
	background: url('../../img/design/bg_action.gif') no-repeat top left;
}

.goodsitem .new, .goodsitem3 .new {
	position: absolute;
	margin: 0;
	top: 107px;
	left: 5px;
	width: 64px;
	height: 27px;
	background: url('../../img/design/bg_new.gif') no-repeat top left;
	z-index: 1;
}

.goodsitem .action span, .goodsitem3 .action span, .goodsitem .new span, .goodsitem3 .new span {
	display: none;
}

#goodsdetail {
	position: relative;
	background: url('../../img/design/bg_goodsdetail.gif') no-repeat top left;
}

#goodsdetail h3 {
	font-size: 110%;
	font-weight: bold;
	color: white;
	padding: 18px 20px;
	margin: 0 0 25px;
}	

#goodsdetail .imgmargin {
	width: 250px;
	float: right;
	text-align: right;
}

#goodsdetail .action, #goodsdetail .new {
	position: absolute;
	width: 117px;
	height: 49px;
	right: 15px;
	top: 295px;
	background: url('../../img/design/gdaction.gif') no-repeat top left;
}

#goodsdetail .new {
	top: 60px;
	background-image: url('../../img/design/gdnew.gif');
}	
	
#goodsdetail .action span, #goodsdetail .new span {
	visibility: hidden;
}

.goodsatr {
	height: 265px;
	padding: 0 20px;
}

.goodsatr span {
	font-weight: bold;
	color: #234570;
}

.goodsatr strong {
	font-size: 110%;
}

.goodsatr strong span {
	font-size: 130%;
	color: #A42927;
}

.goodsatr .storyes, .goodsatr .storno, .carttable .storyes, .carttable .storno {
	padding: 0 8px;
	background: url('../../img/design/yes.gif') no-repeat top left;
}

.goodsatr .storno, .carttable .storno {
	background-image: url('../../img/design/no.gif');
}

.goodsatr .phe {
	position: relative;
	top: -5px;
	font-style: italic;
	font-size: 80%;
	color: #555;
}

.buybtn {
	display: block;
	width: 67px;
	height: 28px;
	color: white;
	text-decoration: none;
	background: url('../../img/design/bg_buybtn.gif') no-repeat top left;
}

.buybtn:hover {
	background-position: bottom left;
}

.goodsdescr {
	padding: 20px;
	border-top: 1px solid #d1d1d1;
	background: url('../../img/design/bg_goodsdescr.gif') no-repeat bottom left;	
}

.goodsdescr h4 {
	font-size: 110%;
	margin: 0 0 15px;
	color: #234570;
}

.back2list {
	margin: 15px 0;
}

.back2list a {
	padding: 0 15px 0 0;
	background: url('../../img/design/bg_menua.gif') no-repeat right center;
}	

.carttable, .ordertable {
	width: 604px;
	font-size: 100%;
	background: #d1d1d1;
	border-collapse: separate;
	margin: 0 0 15px;
}

* html .carttable, * html .ordertable {
	width: 602px;
}

.carttable th, .ordertable th {
	padding: 3px 5px;
	text-align: center;
	font-weight: bold;
	color: white;
	text-transform: lowercase;
	background: #3c5e89 url('../../img/design/bg_th.gif') repeat-x top;
}

.carttable .colstor {
	width: 55px;
}

.carttable .colprice, .carttable .coltotal, .ordertable .colprice, .ordertable .coltotal {
	width: 90px;
}	

.carttable .colcnt, .ordertable .colcnt {
	width: 70px;
}

.carttable td, .carttable .storyes, .carttable .storno, .ordertable td {
	padding: 3px 5px;
	background-color: white;
	background-position: center center;
}

.carttable .storyes span, .carttable .storno span {
	visibility: hidden;
}

.carttable .txtinput {
	width: 30px;
	text-align: right;
	background: #e1e1e1;
	border: 1px solid #d1d1d1;
}

.carttable td form {
	margin: 0;
	padding: 0;
}	

.carttable td form * {
	vertical-align: middle;
}

#cartsummarybox {
	margin: 15px 0 25px 348px;
	padding: 7px 10px;
	color: white;
	text-align: right;
	background: url('../../img/design/bg_carttotal.gif') no-repeat top left;
}

#cartsummarybox span {
	float: left;
	text-align: left;
	width: 130px;
}

#cartsummarybox div {
	font-weight: bold;
	font-size: 120%;
}	

#cartbuttons {
	position: relative;
	height: 78px;
}

#clearcartbtn, #orderbtn {
	display: block;
	position: absolute;
	text-decoration: none;
	width: 108px;
	height: 28px;
	top: 25px;
	left: 164px;
	background: url('../../img/design/clearcartbtn.gif') no-repeat top left;
}

#orderbtn {
	width: 76px;
	left: 348px;
	background-image: url('../../img/design/orderbtn.gif');
}	

#clearcartbtn:hover, #orderbtn:hover {
	background-position: bottom left;
}

#clearcartbtn span, #orderbtn span {
	visibility: hidden;
}

.publicform {
	margin: 0;
	padding: 0;
	background: url('../../img/design/bg_publicformtop.gif') no-repeat top left;
}

.publicform fieldset {
	padding: 15px;
	background: url('../../img/design/bg_publicformbottom.gif') no-repeat bottom left;
}

.publicform .txtinput {
	text-align: left;
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
}

.loginmargin {
	margin: 10px 0;
	width: 405px;
	text-align: right;
}

.loginmargin .txtinput {
	width: 150px;
}

.publicform label, .orderform label {
	font-weight: bold;
	display: block;
	margin: 10px 0 0;
}

.publicform .required, .orderform .required {
	color: #a42927;
}

.publicform .noblock, .orderform .noblock {
	display: inline;
}

.publicform .captchabox {
	margin: 10px 0;
}

.orderform textarea {
	font: 100% sans-serif;
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
}

.orderform .textbuttons {
	margin: 10px 0 0;
}

.error {
	font-weight: bold;
	color: red;
}

/* Footer ---*/
#footer {
	margin: 25px 0 0;
	border-top: 1px dotted #acacac;
	clear: both;
	padding: 10px 0 30px;
}

#bottommenu {
	float: right;
	width: 70%;
	margin: 0;
	padding: 0;
	text-align: right;
}

#bottommenu li {
	display: inline;
	border-right: 1px solid #bfbfbf;
	padding: 0 10px;
}

#bottommenu .last {
	padding-right: 0;
	border: none;
}

#bottommenu li a {
	color: #244671;
}

#bottommenu li a:hover {
	color: black;
}

#copyrightbox {
	margin: 0;
	font-size: 80%;
	color: #bfbfbf;
}

#copyrightbox a {
	color: #bfbfbf;
}

#copyrightbox a:hover {
	color: #244671;
}

.orderform {
	margin: 0;
	padding: 15px;
	background: white;
	border: 1px solid #d2d2d2;
}

/* Others ---*/
.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textblock {
	text-align: justify;
}

.centerimg {
	display: block;
	text-align: center;
	margin: 5px auto;
}

.rightimg {
	float: right;
	margin: 0 0 5px 10px;
}

.leftimg {
	float: left;
	margin: 0 10px 5px 0;
}
