/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
	••																			••
	••		Project: PhoneTech.dk												••
	••		Author:  Marcin Solgaard for PhoneGadget ApS | ms@phonegadget.dk	••
	••		Date:    6. December 2010											••
	••																			••
	••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   
   » TABLE OF CONTENTS
   
    1. Global Styles
       1.1 Reset
       1.2 Default
      
    2. Layout
       2.1 Layout
	   2.2 Cart
	   2.3 Shop
       2.4 Elements
	   2.5 Column system
      
---------------------------------------------------------------------- */

/* 1. =Global Styles
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */


/* 1.1 =Reset
---------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

address, cite, q, dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
  display: block;
}

a, ins, del {
  text-decoration: none
}

q, blockquote {
	quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}

button, input, select, textarea {
  font: inherit;
}

ul {
	margin:0;
	padding:0;	
}

ul li {
	list-style:none;	
}

p {
	margin:5px 0 15px 0;	
}

/* 1.2 =Default
---------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: tahoma;
	background-color: transparent;
}

html {
	background-color:#0d0502;
	background-image:url('/gfx/bg_front.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	color:#525252;
	font-size:0.70em;
	line-height:150%;
    overflow-x: hidden;
	overflow-y: scroll;

}

h1 {
	font-size:35px;
	color:#383838;
}

h2 {
	font-size:25px;
	color:#383838;	
}

h3 {
	font-size:30px;
	color:#222;
}

h6 {
	background-color:#000;
	background-image:url('/gfx/h6.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	color:#fff;	
	padding:0 5px;
	font-size:.95em;

}

input, textarea, select {
	font-family:verdana;
	font-size:11px;
	border:solid 1px #d5d5d5;
	padding:2px 4px;	
	
}

td {
	padding:2px 0;	
}

hr {
	border:dotted 1px #d5d5d5;
	margin:20px 0;
	clear:both;
}

a {
	color:#a67700;	
	text-decoration:none;
}
a:hover {
	color:#a67700;	
	text-decoration:underline;
}


/* 2. CONTENT
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */


/* 2.1 =Layout
---------------------------------------------------------------------- */

.container {
	width:960px;
	margin:0 auto;	
	overflow:visible;
	clear:both;
}

#top {
	background-color:#fff;
	width:100%;
	height:94px;	
	overflow:visible;
	margin-bottom:30px;
	clear:both;
}

#top #logo {
	width:200px;
	float:left;
	padding:30px 0;
}

#top #nav {
	width:470px;
	float:left;
	background-color:transparent;
}

#top #nav ul {
	margin:0;
	padding:0;	
}

#top #nav li {
	float:left;
	list-style:none;
	margin:0 3px;
	padding:0 7px;
}

#top #nav li a {
	color:#6c6c6c;
	font-size:20px;	
	text-decoration:none;
	padding:35px 0;
	display:block;
}

#top #nav li.active {
	background-image:url('/gfx/nav_active.png');
	background-repeat:no-repeat;
	background-position:top center;
	height:127px;
}

#top #nav li.active a {
	color:#fff;	
}

#top #emaerket {
	float:left;
	width:90px;
	text-align:center;
	padding-top:10px;
}

#top #cart {
	float:left;
	background-color:transparent;
	background-image:url('/gfx/cart.jpg');
	margin:5px 0;
	background-repeat:no-repeat;
	padding:12px 0 0 55px;
	width:140px;
}

#top #cart:hover {
	background-image:url('/gfx/cart_hover.jpg');
	cursor:pointer;
}


#top #cart div {
	font-size:16px;
	color:#dddddd;
}


#front_txt_1 {
	position:absolute;
	margin-top:-29px;
	margin-left:-930px;
	background-image:url('/gfx/front_txt_1.png');
	background-repeat:no-repeat;
	width:436px;
	height:176px;	
}
#front_txt_2 {
	position:absolute;
	margin-top:-20px;
	margin-left:2550px;
	background-image:url('/gfx/front_txt_2.png');
	background-repeat:no-repeat;
	width:378px;
	height:130px;	
}



#shelf {
	background-image:url('/gfx/shelf.png');
	background-repeat:repeat-x;
	background-position:center bottom;
	width:100%;
	overflow:hidden;	
	clear:both;
}

#shelf h1 {
	color:#fff;	
}

#shelf ul {
	margin:0;
	padding:0;
	padding-top:50px;
}

#shelf ul li {
	list-style:none;
	float:left;
	width:25%;
	margin-bottom:50px;
	text-align:center;
	padding-top:80px;
}

#shelf ul li.big {
	width:50%;
	padding-top:10px;
}

.shelf_short {
	background-image:url('/gfx/shelf_short.png');
	background-repeat:no-repeat;
	padding:0px 60px;
	width:959px;
	height:114px;	
	color:#fff;
	font-size:50px;
	clear:both;
	overflow:auto;
	margin-top:40px;
}

