*, html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/** GLAVNI BOX KI DRŽI CELOTNO VSEBINO STRANI **/
#main {
	width: 900px;
	margin: 0 auto;
	/*border: 1px solid black;*/
}

/** HEADER **/
#header {
	height: 115px;
}

#header .logo {
	width: 174px;
	float: left;
	height: 115px;
}

#header .header_content {
	width: 707px;
	border: 5px solid #c8ddb2;
	border-right: 0px;
	height: 105px;
	float: left;
}

#header .header_picture {
	float: left;
	width: 547px;
	height: 105px;
	background-color: #FC8946;
}

#header .search_box {
	width: 160px;
	background-color: #267651;
	height: 105px;
	float: right;
}
#header .search_box a {
	color: #CADCB2;
	font-weight: bold;
	font-size: 14px;
}

#header .search_box .account_box {
	width: 160px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	color: #CADCB2;	
}

#header .header_right_border {
	background: transparent url('../images/header_desno.gif') no-repeat center right;
	width: 14px;
	height: 115px;
	float: right;
}

#header .search_form {
	margin-left: 5px;
	*margin-left: 1px;
}

#header .search_form .input_search {
	height: 20px;
	padding: 0;
	margin: 0;
}

#header .search_form .button_search {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/** GLAVNI BOX ZA LEVI, SREDINJSKI, DESNI PAS **/
#content_container {
	margin: 0;
	padding: 0;
	float: left;
}

/** LEVI MENI **/
#content_container .left {
	width: 175px;
	float: left;
}

/** SREDINA - GLAVNA VSEBINA **/
#content_container .center {
	width: 550px;
	float: left;
}

.center .top_content_menu a {
	color: #000000;
}

.center .top_content_menu {
	width: 550px;
	height: 35px;
	background: transparent url('../images/top_content_menu_bg.gif') repeat-x top left;
}

.center .top_content_menu ul {
	list-style-type: none;
	margin: 0;
	
	padding: 0;
	padding-top: 10px;
}

.center .top_content_menu ul li {
	display: inline;
	margin-left: 25px;
}

.center .content_products {
	width: 550px;
	float: left;
}

.center .content_products .product {
	width: 275px;
	text-align: center;
	float: left;
	margin-top: 40px;
}

.center .content_products .product .info {
	float: left;
	text-align: center;
	/*margin-left: 10px;*/
}

.center .content_products .product .image {
	
}

.center .content_products .product .image img {
	vertical-align: middle;
}

.center .content_products .product .title a {
	color: #267651;
	font-weight: bold;
}

.center .content_products .product .description {

}

.center .content_products .product .price {
	color: #ff8500;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: center;
	width: 275px;
}

.center .content_products .product .more img {
	/*margin-top: 25px;*/
}

/** PODROBNO O IZDELKU **/
.center .product_detail {
	width: 470px;
	margin: 0 auto;
	margin-top: 30px;
}

.center .product_detail .info {
	float: left;
	width: 280px;
}

.center .product_detail .image {
	float: right;
	width: 150px;
}

.center .product_detail .image a {
	border: 0;
	text-decoration: none;
	color: #267651;
}

.center .product_detail .name {
	color: #267651;
}

.center .product_detail .description {
	margin: 10px 0 10px 0;
}

.center .product_detail .price {
	color: #ff8500;
	font-weight: bold;
	margin: 10px 0 20px 0;
	font-size: 16px;
}

.center .product_detail .attributes {
	margin: 15px 0 15px 0;
}

.center .product_detail .att_title {
	font-weight: bold;
	padding-top: 10px;
}

.center .product_detail .product_images {
	float: right;
	width: 230px;
	text-align: right;
}
.center .product_detail .product_images a {
	text-decoration: none;	
}

/** KOSARICA **/

.center .shopping_cart {
	width: 470px;
	margin: 0 auto;
	margin-top: 10px;
}

.center .shopping_cart a {
	color: #267651;
}

.center .cart_item {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid gray;
}

.center .shopping_cart .date_added {
	height: 40px;
}

/** DESNI MENI **/
#content_container .right {
	width: 175px;
	float: left;
}

/** BOXI ZA LEVI IN DESNI MENI **/
.box {
	width: 175px;
	margin-bottom: 15px;
}

.box_title {
	width: 175px;
	height: 35px;
}

.box .box_content {
	width: 175px;
	background-color: #ebebeb;
}

.box .menu_categories {
	text-align: right;
	line-height: 25px;
	background-color: #EBEBEB;
}

.box .menu_categories a {
	color: #287553;
	font-weight: bold;
	text-decoration: none;
	/*color: #ffffff;*/
}

.box .menu_categories ul {
	list-style-type: none;
	margin: 0;
	margin-right: 21px;
	padding: 0;
	padding-top: 10px;
}

.box .menu_categories ul ul {
	padding: 0;
}

.box .menu_categories ul ul li a {
	color: #FF8400;
}

.box .gifts_img {
	background: transparent url('../images/darila.gif') no-repeat bottom left;
}

.box .catalogs_img {
	background: transparent url('../images/katalogi.gif') no-repeat bottom left;
}

.box .right_basket {
	background: transparent url('../images/kosarica.gif') no-repeat bottom left;
}

.right_basket_content {
	padding-top: 10px;
	line-height: 18px;
}
.right_basket_content a {
	color: #267651;
}

.right_cart_item {
	padding-left: 10px;
}

.box .bottom_border {
	background: transparent url('../images/box_bottom.gif') no-repeat top left;
	width: 175px;
	height: 20px;
}

.box .catalog_menu ul {
	list-style-type: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	line-height: 20px;
	text-align: center;
}

.box .catalog_menu a {
	color: #000000;
}

.box .specials {
	background: transparent url('../images/akcije.gif') no-repeat top left;
}

/** IZDELKI V DESNEM MENIJU **/

.product_specials {
	text-align: center;
	margin-bottom: 15px;
	width: 175px;
}

.product_specials .title {
	margin-bottom: 10px;
}

.product_specials .title a {
	color: #267651;
	font-weight: bold;
}

.product_specials .image {

}

.product_specials .image img {
	border: 1px solid #ff8500;
}

.product_specials .price {
	color: #ff8500;
	font-weight: bold;
	margin-top: 5px;
}

/** FOOTER **/

#footer {
	width: 900px;
	text-align: center;
}

#footer a {
	color: #000000;
	
}

/** OSTALO **/

.smallText a {
	text-decoration: none;
	border: 0;
	color: #287553;
}

h1 {
	color: #267651;
	font-style: italic;
	font-size: 18px;
}

.account_form ol {
	margin: 0;
	padding: 0;
	padding-left:  10px;
}

.new_acc ol {
	margin: 0;
	padding: 0;
	padding-left:  10px;
}

.default_middle_container {
	width: 470px;
	margin: 0 auto;
	margin-top: 10px;
}


.account a {
	color: #267651;
	text-decoration: none;
}

.listingPageLinks a {
	color: #287553;
	text-decoration: none;
	font-weight: bold;
}

.messageStack {
	color: red;
	font-weight: bold;
}

.main_header_text {
	padding-left: 30px;
	width: 500px;
	text-align: center;
}

.clear {
	clear: both;
}