/* general */
body, input{
	margin				: 0px;
	font-family			: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #c1c1c1;
	background: #940000 url(../dsg/body_bg.jpg) top repeat-x;
}

body {
	margin: 0;
}

a {
	color				: #E5D130;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

p {
	margin-bottom		: 1em;
	margin-top			: 0;
} 
hr{
	height:0px;
	border:1px solid #CCCCCC;
	border-bottom: none 0px;
	clear:both;
	margin:1px 0 1px 0;
}

div.spacer {
	clear				: both;
}

div.paging {
	margin-top			: 10px;
	clear				: both;
}

div.no_paging {
	clear				: both;
}

/* page layout */
#page {
	width				: 1001px;
	margin				: 0px auto;
	padding-bottom		:7px;
	text-align			: left;
	background-image	: url(../dsg/page_bg.gif);
}


/* top */
#top {
	height				: 144px;
	background	: url(../dsg/header.jpg) right no-repeat;
}

#top object {
	margin				: 40px 0px 0px 42px;
}

#top #languages {
	padding				: 10px 10px;
	height				: 14px;
}

#top #languages a {
	color				: #3C5D98;
	font-weight			: bold;
}

/* box layout */
#center{
	min-height:500px;
}
#center a{
	
}
#center .box {
	margin: 0 13px 15px 13px; /* zmanjšal sem levi in desni margin (prej 30px) */
}

#center h1 {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../dsg/h1_bg.gif);
}

#center h2 {
	font-size: 250%;
	font-weight: normal;
	clear:both;
}

#left .box {
	width: 180px;
	margin-top: 12px;
}

#left .box .content, #left .box .content_empty {
	margin: 12px 0 0 0;
	padding: 0 12px;
	background: url(../dsg/box_bg.gif) repeat-y;
	position:relative;
}
#left .box .content_empty{
	margin: 12px 0 0 0;
}
#left a{
	color:#C1C1C1;
}
#left .box h1 {
	display: none;
}

#left .box h2 {
	margin:0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 2px solid #e5c34a;
}

#left .box h2.first {
	margin-top: -12px;
}

#left .box a.active {
	font-weight: bold;
}


#left .box a:hover h2, #left .box a.active h2 {
	border-bottom-color: #c1c1c1;
}

#left .box .top_left, #left .box .top_right, #left .box .bottom_left, #left .box .bottom_right {
	width				: 12px;
	height				: 12px;
	overflow			: hidden;
	z-index				: 10;
}

#left .box .top_left, #left .box .bottom_left{
	background	: url(../dsg/box_top_left.gif) no-repeat;
	width:100%;
	clear:both;
}

#left .box .top_right,#left .box .bottom_right {
	display:none;
	background			: url(../dsg/box_top_right.gif) right no-repeat;
	float				: right;
	width: 168px;
	margin-left:-3px;
	margin-top:0;
}
#left .box .bottom_left {
	background-image	: url(../dsg/box_bottom_left.gif);
}
#left .box .bottom_right {
	background-image	: url(../dsg/box_bottom_right.gif);
}


#right{

}
#right a{
	/*color:#A6341A;*/
}
#right .box {
	width: 159px;
	margin-top: 10px;
	background: url(../dsg/pixel_bg.gif) repeat-y;
	background-position:3px;
}

/* Hides from IE5-mac \*/
* html #right .box { margin-top: 0; margin-bottom: 10px; }
/* End hide from IE5-mac */

#right .box h1 {
	width: 144px;
	height: 28px;
	margin: 0 0 0px 0;
	padding: 4px 15px 0 0;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
	color: white;
	background: url(../dsg/box_title_bg.gif) top left no-repeat ;
	
}

#right .box .content {
	margin: 0px 10px 0 7px;
	padding:5px;

}


/* menu */
.menu ul {
	padding				: 5px 15px;
	margin				: 0px;
}

.menu ul li {
	display				: inline;
}

.menu a:hover, .menu a.active, .menu a.active_first  {
	text-decoration		: underline;
}

