*
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
}

img
{
	border: 0;
}

a
{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

#container
{
	margin: 0 auto;
	width: 931px;
}

button
{
	cursor: pointer;
}

/****************************************************
		Top
****************************************************/

#top
{
	float: left;
	width: 921px;
	height: 58px;
	background: #fff url('/images/top.jpg') no-repeat top left;
	padding-left: 10px;
}
#top ul#meniu
{
	float: left;
	list-style-type: none;
	padding-top: 19px;
}
#top ul#meniu li
{
	float: left;
	margin-left: 5px;
}
#top ul#meniu li a, #top ul#meniu li#sel a
{
	display: block;
	background: #fff url('/images/meniu.jpg') no-repeat top left;
	width: 125px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#top ul#meniu li#sel a
{
	background: #fff url('/images/meniu_sel.jpg') no-repeat top left;
}
#top ul#meniu li a:hover, #top ul#meniu li#sel a:hover
{
	text-decoration: underline;
}

#top ul#icons
{
	float: right;
	list-style-type: none;
	padding: 14px 9px 0 0;
}
#top ul#icons li
{
	float: left;
	margin-left: 20px;
}

#top ul#icons li img#mail
{
	margin-top: 6px;
}
#top ul#icons li img#en
{
	margin-top: 7px;
}

#main
{
	float: left;
	width: 931px;
	background: #fff url('/images/bg.jpg') repeat-y top left;
}

/****************************************************
		Left side
****************************************************/

#left
{
	float: left;
	width: 223px;
	background: #f1f2f3 url('/images/left_bg_main.jpg') repeat-y top left;
	padding-bottom: 30px;
}

#left ul.main_meniu 
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #e2eff2 url('/images/left_bg.jpg') repeat-y top left;
}
#left ul.main_meniu li
{
	float: left;
	margin-bottom: 4px;
}
#left ul.main_meniu li a
{
	display: block;
	width: 199px;
	height: 21px;
	background: #e2eff2 url('/images/main_meniu.jpg') no-repeat top left;
	padding-left: 24px;
	line-height: 21px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#left ul.sel li a
{
	background: #e2eff2 url('/images/main_meniu_selected.jpg') no-repeat top left;
}
#left ul.main_meniu li a:hover
{
	text-decoration: underline;
}

#left ul.submeniu
{
	float: left;
	display: none;
	list-style-type: none;
}
#left ul.subsel
{
	display: block;
}
#left ul.submeniu li
{
	float: left;
}
#left ul.submeniu li a
{
	display: block;
	width: 179px;
	height: 21px;
	background: #e2eff2 url('/images/submeniu.jpg') no-repeat top left;
	padding-left: 44px;
	line-height: 21px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#left ul.submeniu li a:hover, #left ul.submeniu li a#selected
{
	text-decoration: underline;
}

/****************************************************
		Center
****************************************************/

#center
{
	float: left;
	width: 531px;
	padding: 0 9px 0 8px;
}

#center #content_top
{
	float: left;
	width: 501px;
	padding: 10px 15px;
	background-color: #e2eff2;
	margin-bottom: 15px;
}
#content_top h1, #content h1
{
	width: 125px;
	height: 25px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #fff url('/images/h1_bg.jpg') no-repeat top left;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#content_top select
{
	float: left;
	border: 1px solid #f2ac62;
	width: 200px;
	height: 20px;
	line-height: 20px;
	padding: 1px;
	color: #555;
	font-size: 11px;
	margin-right: 30px;
}

/****************************************************
		Search
****************************************************/

#center #search
{
	float: left;
	width: 501px;
	padding: 15px;
	background-color: #e2eff2;
	margin-bottom: 15px;
}
#center #quicksearch
{
	float: left;
	width: 501px;
	margin-bottom: 14px;
}
#center #search label,
#center #quicksearch label
{
	float: left;
	display: block;
	height: 24px;
	background: #e2eff2 url('/images/label.jpg') no-repeat top left;
	line-height: 24px;
	padding: 0 20px 0 5px;
}
#center #search label#search_label,
#center #quicksearch label#search_label
{
	width: 120px;
}
#center #quicksearch input
{
	float: left;
	border: 1px solid #f2ac62;
	width: 140px;
	height: 18px;
	line-height: 18px;
	padding: 1px;
	color: #555;
}
#center #quicksearch button
{
	float: left;
	width: 23px;
	height: 22px;
	border: 1px solid #f2ac62;
	border-left: 0;
	padding: 0;
	margin: 0;
	background: #00afbd url('/images/arrow1.jpg') no-repeat top left;
}

#center #search #searching
{
	float: left;
	width: 501px;
	margin-top: 3px;
}
#center #search #searching input
{
	float: left;
	border: 1px solid #f2ac62;
	width: 100px;
	height: 18px;
	line-height: 18px;
	padding: 1px;
	color: #555;
	margin-right: 30px;
}

/****************************************************
		Content
****************************************************/

#center #content
{
	float: left;
	width: 501px;
	padding: 0 15px 15px 15px;
}

#content fieldset
{
	float: left;
	width: 501px;
	margin: 0;
	padding: 0;
	border: 0;
}

#content fieldset label
{
	float: left;
	display: block;
	width: 501px;
}

#content fieldset#description, #content fieldset#description label
{
	width: 320px;
}
#content fieldset#contacts
{
	width: 181px;
}

#content fieldset#contacts label
{
	display: block;
	float: left;
	width: 70px;
	height: 15px;
	padding-top: 6px;
}

#content input
{
	float: left;
	border: 1px solid #f2ac62;
	width: 200px;
	padding: 3px 1px;
	color: #555;
	font-size: 11px;
	margin: 3px 0;
}
#content fieldset#contacts input
{
	width: 100px;
}

#content textarea
{
	float: left;
	border: 1px solid #f2ac62;
	width: 290px;
	padding: 3px 1px;
	color: #555;
	font-size: 11px;
	margin: 3px 0;
	height: 96px;
}

#content button#add_item, #content button#newsletter, #content button#subscribe, #content button#remind
{
	float: left;
	width: 158px;
	height: 24px;
	line-height: 24px;
	background: #e2eff2 url('/images/label2.jpg') no-repeat top left;
	margin: 20px 0 0 0;
	padding: 0 0 0 5px;
	border: 0;
	text-align: left;
	font-weight: bold;
}

#error
{
	margin-bottom: 10px;
}

#center #content select
{
	float: left;
	border: 1px solid #f2ac62;
	width: 200px;
	height: 20px;
	line-height: 20px;
	padding: 1px;
	color: #555;
	font-size: 11px;
	margin-right: 30px;
}

#center #content img.added
{
	margin: 5px 5px 0px 0px;
	border: 1px solid #000;
	padding: 1px;
}

#center #content .new_row, #center #content .row
{
	float: left;
	width: 501px;
	margin-top: 15px;
}

#center #content .new_item
{
	float: left;
	width: 240px;
	border-bottom: 2px solid #00afbd;
	background: #fdfdfd url('/images/new.jpg') no-repeat top left;
}
.nomargin
{
	margin: 0 0 0 15px;
}
#center #content .new_item h2
{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 8px 0 5px 100px;
}
#center #content .new_item img
{
	margin: 20px 0 5px 0;
}
#center #content .new_item .img
{
	/*height: 240px;*/
}
#center #content .new_item span
{
	font-family: arial, sans-serif;
	font-size: 32px;
	color: #ed7900;
}
#center #content .new_item span.currency
{
	font-family: arial, sans-serif;
	font-size: 23px;
	color: #ed7900;
}

.new_item a
{
	text-decoration: none;
}
.new_item a:hover
{
	text-decoration: underline;
}

h3
{
	float: left;
	width: 501px;
	margin: 3px 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.news h3
{
	float: left;
	width: 501px;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #00afbe;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.news p
{
	margin: 15px 0 5px 0;
}
.news span
{
	display: block;
	width: 501px;
	text-align: right;
	margin-bottom: 15px;
}
.news span a
{
	font-size: 11px;
}

span.date
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000;
}


#links
{
	float: left;
	width: 501px;
	margin: 30px 0;
	text-align: center;
}
#links a
{
	text-decoration: none;
	font-weight: bold;
}
#links a:hover
{
	text-decoration: underline;
}
#links a.active
{
	text-decoration: underline;
}
#links a#next
{
	float: right;
}
#links a#prev
{
	float: left;
}


#center #content .item
{
	float: left;
	width: 485px;
	padding: 8px;
	margin-bottom: 10px;
	border-bottom: 2px solid #00afbd;
	background-color: #fdfdfd;
}
.item .text
{
	float: left;
	width: 207px;
}
.item .text h2
{
	float: left;
	width: 207px;
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	margin-bottom: 3px;
}
.item .text h2 a
{
	font-size: 15px;
}
.item .photo
{
	float: left;
	width: 120px;
	padding: 0 8px;
}
.item .price
{
	float: left;
	text-align: right;
	width: 142px;
	padding-top: 55px;
}
.item .price span
{
	font-family: arial, sans-serif;
	font-size: 32px;
	color: #ed7900;
}
.item .price span.currency
{
	font-family: arial, sans-serif;
	font-size: 23px;
	color: #ed7900;
}

#content #text
{
	float: left;
	width: 333px;
}
#content #photo
{
	float: left;
	width: 128px;
	padding: 0 20px;
}

#content #photo img
{
	float: left;
	width: 120px;
	height: 90px;
	padding: 3px;
	border: 1px solid #47c2cd;
	margin-bottom: 10px;
}
#content #photo img:hover
{
	border: 1px solid #ed7900;
}

#content #text h2
{
	text-decoration: underline;
	margin-bottom: 3px;
}
#content #text span
{
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #ed7900;
}
#content #text span#price
{
	font-family: arial, sans-serif;
	font-size: 28px;
	color: #ed7900;
}
#content #text span#contacts
{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}


/****************************************************
		Right side
****************************************************/

#right
{
	float: left;
	width: 158px;
}
#right #login
{
	float: left;
	width: 158px;
	background-color: #e2eff2;
	padding-bottom: 10px;
	border-bottom: 2px solid #47c2cd;
}
#right #login label, #right #right_ads label
{
	float: left;
	display: block;
	height: 24px;
	background: #e2eff2 url('/images/label.jpg') no-repeat top left;
	line-height: 24px;
	padding-left: 5px;
	width: 153px;
}
#right #login label.simple
{
	float: left;
	display: block;
	padding-left: 4px;
	width: 153px;
	background: none;
	color: #888;
	font-size: 12px;
}
.lab
{
	float: left;
	display: block;
	height: 24px;
	background: #e2eff2 url('/images/label2.jpg') no-repeat top left;
	line-height: 24px;
	padding-left: 4px;
	width: 153px;
	margin-top: 20px;
}
.lab a
{
	display: block;
	width: 153px;
	height: 24px;
	text-decoration: none;
}

#right #login #login_error
{
	float: left;
	padding: 3px;
	margin-top: 4px;
	font-size: 11px;
	color: #f00;
}

#right #login label#register a:hover
{
	text-decoration: underline;
}
#right #login input
{
	float: left;
	border: 1px solid #f2ac62;
	width: 120px;
	padding: 2px;
	color: #ed7900;
	font-size: 12px;
}
#right #login button
{
	float: left;
	width: 16px;
	height: 18px;
	border: 0;
	background: #e2eff2 url('/images/arrow2.jpg') no-repeat top left;
	margin-left: 5px;
}

/****************************************************
		Footer
****************************************************/

#footer
{
	float: left;
	width: 931px;
	height: 41px;
	margin: 10px 0;
	background: #fff url('/images/footer.jpg') no-repeat top left;
}
#footer #text
{
	margin: 0 auto;
	width: 438px;
	height: 27px;
	margin-top: 14px;
	line-height: 27px;
	background: #00afbd url('/images/footer_meniu.jpg') no-repeat top left;
	padding: 0 8px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

#footer #text a
{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#footer #text a:hover
{
	text-decoration: underline;
}

#bottom
{
	float: left;
	width: 931px;
	height: 30px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
}
#stats
{
	float: left;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
	padding-left: 15px;
	height: 30px;
	width: 185px;
	text-align: left;
}
#bottom #txt
{
	float: left;
	width: 531px;
	text-align: center;
}
#atlantis
{
	float: left;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
	height: 30px;
	width: 200px;
	text-align: right;
}
#atlantis a
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#atlantis a:hover
{
	color: #5bc6c9;
}

/****************************************************
		Ads
****************************************************/

#left #left_ads
{
	float: left;
	margin-top: 30px;
	padding-left: 45px;
}
#left #left_ads .small_ad
{
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
#left #left_ads .big_ad
{
	float: left;
	width: 150px;
	margin-bottom: 10px;
}

#center .center_ads
{
	float: left;
	width: 468px;
	background-color: #f1f2f3;
	padding: 20px 31px;
}
#center .center_ads img
{
	width: 468px;
}

#right #right_ads
{
	float: left;
	width: 158px;
	margin-top: 30px;
}
#right #right_ads .small_ad
{
	float: left;
	width: 120px;
	margin-top: 10px;
	padding-left: 19px;
}
#right #right_ads .big_ad
{
	float: left;
	width: 120px;
	margin-top: 10px;
	padding-left: 19px;
}

/****************************************************
		Table
****************************************************/

table
{
	float: left;
	width: 500px;
	margin: 15px 0;
	padding: 0;
	border-collapse: collapse;
}
table th
{
	padding: 3px;
	border: 1px solid #dbd8d8;
	background-color: #4e7177;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
table th a
{
	color: #fff;
}
table td
{
	padding: 3px;
	border: 1px solid #dbd8d8;
}
table td.center
{
	text-align: center;
}

#content fieldset label.c
{
	width: 100px;
}
#content fieldset input.c
{
	width: 30px;
}