.shelf_short_content {
	background-color:#fff;
	clear:both;
	overflow:auto;
	padding: 20px 30px;	
	border-bottom:solid 2px #000;
}

#frame {
	background-image:url('/gfx/frame.png');
	background-repeat:no-repeat;
	width:1020px;
	overflow:auto;
	clear:both;
}

#content {
	margin:61px 32px;
	overflow:hidden;
	clear:both;
	background-color:#ffffff;
}

#left {
	width:165px;
	float:left;	
	padding-right:5px;
}

#center {
	width:760px;
	float:left;	
	border-left:solid 1px #cccccc;
	padding-left:5px;
}

#select_phone {
	background-image:url('/gfx/select_phone_bg.jpg');
	width:762px;
	height:215px;	
}

#select_phone #i3g {
	position:absolute;
	margin-top:35px;
	margin-left:-30px;	
}

#select_phone #i3gs {
	position:absolute;
	margin-top:35px;	
	margin-left:150px;
}

#select_phone #i4 {
	position:absolute;
	margin-top:35px;	
	margin-left:330px;
}

#select_phone #i4s {
	position:absolute;
	margin-top:35px;	
	margin-left:510px;
}


.box {
	background-color:#fff;
	margin:10px 0;
	padding:10px;	
	border:solid 1px #cdcdcd;
	overflow:auto;
	clear:both;
}

.blackbox {
	background-image:url('/gfx/black_transparent.png');	
	padding:20px;
	overflow:auto;
	clear:both;
	margin-bottom:20px;
}

.blackbox h3 {
	color:#48240c;	
}

#content_shadow {
	position:absolute;
	width:100%;
	margin-top:-25px;	
}

#content_shadow_inside {
	background-image:url('/gfx/content_shadow.png');
	width:960px;
	height:76px;
	margin:0 auto;	
}

/*ul#social {
	margin:0 auto;
	width:790px;
	margin-top:-50px;
}

ul#social li {
	float:left;	
}*/

#iphonegadget_container {
	width:100%;
	position:absolute;	
}

#iphonegadget {
	margin:0 auto;
	width:780px;
	text-align:center;
	clear:both;
}


#footer {
	background-image:url('/gfx/footer.jpg');
	background-color:#000;
	background-repeat:no-repeat;
	width:100%;
	overflow:auto;
	color:#fff;
	margin-top:170px;
}

#footer #footer_content {
	background-image:url('/gfx/footer_content.png');
	background-position:left top;
	background-repeat:no-repeat;
	width:960px;
	height:296px;
	margin:0px auto;
	margin-top:90px;
}

#footer #footer_content #footer_box {
	width:500px;
	margin-top:60px;
	float:right;
}

#footer h2 {
	color:#552d13;
	font-size:40px;	
}

#footer h3 {
	color:#fff;
	font-size:20px;	
}

#footer a {
	color:#552d13;	
}

#chart {
	display:none;	
}

.top_graphic {
	width:891px;
	background-repeat:no-repeat;
	color:#fff;
	padding:20px;
	background-image:url('/gfx/top_cart.jpg');
	background-color:#000;
	overflow:auto;
}

.top_graphic h1 {
	color:#fff;
	font-size:30px;
}


#showLogin {
	display:none;	
}

#showLogin input {
	padding:1px 2px;
}

#showLogin ul li {
	float:left;	
	margin:0 1px;
}



ul.staff {
	margin:0;
	padding:0;	
	clear:both;
	overflow:auto;
}

ul.staff li {
	list-style:none;
	float:left;
	height:160px;
	margin:10px 0px;
	width:320px;
}

ul.staff li .img {
	float:left;
	width:110px;
}

ul.staff li .info {
	float:left;
	width:140px;
}


ul#iphones_shop {
	clear:both;	
	overflow:hidden;
}

ul#iphones_shop li {
	float:left;
	margin:0 25px;
	text-align:center;
	font-size:25px;
}

ul#iphones_shop li a {
	color:#333;
}


/* 2.2 =Cart
---------------------------------------------------------------------- */

ul#showCart {
	margin:0;
	padding:0;	
}

ul#showCart li {
	border-bottom:solid 1px #ebebeb;	
	padding:10px 0;
	list-style:none;
	clear:both;
	overflow:hidden;

}
ul#showCart li#headline {
	background-color:#291406;
	border:0;
	color:#fff;
	font-size:20px;
}



ul#showCart li .img {
	float:left;
	width:170px;
	text-align:center;
}

ul#showCart li .product {
	float:left;
	width:270px;
}

ul#showCart li .quantity {
	float:left;
	width:100px;
}