#top .menu .box {
	float: right;
	width: 612px;
	text-align: center;
	margin-top: 50px;
}

#top .menu a {
	color: white;
	padding				: 2px 5px 2px 10px;
	background-image	: url(../dsg/menu_bg.gif);
	
	background-position	: left;
	background-repeat: repeat-y;
	font-weight			: bold;
}

#top .menu a.first, #top .menu a.active_first {
	background: none;
}

#bottom {
	width: 1001px;
	margin				: 0px auto;
	padding: 0;
	text-align			: center;
	background: url(../dsg/bottom_bg.gif) no-repeat;
}

#bottom {
	padding: 15px 0 0 0;
}

/* Hides from IE5-mac \*/
* html #bottom { height: 1%; }
/* End hide from IE5-mac */

#bottom .menu a {
	color:white;
	padding				: 0 5px 0 10px;
	border-left: 1px solid #a2b4c2;
	font-weight			: bold;
}

#bottom .menu a.first, #bottom .menu a.active_first {
	border: none;
}

#bottom .menu li {
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

#bottom .sp {
	margin: 10px 0;
	font-size: 90%;
}

/* columns containter */
#containter {
	margin: 0 0 0 32px;
}

#containter #left {
	width				: 185px;
	float				: left;
}

#containter #center {
	overflow			: hidden;
	height				: 100%;
}

#containter #right {
	width				: 160px;
	float				: right;
}

#spletna_postaja {
	text-align			: center;
}

#spletna_postaja a {
	font-size			: 90%;
	text-decoration 	: none;
}

#spletna_postaja img {
	margin-top			: 5px;
	border				: 1px solid #E5E5E5;
	float				: left;
}

#left #spletna_postaja img {
	float				: left;
}

#right #spletna_postaja img {
	float				: right;
}

/* popup image */
#image {
	text-align			: center;
	padding				: 5px;
}

.product_group{
	clear:both;
}
.product_group .item{
	width:100%;
	float: left;
	padding-bottom:15px;
	display:block;
	
}
.product_group .left{
	float:left;
	width:111px;
}
.product_group .right{
	width:424px;
	float: right;
}
.product_group .item .right .content{
	min-height:50px;
}
.product_group .right .basket, product .right .basket{
	clear:both;
	margin-top:5px;
	min-height:20px;
}

.product_group .right .basket div{
	float:left;
}
.product_group .item img{
	border:#D9D9D9 solid 1px;
}
.product_group .item h3, .product_group a{
	margin:0 0 5px 0;
	font-size:12px;
	font-weight:bold;
}
.product_group .basket input.text, .product .basket input.text{
	width: 43px;
	border: #DADADA solid 1px;
	text-align:center;
}
.input_button, .input_button_big, .input_button_long{
	background: #E0DCDD;
	width:77px;
	height:19px;
	border:1px solid #535353;
	padding-top:0px;
	color:#646569;
	font-size:10px;
	clear:both;
	float:left;
	cursor: pointer;
}
.input_button_long{
	width:128px;
	clear:none;
	float:left;
}
.input_button_big{
	width:165px;
	height:29px;
	font-size:  140% ;
	font-weight:bold;
	color:#75B800;
	text-transform:uppercase;
	float:right;
	clear:none;
	margin-right:-2px;
}
.red{
color: #E5D130;
}
.delete{
	background:url(../dsg/delete.gif) no-repeat;
	width:30px;
	height:21px;
	cursor:pointer;
}
.add_to_favorites{
	float:right;
	background:url(../dsg/favorites_add.gif) no-repeat;
	width:143px;
	height:33px;
	padding-top:5px;
	text-align:center;
	color: #646569;
	font-size:80%;
	
}
.back_top{
	text-align:right; 
	padding-right:4px; 
	text-transform:none;
	font-size:80%; 
	font-weight:bold; 
	float:right;
	margin-top:-18px;
}
.garancija{
	margin-top: 12px;
	background:url(../dsg/garancija2.gif) no-repeat left;
	width:77px;
	height:74px;
}
.garancija div{
	margin-left:79px;
}


