BODY {
	margin: 0px;
	padding: 0px;
	
	color: #a0a0a0;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	
	text-align: center;
}

FORM {
	margin: 0px;
	padding: 0px;
}

A {
	color: #a0a0a0;
	text-decoration: underline;
}
A:hover {
 color: red;
 text-decoration: underline;
}



DIV.top {
	float: left;
	width: 100%;
	margin-top: -30px;
	
	background-image: url('images/top_background.gif');
	background-repeat: repeat-x;
}

DIV.top DIV.logo {
	float: left;
	padding: 0px 0px 0px 0px;
}

DIV.top DIV.phones {
	float: right;
	width: 200px;
	height: 55px;
	padding: 35px 0px 0px 0px;
	background-image: url('images/top_phones_background.gif');
	background-repeat: no-repeat;
}

DIV.top DIV.phones DIV.phone {
	float: right;
	padding-left: 25px;
	padding-right: 10px;
	background-image: url('images/icon_phone.gif');
	background-repeat: no-repeat;
	background-position: 0px;
	
	color: #113377; 
	font-size: 15px;
}

DIV.top DIV.phones DIV.mobile {
	float: right;
	padding-left: 25px;
	padding-right: 10px;
	background-image: url('images/icon_mobile.gif');
	background-repeat: no-repeat;
	background-position: 5px;
	
	color: #113377; 
	font-size: 15px;
}

/* CATEGORIES_MENU */

DIV.categories_menu {
	display: inline;
	float: left;
	
	width: auto;
	height: auto;
}

