/*
 * File: my_pages.css
 * Created: 09-04-14 by CA
 * SiteID:
*/

@import "global.css";

/* - - - HTML - - - */

input
{
	margin: 4px 0 7px;
	display: block;
	font-size: 90%;
}

p.logged_in
{
	color: #565656;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	width: 150px;
	/* float: left;
	display: inline;	 */
}

fieldset
{
	padding: 15px;
	width: 470px;
/*	border-color: #E4E4E4; */
}

legend
{
	font-size: 1.3em;
	padding: 3px;
	color: #0049ac;
	margin:5px 0;
}
/* - - - LAYOUT - - - */


/* --- v�nster kolumn --- */
#left_content
{
	margin: 100px 0px 0 25px;
}

#left_content_edit
{
	margin: 10px 0 20px 0px;
}


/* --- mitten-kolumn --- */
#main_content
{
	margin: 100px 10px 20px 10px;
}

#main_img
{
	background-image: url(../images/main_img_shadow.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
	padding-bottom: 8px;
	width: 513px;
}

#main_img p
{
	margin: 0;
}

/* --- h�ger kolumn --- */
#right_content
{
	width: 195px;
	float: right;
	display: inline;
	margin: 100px 15px 20px 0px;
}

#right_content_edit
{
	margin: 10px 0px 20px 0px;
}

#related_info
{
	background-image: url(../images/rel_info_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;		
	width: 182px;
	min-height: 113px;
	float: left;
	display: inline;
	margin: 10px 0 0px 0px;
}

/* --- NAVIGATION --- */
#subnav
{
	background-image: url(/images/subnav_bg_mypages.jpg);
	background-position: top;
	background-repeat: repeat-y;	
	float: left;
	display: inline;
	width: 190px;
	min-height: 180px;
	margin: 0px 5px 0 0px;
}

#subnav_bg
{
	background-image: url(/images/subnav_top_mypages.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px; 
	margin: 0 0 0 3px;
	float: left;
	display: inline;
	width: 184px;
	min-height: 172px;
}

#subnav_bottom
{
	background-image: url(/images/subnav_bottom_mypages.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
	height: 9px;
	width: 100%;
	float: left;
	display: inline;	
}

#subnav ul
{
	margin: 50px 0px 20px 20px;
}

#subnav ul li
{
	width: 140px;
	padding: 1px 15px 4px 1px;
}

#subnav_info
{
	float: left;
	display: inline;
	margin: 0px 0px 0px 20px;
}

#logout_button
{
	margin-top: 10px;
}

#login_button
{
	margin-top: 5px;
}

/* --- CLASSES --- */
.top_row
{
	float: left;
	display: inline;
	margin-right: 10px;	
}

.middle_row
{
	float: left;
	display: inline;
	margin-right: 10px;	
}

.bottom_row
{
	float: left;
	display: inline;
	margin-right: 10px;	
}

.newsletter_box
{
	float: left;
	text-align: left;
	display: block;
	width: 100%;
}

.newsletter_box #newsletter
{
	float: left;
	display: inline;
	width: auto;
}

.zend_form label
{
	font-weight: bold;
}

.zend_form input
{
	width: 150px;
}
/* --- end CLASSES --- */

#submit_row input, #submit_row2 input
{
	width: 72px;
	margin-top: 10px;
	text-align: center;
}

#password_strength
{
	float: left;
	display: inline;
	margin-right: 10px;	
}

.submit_button
{
	padding-top: 15px;
}

#error_index_message div
{
	background: url(/images/icon_error.gif) transparent 5px 5px no-repeat;
	margin-top: 20px;
	margin-bottom: 12px;
	background-color: #FFFFCC;
	border-style: solid;
	border-color: red;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#error_index_message p, 
#error_index_message ul li
{
	margin:10px 14px 12px 50px;
}

#error_index_message ul li
{
	list-style: none;
}

#choice
{
	float: left;
	background: url(/images/choice_middle.jpg) repeat-y;
	width: 504px;
	display:inline;
}

#choice form
{
	margin-left: 22px;
	padding-bottom: 6px;
}

.choice2_headline
{
	font-weight: bold;
	margin-left: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#proceed_form
{
	margin-left: 22px;
}

#route_form select
{
	margin-bottom: 10px;
}

#proceed_form select
{
	margin-bottom: 11px;
}

#route_form
{
	margin-left: 22px;
}

#choice2
{
	float: left;
	background: url(/images/choice_middle.jpg) repeat-y;
	width: 504px;
	display:inline;
}

.cal_icon
{
	vertical-align: middle;
	padding-bottom: 4px;
	margin-right: 26px;
}

.choice_header
{
	font-weight: bold;
}

#submit_form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-left:0px;
	display:inline;
}
#submit_form img
{
	float: left;
	display:inline;
}
#submit_form p
{
	float: left;
	margin: 4px 0 0 3px;
	display:inline;
}

#submit_form2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-left:10px;
	display:inline;
}
#submit_form2 img
{
	float: left;
	display:inline;
}
#submit_form2 p
{
	float: left;
	display:inline;
	margin: 4px 0 0 3px;
}

#submit_form a, #submit_form a:link, #submit_form a:hover, #submit_form a:visited, #submit_form a:active
{
color:#0056A8;
font-weight:normal;
text-decoration:none;
}

#submit_form2 a, #submit_form2 a:link, #submit_form2 a:hover, #submit_form2 a:visited, #submit_form2 a:active
{
color:#0056A8;
font-weight:normal;
text-decoration:none;
}

#choice input
{
	font-size: 10px;
	border-color: #b7b7b7;
	background-color: #f6f6f6;
	border:1px solid #DDDDDD;
	display: inline;
}

#choice input.hidden_field
{
	border: none;
}
/* finns redan p&aring; rad 225!  14-10-09 CA
#error_index_message div
{
	background: url(/images/icon_error.gif) transparent 5px 5px no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFCC;
	border-style: solid;
	border-color: red;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#error_index_message p
{
	margin-left: 50px;
	margin-right: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
*/
#right_info_cart
{
	float: right;
	background: url(/images/right_middle.jpg) repeat-y;
	width: 184px;
	margin-right: 30px;
	margin-top: 45px;
	display:inline;
}
#right_info_cart p
{
	margin-left: 18px;
	margin-right: 21px;
}

#right_info_response
{
	float: right;
	background: url(/images/right_middle.jpg) repeat-y;
	width: 184px;
	margin-right: 30px;
	margin-top: 11px;
	display:inline;
}
#right_info_response p
{
	margin-left: 18px;
	margin-right: 21px;
}

#right_info
{
	float: right;
	background: url(/images/right_middle.jpg) repeat-y;
	width: 184px;
	margin-right: 15px;
	display:inline;
	margin-bottom: -4px;
}

#right_info p
{
	margin: 0 21px 17px 18px;
}

#right_info p.first
{
	margin: 0 21px 7px 18px;
}

#left_info
{
	float: left;
	display: inline;
	width: 510px;
}

.cart_head
{
	font-weight: bold;
}
.cart_head_2
{
	font-weight: bold;
}

/* --- styles for elements in file /user/edit.phtml --- */
#form_bg
{
	background-image: url(/images/form_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;	
}

#form_bg label
{
	font-weight: bold;
}

#form_bg input
{
	width: 140px;
}

#form_bg input#edit,
input#edit
{
	width: 120px;
}

#form_top
{
	background-image: url(/images/form_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	min-height: 31px;
	padding: 20px 20px 5px;	
}

#form_bottom
{
	background-image: url(/images/form_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 13px;
}

div.nl_label label
{
	margin-left: 8px;
	float: left;
	display: inline;
	margin-top: 2px;
}

#submit_button
{
	margin: 10px 0 0;
}

/*&Ouml;vers&auml;tt knapp*/
#translate_content
{
position: absolute;	
right: 10px;
top: 65px;
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 10px;
z-index: 100;
width: 300px;
box-shadow: 0 7 10px #888; /* Opera 10.5, IE 9.0 */
-moz-box-shadow: 0 7 10px #888; /* FF3.5+ */
-webkit-box-shadow: 0 7 10px #888; /* Saf3.0+, Chrome */
filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=7, Color='#888'); /* IE6,IE7  - Optional it looks bad*/
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=7, Color='#888')"; /* IE8 - Optional it looks bad*/

}
#close_translate
{
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url('../images/button_hide.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -3000px;
	width: 10px;
	cursor: pointer;
	height: 10px;
	
	
}

/* poll */
#poll
{
background: none repeat scroll 0 0 #E7E7E7;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 10px 2px;
 
    width: 190px;
	background: url('../images/blank_bottom.jpg') no-repeat scroll bottom left;
}
#poll h3{
	margin: 0;
	background: url('../images/blank_top.jpg') no-repeat scroll top left;
	width: 184px;
	padding: 10px;
	color: #000000;
	font-size: 12px;
}
#poll q{
	padding: 10px;
	margin: 0  ;
	display: block;
	font-size: 12px;
	clear: both;
	
}
#poll ul,
#poll table
{
	margin: 10px;
}


#poll ul li
{
	list-style: none;
	display: block;
}

#poll input
{
	display: inline;
}
#poll .result{
	display: inline-block;
	vertical-align: bottom;
	background-color: #c6d7f2;
	  background-image: -moz-linear-gradient(top, #c6d7f2, #6286d0); /* FF3.6 */
	  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c6d7f2),color-stop(1, #6286d0)); /* Saf4+, Chrome */
	  background-image: linear-gradient(top, #c6d7f2, #6286d0);
	            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c6d7f2', EndColorStr='#6286d0'); /* IE6–IE9 */
}
