/* ------------------------------------------------------------------
    @autor: Mauricio
    
    @Description: 
    
    this is for the page Geschenkidee and 
    the subpages.
-------------------------------------------------------------------*/

/*--------------------------------
    Geschenkidee page
---------------------------------*/
#div_geschenkidee
{
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	height: auto;
	width: 644px;
}


#div_geschenkidee hr 
{
	background: #82b90a;
}


#div_geschenkidee h2
{
	font-weight: bold;
	font-size: 12px;
}


.div_idee_01
{
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
}

.div_idee_01_a
{
	float: left;
	width: 390px;
	margin-right: 10px;
}

.div_idee_01_b
{
	float: right;
}


/*------------ table ------------*/
#div_geschenkidee .div_idee_01_b table 
{
	font-family: verdana;
	font-size: 11px;
	border-collapse:collapse;
	width: 210px;
}
.tr_bg
{
	background: #e8e8e8;
}


/*----- tiny boxes ------*/
.tiny_parent
{
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	border-bottom: dotted 2px #e8e8e8; 
	margin-bottom:10px;
    padding-bottom:10px;
}

.noborder
{
	border: none;
}

.tiny_box
{
	position: relative;
	float: left;
	margin: 1px 1px 20px 1px;
	text-align: center;
	width: 125px;
	
}

.tiny_box p
{
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}

.tiny_box img
{
	border: none;
	margin-bottom: 10px;
	
	
}

.tiny_box a
{
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    display: block;
}

.tiny_box a:hover img
{
	opacity: 0.8;
	filter:alpha(opacity=80)
}

.tiny_disable
{
	opacity: 0.4;
	filter:alpha(opacity=40)
}



/*--------------------------------
    subpages
---------------------------------*/


/*---- defsyle -----*/
.floatL
{
	float: left;
	margin: 10px 15px 5px 5px;
}

.floatR
{
    float: right;
    margin: 5px 5px 15px 15px;
}

.center
{
	text-align: center;
}

.back
{
	clear: both;
	background: url("/static_templates/STATIC_GESCHENKIDEE/img/subdef/back.png") no-repeat;
	padding: 1px 0px 10px 25px;
	line-height: 15px;
}

.title_subpages_gi
{
    color:#82B90A;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size:18px;
    font-weight:normal;
}
/*------------------*/


.sub_page_gidee
{
	font-family: Verdana;
	width: 644px;
	height: auto;
	
}

.sub_page_gidee h2
{
	font-size: 13px;
	margin: 25px 0px 15px 0px;
}

.sub_page_gidee p
{
	font-size: 11px;
	text-align: justify;
	margin: 10px 0px 10px 0px;
}

.product_list
{
	margin: 10px;
	text-transform: lowercase;
}



/*--- download box ---*/
.gi_download_box
{
	clear: both;
	position: relative;
	display: block;
	background: url("/static_templates/STATIC_GESCHENKIDEE/img/subdef/gi_download_box.png") no-repeat;
	height: 155px;
	width: 327px;
    font-size: 11px;
}

.download_box_t1
{
    font-size: 11px;
	text-align: center !important;
	width: 280px;
	height: auto;
	margin: 0px auto !important;
	padding: 10px 0px;
}


.down_box_btn
{
    position: absolute;
    top: 107px;
    left: 45px;
    
    text-align: center !important;
    line-height: 20px;
    
    padding: 0px;
    margin: 0px !important; 
}

.down_box_btn span
{
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.xwin
{
	left: 212px;
}

.down_box_btn a:hover
{
	color: white !important;
}