ul#showCart li .price_each {
	float:left;
	width:100px;
}
ul#showCart li .price_total {
	float:left;
	width:100px;
}

ul#showCart li .delete {
	float:left;
	width:20px;
}


#iphonegadget_bar {
	position:absolute;
	width:100%;
	margin-top:-70px;	
	overflow:hidden;
	height:130px;
}

#iphonegadget_bar_inside {
	width:960px;
	margin:0 auto;
}

ul#iphonegadget li {
	float:left;	
	text-align:center;
	width:220px;
	margin:0 20px;
	color:#fff;
	font-weight:bold;
}


/* 2.3 =Shop
---------------------------------------------------------------------- */

#position {
	padding:10px;	
	border-bottom:dotted 1px #afafaf;
}

#position a {
	color:#999999;	
	text-decoration:none;
}

#position a:hover {
	text-decoration:underline;
}

ul#categories li {
	clear:both;
	font-size:18px;
	padding:7px 10px;
	border-bottom:dotted 1px #afafaf;
	margin:2px 0;
}

ul#categories li a {
	color:#383838;
	display:block;
}

ul#categories li.active {
	background-image:url('/gfx/category_active.jpg');
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:transparent;
}

ul#categories li.active a {
	color:#fff;
}

ul#products li {
	float:left;	
	margin:5px;
	padding:10px;
	background-image:url('/gfx/products_li.jpg');
	background-repeat:repeat-x;
	width:160px;
	height:330px;
}

ul#products li:hover {
	cursor:pointer;
}

ul#products li:hover .title {
	text-decoration:underline;
}

ul#products li .img {
	background-color:#fff;
	border:solid 1px #e0e0e0;
	text-align:center;
	padding:5px;
	width:150px;
	height:150px;
}

ul#products li .infos {
	clear:both;
	overflow:hidden;
	height:80px;
}

ul#products li .stockstatus {
	float:left;
	width:50px;
}

ul#products li .price {
	float:right;
	width:100px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-align:right;
	font-weight:bold;
}

ul#products li a {
	color:#222;
	font-weight:bold;
}


ul#products li a.link {
	background-image:url('/gfx/link.jpg');
	background-repeat:repeat-x;
	background-color:#030404;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px 4px;
	width:70px;
	display:inline-block;
	text-align:center;
}

ul#products li a.link_green {
	background-image:url('/gfx/link_green.jpg');
	background-repeat:repeat-x;
	background-color:#0b481c;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px 4px;
	width:70px;
	display:inline-block;
	text-align:center;
}

#product {
	padding:0 0 30px 0;
	overflow:hidden;
}

#product h2#price {
	color:#0b6188;	
	font-size:30px;
}


#product small {
	font-size:10px;
	color:#999999;
}

#product #img {
	float:left;	
	width:370px;
	padding:10px;
	text-align:center;
}

#product #infos {
	float:left;	
	width:350px;
	padding:10px;
}

#product #level {
	border-top:solid 1px #cbcbcb;
	border-bottom:solid 1px #cbcbcb;
	overflow:hidden;
	padding:10px 20px;
	background-image:url('/gfx/level.jpg');
	background-repeat:repeat-x;	
}

#product #level #icons {
	float:left;
	width:200px;
	font-weight:bold;
}

#product #level #icons img {
	vertical-align:top;
}



#product #level #txt {
	float:left;
	width:520px;
	font-style:italic;
	color:#999999;
}




/* 2.4 =Elements
---------------------------------------------------------------------- */

.black {
	color:#525252;
}

.blue {
	color:#0b6188;	
}

.green {
	color:#33af11;	
}

.icon {
	vertical-align:top;	
}

.center {
	text-align:center;	
}


.line {
	border-bottom:solid 1px #e3e3e3;
	padding:0px 0;
	margin:15px 0;
	overflow:hidden;	
}

.bold {
	font-weight:bold;	
}

.left {
	float:left;	
}

.right {
	float:right;	
}


input.btn_addtocart {
	background-image:url('/gfx/btn_addtocart.jpg');
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	width:192px;
	height:32px;	
	border:0;
	cursor:pointer;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

a.btn_addtocart {
	background-image:url('/gfx/btn_addtocart.jpg');
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	width:192px;
	height:32px;	
	border:0;
	padding:7px 0;
	cursor:pointer;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
}

a.btn_addtocart:hover {
	text-decoration:none;
}

.infobox {
	background-color:#eee;
	border:solid 1px #cfcfcf;
	padding:15px;
	margin:20px 0;
	color:#666;
}

.infobox a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

.infobox span {
	color:#333;
	font-style:italic;
}


.clear {
	clear:both;	

}

.step {
	background-image:url('/gfx/step.jpg');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
	padding:3px 0;
	position:absolute;
	margin-left:-23px;	
	margin-top:-17px;
	color:#fff;	
	font-size:25px;
	text-transform:uppercase;
	padding:6px 0;
}

a.link {
	background-repeat:repeat-x;	
	background-color:#a00000;
	color:#fff;
	padding:2px 4px;
	font-size:10px;
	text-transform:uppercase;
}

a.link:hover {
	background-image:none;
	background-color:#ce2c2c;
	cursor:pointer;
}

#showLoadCart {
	background-color:#fff;
	position:fixed;
	padding:15px 10px;
	border:solid 7px #484848;
	width:200px;
	top:50%;
	left:50%;
	color:#484848;
	left: 50%;
	z-index:1000;
	text-align:center;
	margin-left:-100px;
	font-size:20px;
	display:none;
	
}