DIV.categories_menu UL.items {
	display: block;
	float: left;
	
	width: auto;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

DIV.categories_menu UL.items LI.item {
	display: block;
	float: left;
	
	margin: 0px;
	padding: 0px;
	
	position: relative;
	z-index: 99;
	
	padding-bottom: 5px;
	
	cursor: pointer;
}

DIV.categories_menu UL.items LI.item  H2 {
	display: block;
	float: left;
	
	width: auto;
	margin: 0px;
	padding: 10px 5px 6px 5px;
	
	border-right: 1px solid #CDCDCD;
	
	color: #6D6D6D;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}


DIV.categories_menu UL.items LI.item UL.items {
	display: none;
	float: left;
	
	position: absolute;
	z-index: 999;
	top: 35px;
	left: 0px;
	
	width: 170px;
	height: auto;
	
	border: 1px solid #CDCDCD;
	background-color: #E7E7E7;
}

DIV.categories_menu UL.items LI.item UL.items LI.item {
	display: block;
	float: left;
	
	padding-bottom: 0px;
	
	position: relative;
	z-index: 999;
	
	width: 170px;
	height: auto;
	
	border-bottom: 1px solid #CDCDCD;
	
	background-image: url(images/background_categories_menu_item2.gif);
	background-repeat: no-repeat;
	background-position: 155px;
}

DIV.categories_menu UL.items LI.item UL.items LI.empty {
	display: block;
	
	background-image: url();
}

DIV.categories_menu UL.items LI.item UL.items LI.item H2 {
	display: block;
	float: left;
	
	width: 150px;
	margin: 0px;
	padding: 5px 2px 5px 2px;
	
	border-right: 0px solid #000000;
	
	color: #6D6D6D;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

DIV.categories_menu UL.items LI.item UL.items LI.item H2 A {
	color: #6D6D6D;
	text-decoration: none;
}

DIV.categories_menu UL.items LI.item UL.items LI.item H2 A:hover {
	color: #6D6D6D;
	text-decoration: none;
}


DIV.categories_menu UL.items LI.item UL.items LI.item UL.items {
	display: none;
	float: left;
	
	position: absolute;
	z-index: 999;
	top: 2px;
	left: 170px;
	
	width: 170px;
	height: auto;
	padding: 5px 0px;
	
	border: 1px solid #CDCDCD;
	background-color: #E7E7E7;
}

DIV.categories_menu UL.items LI.item UL.items LI.item UL.items LI.item {
	display: block;
	float: left;
	
	position: relative;
	z-index: 9999;
	
	width: 170px;
	height: auto;
	
	border: 0px solid #000000;
}

DIV.categories_menu UL.items LI.item UL.items LI.item UL.items LI.empty {
	display: block;
	
	background-image: url();
}

DIV.categories_menu UL.items LI.item UL.items LI.item UL.items LI.item H2 {
	display: block;
	float: left;
	
	width: 160px;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	
	border-right: 0px solid #000000;
	
	color: #00348A;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

DIV.categories_menu UL.items LI.item UL.items LI.item UL.items LI.item H2 A {
	color: #00348A;
	text-decoration: none;
}

DIV.categories_menu UL.items LI.item UL.items LI.item UL.items LI.item H2 A:hover {
	text-decoration: underline;
}


DIV.categories_menu UL.items LI.last UL.items {
	display: none;
	float: left;
	
	position: absolute;
	z-index: 999;
	top: 35px;
	left: -56px;
	
	width: 170px;
	height: auto;
	
	border: 1px solid #CDCDCD;
	background-color: #E7E7E7;
}

DIV.categories_menu UL.items LI.last UL.items LI.item UL.items {
	display: none;
	float: left;
	
	position: absolute;
	z-index: 999;
	top: 2px;
	left: -172px;
	
	width: 170px;
	height: auto;
	
	border: 1px solid #CDCDCD;
	background-color: #E7E7E7;
}


DIV.categories_menu UL.items LI.over {
	display: block;
	
	background-image: url(images/background_categories_menu_item1.gif);
	background-repeat: repeat-x;
}

DIV.categories_menu UL.items LI.over UL.items {
	display: block;
	
	background-image: url();
}

DIV.categories_menu UL.items LI.over UL.items LI.over {
	display: block;
	
	background-image: url(images/background_categories_menu_item2o.gif);
	background-color: #FFFFFF;
}

DIV.categories_menu UL.items LI.over UL.items LI.over UL.items {
	display: block;
	
	background-image: url();
}

DIV.categories_menu UL.items LI.over UL.items LI.over UL.items LI.over {
	display: block;
	
	background-image: url();
}

/* CATEGORIES_MENU */



DIV.middle {
	float: left;
	width: 100%;
}

TABLE.table_middle {
	width: 100%;
}

TABLE.table_middle TD.table_middle_left {
	width: 99%;
	padding-left: 5px;
}

TABLE.table_middle TD.table_middle_right {
	width: 1%;
	padding-right: 5px;
}

TABLE.main {
	width: 100%;
}

TABLE.main TD.main_left {
	width: 1%;
}

TABLE.main TD.main_right {
	width: 99%;
	padding: 0px 5px;
}


DIV.main_right_div TABLE {
	border-collapse: collapse;
}

DIV.main_right_div DIV.sorting {
    width: 100%;
	height: 40px;
    padding: 0px 0px 0px 3px;
	
	background-color: #E4E1E7;
	
	color: #003F82;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

DIV.main_right_div DIV.sorting P{
    float: left;
    padding: 0px 10px 0px 0px;
	margin: 13px 0px 0px 0px;
	
    color: #003F82;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

DIV.main_right_div DIV.sorting FORM{
    padding: 9px 0px 0px 0px;
}

DIV.main_right_div DIV.sorting FORM INPUT{
    display: none;
}

TABLE.cat_item_list {
}

TABLE.cat_item_list TD.cat_item_list {
}

TABLE.cat_item_list TD.cat_item_list TABLE.item_single {
	width: 100%;
	margin: 5px;
}

TABLE.cat_item_list TD.cat_item_list TABLE.item_single TD.name {
	height: 40px;
	padding: 2px;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	
	background-image: url('/user/include/takolako/images/background_gray.gif');
	background-repeat: repeat-x;
	text-align: center;
}

TABLE.cat_item_list TD.cat_item_list TABLE.item_single TD.name a{
	color: #003F82;
	text-decoration: none;
}
TABLE.cat_item_list TD.cat_item_list TABLE.item_single TD.name a:hover{
	color: #666666;
	text-decoration: none;
}

TABLE.cat_item_list TD.cat_item_list TABLE.item_single TD.img{
	vertical-align: middle;
	padding-top: 5px;
}

TABLE.cat_item_list TD.cat_item_list TABLE.item_single TD.price {
	padding: 0px 2px;
	
	color: red;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	text-align: center;
}

TABLE.item_single {
	padding: 0px;
}

TABLE.item_single A.details_button  {
    display: inline;
    width: 56px;
    height: 21px;
    float: left;
    padding: 0px;
	color: #a0a0a0;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif; 
    background-image:url(images/info.gif);
	background-repeat:no-repeat;
	/*background-position: 0px 50%;*/
	margin: 0px 0px 0px 1px;

}
TABLE.item_single  A.details_button:hover  {
    background-image:url(images/info_over.gif);
}


TABLE.item_single  A.details_button2 {
    display: block;
    width: 56px;
    height: 21px;
    float: none;
    margin: 0px auto;
    padding: 0px;
	color: #a0a0a0;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
    background-image:url(images/info.gif);
	background-repeat:no-repeat;
	/*background-position: 0px 50%;*/
}
TABLE.item_single  A.details_button2:hover {
    background-image:url(images/info_over.gif);
}

TABLE.item_single DIV.buttons {
	width: 150px;
}


DIV.front_flash {
	width: 100%;
	
	text-align: center;
}

DIV.frontOkvirLevo {
	float:left;
	
	width: 100%;
	margin:0px;
	
	border: 0px solid #666666;
	
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
}

DIV.frontOkvirDesno {
	float:right;
	
	width: 280px;
	height: 180px;
	
	border: 1px solid #666666;
	
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
}

DIV.frontNaslov {
	width: 100%;
	height: 30px;
	
	padding-left: 5px;
	
	color: #F16422;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

DIV.frontSadrzaj {
	width: 100%;
	
	color: #003F82;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
}

DIV.frontSadrzaj TABLE.thumbs_list {
	width: 100%;
}

DIV.frontSadrzaj TABLE.thumbs_list TR.thumbs_list {
}

DIV.frontSadrzaj TABLE.thumbs_list TR.thumbs_list TD.thumbs_list {
	padding: 0px;
	margin: 0px;
}

DIV.frontSadrzaj TABLE.thumbs_list TR.thumbs_list TD.thumbs_list TABLE.item_single {
	width: 100%;
	padding: 0px;
	
	border: none;
	
	padding-bottom: 0px;
	text-align: center;
}

DIV.frontSadrzaj TABLE.thumbs_list TR.thumbs_list TD.thumbs_list TABLE.item_single TD.name{
	/* float: right; */
	
	height: 40px;
	padding: 0px;
	margin: 0px;
	
	background-image: url('/user/include/takolako/images/background_orange.gif');
	background-repeat: repeat-x;
	
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
}

DIV.frontSadrzaj TABLE.thumbs_list TR.thumbs_list TD.thumbs_list TABLE.item_single TD.img{
	/* float: left; */
	
	font-size:12px;
	
	text-align:center;
	height: 134px;
	width: 150px;
}

DIV.frontSadrzaj TABLE.thumbs_list TR.thumbs_list TD.thumbs_list TABLE.item_single TD.price{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: red;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

td.name{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image: url('/user/include/takolako/images/background_gray.gif');
	background-repeat: repeat-x;
	height: 40px;
	text-align: center;
	padding: 2px;
}
td.name a{
	color: #003F82;
	text-decoration: none;
}
td.name a:hover{
	color: #666666;
	text-decoration: none;
}

TD.price{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: red;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}


DIV.bottommenu {
	float: left;
	width: 100%;
	
	background-color: #F2F2F2;
}

DIV.bottommenu DIV.line {
	float: left;
	width: 100%;
	padding: 0px 0px;
	
	background-color: #DCDCDC;
}

DIV.bottommenu DIV.item {
	float: left;
	width: 33%;
	margin: -14px 0px 0px 0px;
	
	text-align: left;
}

DIV.bottommenu DIV.item  A {
	color: #404040;
	text-decoration: none;
}

DIV.bottommenu DIV.item  A:hover {
	text-decoration: underline;
} 

DIV.bottommenu DIV.item  DIV.title {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 10px;
	
	font-weight: bold;
}

DIV.bottommenu DIV.item  DIV.subitems {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 10px;
}



DIV.bottom {
	float: left;
	width: 100%;
}






.cat_single {
	font-size: 12px; 
	color: #666666; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
}

.cat_single i b {
	color: Black;
	font-weight: bold;
	font-size: 12px; 
	text-transform: none;
	font-size: 12px;
}

.cat_single b{
	color:#003F82;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

.cat_right {
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
}

.cat_right H1 {
	color:#003F82;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 0px;
}

.items_list {
	font-weight: bold; 
	font-size: 12px; 
	color: #003f82; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
}
:hover.items_list {
	font-weight: bold; font-size: 12px; color: #919191; font-family: Arial,Helvetica,sans-serif; text-decoration: none
}

input.item_single {
	font-weight: bold; font-size: 8pt; color: black; font-family: Arial,Helvetica,sans-serif;
}
input.cc {
	background-color: yellow; color: black; font-family: Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: bold; width: 450px
}
input.paypal {
	background-color: #ffaa33; color: black; font-family: Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: bold; width: 450px
}
input.image_navigation {
	color:#003F82;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 0px;
	text-decoration: none; 
	width: 140px;
	cursor: pointer;
}

input.image_navigation  a{
	color:#003F82;
}

input.image_navigation  a:hover{
	color:#666666;

}
.cc_label {
	background-color: #dfdfdf; 
	color: black; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	padding: 5px;
}
.cc_number {
	background-color:#EFEFEF;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align:right;
}
.order_view {
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
.user_details {
	font-weight: normal; 
	font-size: 14px; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
	text-align: left;
	display: block;
}

font.user_details  {
	padding-top: 10px;
	padding-bottom: 30px;
}


.txt {
	font-weight: normal; 
	font-size: 11px; 
	color: #003f82; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none
}
a.txt {
	font-weight: bold; 
	font-size: 11px; 
	color: #003f82; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none
}
.blink {
	font-weight: normal; 
	font-size: 11pt; 
	color: #ff9866; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: blink
}

.search {
	color: #003F82;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
}
.search_price {
	color: red; 
	font-family: arial; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none
}
a.search {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
}
a.search:hover {
	text-decoration: none;
}
table.search {
	
}
td.search {
	border: solid lightgrey 1px;
}
.admin_1  { 
font-weight: normal; 
font-size: 12px; 
font-family: Arial,Helvetica,sans-serif; 
text-decoration: none;
}

.admin_2  { 
font-weight: normal; 
font-size: 12px; 
font-family: Arial,Helvetica,sans-serif; 
text-decoration: none;

}

.admin_3  { 
font-weight: normal; 
font-size: 12px; 
font-family: Arial,Helvetica,sans-serif; 
text-decoration: none; 
}

.admin_4  { 
font-weight: normal; 
font-size: 12px; 
font-family: Arial,Helvetica,sans-serif; 
text-decoration: none; 
}

.admin_5  { 
font-weight: bold; 
font-size: 12px; 
font-family: Arial,Helvetica,sans-serif; 
text-decoration: none;
}

.normal  { 
font-weight: normal; 
font-size: 12px; 
font-family: Arial,Helvetica,sans-serif; 
text-decoration: none;
}

td.cat_single_image {
	text-align: center;
	width: 30% ;
}

td.cat_single_content {
	width: 45% ;
	font-weight: normal; font-size: 14px; color: white; font-family: Arial,Helvetica,sans-serif; text-decoration: none
}

td.item_left {
	width: 30% ;
}

td.item_right {
	width: 45% ;
	font-weight: normal; font-size: 13px; color: #a7e7ff; font-family: Arial,Helvetica,sans-serif; text-decoration: none
}


td.box {
	width: 25% ;
}

table.small_table {
	border: solid navy 1px;
	background-color: #faf1d5;
	padding-left: 2px;
}

td.small_table {
	background-color: #003f82;
	text-align: left;
	padding-bottom: 2px;
	font-weight: bold; font-size: 12px; color: #faf1d5; font-family: Arial,Helvetica,sans-serif; text-decoration: none ;
}
td.small_table_white {
        background-color: white;
	text-align: center;
	padding-bottom: 2px;
	font-weight: normal; font-size: 10px; color: #003f82; font-family: Arial,Helvetica,sans-serif; text-decoration: none ;
}

.cart {
	font-weight: bold; font-size: 10px; color: #003f82; font-family: Arial,Helvetica,sans-serif; text-decoration: none ;
}

.cart a {
	color: #003f82 ;
	text-decoration: none ;
}

.cart a:hover {
	text-decoration: underline ;
}

table.thumbs_list {
	text-align: center;

	width: 557px;
}

td.thumbs_list {
	font-weight: bold; 
	font-size: 12px; 
	color: #faf1d5; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none ;
	padding: 20px 5px 0px 5px;
	vertical-align: top;
	text-align: center;
}

td.small_table_large_image td.thumbs_list img {
	height: 150px;
}

td.thumbs_list a {
	font-weight: bold; 
	font-size: 11px; 
	color: #003f82; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none
}

td.izdvajamo {
	text-align: center;
	background-color: #003f82;
	font-weight: bold; 
	font-size: 16px; 
	color: #faf1d5; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none
}

.izdvajamo a {
	font-size: 14px; 
	color: #faf1d5; 
	text-decoration: none ;
}

.izdvajamo a:hover {
	text-decoration: underline ;
}

.content {
	padding: 10px;
	font-weight: normal; 
	font-size: 16px; 
	font-family: Arial,Helvetica,sans-serif;
}

.box_highlight {
	font-weight: normal; font-size: 10px; color: #003f82; font-family: Arial,Helvetica,sans-serif; text-decoration: none ;
}

td.box_highlight {
	background-color: #e3ff7d ;
}

textarea.content {
	background: #e3ff7d;
	color: #000088;
	font-size: 10px;
}

.content a {
	
}

.content a:hover {
	text-decoration: underline;
}

.content_big {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
}

td.shipment_choice select {
	font-size: 12px; 
}

table.outer_left{
	width: 980px;

}
table.outer_wrapper {
	width: 100%;
}

td.outer_right {
	width: 170px;
	vertical-align: top ;
	padding-top: 2px;
}

td.menudown a {
	font-weight: bold; font-size: 10px; color: #e0f2ef; font-family: Arial,Helvetica,sans-serif; text-decoration: none;		
}

td.menudown a:hover {
	text-decoration: underline;
}

input.search {
	height:17px;
	line-height:17px;
	margin: 0px;
	padding: 0px;
	width: 90px;
	color: #000000;
	line-height: 13px;
}
td.akcija {
	text-align: left;
	background: white ;
}

.akcija {
	color: red;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.akcija a {
	color: red ;
             text-decoration: none;
}

.akcija a:hover {
	text-decoration: underline;
}

td.webmaster {
	text-align: left;
	background: #f7e092;
}

.webmaster {
	color: 003f82; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none;
}

.webmaster a {
	color: green ;
	text-decoration: none;



}

.webmaster a:hover {
	text-decoration: underline;
}

.menudown {
	font-weight: bold; font-size: 10px; color: #e0f2ef; font-family: Arial,Helvetica,sans-serif; text-decoration: none;		
}

td.santa {
	text-align: center;
	background: white;
}

.santa {
	color: #003f82; 
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.content_small { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px; 
	font-weight: bold; 
	text-decoration: none;
	width: 580px;
}

table.dynamic-table {
	border: 1px solid grey;
	border-collapse: collapse;
	width: 580px;
}

tr.syntax_header {
	background: #110f65 ;
	color: white; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
}

td.dynamic-1 {
	width: 20%;
	background: #3b3b8a;
	padding: 1px;
	color: white; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid grey;
}

td.dynamic-2 {
	width: 40%;
	background: #464680 ;
	padding: 1px;
	color: white; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none;
	border: 1px solid grey;
}

td.dynamic-3 {
	width: 40%;
	padding: 1px;
	background: #003f82 ;
	color: white; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px; 
	font-weight: normal;
	text-decoration: none;
	border: 1px solid grey;
}

input.tell_friend {
 font-weight: bold; 
 font-size: 8pt; 
 color: black; 
 font-family: Arial,Helvetica,sans-serif;
 margin-bottom:5px;
}


textarea.tell_friend {
 font-size: 12px; font-family: arial; width: 400px;
}

div.recommended_header {
	font-weight: bold; 
	font-size: 12px; 
	color: #003f82; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none ;
	width: 100% ;
	text-align: left;
	padding-top: 5px;
}

div.recommended_body {
	width: 100% ;
}


div.recommended_body table.thumbs_list {
	width: 100% ;
}

div.recommended_body td.thumbs_list {

}

div.recommended_body td.thumbs_list a {
	font-weight: normal;
	font-size: 12px; 
	color: #5B749C; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
	text-align: center;
}

div.recommended_body td.thumbs_list a:hover {
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif;
	color: red;
	text-decoration: none ;
}

div.recommended_body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.comments-ul {
}

 

.comments-ul li {
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none ; 
	font-style: italic;
}

 

.comments-ul li a {
	font-size: 12px; color: #000000; font-family: Arial,Helvetica,sans-serif; text-decoration: none ; font-style: normal; font-weight: bold;
}

.comments-ul li a:hover {
	font-size: 12px; color: #000000; font-family: Arial,Helvetica,sans-serif; text-decoration: underline ; font-style: normal; font-weight: bold;
}

.comment {
	margin: 10px 5px 10px 5px;
	width: 100%;
	border-bottom: 1px dotted #666666;
}

.comment-date {
            padding-left: 3;
            padding-right: 3;
            float: left;
            font-size: 12px; 
			font-family: Arial,Helvetica,sans-serif; 
			text-decoration: none; 
			font-style: italic;
            width: 30%;
}

.comment-name {
            padding-left: 3;
            padding-right: 3;
            float: left;
            font-size: 12px; 
			font-family: Arial,Helvetica,sans-serif; 
			text-decoration: none ;
} 

.comment-country-name {
            padding-left: 3;
            padding-right: 3;
            float: left;
            font-size: 12px;
			font-family: Arial,Helvetica,sans-serif; 
			text-decoration: none ;
}

.comment-ip {
            padding-left: 3;
            padding-right: 3;
            float: left;
            font-size: 12px;
			font-family: Arial,Helvetica,sans-serif; 
			text-decoration: none; 
			font-style: italic;
}

.comment-mark {
            padding-left: 3;
            padding-right: 3;
            text-align: right;
            font-weight: bold; font-size: 13px;
			font-family: Arial,Helvetica,sans-serif; 
			text-decoration: none ;
} 

.comment-comment {
            padding-top: 2;
            padding-bottom: 3;
            padding-left: 3;
            padding-right: 3;
            font-size: 12px;
		font-family: Arial,Helvetica,sans-serif; 
		text-decoration: none ; 
		font-style: italic;
		color: #003F82 ;
}

div.cat_root {
	width: 100%;
}

div.cat_parent {
	
}

div.cat_child {
	margin-top: 2px;
	margin-left: 5px;
}

div.cat_child a {
	color:red;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	display: block;
}

div.cat_child a:hover {
	background-image:url(/user/include/etno/images/msp2images/bullet.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

div.cat_children_on {
	display: block;
	
}

div.cat_children_on a:hover{
	
}

div.cat_children_off {
	display: none;	
}

td.pagination_top {
	font-family: Arial,Helvetica,sans-serif;
    font-weight: bold; 
	font-size: 12px; 
	color: #000000;
	text-align: left;
	padding-top: 30px;
}

td.pagination_bottom {
	font-family: Arial,Helvetica,sans-serif;
    font-weight: bold; 
	font-size: 12px; 
	color: #000000;
	text-align: left;
}

.jdslideshow {
	/*
	 width: 200px;
	 height: 160px;
	text-align: center;
	*/
}

.jdslideshow img {
               border: 0;
               margin: 0;
}

.jdslideshow a {
               font-size: 100%;
               text-decoration: none;
               color: inherit;
}

.divtxt {
}
.divimg{

}

.divtxt a {
	font-weight: bold; font-size: 11px; color: #003f82; font-family: Arial,Helvetica,sans-serif; text-decoration: none;
}

.divtxt a:hover {
        text-decoration: underline;
}

table.small_table td.rotating_cell {
	/*
	  height: 160 px;
	  width: 200px;
	 text-align: center;
	*/
}

td.not_available_message {
  font-weight: bold; 
  font-size: 15px; 
  font-family: Arial,Helvetica,sans-serif;
}

td.not_available_message input.item_single {
  font-weight: bold; 
  font-size: 11px;
  width: 300px;
}
.order_view_item, .order_view_quantity, .order_view_unitprice, .order_view_price  {
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
.order_view_title {
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
	margin-bottom: 5 px;
}
td.item_right a.items_list {
color: #f7e092;
}
div#p_details ul {
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial,Helvetica,sans-serif;
}

div#p_details li {
	list-style-type: none;
	display: inline;
}

div#p_details li.li_label {
	display: none;
}

div#p_details br {
	display: none;
}

div#p_details br#br_after_ul_x_surname,
div#p_details br#br_after_ul_x_address,
div#p_details br#br_after_ul_x_city,
div#p_details br#br_after_ul_x_country,
div#p_details br#br_after_ul_x_shipment,
div#p_details br#br_after_ul_x_mobile,
div#p_details br#br_after_ul_x_e_mail {
	display: block;
}

.items_tag_ul {
	font-size: 11px; 
	font-weight: bold; 
	color: #003F82; 
	font-family: Arial,Helvetica,sans-serif;
	text-align:left;
	padding: 5px;
	margin: 0px;
	margin-left:15px;
}
 
.items_tag_li {
	font-size: 11px; 
	font-weight: bold; 
	color: #003F82; 
	font-family: Arial,Helvetica,sans-serif;
}

table.comment_mark {

}
#tell_friend_action_history_btn {
	display: none;
}

#comment_mark_action_history_btn {
	display: none;
}

div.print_friendly_link {
	display: none;
}
td.left_menu {
	float:left;
	padding:10px 0px;
	text-align:left;
	width:160px;
}

DIV.levoOkvir TABLE.thumbs_list {
	width: 165px;
}
DIV.levoOkvir TABLE.thumbs_list TABLE.item_single {
}

div.desnoOkvir, div.desnoOkvirKorpa {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	border:1px solid #dcdcdc;
	color: #555555;
	margin-bottom:10px;
	padding:0px;
	text-align:center;
	width:188px;
}

div.desnoOkvir TABLE.thumbs_list
{
	width: 188px;
}
div.desnoOkvir TABLE TD.thumbs_list
{
	padding-left: 3px;
	padding-right: 3px;
}

div.desnoOkvirKorpa  {
	border:0px solid #dcdcdc;
}
div.desnoOkvir {
	margin: 10px 0px 0px 0px;
}
div.desnoOkvir a{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	color:#555555;
	text-decoration: none;
}
div.desnoOkvir a IMG{
	border: none;
}
div.desnoOkvir a:hover{
	color: #83131E;
}
div.desnoNaslov{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding:0px;
	text-align:center;
	width:188px;
}

div.desnoNaslovSivo {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CAC3D0;
	padding:0px;
	text-align:center;
	width:188px;	
	
}

div.desnoNaslovPlavo{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#003F82;
	padding:0px;
	text-align:center;
	width:188px;
}
div.sadrzajKorpe{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#4C4F7E;
	padding: 5px;
	text-align: left;
	background-color: #dcdcdc;

}
div.sadrzaj{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#555555;
	text-align: left;
	padding-left: 10px;
}
div.listaNovih a{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#003F82;
}
div.listaNovih a{
 color: #003F82;
}
div.listaNovih a:hover{
 color: #666666;

}



.recommended_wrapper{
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}

table.prices_and_options {
	width: 190px;
	background-color: #FBEAED;
	padding: 5px;

}
table.item{
	width: 600px;
}
table.item_details {
	width: 580px;
	border: 1px solid #666666;
	padding: 10px;
}
table.item_details td {
	vertical-align:top;
}

table.item_details td.name{
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #003F82;
	background-color: #FFFFFF;
	text-align: left;
}
span.price_title{
	color: #003F82;
	display: block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
span.old_price {
	color: red;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration: line-through;
}

span.new_price {
	color: red;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
table.prices_and_options td.item_single {
	color: #003F82;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-bottom: 15px;
}

td.available {
	font-weight: bold;
	color: red;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	border: 1px solid #666666;
	padding-left: 10px;
}

td.available form {
	display: inline;
}

span.description {
	color: #666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

span.note {
	color: #003F82;
	padding-top: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.item_list_header {
	text-align: left;
}
div.front1{
}
div.front2{

}
div.suggestion {
	color:#F16422;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
	width: 100%;
}

div.wrap{
	float:left;
	width: 100%;
	padding:0px 0px 10px;
}

div.wrap_1 {
	float:left;
	padding:0px 10px 0px 0px;
	height: 260px;
}

div.wrap_2 {
	float:right;
	padding:0px;
	width: 280px;
}

table.item_single td.name a{
	text-decoration: none;

}
DIV.listaNovih TABLE.thumbs_list TD.thumbs_list TABLE.item_single TD.name {
	text-decoration: none;
	color: #FF0000;
	background-image: url(/user/include/takolako/images/background_orange.gif);
	background-repeat: repeat-x;
}
table.item_single td.name a:hover{
	color:#666666;
	text-decoration: none;

}
span.price{
	color:red;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}


input.add_to_order{
	margin-bottom:5px;
}

input.view_order{
	margin-bottom:5px;
}

div.order_currency{
	background-color: #B7DEFC;
	padding: 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
div.rotating_cell{
	text-align: center;
	padding-top: 5px;
}
div.divTxt{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
div.divTxt a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #003F82;
}
div.divTxt a:hover{
	color: #666666;
	text-decoration: none;
}

#RotatingCellBox {
	height: 210px;
}

td.cat_left{
	display: block;
}

form.tell_friend {
	padding-top: 10px;
}


.jdSlideshowFront {
	float: left;
}

.jdSlideshowFront img {
               border: 0;
               margin: 0;
}

.jdSlideshowFront a {
               font-size: 100%;
               text-decoration: none;
               color: inherit;
}

.divTxtFront{
	padding-top: 32px;
}
.divTxtFront a {
	font-weight: bold; 
	font-size: 11px; 
	color: #003f82; 
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
}

.divTxtFront a:hover {
	color: #666666;
    text-decoration: none;
}

div.comments{
	padding-right: 20px;
	width: 600px;
	color:#6F6F6F;
}

#price {
	text-align: right;
}

#total_excl_vat {
	text-align: right;
}

#total_vat {
	text-align: right;
}

#shipment_excl_vat {
	text-align: right;
}

#shipment_vat {
	text-align: right;
}

.order_user_view{
	padding-bottom: 25px;
}


div.front table.thumbs_list {
	margin: 0px;
	width: 100%;
}

div.frontSadrzaj table.thumbs_list tr.thumbs_list td.thumbs_list table.item_single td a.details_button{
	display: none;
}

div.newImages {
		width: 100%;
		position: relative;
		z-index: 9;
		margin-top:-185px;
		float: left;
}

div.newImage1{
	width: 180px;
	float: left;
	text-align: right;
}
div.newImage2{
	width: 180px;
	float: left;
	text-align: right;
}
div.newImage3{
	width: 190px;
	float: left;
	text-align: right;
}

td.levoOkvir {
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

td.levoOkvir2 {
	border: 1px solid #dcdcdc;
	margin-top: 10px;
	text-align: center;
}

table.customers {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	border-collapse:collapse;
	margin-right:15px;
}

table.customers  td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	border-bottom: 1px dotted #003F82;
	vertical-align: top;
	padding-top: 5px;
}
td.leftMenu {
}

/* LEFT MENU */

UL.menu {
margin: 0px;
padding: 0px;
list-style-type: none;
}
UL.menu b{
font-weight: normal;
}
UL.menu a {
text-decoration: none;
}
UL.menu a:hover{
text-decoration: none;
}
LI.item {
padding: 2px;

}

UL.root {
	padding: 0px;
	margin: 0px;
}

UL.root LI.item {
	padding: 0px;
	margin: 0px;
}

UL.root LI.active A {
	color: red;
}

UL.root LI.activet {
	background-image: url('/user/include/takolako/images/strelica.gif');
	background-repeat: no-repeat;
	background-position: 0 7px;
}

UL.sub1 {
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	display: none;
	border-top: 1px dotted orange;
	border-bottom: 1px dotted orange;
	background: #e8e5eb;
	list-style-image: none;
	list-style-type: none;
        font-size: 14px;
}

UL.sub1 LI.item {
	background-image: url();
	padding-left: 2px;
}

UL.sub2 {
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px;
	display: none;
	background: #f1eff3;
	list-style-image: none;
	list-style-type: none;
}

UL.sub2 LI.item {
	background-image: url();
	padding-left: 2px;
}

/* LEFT MENU */

/* TAKO LAKO SHOP */


DIV.levoOkvir {
	float: left;
	color: #A0A0A0;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #555555;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	width: 165px;
}

DIV.levoOkvir DIV.levoNaslovSivo {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CAC3D0;
	padding: 0px;
	text-align: center;
	width: 165px;
}

DIV.levoOkvir DIV.levoNaslovOrange {
	background-color: #F6921D;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	text-align:center;
	width: 165px;
}

DIV.informacijee {
	padding: 5px;
}

DIV.webmasteri {
	padding: 5px;
	
	color: #A0A0A0;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	
	text-align: center;
}

DIV.levoOkvir A {
	text-decoration: none;
}

DIV.levoOkvir A IMG{
	border: 0px;
}

DIV.levoOkvir A:hover {
	text-decoration: none;
}

DIV.levoOkvir DIV.listaNovih TABLE.thumbs_list TD.thumbs_list TABLE.item_single TD.name {
	text-decoration: none;
	color: #FF0000;
	background-image: url(/user/include/takolako/images/background_orange.gif);
	background-repeat: repeat-x;
	width: 165px;
}

/* PRODUCT ITEM */
TABLE.product {
	
}
TABLE.product TR.title {
}
TABLE.product TR.title TD {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #666666; 
	padding: 0px;
}
TABLE.product TR.subtitle {
	background-color: #FFF3C1;
}
TABLE.product TR.subtitle TD {
	height: 20px;
}

TABLE.product TD.image {
}
TABLE.product TD.text {
	padding: 10px;
}

TABLE.imgNavigation {
}
TABLE.imgNavigation INPUT.button {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	
	height: 15px;
	
	border: 0px solid #000000;
	background-color: #FFF3C1;
}

TABLE.product P.desc {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 3px;
}
TABLE.product P.note {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 3px;
}
TABLE.product P.mark {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #4b4f7f; 
	margin: 0px;
	padding-left: 3px;
}

TABLE.product TR.price {
}
TABLE.product TR.price TD {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	
	margin: 0px;
	padding: 10px;
	
	text-align: right;
}
TABLE.product TR.price TD SPAN.price-gray {
	color: #696969;
	font-size: 18px;
	font-weight: bold;
	padding-right: 40px;
}
TABLE.product TR.price TD SPAN.price-blue {
	color: #044088;
	font-size: 18px;
	font-weight: bold;
	padding-right: 40px;
}
TABLE.product TR.price TD SPAN.price-orange {
	color: #e86f1c;
	font-size: 18px;
	font-weight: bold;
	padding-right: 40px;
}
TABLE.product TR.price TD SPAN.pdv {
	float: right;
	padding-right: 50px;
}
TABLE.product TR.price TD SPAN.oldprice {
	float: right;
	padding-right: 45px;
	margin-top: -23px;
	/*position: relative;*/
	z-index: 999;
}


TABLE.product TR.quantity {
}
TABLE.product TR.quantity TD {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	
	margin: 0px;
	padding: 5px 10px;
}
TABLE.product TR.quantity TD SPAN {
	color: #F79E76;
}
TABLE.product TR.quantity TD INPUT {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #F79E76; 
	
	width: 60px;
	padding-left: 4px;
	
	border: 1px solid #666666;
}

TABLE.product TR.comment {
}
TABLE.product TR.comment TD {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	
	margin: 0px;
	padding: 5px 10px;
	
	border-bottom: 1px dotted #F79E76;
}
TABLE.product TR.comment TD SPAN {
	color: #F79E76;
}
TABLE.product TR.comment TD SELECT {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #F79E76; 

	
	border: 1px solid #666666;
}

TABLE.product TR.submit {
}
TABLE.product TR.submit TD {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	
	margin: 0px;
	padding: 5px 10px;
}
TABLE.product TR.submit TD SPAN {
	color: #F79E76;
}
TABLE.product TR.submit TD INPUT {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #F79E76; 
	
	background-color: #FFFFFF;
	
	border: 1px solid #666666;
}
TABLE.product TR.submit TD INPUT.item_add {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #808183; 
	
	width: 150px;
	height: 27px;
	padding-right: 35px;
	
	background-image: url('images/button_140.gif');
	
	border: 0px solid #666666;
}

TABLE.product TR.submit TD INPUT.item_telefon {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #808183; 
	
	width: 150px;
	height: 27px;
	padding-right: 35px;
	margin-top: 5px;
	
	background-image: url('images/button_140_tel.gif');
	
	border: 0px solid #666666;
}

/* PRODUCT ITEM */

/* BUTTONS */
INPUT.tell_friend {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #808183; 
	
	width: 150px;
	height: 27px;
	padding-right: 35px;
	
	background-color: #FFFFFF;
	background-image: url('images/button_140.gif');
	
	border: 0px solid #666666;
}
INPUT.item_single {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #808183; 
	
	width: 180px;
	height: 27px;
	padding-right: 35px;
	
	background-color: #FFFFFF;
	background-image: url('images/button_160.gif');
	
	border: 0px solid #666666;
}
INPUT.post_comment {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #808183; 
	
	width: 150px;
	height: 27px;
	padding-right: 35px;
	
	background-color: #FFFFFF;
	background-image: url('images/button_140.gif');
	
	border: 0px solid #666666;
}
INPUT#remove {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #000000; 
	
	width: 80px;
	height: 20px;
	
	background-color: #FFFFFF;
	background-image: url();
	
	border: 1px solid #f36c32;
}

table.links {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px;
}
/* BUTTONS */

TD.not_available_message {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:10px 0px;
}

TD.not_available_message INPUT.item_single {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: #000000; 
	
	cursor: pointer;
	
	width: 215px;
	height: 20px;
	
	border: 1px solid #f36c32;
	background-color: #ffffff;
	background-image: url();
}

DIV.desnoNaslovOrange{
	background-color: #F6921D;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	text-align:center;
	width:188px;	
}

td h2
{
        padding: 0px;
        margin: 0px;
        font-size: 16px;
}

td h2.child
{
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        font-weight: normal;
}

li h3.h3_parent
{
		padding-top: 10px;
		margin: 0px;
		display: inline;
		font-family: Verdana,Helvetica,sans-serif;
		font-weight: normal;
		font-size: 11px;
}

div h4.h4_parent
{
		padding: 0px;
		margin: 0px;
		display: inline;
		font-family: Verdana,Helvetica,sans-serif;
		font-weight: normal;
		font-size: 11px;
}

td div h4.h4_parent
{
		padding: 0px;
		margin: 0px;
		display: inline;
		font-family: Verdana,Helvetica,sans-serif;
		font-weight: normal;
		font-size: 12px;
}

td h1.art_name
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003F82;
	padding: 0px;
    margin: 0px;
}

td.price span.priceWoDiscount {
    position: relative;
    width: auto;
    height: 15px;
}
td.price span.priceWoDiscount SPAN.discountIcon {
    background-image: url(images/discountline.gif);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
}

table.dobitnici tr td {
	font-size:10px;
}

table.dobitnici tr.header td {
	font-size:12px;
}

div.breadcrumb h3 {
    display: inline;
    font-size:12px;
}

div.breadcrumb h3 a {
  color: #003F82;
  text-decoration:none;
}

div.breadcrumb h3 a:hover {
    text-decoration: underline;
}

div.comments_view_form div.breadcrumb {
    display: none ;
}

table.comment_mark tr td {
   font-size: 10px;
}

table.comment_mark tr td.user_details {
  font-size: 14px;
}
div.caption {
font-size: 14px;
font-weight:bold;
}

div.search div.category div.items table.cat_item_list tr{
background-color: white;
}

div.search div.category div.items table.cat_item_list td.cat_item_list table.item_single td {
background-color: white;
}

div.search div.category div.items table.cat_item_list td.cat_item_list table.item_single td.img {
background-color: white;
}

div.search div.category div.caption {
font-size: 14px;
font-weight:bold;
width: 525px;
padding-bottom: 5px;
background-color: white;
}

div.search div.category {
background-color: white;
}

div.search div.category div.items table.cat_item_list td.cat_item_list table.item_single td.price {
background-color: white;
}

div.properties {
    float: left;
    width: 330px;
    
	font-size: 12px;
	padding-top: 10px;
}
div.properties div.property{
	padding-bottom: 2px;
}

div.properties span.name{
	font-weight: bold;
                font-size: 14px;
}

div.property {
	width: 100%;
	background-image: url();
                color:#A0A0A0;
}

div.property div.name{
	font-weight: bold;
	padding-bottom: 2px;
                font-size: 14px;
}

div.property div.description{
	padding-bottom: 3px;
}

h3.property {
        font-size: 12px;
        font-weight:normal;
        margin: 0px;
}

table.kupci tbody tr td {
  font-size: 12px;
}

table.kupci tbody tr td b {
  font-size: 11px;
  font-weight:bold;
}

SELECT.propertyvalues-tag {
	width:155px;
}


INPUT.add_to_order_button {
    width: 84px;
    height: 21px;
    border: 0px;
	background-image:url(images/ukorpu.gif);
}

INPUT.add_to_order_button_over {
    width: 84px;
    height: 21px;
    border: 0px;
    background-image:url(images/ukorpu_over.gif);
}

FORM.addToBasketForm {
    float:right;
    width:84px;
}

A.add_to_order {
    display: inline;
    float: right;
    width: 83px;
    height: 21px;
    margin: 0px 1px 0px 0px;
    border: 0px;
	background-image:url(images/ukorpu.gif);
}

A.add_to_order:hover {
    background-image:url(images/ukorpu_over.gif);
}


DIV.item_comments {
    float: left;
	
	width: 575px;
}

DIV.item_comments DIV#most_recent_comments {
    display: none;
}

DIV.item_comments DIV#comments_link_div {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #003f82;
	padding-left: 13px;
	
	background-image: url(images/icon_bluebox.gif);
	background-repeat: no-repeat;
	background-position: left;
}

DIV.item_comments DIV#comments_link_div A {
	color: #003f82;
	text-decoration: none;
}
DIV.item_comments DIV#comments_link_div A:hover {
	text-decoration: underline;
}

DIV.item_comments DIV#mark_div {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #003f82;
	padding-left: 13px;
	
	background-image: url(images/icon_bluebox.gif);
	background-repeat: no-repeat;
	background-position: left;
}

