/********************************************************************
* Project: Presentkompaniet.com
* File: screen.css
* Directory: css/
* Handles: CSS styles for screen environment
* Produced by: Victor Schelin (viirre@gmail.com) and Johan Vallstrand (johan@vallstrand.se)
* Start date: 2009-09-18
********************************************************************/

/* Common tags */
body {
	font-family: Arial, Verdana;
	font-size: smaller;
	background:#dbdce5 url(../img/bg.png) repeat-x scroll 0 0;
	/* background:#788D8F url(../img/body_gradient_home.png) repeat-x scroll 0 0; */
	/* background: #fff; */
}
a, a:link, a:visited {
	color: #000;
}
a:hover {
	color: purple;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
	margin: 2px 0 8px 0;
}
h3 {
	font-size: large;
	margin: 2px 0 6px 0;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
p {
	margin:2px 0 13px 2px;
}
strong {
	font-weight:bold;
}
form {
	margin-left:2px;
}

/* Test stuff */


/* Layout objects */
#center {
	width: 840px;/* this is our main page width */
	margin: 0 auto 0 auto;
}
#wrapper {
	width:100%;
}
#top {
	width:700px;
	margin:0 auto;
	height:130px;
	
}
#main {
	float:left;
	width:100%;
	min-height:300px;
	background-color: #fff;
}
#top_menu {
	float:left;
	width:100%;
}
#content {
	float:left;
	width: 838px;
	border:1px solid #230658;
	border-top: none;
	padding-bottom: 8px;
	background-color: #fff;
}
.content_inner {
	padding:20px;
}
#footer {
	float: left;
	width: 100%;
	height: 30px;
	margin: 4px 0 40px 0;
}
.footer_inner {
	text-align: center;
	padding: 8px 0 2px 20px;
	line-height: 12px;
	font-size:11px;
	color: #242021;
}
.footer2 {
	color:#515151;
	font-size:11px;
	float:left;
	margin-left:170px;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	line-height: 17px;
	text-align:center;
	padding:10px 0;
}
.footer2 a {
	color: #230658;
	font-weight: bold;
}
/* Class objects */
.clear {
	clear:both;
}
.big {
	font-size: 13px;
	font-weight: bold;
}
.red {
	color: red;
}
.border_red {
	border:1px solid red;
	padding:5px;
}
.green {
	color: green;
}
.crossed {
	text-decoration: line-through;
}
.default {
	font-size: 11px;
	margin:0;
	padding:0;
}
.notification {
	clear:both;
	width: 60%;
	margin: 0 auto;
	color: red;
	background-color: #F0F0F0;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}

.hidden {
	top:50px;
	left:35px;
	position: absolute;
}

/* menu objects */
.main_menu {
	float: left;
	clear: both;
	width: 100%;
	height: 30px;
	margin: 0 0 0 0;
/*		background-color: #E0E0E0; */
	background-color: #e3e3e6;
}

.main_menu .menu_item a {
	display: block;
	float: left;
	height: 10px;
	padding: 10px;
/*	background-color: #b62318; */
/*	background-color: #A32326; */
	background-color: #e3e3e6;
	border-width: 0 1px 1px 0;
	border-color: #fff;
	border-style: solid;
	font-size: 12px;
	color: #242021;	
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
}
.main_menu .menu_item a.rounded_left {
	background-image: url(../img/menu_top_left_rounded.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.main_menu .menu_end a.rounded_right {
	background-image: url(../img/menu_top_right_rounded.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.main_menu .menu_item a.rounded_left:hover {
	background-image: url(../img/menu_top_left_rounded_hover.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.main_menu .menu_end a.rounded_right:hover {
	background-image: url(../img/menu_top_right_rounded_hover.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.main_menu .menu_item a:hover, .main_menu .menu_item a.selected  {
	background-color: #230658;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-color: #230658;
	border-bottom-style: solid;
	text-decoration: underline;
}
.main_menu .rounded_left a:hover, .main_menu .rounded_left a.selected  {
	background-image: url(../img/menu_top_left_rounded_hover.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.main_menu .menu_end a {
	display: block;
	float: right;
	height: 10px;
	padding: 10px;
	background-color: #e3e3e6;
	/*border-width: 0 0 1px 0;
	border-color: white;
	border-style: solid;*/
	font-size: 12px;
	color: #242021;	
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
}
.main_menu .menu_end  a:hover, .main_menu .menu_end a.selected  {
	background-color: #230658;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-color: #230658;
	border-bottom-style: solid;
	text-decoration: underline;
	
}


.menu_border {
	float: left;
	clear: both;
	width: 100%;
	height: 5px;
	margin-top:1px;
/*	background-color: #2F4148; */
	background-color: #230658;
}

.sub_menu {
	float: left;
	width: 837px;
	padding-left: 1px;
	padding-right: -1px;
	border-right: 1px solid #230658;
	border-left: 1px solid #230658;
	margin: 0 auto;
/*	background-color: #2F4148; */
	background-color: #fff;
}
.sub_menu .sub_menu_item a {
	display: block;
	float: left;
	padding: 6px 10px;
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	background-color: #fff;
	color: #666666;
	text-decoration: none;
}
.sub_menu .sub_menu_item a:hover, .sub_menu .sub_menu_item a.selected {
	background-color: #fff;
	color: #230658;
	text-decoration: underline;
}

/*Product link objects*/
.product_link_wrapper{
	width: 780px;
}
.product_link_item img:hover{
	border:1px solid black;
}
.product_link_item{
	float:left;
	width: 124px;
	height: 124px;
	text-align:center;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	margin: 2px;
	padding-top:3px;

}
/*end product link objects*/

/* product orders */
.product_box {
	float:left;
	width: 780px;
	margin-left: 20px;
	margin-top:22px;
}
.product_box_item {
	float:left;
	width: 220px;
	text-align: center;
	border:1px solid #CCCCCC;
	padding: 3px;
	font-weight: bold;
	margin: 10px;

}
.product_box_item_image {	
	float:left;
	width: 100%;
	height: 150px;
	position: relative;
}
.product_box_item_title {
	float:left;
	width:100%;
	font-size: 14px;
	clear:both;
	padding: 3px 0 6px 0;
}
.product_box_item_intro {
	float:left;
	width:100%;
	font-size: 11px;
	padding: 4px;
	clear:both;
	min-height:26px;
}
.product_box_item_points {
	float:left;
	width:100%;
	font-size: 13px;
	padding: 4px;
	color: red;
	clear:both;
}
.product_box_item_order {
	float:left;
	width:100%;
	clear:both;
}
.product_box_item_extended {
	float:left;
	width:100%;
	clear:both;
	border:1px solid #eee;
	padding:3px;
}

/* product orders basket */
#basket {
	float:right;
	width:220px;
	height:80px;
	margin-right:-20px;
	margin-top:-20px;
}
.basket_title {
	 padding:4px;
	 font-weight:bold;
	 border: 1px solid #666;
	 border-right:none; 
	 border-top:none;
	 color: #fff; 
	 background-color: #230658;
}
.basket_content {
	border: 1px solid #666;
	padding:5px;
	border-top:none;
	border-right:none;
}


.user_points_big {
	font-size: medium;
}

.order_total_sum {
	padding:4px;
	width:100%;
	text-align: center;
	font-size: large;
}

/* front page */
#front_large_container {
	background-image: url(../img/puff_large_bg.png);
	float:left;
	width: 790px;
	height:311px;
	margin: 0 auto;
}
.front_large_image {
	float:left;
	position:relative;
	width: 420px;
	padding:20px 0 20px 20px;
}
.front_large_image_full {
	float:left;
	position:relative;
	width: 100%;
	padding:20px;
	padding-top:22px;
}
.front_large_image_popup a{
	position:absolute;
	bottom:24px;
	right:60px;
	background-color: #fff;
	color: #000;
	padding:3px;
}

.front_large_text_inner {
	float:left;
	width: 320px;
	padding: 20px 10px 20px 10px;
}
.front_large_title {
	font-size:22px;
	font-weight: bold;
}
.front_large_text {
	padding-top:10px;
}
.front_large_link {
	padding-top: 16px;
	padding-right:34px;
	font-size:11px;
	font-weight:bold;
	text-align: right;

}
.front_large_link a {
		color: #000;
		display:block;
		text-decoration: none;
}

#front_middle_container {
	height:24px;clear:both;width:100%;
}


#front_small_container {
	float:left;
	width: 790px;
	margin: 0 auto;
	padding-bottom: 14px;
}

.front_small {
	float:left;
	width: 174px;
	height:245px;
	margin:0 20px 0 7px;
	background: #fff url(../img/puff_small_bg.png) no-repeat;
}
.front_small_inner {
	padding:12px;
	position:relative;
}
.front_small_title {
	font-weight:bold;
	font-size:15px;
	padding:3px 0;
}
.front_small_image {
	padding:3px 0;
	position:relative;
}
.front_small_image_popup a{
	position:absolute;
	bottom:6px;
	right:0px;
	background-color: #fff;
	color: #000;
	padding:3px;
}
.front_small_text {
	padding:5px 0;
	font-size:12px;
}
.front_small_link {
	position: absolute;
	top: 212px;
	left:70px;
	width: 87px;
	height:23px;
	font-size:11px;
	font-weight:bold;
	/*background-image: url(../img/more.png);*/
}
.front_small_link a {
		color: #000;
		display:block;
		text-decoration: none;
		padding-left:19px;
		padding-top:2px;
}
.front_small_link a:hover, .front_large_link a:hover {
	color: #77828E;
}
.front_last {
	margin-right:0px;
}



.seller_name {
	text-transform:lowercase;
}

/************ ADMIN STYLES *************/

.admin_intro_text {
	width:88%;
}
/** admin boxes **/
.admin_box_wide {
	float:left;
	width: 80%;
	border:1px solid #E6E6E6;
	font-weight: bold;
	margin: 10px 0 10px 2px;
}
.admin_box_short {
	width:40%;
}
.admin_box_wide_title {
	background-color: #8A8B9D;
	font-size: larger;
	color: #fff;
	padding:4px;
}
.admin_box_wide_list {

}
.admin_box_wide_list_options {
	float:right;
	padding-right:10px;
	font-size:smaller;
}
.admin_box_wide_list_heading {
	background-color: #EBECF1;
	font-size: 100%;
	font-weight: bold;
	padding: 3px;
}
.admin_box_wide_list_item {
	border-bottom: 1px solid #E6E6E6;
	padding:4px 0 4px 10px;
}
.admin_box_wide_list_item .left {
	color: #27293D;
	float:left;
	width: 100px;
	text-align: right;
	margin-right:18px;
}

.admin_box_wide_list_item .right {
	color: #339999;
	float:left;
	width: 280px;
	text-align: left;
	clear:right;
}
.admin_box_wide_list_item .right2 {
	color: #339999;
	float:left;
	width: 100px;
}
.admin_box_wide_more {
	background-color: #DFDFE6; 
	margin-top:5px;
	padding:4px;
	font-size: smaller;
}
.admin_box_wide_list_item_empty {
	padding:4px;color:red;
}


.admin_box_row {
	float:left;
	width:100%;
	margin: 12px 0 12px 0;
}


/** FORM STYLES */
.input {
	width:260px;
	background:#EEF1F5 none repeat scroll 0 0;
	border:1px solid #BDCDDF;
	color:#686868;
	font-weight:bold;
	margin:2px;
}
input.input {
	height:20px;
}
select.input {
	width:auto;
}
.short {
	width:40px;
}
.formlabel {
	color:#545454;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin:6px 0 2px 0;
}
.submit {
	color:#656565;
	font-size:12px;
	font-weight:bold;
	margin:2px;
	padding:1px 8px;
	cursor: pointer;
}
label { 
	width: 10em; 
	float: left; 
}
label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
}


/* Tabs */
.tabbar {
	clear:both;
	margin:10px 0;
	width:100%;
	float:left;
	border-bottom:3px solid #999;
}

a.tab_link {
	float:left;
	display:block;
	margin-right:6px;
	padding:4px 8px;
	background:#CCC;
	font-weight:bold;
	font-size:11px;
	color:#222;
	text-shadow:0 1px 0 #FFF;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;	
	-moz-border-radius-topright:6px;	
	border-radius-top-left:6px;	
	border-radius-top-right:6px;	
	text-decoration:none;
}
.tabbar a.right {
	float:right;	
}
a.tab_link.current, a.tab_link:hover {
	background:#999;	
	color:#FFF;
	text-shadow:0 1px 0 #222;
}

/* Table sorter */

table.sortable {
	border:none;
	width:96%;
}
table.sortable thead td {
	font-size:13px;
	font-weight: bold;
	background-color: #E4E9ED;
	padding:6px;
}
table.sortable thead td:hover {
	cursor: pointer;
}
table.sortable td {
	border:1px solid #999;
	padding:3px;
}





/************************************
*        STANDARD TABLE
*************************************/
.standard_table {
	background: white;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	margin: 20px;
	text-align: left;
	width: 480px;
	border-spacing: 0;
	display: table;
	width: 90%;
}

.standard_table tr:hover{
	background: #f7f7f7;	
}
.standard_table td {
	border-bottom: 1px solid #CCC;
	color: #669;
	padding: 6px 8px;
	display: table-cell;
	vertical-align: inherit;
	text-align:center;
}
.narrow{
	width: 45px;
}
.wide{
	width: 70px;
}
.standard_table th{
	border-bottom: 2px solid #6678B1;
	color: #039;
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
		text-align:center;
}
.standard_table thead{
	border-color: inherit;
	display: table-header-group;
	vertical-align: middle;
}
.standard_table tfoot tr td{
	border-bottom: none;
}
.standard_table tfoot tr:hover, .standard_table thead tr:hover{
	background: white;
}




/*******************
*  Tooltip 
*******************/
#tooltip {
	position:absolute;
	background: #2645BF;
	padding:6px 8px;
	color:#fff;
	display:none;
	font-size: 15px;
	max-width: 400px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tooltip {
	text-decoration: underline;
}
.tooltip:hover {
	cursor: help;
}



