/* 3Dshop.cz CSS styles, (c) 2006 PeckaDesign, www.peckadesign.cz */

/* Basic */
body {font: 76% Arial, sans-serif; background: white;}

h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: 0.5em;}
h1, h2, table.product-list caption {font-size: 184%; font-weight: bold; letter-spacing: -0.05em;}
h2 {margin-top: 1.3em; font-size: 150%;}
h3, caption {font-size: 116%; font-weight: bold;}
h4, h5, h6 {font-size: 100%;}
p {margin-top: 0; line-height: 1.45em;}
ul, ol {margin-left: 0; padding-left: 25px;}

a {color: #FF008A;}
a:hover {color: #A99D6B;}
a.ext, .newsbox h3 a span span {background: url("/img/ico-exter.png") no-repeat right top; padding-right: 9px;}

/* Misc */
.br, .break, .clearfix {clear: both;}
.left {text-align: left;}
.right {text-align: right;}
.small {font-size: 92%;}
.no-border {border: none !important;}
.no-marg {margin: 0 !important;}

/* Tables */
table {background-color: #F9F9F9; color: #000; width: 100%; border: 2px solid #27292B; border-collapse: collapse; margin-bottom: 1em;}
caption {text-align: left; padding-bottom: 3px;}
table tr.evenrow {background-color: #F0F0F0;}
th, td {vertical-align: top; padding: 0.4em; border: 1px solid #DDD;}
th {background-color: #27292B; color: #FFF; text-align: left; padding-top: 0.5em; padding-bottom: 0.5em;}
table.no-border, table.no-border tr, table.no-border th, table.no-border td {background-color: transparent; padding-left: 0; border: 0; border-collapse: separate;}

/* Half columns */
.col-h-l, .col-h-r {width: 49%;}
.col-h-l {float: left;}
.col-h-r {float: right;}

/* Box */
.box, .box-l, .box-r {background: #F9F9F9; padding: 20px; margin-bottom: 1em; border: 1px solid #E4E4E4;}
.box-l, .box-r {margin: 20px; margin-top: 0; float: left;}
.box-l {margin-left: 0;}
.box-r {margin-right: 0; float: right;}

/* Images */
a img, img.no-border {border: 0;}
img.left, img.right {margin: 0 15px 15px 15px;}
img.left {margin-left: 0; float: left; clear: left;}
img.right {margin-right: 0; float: right; clear: right;}
img.plain {margin: 0; padding: 0; border: 0; display: inline;}

p.imgbox-center, p.imgbox-left, p.imgbox-right {font-weight: bold; font-size: 92%;}
p.imgbox-center img, p.imgbox-left img, p.imgbox-right img {vertical-align: middle; float: none !important; margin: 0 !important;}
p.imgbox-left {margin: 0 20px 20px 0; float: left; clear: both;}
p.imgbox-right {margin: 0 0 20px 20px; float: right; clear: both;}
p.imgbox-center {margin: 0 auto 20px auto; float: none; clear: both; text-align: center;}

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