DIV.item_comments DIV#mark_div A {
	color: #003f82;
	text-decoration: none;
}
DIV.item_comments DIV#mark_div A:hover {
	text-decoration: underline;
}

DIV.item_comments DIV#post_div {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #003f82;
	padding-left: 13px;
	
	background-image: url(images/icon_bluebox.gif);
	background-repeat: no-repeat;
	background-position: left;
}
DIV.item_comments DIV#post_div A {
	color: #003f82;
	text-decoration: none;
}
DIV.item_comments DIV#post_div A:hover {
	text-decoration: underline;
}


DIV.tellfriend {
    float: left;
	
	width: 575px;
}

DIV.tellfriend INPUT.tellfriend {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #003f82;
	padding-left: 10px;
	text-align: left;
	border: 0px solid #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	padding-left: 10px;
	
	background-image: url(images/icon_bluebox.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#f_ime_1 {
	padding: 10px 0px 0px 0px;
}

#f_ime_2 {
	padding: 10px 0px 0px 0px;
}

#BabyshopCellBox P {
	margin: 8px 0px 5px 0px;
}


/* IMAGEGALLERY */
DIV.imageGallery {
    display: block;
    float: left;
	width: 100%;
}

DIV.imageGallery DIV.shadow {
    display: none;
    float: left;
}

