html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, hr, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	outline: 0;	
}

a img{
	border:0;
}

body {
	font-family: Arial, sans-serif;
	margin-left: 15px;
}

#body_wrap{
	width:995px;
}

#left-column {
	width: 195px;
	float:left;
	margin-top: 15px;
}

#top-container {
	width:800px;
	float:left;
}

#middle-container {
	width:800px;
	float:left;
	margin-bottom: 15px;
}

#info-box {
	width:180px;
	background: white url(/design-images/box-background.gif) repeat-x;
	margin-bottom: 15px;
}

#info-box .top-border {
	background-image:url(/design-images/info-box-border-1.gif);
	height:4px;
	width:180px;
}

#info-box .bottom-border {
	background-image:url(/design-images/info-box-border-2.gif);
	height:4px;
	width:180px;
}

#info-box .content {	
	border: solid #999999;
	border-width: 0 1px 0 1px;
	background: url(/design-images/headPhones.gif) no-repeat 120px bottom;

}

#info-box .phone {
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	color: #0042ff;
	padding-bottom: 6px;
}

#info-box p {
	font-size: 12px;
	padding-top: 6px;
	padding-left: 6px;
}

#info-box a {
	color: #0042ff;
	font-weight: bold;
}

#search-box {	
	width:180px;	
	margin-bottom: 15px;

}

#search-box input.text {
	border:1px solid silver;
	width:112px;
	font-family: Arial, sans-serif;
}


#search-box fieldset {
	border: 0;
}

#search-box fieldset.text {
	background: url(/design-images/magnif.gif) no-repeat;
	padding-left: 60px;
	height: 34px;	
}

#search-box fieldset.button {
	padding-left: 130px;
}



input.button {
	background-image: url(/design-images/cart-button.gif);
	height: 23px;
	border: none;
	width: 77px;
	font-size: 12px;	
	padding-bottom: 6px;
	padding-top: 1px;
	padding-left: 21px;
	_padding-left: 16px;
	line-height: 22px;


}

input.searchButton {
	width:49px; height:25px;
	background-image: url(/design-images/search_button_bg.jpg);
	background-color:#FFF;
	border:none;
	padding:0px 0px 3px 0px;
}

#vertical-navigation .sorting {
	background-image: url(/design-images/sorting1.gif);
	height: 23px;
	line-height:23px;
}

#vertical-navigation .sortingM{
	background-image: url(/design-images/sorting2.gif);
	height: 23px;
	line-height:23px;
}

#vertical-navigation .sorting a, #vertical-navigation .sortingM a {
	font-size: 10px;
	margin-left: 12px;
	margin-right: 5px;
	color:black;
	text-decoration: none;
}

#vertical-navigation {
	width:180px;
	background: url(/design-images/vertical-menu-background.gif) repeat-y;
	font-size:12px;
}

#vertical-navigation ul li.last {
	background:none;
	padding-bottom:20px;
}

#vertical-navigation ul.first-level {
	background: url(/design-images/vertical-menu-border-1.gif) no-repeat left bottom;
	width:180px;
}

#vertical-navigation ul {
	list-style-type:none;
}

#vertical-navigation li {	
	background: url(/design-images/separator1.gif) no-repeat 13px bottom;
	padding-bottom:12px;
	padding-top:2px;
	padding-left:15px;

}

#vertical-navigation ul a {
	text-decoration:none;
	color:black;
}

#vertical-navigation .sublevel {
	background:none;
	padding: 2px 0px 0px 0px;	
}

#vertical-navigation .sublevel div {
	background: url(/design-images/submenu-border.gif) no-repeat bottom;
	height:30px;
	padding-left:15px;
}

#vertical-navigation .sublevel li {
	background:none;
}

#vertical-navigation li.after-sublevel {
	border-top: 1px solid #e9e9e9;
}

#vertical-navigation ul.second-level {
	background: url(/design-images/submenu-background-1.gif) repeat-y;
	padding: 0 0 12px 10px;

}

#vertical-navigation .sublevel li {
	background: url(/design-images/list-bullet-1.gif) no-repeat left 7px;
	margin-left:5px;
	padding-top:5px;
	font-size:10px;
	padding-bottom: 0;
}