input.btn {
	font-family:verdana;
	color:#666666;
	font-size:11px;
	border:solid 1px #d1d1d1;
	padding:1px 6px;
	cursor:pointer;
}

input.btn:hover {
	background-color:#fafafa;
}

a.btn {
	font-family:verdana;
	color:#666666;
	font-size:11px;
	border:solid 1px #d1d1d1;
	padding:1px 6px;
	cursor:pointer;
	display:block;
	background-color:#f0f0f0;
}

a.btn:hover {
	background-color:#fafafa;
	text-decoration:none;
}

.noborder {
	border:0;
	background-image:none;	
}

.error {
	color:#ff0000;
}

.stock_yes {
	color:#4d9500;
	text-transform:uppercase;	
	font-size:10px;
	font-weight:bold;
}

.stock_no {
	color:#e71718;
	text-transform:uppercase;	
	font-size:10px;
	font-weight:bold;
}

.stock_reserved {
	color:#e7a517;
	text-transform:uppercase;	
	font-size:10px;
	font-weight:bold;
}


/* 2.5 =Column system
---------------------------------------------------------------------- */
.one-fourth {
	width: 190px;
	float: left;
	margin-left: 30px;
}

.one-third {
	width: 180px;
	float: left;
	margin-left: 20px;
}

.two-third {
	width: 660px;
	float: left;
	margin-left: 20px;
}

.half-page {
	width: 405px;
	float: left;
	margin-left: 30px;
}

.full-page {
	width: 880x;
	margin: 20px 30px;
}



/* 2.6 =Rows System
---------------------------------------------------------------------- */

.rows {
	clear:both;	
	overflow:hidden;
	border-top:solid 1px #e3e3e3;
	padding:7px 10px;

}

.rows.headline {
	border-bottom:solid 3px #333;
	padding:0;
	margin-bottom:5px;
}

.rows.focus {
	background-image:url('/gfx/row_focus.jpg');
	background-repeat:repeat-x;
	font-weight:bold;
	border-top:solid 1px #cbcbcb;
	border-bottom:solid 1px #cbcbcb;
}

.rows.focus:hover {
	border-top:solid 1px #cbcbcb;
	border-bottom:solid 1px #cbcbcb;
}

.rows.highlight {
	background-color:#fcf5d2;
	border-bottom:solid 1px #ebde93;
}

.rows.row_error {
	background-color:#f1dddd;
	border-bottom:solid 1px #eba6a6;
}

.rows.headline:hover {
	background-color:#fff;
	cursor:normal;
}



.rows .w10 {
	width:10px;
	float:left;	
	margin-right:15px;
}

.rows .w15 {
	width:15px;
	float:left;	
	margin-right:15px;
}

.rows .w20 {
	width:20px;
	float:left;	
	margin-right:15px;
}
.rows .w25 {
	width:25px;
	float:left;	
	margin-right:15px;
}

.rows .w50 {
	width:50px;
	float:left;	
	margin-right:15px;
}


.rows .w75 {
	width:75px;
	float:left;	
	margin-right:15px;
}

.rows .w100 {
	width:100px;
	float:left;	
	margin-right:15px;
}

.rows .w125 {
	width:125px;
	float:left;	
	margin-right:15px;
}

.rows .w150 {
	width:150px;
	float:left;	
	margin-right:15px;
}

.rows .w175 {
	width:175px;
	float:left;	
	margin-right:15px;
}

.rows .w200 {
	width:200px;
	float:left;	
	margin-right:15px;
}

.rows .w225 {
	width:225px;
	float:left;	
	margin-right:15px;
}

.rows .w250 {
	width:250px;
	float:left;	
	margin-right:15px;
}

.rows .w275 {
	width:275px;
	float:left;	
	margin-right:15px;
}


.rows .w300 {
	width:300px;
	float:left;	
	margin-right:15px;
}

.rows .w350 {
	width:350px;
	float:left;	
	margin-right:15px;
}

.rows .w400 {
	width:400px;
	float:left;	
	margin-right:15px;
}

.alternative_addtocart {
	display:none;	
}



