@charset "UTF-8";
/* CSS Document */

#page_place_holder
{
    width: 900px;
    margin: auto;    
}

#language_place_holder
{
    float:right;
    padding:4px;
}

#head_place_holder
{
	border:1px solid #cccccc;
/*	background-color:#fbfcfd; */
	background-image:url(../_gfx/site/top_pic.png);	
	height:100px;
}

#logo_place_holder
{
    padding-top: 23px;
    padding-left: 17px;
    float:left;
}

#body_place_holder
{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
/*	background-image:url(../_gfx/site/body_bg.gif);
	background-repeat:repeat-x; */
}

#body_second_place_holder
{
	background-image:url(../_gfx/site/body_second_bg.gif);
	background-repeat:repeat-y;
}

#foot_place_holder
{
	height:100px;
	padding-top:20px;
	line-height:26px;
	background-image:url(../_gfx/site/foot_bg.png);
	background-repeat:no-repeat;
}

#content_place_holder
{
	width:650px;
	float:left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#menu_place_holder
{
	width:209px;
	margin-left:1px;
	float:left;
	padding-bottom: 25px;
	padding-top: 20px;
	line-height:0px;
}

#menu_place_holder a:link
{
	font-size:16px;
	text-decoration:none;
	color:#424242;
	padding-left: 13px;
}

#menu_place_holder a:visited
{
	font-size:16px;
	text-decoration:none;
	color:#424242;
	padding-left: 13px;
}


#menu_place_holder a:hover
{
	font-size:16px;
	text-decoration:none;
	color:#0089dc;
	padding-left: 13px;
}

#prod_place_holder
{
    width:650px;
    background-image:url(../_gfx/site/prod_bg_middle.gif);
    background-repeat: repeat-y;
    line-height:0px;
}

#prod_place_holder_inner
{
    padding: 8px 20px 8px 20px;
    line-height: 17px;
    background-image:url(../_gfx/site/prod_bg_1x1.gif);
    background-repeat: repeat-y;
    background-position: 452px;
}

.prod_over
{
    height: 7px;
    width: 650px;
    padding: 0px;
    margin: 0px;
}

.prod_under
{
    height: 7px;
    width: 650px;
    padding: 0px;
    margin: 0px;
}

.prod_left
{
    float:left;
    width: 412px;
}

.prod_right
{
    float:left;
    width: 150px;
    margin-left: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    height: 100%;
}

#partners_place_holder
{
	width:148px;
	margin-left:17px;
	margin-top:30px;
	margin-bottom:15px;
	line-height:0px;
        text-align: center;
}

#mini_cart img {
	padding: 0;
	margin: 0;
}

#mini_cart
{
    width: 220px;
	height: auto;
    float:right;
    line-height:0px;
    margin-top:18px;
    margin-right:28px;
}

#mini_cart .inner
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    height: 42px;
    background-image:url(../_gfx/site/cart/bg.png);
    line-height: 13px;
	margin: 0;
}



.foot_style
{
    text-align: center;
}

.bag_info_div
{
    margin:15px 0px 12px 0px;
}

.fix
{
    clear: both;
}