DIV.imageGallery DIV#imageGalleryShadow {
    display: none;
    float: left;

    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;

    background-color: #5c5c5c;
    filter: alpha(opacity=75);
    opacity: 0.75;
    z-index: 999;
}

#image_big_button {
	opacity: 1;
}

DIV.imageGallery DIV.images {
    display: block;
    float: left;
}

DIV.imageGallery DIV.images DIV.image {
	/*display: block;*/
    float: left;
}

DIV.imageGallery DIV#image_big {
    position: absolute;
    top: -1000;
    left: 0;

    z-index: 9999;

    background-color: #FFFFFF;
}

DIV.imageGallery DIV#image_big_buttonclose {
    float: right;
    
    cursor: pointer;
}

DIV.imageGallery DIV.navigation {
    display: block;
    float: left;

    padding-top: 5px;
}

DIV.imageGallery DIV.navigation SPAN {
    display: block;
    float: left;
}

DIV.imageGallery DIV.navigation DIV.image {
    display: block;
    float: left;

    cursor: pointer;
    padding-left: 5px;

    filter: alpha(opacity=50);
    opacity: 0.5;
}

DIV.imageGallery DIV.navigation DIV.active {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

DIV.imageGallery DIV.navigation DIV.over {
    filter: alpha(opacity=75);
    opacity: 0.75;
}
/* IMAGEGALLERY */


DIV.categories {
	display: block;
	float: left;
	
	width: 100%;
}

DIV.categories DIV.category {
	display: block;
	float: left;
	
	width: 33%;
	padding-bottom: 20px;
}

DIV.categories DIV.category DIV.image {
	display: block;
	float: left;
	
	width: 100%;
	text-align: center;
}

DIV.categories DIV.category DIV.name {
	display: block;
	float: left;
	
	width: 100%;
	text-align: center;
}

DIV.categories DIV.category DIV.name A {
	color: #003F82;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

DIV.categories DIV.category DIV.name A:hover {
	color: #919191;
}


DIV.window {
	float: left;
	
	width: 100%;
	margin: 0px 0px 10px 0px;
}

DIV.window DIV.title {
	float: left;
	
	width: auto;
	height: auto;
	padding: 5px 10px;
	
	background-color: #E7E7E7;
	border-top: 1px solid #989898;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	
	color: #575757;
	font-size: 12px;
}

DIV.window DIV.links {
	float: right;
}

DIV.window DIV.content {
	float: left;
	
	width: 100%;
	height: auto;
	padding: 10px 0px;
	
	background-color: #FFFFFF;
	border: 1px solid #808080;
	
	color: #575757;
	font-size: 12px;
}

DIV.window DIV.content H2 {
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

DIV.window DIV.content P {
	padding: 0px;
	margin: 0px 10px 10px 10px;
}


DIV.top_bar {
	display:inline;
	float:left;
	
	width: 100%;
	height:35px;
	margin:2px 0 10px;
	
	background-image:url(images/background_categories_menu.gif);
	background-repeat:repeat-x;
}

DIV.searchbox {
	float: right;
	padding: 5px;
	width: 155px;
}

DIV.searchbox INPUT.searchbox_pattern {
	float: left;
	width: 110px;
	
	border: 1px solid #7f9db9;
}

DIV.searchbox INPUT.searchbox_button {
	float: right;
}


/*SHARE BUTTONS */
DIV.share_box {
	float:left;
	font-size:12px;
	padding: 2px 5px;
}

DIV.share_box A {
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
}

html .fb_share_button { 
	display: block; 
	height: 16px; 
	width: 16px;
	background-image:url(images/share_on_facebook.gif);
	background-repeat: no-repeat;
} 

html .myspace_share_button { 
	display: block; 
	width: 16px;
	height: 16px; 
	background-image:url(images/share_on_myspace.gif);
	background-repeat: no-repeat;
} 

html .twitter_share_button { 
	display: block; 
	width: 16px;
	height: 16px; 
	background-image:url(images/share_on_twitter.gif);
	background-repeat: no-repeat;
} 

html .stumbleupon_share_button { 
	display: block; 
	width: 16px;
	height: 16px; 
	background-image: url(images/share_on_stumbleupon.gif);
	background-repeat: no-repeat;
} 
/*SHARE BUTTONS */

/* MOST RECENT COMMENTS */
DIV.item_comments {
    position: relative;
}

DIV.item_comments DIV#most_recent_comments {
    display: none;

    position: absolute;
    top: 14px;
    left: -160px;
    
    width: 400px;

    background-color: #fcfcfc;
    border: 1px solid #000000;

    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;
}

DIV.item_comments DIV#most_recent_comments DIV.comment {
    display: inline;
    float: left;

    width: 390px;
    margin: 5px 5px 5px 5px;
}

DIV.item_comments DIV#most_recent_comments DIV.comment DIV.comment-date {
    display: block;
    float: left;

    width: 80px;
    padding: 0px 3px 0px 2px;

    color: #444444;
}