#vertical-navigation .sublevel li.nobullet {
	background:none;
}

#vertical-navigation .sublevel ul a {
	margin-left: 0px;
}

#vertical-navigation .sublevel li li {
	background: url(/design-images/list-bullet-2.gif) no-repeat left 7px;
	margin-left:5px;
	font-size:10px;
}

#horizontal-navigation {
	width:796px;
	height: 34px;
	background: url(/design-images/horizontal-menu-background.gif);

}

ul#navlist {
	list-style-type:none;
	float:left;
	width:783px;
	
}

ul#navlist li {
	display:inline;
	float:left;	
}

ul#navlist a {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:25px;
	background: url(/design-images/horizontal-menu-separator.gif) no-repeat right;
	padding-left: 14px;
	padding-right: 14px;
	height: 27px;
	display: inline-block;	
	color:black;
	text-decoration: none;
}

ul#navlist a.last {
	background:none;
	padding-left:18px;
}

ul#navlist a:hover {
	text-decoration:underline;
	color:blue;
}

#horizontal-navigation #border1 {
	background-image: url(/design-images/hm-border-1.gif);
	width:5px;
}

#horizontal-navigation #border2 {
	background-image: url(/design-images/hm-border-2.gif);
	width:8px;
}

#horizontal-navigation #border1, #horizontal-navigation #border2 {
	height:34px;
	float:left;
}

#banner {
	width:801px;
	height:175px;
	background: url(/design-images/baner-2.jpg);
}

#cart-info {
/*	position:relative;
	left: 636px;*/
	float:right;
	padding-right:9px;
	width:156px;
	height:172px;
	background: url(/design-images/cart-background.gif) no-repeat;
}

#cart-info strong {
	display: block;	
	padding-top: 10px;
	text-align: center;
	color:white;
	font-size: 14px;
}

#cart-info p{
	font-size: 14px;
	margin-bottom: 5px;
	padding-right: 21px;
	padding-left: 14px;
	margin-top: 12px;
}

#cart-info ul {
	list-style-type:none;	
}

#cart-info ul li {
	background: url(/design-images/index_39.gif) no-repeat 5px 3px;
	font-size: 9px;	
	padding-bottom: 4px;
	margin-left: -4px;
	padding-left: 15px;
}

#cart-info ul a {
	color: blue;
}

#cart-info .number {
	color: blue;
	font-weight: bold;
}

#main-column {	
	width:541px;
	margin-right: 14px;
	float:left;
	font-size:12px;
}

#main-column h1 {
	font-size:32px;
	color:#273478;
	padding-top: 15px;
	clear:both;
	padding-bottom: 15px;
}

#main-column div h1 {
	float: left;
}

#right-column {
	float:left;
	width:239px;
}

.right-box {
	background: white url(/design-images/box-background.gif) repeat-x;
	margin-top: 22px;
}

.right-box .top-border {
	background-image:url(/design-images/right-box-border-1.gif);
	height:4px;
	width:239px;
}

.right-box .bottom-border {
	background-image:url(/design-images/right-box-border-2.gif);
	height:4px;
	width:239px;
}

.right-box .content {
	border: solid #cacaca;
	border-width: 0 1px 0 1px;
}

.right-box .heading {
	background-image: url(/design-images/right-box-heading.gif);
	height:42px;
	width:235px;
	margin-top: -2px;
	margin-left: 1px;
}

.right-box .headingL {
	background-image: url(/design-images/logged-heading.jpg);
	height:42px;
	width:235px;
	margin-top: -2px;
	margin-left: 1px;
}

.right-box ul {
	padding-top: 8px!important;
}

ul.common {
	margin: 0 0 0 10px;
	list-style-type:none;
	width:220px;
}

ul.common li {
	background: url(/design-images/index_39.gif) no-repeat 5px 4px;
	font-size: 12px;
	line-height:14px;
	font-weight:bold;
	padding-left: 20px;
	padding-bottom: 15px;
}

ul.common li a{
	/*border:1px solid red;*/
}

.short-product-info {
	width:260px;
	_width:270px;
	border-top: 1px solid #e7e7e7;
	padding-bottom: 4px;
	float:left;
	background: white url(/design-images/short-product-background.gif) repeat-x bottom;
	padding-left: 5px;
	padding-right: 5px;	
}

