@charset "utf-8";

.box_kosarica {
	float: left;
	height: auto;
	width: 240px;
	font-size:13px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
	-khtml-border-radius: 0px 2px 2px 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-color: #DFE1E3;
	border-right-color: #DFE1E3;
	border-bottom-color: #DFE1E3;
	border-left-color: #DFE1E3;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.box_kosarica h1 {
	color:#79818E;
	text-shadow: 1px 1px 0 #ffffff;
	font-size:18px;
	text-decoration:none;
}

.box_kosarica p {
	text-shadow: 1px 1px 0 #00203c;
	text-align:center;
}


.box_menu_offer {
	padding: 10px;
	float: left;
	height: auto;
	width: 190px;
	margin-top:10px;
	font-size:13px;
	border: 1px solid #D7E1EC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	
	background: rgb(235,241,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZjFmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmM3ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(150,199,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(100%,rgba(150,199,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(150,199,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(150,199,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(150,199,255,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(150,199,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#96c7ff',GradientType=0 ); /* IE6-8 */
	
}

.box_menu_offer h1 {
	font-size:18px;
	color: #ce181e;
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration:none;
}

.box_menu_offer p {

	text-shadow: 1px 1px 0 #00203c; 
	text-align:center;
}


/* BOX USER OPTIONS */

.box_user_options {
	padding: 10px;
	float: left;
	height: auto;
	width: 250px;
	margin-top:10px;
	font-size:13px;
	text-align:left;
	border: 1px solid #DFE1E3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;

}
.box_user_options a {
	font-size:12px;
	text-decoration: none;
}

.box_user_options a:hover {
	text-decoration:underline;
	color: #696969;
}

.box_user_options h1 {
	font-size:18px;
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration:none;
}

.box_user_options p {
	background-image: url(images/offer/ar_submenu.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-position: left 2px;
}


/* BOX USER LOGIN */

.box_user_login {
	padding: 10px;
	float: left;
	height: auto;
	width: 250px;
	margin-bottom:10px;
	font-size:13px;
	text-align:left;
	border: 1px solid #DFE1E3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;

}
.box_user_login a {
	font-size:12px;
	text-decoration: none;
	background-image: url(images/basic/arrow-off.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 16px;
}

.box_user_login a:hover {
	text-decoration:underline;
	color: #696969;
}

.box_user_login h1 {
	font-size:18px;
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration:none;
}

.box_user_login p {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-position: left 2px;
}


.user_links a {
	border: 1px solid #CCC;
	width: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	margin-right: 15px;
	margin-bottom:15px;
}
.user_links a:hover {
	background-color:#F5F5F5;
}


.box_priporocamo {
	padding: 10px;
	float: left;
	height: auto;
	width: 190px;
	margin-top:10px;
	font-size:13px;
	border: 1px solid #D7E1EC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	
	background-color:#FFFFFF;
	
}

.box_priporocamo h1 {
	font-size:18px;
	color: #ce181e;
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration:none;
}
.box_priporocamo h2 {
	font-size:26px;
	color: #EF8401;
}
.box_priporocamo p {
	color: #ce181e;
	text-align:center;
}
.box_priporocamo a {
	color: #ce181e;
	font-size:12px;
}


.box_content {
	padding: 10px;
	float: left;
	height: auto;
	width: 190px;
	margin-top:10px;
	font-size:13px;
	border: 1px solid #DDDFE1;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	background-color:#FFFFFF;
	text-align: left;

}

.box_content h1 {
	font-size:18px;
	color: #ce181e;
	text-shadow: 1px 1px 0 #ffffff;
	margin-bottom: 5px;
	text-decoration:none;
}

.box_content h2 {
	font-size:26px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #3A91DE;
}
.box_content p {
	color: #ce181e;
	text-align:left;
}
.box_content p a {
	color: #ce181e;
	font-size:12px;
}


/* SUBMENU */

.offer_content_line_submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	color:#576068;
	float: left;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	margin-top: 5px;
	line-height: 1.4;
}

.offer_content_line_submenu a {
	font-size:11px;
	text-decoration:none;
	color: #818FA7;
}
.offer_content_line_submenu a:hover {
	text-decoration:underline;
}



.offer_content_line_submenu_dark {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	float: left;
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #7f8083;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.offer_content_line_submenu_dark a {
	font-size:11px;
	text-decoration:none;
	color: #FFFFFF;
}
.offer_content_line_submenu_dark a:hover {
	text-decoration:underline;
}

.offer_image {
	padding:4px;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: 0px 2px 3px  #EAECEC;
	-moz-box-shadow: 0px 2px 3px  #EAECEC;
	box-shadow: 0px 2px 3px #E8EAEA;
	-webkit-box-shadow:  0px 2px 3px  #EAECEC;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.offer_cart_cont {
	padding-bottom: 15px;
}
.offer_cart_line_product {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
}
.offer_cart_product_pic {
	float: left;
	width: 110px;
	text-align: center;
	margin-right: 10px;
}
.offer_cart_product_line {
	float: left;
	width: 550px;
}
.offer_cart_product_line p a {
	color:#2d3b61;
	font-size:15px;
}
.offer_cart_product_total {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: right;
	padding-right: 15px;
	font-weight: bold;
}
.offer_cart_shadow_right {
	background-image: url(images/offer/shadow_right_001.png);
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 790px;
	background-position: right top;
}
.offer_content_bg {
	float: left;
	width: 678px;
	border: 1px solid #E4E4E4;
	padding: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	font-size:14px;
	line-height:1.5;
}
.offer_content_bg h1 {
	color: #3A91DE;
	font-size: 22px;
	color: #EF8401;
	text-decoration:none;
}
.offer_display_product_cont {
	float: left;
	width: 700px;
}
.offer_display_product_line {
	float: left;
	width: 680px;
	line-height: 1.5;
}
.offer_display_product_line h1 {
	color: #D90005;
	font-size: 22px;
	text-decoration:none;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9C9C9;
	width: 340px;
}

.offer_display_product_left {
	float:left;
}
.offer_display_product_pic {
	float:left;
	padding: 5px;
	border: 1px solid #EBEBEB;
	margin-right: 8px;
	margin-bottom: 8px;
}

.offer_display_product_info {
	float:left;
	width: 380px;
}

.offer_display_product_info p {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	margin: 0px;
	font-size: 14px;
}

.btn_add_to_basket
{
	background-color: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #ce181e;
	color: #FFF;
	/* text-shadow: 1px 1px 0 #218DEF; */
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 45px;
	cursor:pointer;
	width: auto;
	float: left;
	margin: 0px;
	background-image: url(images/offer/offerping_cart_24.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
.btn_add_to_basket a
{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	background-color: #ce181e;
}
.btn_add_to_basket a:hover
{
	text-decoration:underline;
	background-color: #ce181e;
}
.btn_add_to_basket a:visited
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #ce181e;
}
.additional_info {
	float: left;
	height: auto;
	width: 280px;
	padding:15px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 1.1em;
	line-height: 1.5;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #C2CFED;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	
	background: rgb(240,249,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

.additional_info h2 {
	font-size:16px;
	margin-bottom:5px;
	color: #ce181e;
}


.last_viewed_product {
	float: left;
	margin-right: 7px;
	padding: 5px;
	width: 75px;
	border: 1px solid #EEE;
	text-align: center;
	height: 70px;
	background-color: #FFF;
	margin-top: 10px;
}
.last_viewed_product a {
	color:#3A4970;
	font-size:0.9em;
}
.tab_content a {
	font-size: .9em;
	color: #3A4970;
}


.bg_prihranek {
	font-size: 12px;
	font-weight: normal;
	color: #79818E;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	float: left;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	width: 350px;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */


}

.form_input {
	background-color: #FBFBFB;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444757;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.form_input_error {
	background-color: #FFEAE6;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444757;
	border: 1px solid #FFB9B7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


/* Temeljni seznam kategorij, podkategorij in izdelkov */

.offer_list_view_small {
	height: auto;
	width: 693px;
	margin-bottom: 2px;
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFF;
	padding-top: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
}
.offer_list_view_small a {
	color:#444757;
	text-decoration:none;
}
.offer_list_view_small a:hover {
	text-decoration:underline;
}

.offer_list_pic_small {
	width:40px;
	height:auto;
	text-align: center;
	margin-right: 10px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADADAD;
	border-right-color: #ADADAD;
	border-bottom-color: #ADADAD;
	border-left-color: #ADADAD;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.offer_list_line_name {
	float: left;
	height: auto;
	width: 250px;
	margin-right: 10px;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #ADADAD;
	padding-left: 10px;
}

.offer_list_line_name h2, h2 a {
	font-size:14px;
	color:#f89e1b;
}

.offer_list_line h3 {
	font-weight:normal;
	color:#ce181e;
	font-size:17px;
	margin: 0px;
	padding: 0px;
}
.offer_list_line h3 a {
	font-weight:normal;
	color:#ce181e;
	font-size:17px;
	margin: 0px;
	padding: 0px;
}

.offer_list_line h3 a:visited {
	color:#ce181e;
}

.offer_list_line_ico_small a {
	background-image: url(images/offer/offer_arr_20.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 20px;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}
.offer_list_line_ico_small a:hover {
	background-image: url(images/offer/offer_arr_20_up.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 20px;
	float: right;
}

.offer_list_line_ico a {
	background-image: url(images/offer/offer_arr_50.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 50px;
	float: right;
	margin-top:7px;
	margin-right:20px;
}
.offer_list_line_ico a:hover {
	background-image: url(images/offer/offer_arr_50_up.png);
}




/* Razširjen seznam kategorij, podkategorij in izdelkov */

.offer_list_view {
	height: auto;
	width: 688px;
	margin-bottom: 10px;
	float: left;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
	padding-top: 8px;
	border: 1px dotted #DADADA;
	-moz-box-shadow: 0px 2px 3px  #EAECEC;
	box-shadow: 0px 2px 3px #E8EAEA;
	-webkit-box-shadow:  0px 2px 3px  #EAECEC;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	font-size: 14px;
}
.offer_list_view a {
	color:#444757;
	font-size: 12px;
}
.offer_list_view h2, h2 a {
	font-size:18px;
	color:#444757;
}

.offer_list_view h3, h3 a {
	font-size:#ce181e;
	font-weight:normal;
	color:#ce181e;
}



.offer_list_pic {
	width:115px;
	height:auto;
	text-align: center;
	margin-right: 15px;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.offer_list_line {
	float: left;
	height: auto;
	width: 380px;
	margin-right: 10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:6px;
}
.offer_list_line a {
	font-size:#ce181e;
	font-weight:normal;
	color:#444757;
	font-size:18px;
	text-decoration:none;
}
.offer_list_line a:hover {
	text-decoration:underline;
	color:#ce181e;
}
.offer_list_line a:visited {
	text-decoration:none;
}


.offer_list_cart {
	float: left;
	height: auto;
	width: 140px;
	text-align: left;
	padding-left:10px;
}

.offer_list_cart a {
	font-size:14px;
	text-decoration:none;
	background-image: url(../../images/bullets/listing-example-1-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left:18px;
}
.offer_list_cart a:hover {
	text-decoration:underline;
}
.offer_cart_small_cont {
	float: left;
	height: auto;
}
.offer_cart_small_line {
	height: auto;
	margin-bottom: 4px;
	font-size:14px;
	width: 250px;
}
.offer_cart_small_line p {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
.offer_cart_small_line span {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	width: 250px;
	float: left;
	font-size: 15px;
}
.offer_cart_small_line a {
	color:#ce181e;
	font-size:15px;
}
.offer_cart_small_line_border {
	height: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
	background-color: #F4F4F4;
	float: left;
	width: 240px;
	border: 1px dotted #E5E5E5;
}

.offer_cart_small_line_border a {
	font-size:15px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration:none;
}
.offer_cart_small_line_border a:hover {
	text-decoration:underline;
}
.cart_heading {
	float: left;
	height: auto;
	width: 688px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #DBDBDB;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
	background-image: url(images/icons/ico_vozicek.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}


.btn_purchase_step a {
	float: right;
	border: 1px solid #CCC;
	width: auto;
	padding: 7px 12px;
	margin-right: 5px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFF;
	font-weight: bold;
	color: #444757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	
}
.btn_purchase_step a:hover {
	background-color:#F5F5F5;
	
}
.btn_purchase_step_active a {
	float: right;
	border: 1px solid #CCC;
	width: auto;
	padding: 7px 12px;
	margin-right: 5px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ce181e;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* SPLETNA TRGOVINA - BOXI */

.offer_product_cont {
	float: left;
	min-height: 175px;
	width: 190px;
	margin-right: 6px;
	margin-bottom: 4px;
	border-radius:3px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #FFF;
	border: 1px dotted #CCC;
	font-size: 11px;
	-moz-box-shadow: 0px 2px 3px  #E8EAEA;
	box-shadow: 0px 2px 3px #E8EAEA;
	-webkit-box-shadow:  0px 2px 3px  #E8EAEA;
	color: #323947;
}

.offer_product_cont h2 a {
	color:#000;
}
.offer_product_cont h2 a:visited {
	color:#000;
}
.offer_product_cont_action {
	float: left;
	min-height: 180px;
	width: 200px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	background-image: url(templates/default/images/first/corner_action_red.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.offer_product_cont_head {
	background-color: #EBF0F3;
	width: auto;
	padding-top: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
	color: #000;
}
.offer_product_cont_head h2, h2 a, h2 a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-decoration:none;
}
.offer_product_cont_head a:hover {
	text-decoration:underline;
}
a:hover .offer_product_cont_head h2 {
	text-decoration:underline;
}
.offer_product_action a {
	
	height: 85px;
	width: 85px;
	position: absolute;
	z-index: 100;
	margin-left: 154px;
	margin-top: -1px;
}

.offer_product_cont .offer_product_action h2, h2 a, h2 a:visited, h2 a:active {
	font-size: 11px;
	color:#2F3442;
	font-family: Arial, Helvetica, sans-serif;
}


.offer_product_cont_line {
	width: auto;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #323947;
}

.offer_product_cont_line a:link {
	color:#003f80;
}
.offer_product_cont_line a:visited {
	color:#003f80;
}


/* KLASIČNI- MALI IZPIS PRODUKTOV */

.offer_small_product_cont {
	float: left !important;
	width: 166px;
	margin-right: 10px;
	color:#5A616B;
	border-radius:3px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
	padding-right: 0px;
	padding-left: 0px;
	height: 240px;
}

.offer_small_product_cont_head {
	padding-bottom: 10px;
	font-size: 13px;
}
.offer_small_product_cont_head h1 {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;	
}
.offer_small_product_cont_head h1 a {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color: #5A616B;
}
.offer_small_product_cont_head h1 a:hover {
	text-decoration:underline;
	color: #ce181e;
}
.offer_small_product_cont_head h1 a:active {
	text-decoration:none;
}
.offer_small_product_cont_head h1 a:visited {

	text-decoration:none;

}
.offer_small_product_line {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 11px;
}

.offer_small_product_line h2 {
	font-size:14px;
	font-weight:normal;
	color:#3C3C3C;
	float: none;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 0px;
	text-align: center;
	background-color: #E8E8E8;
	border:none;
}

.offer_small_product_line p {
	line-height:1.2;
	margin:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.offer_small_product_line_povprasevanje {
	float: left;
	width: 100%;
	text-align:center;
	margin-top:35px;
	font-size: 11px;
	background-color: #E8E8E8;
	padding:4px 0px;
}
.offer_small_product_line_povprasevanje a {
	font-size:13px;
	text-decoration:none;
}
.offer_small_product_line_povprasevanje a:hover {
	text-decoration:underline;
}



/* KLASICNA PRVA STRAN */

.novo_aktualno {
	float: left;
	width: 770px;
	height:53px;
	margin-top: 10px;
	-moz-border-radius:7px 0px 0px 0px;
	-webkit-border-radius:7px 0px 0px 0px;
	border-radius:7px 0px 0px 0px;
	background-image: url(images/mix/napis_novo_aktualno.jpg);
	background-repeat: no-repeat;	
}

.offer_classic_product_cont {
	float: left;
	width: 335px;
	margin-right: 15px;
	color:#5A616B;
	border-radius:3px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
	padding-right: 0px;
	padding-left: 0px;
}

.offer_classic_product_cont_head {
	padding-bottom: 10px;
	font-size: 13px;
}
.offer_classic_product_cont_head h1 {
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
	
}
.offer_classic_product_cont_head h1 a {
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color: #5A616B;
	background-image: url(../../images/bullets/arrow.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 2px 4px;
}
.offer_classic_product_cont_head h1 a:hover {
	text-decoration:underline;
}
.offer_classic_product_line {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8F8F8F;
}

.offer_classic_product_line h2 {
	font-size:17px;
	font-weight:normal;
	color:#5A616B;
	float: none;
	padding-bottom: 5px;
	margin: 0px;
}

.offer_classic_product_line p {
	line-height:1.2;
	margin:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.offer_classic_search_bg {
	font-size: 12px;
	float: right;
	width: 340px;
	margin-right: 19px;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-top: 2px;
}



.btn_ogled_izdelka 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	cursor:pointer;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #AAA;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #AAA;
}

.btn_ogled_izdelka a:
{
	color: #5A616B;	
	text-decoration:none;
}
.btn_ogled_izdelka a:hover
{
	text-decoration:underline;
}
.btn_ogled_izdelka a:visited
{
	color: #5A616B;
	text-decoration:none;
}


.offer_classic_priporocamo_cont {
	margin-top:10px;
	font-size: 12px;
	float: left;
	width: 170px;
	border: 1px solid #CCC;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
}
.offer_classic_priporocamo_cont p {
	text-align:left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
.first_classic_cont  {
	float: left;
	width: 220px;
	margin-right: 15px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	text-align: center;

}
.first_classic_cont h1 a {
	text-decoration:none;
	color: #ce181e;
	font-size: 16px;
}
.first_classic_cont h1 a:hover {
	text-decoration:underline;
}

.offer_list_menu_head {
	width: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	background: rgb(211,231,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2QzZTdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(211,231,255,1) 1%, rgba(254,255,255,1) 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(211,231,255,1)), color-stop(51%,rgba(254,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(211,231,255,1) 1%,rgba(254,255,255,1) 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(211,231,255,1) 1%,rgba(254,255,255,1) 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(211,231,255,1) 1%,rgba(254,255,255,1) 51%); /* IE10+ */
	background: linear-gradient(top,  rgba(211,231,255,1) 1%,rgba(254,255,255,1) 51%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e7ff', endColorstr='#feffff',GradientType=0 ); /* IE6-8 */
	margin: 0px;
	
}

.offer_list_menu_head h1, h1 a {
	padding:5px 15px;
	font-size:15px;
	font-weight:normal;
	color:#ce181e;
	text-decoration:none;
}
.offer_list_menu_head h1 a:hover {
	color:#ce181e;
	text-decoration:underline;
}



a.offer_menu_level_1 {
	height: auto;
	text-align: left;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	text-decoration: none;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #3C3C3C;
	width: 245px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
a:hover.offer_menu_level_1 {
	text-decoration: underline;
	color: #ce181e;
}

a.offer_menu_level_2 {
	height: auto;
	text-align: left;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	padding-left: 25px;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #C3C3C3;
	background-image: url(images/basic/arrow-off.gif);
	width: 210px;
	background-position: 10px 4px;
}

a:hover.offer_menu_level_2 {
	text-decoration: none;
	color: #ce181e;
}
a.offer_menu_level_2_active {
	height: auto;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Verdana, "Times New Roman", Sans-serif;
	color: #BB0004;

}


a.offer_menu_level_3 {
	text-align: left;
	font-family: Arial, Verdana, "Times New Roman", Sans-serif;
	font-size: 12px;
	background-image: url(../images/mix/ar_level_3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #565A70;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.offer_menu_level_4 {
	height: auto;
	width: 160px;
	font-family: Arial, Verdana, "Times New Roman", Sans-serif;
	font-size: 11px;
	padding-left: 15px;
	margin-bottom: 1px;
	float: left;
	background-image: url(../images/basic/ar_level_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.offert_menu_level_5 {

	float: left;
	height: auto;
	width: 150px;
	text-align: left;
	font-family: Arial, Verdana, "Times New Roman", Sans-serif;
	font-size: 11px;
}


#offer_menu_level_up {
	float: left;
	height: auto;
	min-width: 150px;
	text-align: left;
	font-family: Arial, Verdana, "Times New Roman", Sans-serif;
	color: #960;
}


.content_item_clicked {
	background-color:#ce181e;
	background-image: none;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.margin_noborder {
	margin-top:5px;
	border:1px solid #FFF;
	background-color: #ce181e;
	height: 10px;
}



.menu_offer_cont { /* Drop down seznam kategorij in podkategorij */

	width:400px;
	background-color:#ccc;
	margin-bottom:10px;

}


/* LISTANJE */

.stran_link {
	padding:0px 4px;
}
.trenutna_stran {
	padding:0px 4px;
	border: 1px solid #FFF;
}
.btn_offer_nadaljuj a {
	float: left;
	width: auto;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	background-color: #E0E3EB;
	color:#444757;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #DEDFE4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.btn_offer_nakup a {
	float: right;
	width: auto;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	background-color: #E0E3EB;
	color:#444757;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #DEDFE4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-right: 15px;
}


.offer_view_order_bg {
	width:960px;
	padding:10px;
	background-color:#FFF;
	border: 1px solid #E5E5E5;
}

.offer_purchase_cont {
	float: left;
	height: auto;
	width: 300px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #E6E6E6;
	margin-right: 15px;
	-moz-box-shadow: 2px 2px 3px  #D1D5D6;
	box-shadow: 2px 2px 3px #B3B8B9;
	-webkit-box-shadow:  2px 2px 3px  #D1D5D6;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.offer_purchase_line {
	float: left;
	height: auto;
	width: 280px;

}

#offer_purchase_help {
	float: left;
	width: 300px;
}


.btn_print a {
	border: 1px solid #CCC;
	width: auto;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 35px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	background-color: #fff;
	background-image: url(images/offer/ico_print.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
}

.btn_print a:hover {
	background-color:#F3F3F3;	
}
.btn_nazaj a {
	border: 1px solid #CCC;
	width: auto;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 35px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	background-color: #fff;
	background-image: url(../../images/icons/ico_nazaj_ar.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
}

.quick_box {
	border: 1px solid #CCC;
	width: auto;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	height: auto;
	float: left;
}


.property_table_heading {
	font-size: 13px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #FFF;
	background-color: #C60000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F1F2F3;
}
.property_table_cell_tooltip {
	font-size: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 35px;
}

.property_table_cell_name {
	font-weight:normal;
	font-size:11px;
	background-color:white;
	padding:3px 20px 3px 5px;
	vertical-align: top;
}

.property_table_cell_value {
	background-color:#F4F5F7;
	color:#5C6376;
	padding:5px 8px;
	font-weight:normal;
	font-size:11px;
}

.tooltipLink {
	width:35px;
	margin-top:0px;
	text-align:center;
}