DIV.item_comments DIV#most_recent_comments DIV.comment DIV.comment-name {
    display: block;
    float: left;

    width: 190px;
    padding: 0px 3px 0px 2px;

    color: #444444;
}

DIV.item_comments DIV#most_recent_comments DIV.comment DIV.comment-country-name {
    display: none;

    color: #444444;
}

DIV.item_comments DIV#most_recent_comments DIV.comment DIV.comment-ip {
    display: none;

    color: #444444;
}

DIV.item_comments DIV#most_recent_comments DIV.comment DIV.comment-mark {
    display: block;
    float: left;

    width: 105px;
    padding: 0px 3px 0px 2px;

    color: #444444;
}

DIV.item_comments DIV#most_recent_comments DIV.comment DIV.comment-comment {
    display: block;
    float: left;

    width: 385px;
    padding: 0px 3px 0px 2px;

    color: #012954;
}

DIV.item_comments DIV#most_recent_comments DIV.comments_link {
    display: inline;
    float: left;

    width: 390px;
    margin: 5px 5px 5px 5px;
}

DIV.item_comments DIV#most_recent_comments DIV.comments_link A {
    color: #012954;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

DIV.item_comments DIV#most_recent_comments DIV.comments_link A:hover {
    color: #012954;
}
/* MOST RECENT COMMENTS */