.short-product-info.left {
	border-right: 1px solid #e7e7e7;
}

.short-product-info.first {
	clear:both;
}

.short-product-info h4 {	
	font-size:14px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 220px;
	height: 45px;

}

.short-product-info h4 a {
	color:#0042ff;
	text-decoration: none;
}

.short-product-info .subinfo {
	font-weight:bold;
	font-size:12px;
	margin-bottom: 4px;
	padding-left: 110px;
}

.short-product-info img {
	float:left;
	margin-right:3px;
}

.short-product-info .detail {
	margin-bottom: 14px;
}

.short-product-info p.description {
	font-size:12px;
	float:left;
	padding: 0 0 0 8px;
	width:140px;
	text-align:left;
	background: url(/design-images/short-product-separator.gif) repeat-y;
	height: 160px;
}

div.price {
	color: red;
	font-size:14px;
	float:left;
	height: 25px;
	padding-top:25px;
	line-height:25px;
	text-align:center;
}

span.price{
	color:red;
	font-size:14px;
	font-weight:bold;
}

span.old_price{
	color:silver;
	font-size:11px;
	text-decoration:line-through;
}

span.price_wout{
	font-size:11px;
}

div.price_double {
	color: red;
	font-size:14px;
	float:left;
	height: 50px;
	line-height:25px;
	text-align:center;
}

div.price_double span{
	color:silver;
	text-decoration:line-through;
}

.short-product-info div.price, .short-product-info div.price_double {
	width: 105px;
	margin-right: 15px;
}

.short-product-info input {
	float:left;
}

input.text {
	width: 20px;
	margin-right: 15px;
}

fieldset {
	border: none;
}


.clearer {
	font-size:0;
	height:1px;
	clear:both;
}

.shortest-product {
	padding-top: 10px;
	padding-bottom: 10px;
	width:230px;
	border-bottom: 1px solid silver;
	margin-left: 3px;
}

.shortest-product img {
	float:left;
}

.shortest-product h4 {
	font-size:14px;
	width:140px;
	float:left;
	margin-bottom: 5px;
}

.shortest-product h4 a {
	color: blue;
	text-decoration: none;
}

.shortest-product.last {
	border:none;
}

.shortest-product input {
	float:left;	
}

.shortest-product form {
	clear: both;
	padding-top:3px;
}

.shortest-product form .text {
	width: 25px;
	margin-right: 15px;
}

.shortest-product fieldset {
	border: none;
	width: 220px;
	padding-left: 83px;

}

#bottom {
	background: url(/design-images/bottom-background.gif) repeat-x;
	width:980px;
	height:40px;
	clear:both;
	margin-left: 10px;	
}

#bottom ul {
	list-style:none;
	padding: 5px 0 10px;
	font-size: 12px;
}

#bottom ul#links{
	width:600px;
	float:left;
	font-size:10px;
}

#bottom ul#footer{
	width:250px;
	float:right;
}

#bottom ul li {
	display: inline;
	padding-left: 10px;
}

#bottom ul li a {
	color: blue;
	text-decoration: none;
}

#bottom ul li a:hover {
	text-decoration: underline;
}

#bottom ul#footer li {
	display:block;
}


#footer {
	text-align:right;
}

#breadcrumb {
	height:25px;
	padding-top: 10px;
}

#breadcrumb a {
	font-size: 12px;
	font-weight: bold;
	height:20px;
	display: block;
	text-decoration: none;
	float: left;
	color: #0033ff;
}

#breadcrumb div {
	float: left;
}

.arrow {
	width: 10px;
	height: 10px;
	background: url(/design-images/breadcrumb-separator-2.jpg) no-repeat center center;
	padding: 8px 3px 0px 3px;
}

form.ordering {
	font-size: 12px;
	background-image: url(/design-images/separator-2.gif);
	height:73px;
	background-position: right;
	background-repeat: repeat-y;
	width:100px;
	line-height: 20px;
	margin-left: 10px;
	float: left;	
}

form.ordering a{
	text-decoration:none;
}

