/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
 @font-face {font-family: "tcm"; src: url("../fonts/tcm.ttf") format("truetype");}
 
 /* shop styles
   ------------------------------------*/
 #basketAjaxed {
	padding-top: 50px;
	background: transparent url(../images/shop/shop-basket.jpg) no-repeat;
	float: left;
	width: 190px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f8c300;
        margin-top: 20px;
 }
 
 #basketAjaxed .shopArticleContainer {
	float: left;
	width: 190px !important;
	padding-top: 4px !important;
	padding-bottom: 2px !important;
	font-size: 11px;
	color: #01589c;
        margin: 0px !important;
        
 }
	.shopArticleNaziv {
		width: 190px;
		float: left;
	}
	.shopArticleCijena {
		float: left;
		width: 50px;
		font-weight: bold;
	}
	
	.shopArticleKolicina {
		float: left;
		width: 130px;
		text-align: right;
	}
#basketSuma {
       width: 190px;
       float: left;
       text-align: right;
       font-size: 14px;
       font-weight: bold;
       color: #01589C;
       padding-top: 5px;
       border-top: 1px solid #f8c300;
}

#backetCheckout {
       width: 190px;
       float: left;
       background: transparent url(../images/shop/checkout.png) no-repeat center right;
       height: 45px;
}
 
#layout .shopArticleContainer {
	float: left;
	width: 614px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 3px solid #ffffff;
        margin-top: 20px;
	
}
	#layout .shopArticleImages {
		width: 220px;
		float: left;
	}
	#layout .shopArticleDetails {
		margin-left: 9px;
		width: 385px;
		float: left;
	}
		#layout .shopArticleText {
			width: 285px;
			float: left;
			color: #000000;
		}
			#layout .shopArticleTextTitle {
				font-weight: bold;
				font-size: 14px;
			}
		#layout .shopArticlePrice {
			width: 90px;
			float:left;
			margin-left: 10px;
			text-align: right;
			font-weight: bold;
			font-size: 14px;
		}
			#layout .shopArticlePrice input {
				width: 30px;
			}
 
 
 
#nav,
#nav ul {
	list-style: none;
}

#nav ul {
	padding-left: 5px;
	
}

#nav a.current,
#nav a.section,
#nav a:hover,
#nav li a.link:hover, 
#nav li ul li a.link:hover {
	color: #a30e12;
	font-weight: bold;
	font-size: 14px;
	font-family: tcm;
	text-transform: uppercase;
}

#nav li a.link, #nav li ul li a.link {
	color: #272727;
	font-weight: bold;
	font-size: 14px;
	font-family: tcm;
	text-transform: uppercase;	
}


div.shopPreviewCategory {
       float: left;
       width: 220px;
       margin: 10px;
       text-align: center;
}
       div.shopPreview {
              float: left;
       }
              div.shopPreviewSlika {
                     width: 220px;
                     height: 220px;
                     overflow: hidden;
              }
       
              div.shopPreviewNaziv {
                     float: left;
                     width: 220px;
                     height: 40px;
              }
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #f8c300;*/
	background: transparent url(../images/bg/bg_anka.jpg) top left;
	height: 100%;
	margin: 0;
	font-family: arial;
	font-size: 12px;
        cursor: url('../images/icons/bee_icon.png'), auto;
}

html {
	height: 100%;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

a {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #888888;
}

.padding15px {
	float: left;
	padding: 15px;
}
 
 img {
       border: 0px !important;
 }
/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 960px;  
	margin: 0 auto;
	
	
}

/* shadows ------------------*/
#BgContainerShadowLeft {
	float: left;
	width: 10px;
	margin-top: 50px;
}
	#headerShadowLeftTop {
		float: left;
		width: 10px;
		height: 67px;
		background: transparent url(../images/bg/top_left.png) no-repeat bottom right;
	}

	#contentShadowLeft {
		float: left;
		width: 10px;
		height: 500px;
		background: transparent url(../images/bg/content_shadow_left.png) repeat-y top right;
	}


#BgContainerFloater {
	width: 960px;
	float: left;
	padding-top: 50px;
	 background: #FFFFFF url(../images/logos.jpg) no-repeat 10px 10px;
}


#header {
	float: left;
	width: 960px;
	/*background: white;*/
       
}

#logo {
	width: 200px;
	height: 77px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	/*background: transparent url(../images/logo.gif) no-repeat center bottom;*/
}

#menu {
	width: 760px;
	height: 67px;
	float: left;
}

#pcelica {
	float: left;
	width: 750px;
	text-align: right;
	padding-top: 50px;
	line-height: 12px;
}
	#pcelica a {
		font-weight: bold;
		padding-left: 3px;
		padding-right: 3px;
		color: #01589c;
	}
	
	#pcelica a:hover,
	#pcelica a.current,
	#pcelica a.section {
		font-weight: bold;
	}

#content {
	width: 960px;
	background: #ffffff;
	float: left;
	margin-top: 10px;
	min-height: 450px;
}

#breadCrumbs {
   width: 690px;
   float: left;
   margin-left: 250px;
   height: 15px;
   margin-top: 8px;
}

#breadCrumbs a, #breadCrumbs p {
	font-family: tcm;
	font-size: 11px;
	color: #272727;
}

#subMenu {
	float: left;
	width: 250px;
	min-height: 450px;
	height: 100%;
}
	#subMenuPadding {
		float: left;
		width: 200px;
		margin-left: 20px;
		margin-top: 10px;
		padding-left: 10px;
		background:  #fff url(../images/menu_bg.png) top left repeat-x;
		min-height: 450px;
		height: 100%;
	}

#layout {
	width: 100%;
	float: left;
	min-height: 450px;
	overflow: hidden;
	overflow-y: auto;
	background: #fff url(../images/homecontent_bg.png) repeat-x top left;
}

#inner {
	margin-top: 5px;
	float: left;
	width: 695px;
}

#inner h2, #inner h3 {
	color: #a30e12;
	padding-bottom: 15px;
}

#inner p {
	padding-bottom: 10px;
	color: #333;
}

#layouthome {
	float: left;
	height: 450px;
	overflow: hidden;
	background: #fff url(../images/homecontent_bg.png) repeat-x top left;
	width: 100%;
}

#footer {
	margin-top: 30px;
	width: 960px;
	float: left;
	background: transparent url(../images/content_footer_bg.png) top left no-repeat;
	text-align: center;
	color: #808080;
	font-size: 8pt;
}