strong.form-sorting-label {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

ul.categories {
	float: left;
	/*padding-left: 10px;*/
	width:202px;
}

ul.categories li {
	padding-bottom: 10px!important;
}

ul.categories a {
	color: navy;
	text-decoration: none;
}

a.viewing {
	display: block;
	background: url(/design-images/notepad-simple.gif) no-repeat 15px 15px;
	height: 50px;
	width: 140px;
	_width: 205px;
	padding-left: 65px;
	padding-top: 15px;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	float: right;
	margin-top:7px;
	_padding-bottom: 20px;	
}

a.viewing.images-advanced {
	background: url(/design-images/images-advanced-list.gif) no-repeat 15px 15px;
}

.product-list {
	width: 541px;
	border-top: 1px solid #efefef;
}

.product-list th {
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

.product-list th.name {
	width:215px;
}

.product-list th.price {
	width:110px;
}

.product-list tr {
	background: url(/design-images/product-list-background.gif) repeat-x;
}

.product-list tr.heading {
	background:none;
}

.product-list tr td {
	padding: 10px 5px;
	font-size: 12px;	
}

.product-list form input {
	float: left;
}

.product-list form input.text {
	margin-right: 3px;
}

.product-list div.price, .product-list div.price_double {
	float: none;
	text-align: left;
}

.product-list tr a {
	font-size: 14px;
	width:215px;	
	color:#0042ff;
	text-decoration: none;
	font-weight: bold;
}

h3.detail {
	font-size: 24px;
	color: #003399;
	padding-top: 10px;
	padding-bottom: 10px;
}

form.detail input {
	display: block;
	margin-right: 0;
}

form.detail input.text {
	display: block;
	margin-left: 51px;

}

form.detail {
	margin-top: 25px;
}

form.detail fieldset {
	float: left;
}

form.detail table {
	width: 300px;	
}

form.detail option {
	width: 150px;
}

div.detail1 .right-part {
	width: 380px;
	float: left;
	padding-left:10px;
}

div.detail1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

div form, div table {
	font-size: 12px;
}

div#imgbrowserwrap{
	width:540px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding:5px 0px;
}

table#imgbrowser {
	height: 112px;
	margin:auto;
}

table#imgbrowser td{
	background:url(/design-images/product_image_bg.jpg);
	text-align:center;
	margin-right:10px;
	width:112px;
	height:131px;
}

table#imgbrowser td.spacer{
	width:7px;
	background:none;
}

table#imgbrowser td.no_image{
	background:none;
}

form.full-width table {
	width: 458px;
}

table.product-info {
	margin-top: 15px;
	width: 300px;
}

table.product-info td{
	padding:3px;
}

.detail-menu {
	height: 19px;
	border-left: 1px solid #dcdcdc;
	float: right;
	clear:both;
}

.detail-menu a {
	background-image: url(/design-images/detail-tab.gif);
	height: 19px;
	display: block;
	float: left;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 19px;
	font-size: 11px;
	color: black;
	text-decoration: none;

}

.detail-menu a.active {
	background-image: url(/design-images/detail-tab-active.gif);
	color:#0042FF;
	font-weight:bold;
}

.detail-menu a:hover {
	background-image: url(/design-images/detail-tab-active.gif);
	color:#0042FF;
}

.hr {
	clear: right;
	height: 1px;
	border-top: 1px solid #dcdcdc;
	font-size: 0;
}


table.subproducts th, table.subproducts td{
	text-align:left;
	padding:5px;
}

table.subproducts td input.quantity{
	display:inline;
}

table.product_image_holder{
	font-size:0px;
	float: left;
}

table.product_image_holder td{
	width:100px;
	height:100px;
}

table.product_image_holder td.lupa{
	height:36px;
	background: url(/design-images/magnif.gif) no-repeat bottom left;
}

table.product_image_holder td a div {
	width: 34px;
	height: 36px;
	background-repeat: no-repeat;
	position: relative;
	bottom: 8px;
	left: 116px;
}

div.editor_content ul{
	margin-left:25px;
	margin-bottom:5px;
}

div.editor_content p{
	margin-bottom:5px;
}

form#searchResultForm{
	padding-bottom:10px;
}

p.res{
	font-size:17px;
	padding-bottom:10px;
}

p.title, p.resultdesc{
	padding-bottom:2px;
}

p.url{
	padding-bottom:7px;
	color:green;
}

h2{
	color:#273478;
	font-size:23px;
	padding:10px 0px;
}

table#cartContents{
	border:1px solid #EDEDED;
}

table#cartContents th{
	background-color:#EDEDED;
}

table#cartContents td{
	padding:3px;
	border-bottom:3px solid #EDEDED;
}

input.cartQuantity{
	width:15px;
}

input.changeAmount{
	background-image: url(/design-images/search_button_bg.jpg);
	border:none;
	font-size:10px;
	width:49px; height:25px;
}

a#orderAndPay{
	color:red;
	font-size:17px;
	font-weight:bold;
}

form#orderForm fieldset{
	border:1px solid black;
	margin-bottom:10px;
	padding:10px;
	font-size:17px;
	font-weight:bold;
}

div#main-column p{
	margin-bottom:10px;
}

table#orderForm th{
	text-align:left;
	padding:5px;
}

table#orderForm td{
	padding:5px;
}

table#orderForm th sup{
	color:red;
}

div.error-message{
	color:red;
	font-weight:normal;
	font-size:10px;
}

table#recapWrapper{
	border:1px solid #000;
}

table#recapWrapper td{
	padding:0px 5px 5px 5px;
}

table#recapWrapper td.leftBorder{
	border-left:1px solid #000;
}


table#recapWrapper td.totalPrice, table#recapWrapper th.totalPrice{
	font-size:17px;
}


table#recapWrapper h3{
	font-size:12px;
	margin:10px 0px 5px 0px;
	
}

table#recapWrapper a.smallLinkEdit{
	font-size:9px;
}

table#errmessage{
	margin-top:10px;
	background:url(/design-images/error-background.jpg);
	height:45px;
}

table#errmessage td.left-side{
	background:url(/design-images/error-left-background.jpg);
	width:25px;height:45px;
}

table#errmessage td.right-side{
	background:url(/design-images/error-right-background.jpg);
	width:4px;height:45px;
}

div#flashMessage{
	color:red;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	width:500px;
}

table.leftHeading td{
	padding:5px;
}

table.leftHeading th{
	text-align:left;
}

table.topHeading td{
	padding:5px;
}

table.topHeading th{
	text-align:center;
}

div.comment_heading{
	background:#4E99E5;
	color:#FFF;
	padding:7px;
	margin-top:10px;
}

p.comment_content{
	padding:3px 0px 0px 7px;
}

p.comment_reply{
	padding:0px 0px 0px 7px;
	border-left:1px solid #4E99E5;
	margin:0px 0px 0px 7px;
}

div#footerImageHolder{
	text-align:center;
}

div#footerImageHolder a img{
	border:2px solid #FFF;
	margin-left:3px;
}

div#footerImageHolder a:hover img{
	border:2px solid blue;
}

div#cPanel{
	padding:10px;
	background:url(/design-images/cpanel-back.jpg) top right no-repeat;
}

div#cPanel p a{
	font-size:11px;
	color:blue;
}

div#cPanel p a:hover{
	text-decoration:none;
}

th#loginBack{
	background:url(/design-images/login-key.jpg) no-repeat;
	height:25px;
}

input#prihlasit{
	background:url(/design-images/button-prihlasit.jpg);
	width:65px; height:22px;
	font-size:12px;
	border:none;
}

ul#customerActions{
	font-size:12px;
}

ul#customerActions li{
	list-style-type:none;
}

ul#customerActions li a{
	color:blue;
}

ul#customerActions li a:hover{
	text-decoration:none;
}

table#recapProducts{
	width:525px;
}

table#recapProducts th{
	background:blue;
	color:#FFF;
	padding:5px;
	text-align:left;
}
table#recapProducts th.noback{
	background:#FFF;
	color:#000;
	font-size:15px;
	text-align:right;
}

table#recapProducts td{
	padding:5px;
}

div.documentWrapper{
	float:left;
	text-align:center;
}

div.documentWrapper a{
	text-decoration:none;
	font-size:11px;
}

div#sukl{
	text-align:center;
	padding-right:10px;
}

div#xmasmess{
	padding:10px;
	font-size:21px;
	color:red;
}
