/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************/
/** Standard HTML **/
body {
	background: #333;
}

h1 {
    font-size: 28px;
    font-family: "Trebuchet MS", Verdana, serif;
	color: #000;
	font-size: 28px;
	padding: 5px 10px;
	margin-top: 10px;
}

#header {
    height: 150px;
    background: url("/content/img/header.gif") no-repeat top center;
}

#top {
	padding: 10px 30px 0 30px;
}

#content a {
	color: #444;
}
 
#content a:hover, #content  a:focus {
	text-decoration: none;
	background-color: #eee;
}

#content h2 {
    font-family: "Trebuchet MS", Verdana, serif;
	color: #000;
    font-size: 20px;
    padding: 5px 10px;
}

	#content h2 a {
		display: block;
        color: #000;
		text-decoration: none;
	}
	
		#content h2 a:hover, #content h2 a:focus {
			background: none;
			text-decoration: underline;
		}

#content p {
	margin: 5px 0;
	padding: 0 10px;
	line-height: 20px;
}

#content ul, #content ol {
	margin: 0 10px;
}

	#content ul li { list-style-type: square; }
	#content ol li { list-style-type: decimal; }
	#content li {	margin: 0 20px 10px 20px; }

#content #share_this {
	float: right;
	padding: 5px 35px 0 0;
}
	
#footer {
	overflow: hidden;
	padding: 10px 0;
	background: #333;
	color: #eee;
}

	
	#footer a, #footer a:visited {
		color: #eee;
		text-decoration: none;
		display: block;
		padding: 2px 4px;
	}
	
	#footer a:hover, #footer a:focus {
		background: #555;
		color: #ddd;
		border-color: #ddd;
	}

/** Generic Classes **/
.clear_both{clear:both;}
.clear_left{clear:left;}
.clear_right{clear:right;}
img.left {float: left; margin: 10px 20px 20px 0;}
img.right {float: right; margin: 10px 0 20px 20px;}

/** Structure **/

.inner_section_holder {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}

.section_full_width_holder {
    background: #fff;
    overflow: hidden;
}

.col_1,
.col_2,
.col_3,
.col_4, 
.col_5, 
.col_6, 
.col_7, 
.col_8, 
.col_9,
.col_10, 
.col_11, 
.col_12 {
	float: left;
	margin: 0 10px 10px 10px;
}

.col_1 {width:60px;}
.col_2 {width:140px;}
.col_3 {width:220px;}
.col_4 {width:300px;}
.col_5 {width:380px;}
.col_6 {width:460px;}
.col_7 {width:540px;}
.col_8 {width:620px;}
.col_9 {width:700px;}
.col_10 {width:780px;}
.col_11 {width:860px;}
.col_12 {width:940px;}


.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

/* Layout Widgets */
ul.inline-list {
	float: right;
}

	ul.inline-list li {
		float: left;
		list-style-type: none;
		background: url(/content/img/icon/inline-list-separator.png) no-repeat right center;
		padding-right: 10px;
		margin-right: 10px;
	}

		ul.inline-list li.last {
			padding-right: 0;
			margin-right: 0;
			background: none;
		}


/** Widgets **/
#twitter_link {
	position: fixed;
	right: 0;
	top: 200px;
	text-indent: -1000em;
	width: 29px;
	height: 111px;
	display: block;
	background: url(/content/img/twitter.gif) no-repeat;
}

#bookmarklets {
	float: right;
	padding: 10px 28px 0 0;
}

	#bookmarklets span {
		float: left;
		margin-right: 6px;
		font-weight: bold;
	}

	#bookmarklets a {
		text-indent: -1000em;
		float: left;
		width: 16px;
		height: 14px;
		margin-right: 4px;
		background-image: url(/content/img/bookmarklets.png);
		background-repeat: no-repeat ;
	}

		#bookmarklets a:hover, #bookmarklets a:focus {
			background-image: url(/content/img/bookmarklets.png);
		}

		#digg {background-position: 0 0;	}
		#stumbleupon {background-position: -16px 0;	}
		#facebook {background-position: -32px 0;	}
		#delicious {background-position: -48px 0; }

/*********************************/
body {
	font-family: Helvetica, serif;
	line-height: 1.3;
	font-size: 12px;
}

p {
	margin: 0 0 12px 0;
}

legend {
	font-weight: bold;
	font-size: 14px;	
}

label {
	display: block;
}

label input {
	display: block;
}

ul.call_to_action li {
	list-style-type: square;
	margin-left: 30px !important;
}

#logo {
	margin: 22px 5px 5px 5px;
}

/** Gallery **/
#gallery {
	margin-top: 10px;
	height: 363px;
	background: url(/content/img/hero/1.jpg) no-repeat #fff;
}

/** Form **/
#availability_alerts {
    float: right;
    margin-top: 12px;
	padding: 12px 12px 15px 12px;
	width: 289px;
	color: #000;
    background: url(/content/img/alerts_background.gif) no-repeat;
}
    
    input#email {
        border: 2px solid #ff6103;
        padding: 3px 3px 3px 3px;
        color: #444;
        width: 274px;
        margin-bottom: 10px;
    }

    input#sign_up {
        border: 0;
        background-color: #ff6103;
        color: #fff;
        width: 284px;
        text-align: center;
        font-weight: bold;
        padding: 3px 0;
    }

        input#sign_up:hover, input#sign_up:focus {
            background-color: #d43d1a;
        }

    #availability_alerts legend  {
        font-size: 18px;
        font-weight: bold;
        padding: 0;
        margin: 0 0 5px 0;
        color: #222;
    }


/*
 *	Page specific
 *********************************/

/** Home **/
body#home h1 {
    font-family: Helvetica, serif;
    font-size: 26px;
    padding: 5px 25px;
    margin: 20px 0;
    line-height: 1;
}

body#home h1 span {
    display: block;
    font-size: 22px;
    color: #666;
    font-weight: normal;
}

body#home #content h2 {
    font-size: 28px;
    padding: 5px 10px;
}

    #home_main_content {
        float: left;
        margin: 0 10px 10px 0;
        padding-left: 15px;
        width: 600px;
    }

    #gallery {
        float: left;
        width: 300px;
    }

#home_main_content_holder {
    background: url('/content/img/home_content_bg.gif') no-repeat 0 0;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}

#tab_widget_holder {
    background: url('/content/img/tab_widget_bg.gif') no-repeat 0 0;
    padding: 25px 0 26px 0;
}

#breaking_news {
	clear: both;
	padding: 12px 17px 22px 17px;
	margin: 0 10px 20px 10px;
	background: url('/content/img/breaking_news.gif') no-repeat;
}

	body#home #content #breaking_news h2 {
		font-size: 20px;
	}

	#breaking_news div {
		text-align: center;
	}

	#breaking_news div a {
		background: #ff6103;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		padding: 4px 8px;
		text-decoration: none;
	}
	
	#breaking_news div a:hover, #breaking_news div a:focus  {
		background: #d43d1a;
		color: #fff;
	}

 /** article pages **/
 
 #content #article_list li {
	list-style-type: none;
	margin: 0 0 15px 0; 
	padding: 0;
 }

    #content #article_list li h2 {
        font-size: 16px;
    }
 
	body.ipad-news #content h2 {
		padding: 5px 0;
	}
 
/** ipad-models **/

#products_list {
	padding: 0 10px;
}

	#products_list div.col_8 h2 {
		font-size: 14px;
		background: transparent;
		padding: 0;
	}

		#products_list div.col_8 h2 a {
			color: #444;
		}
	
	#products_list div.col_5, #products_list div.col_3 {
		padding-bottom: 10px;
	}



div.box {
	border: 1px solid #444;
	border-top: 0;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#content div.product_summary {
	padding-top: 5px;
	font-size: 13px;
}
	
	#content div.product_summary h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}

#content a.buy_now {
	float: left;
	background: #ff6103;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#content  a.buy_now:hover, #conten a.buy_now:focus {
	background: #d43d1a;
}

#content div.product_summary span {
	float: left;
	padding: 5px 10px;
	font-weight: bold;
}

div.product_short_description {
	clear: both;
	padding-top: 5px;
}

#alt_product_list  div.item {
	overflow: hidden;
	padding: 0 0 10px 10px;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
}

	#alt_product_list img {
		float: left;
		width: 70px;
		margin-right: 10px;
	}
	
	#alt_product_list div.text_content {
		float: right;
		width: 210px;
	}
	
/* ipad-sim-deals */
#ipad-sim-deals, #home table {
	margin: 10px;
	font-size: 16px;
}

	#ipad-sim-deals, #home tr {
		margin: 10px 0;
		border-bottom: 1px solid #aaa;
	}

	#ipad-sim-deals, #home td {
		text-align: center;
		vertical-align: middle;
		padding: 7px 0;
	}

	#ipad-sim-deals, #home thead tr {
		border-bottom: 1px solid #999;
	}
	
	#ipad-sim-deals, #home th {
		padding: 5px 0;
	}
	
		.network {
			width: 108px;
		}
		
		.bundle {
			width: 90px;
		}
		
		.price {
			width: 160px;
		}
		
		.length {
			width: 140px;
		}
		
		.action {
			width: 120px;
		}
		
			#content .action a, #content .action a:visited {
				text-decoration: none;
				color: #fff;
				background: #ff6103;
				padding: 5px 10px;
				font-weight: bold;
				font-size: 14px;
			}
			
			#content .action a:hover, #content .action a:focus {
				background: #d43d1a;
			}
	
/** Product pages **/
#product_page .col_8 .col_8 {	padding-top: 10px;}

	#product_page .col_8 .col_8, 
	#product_page .col_8 .col_5, 
	#product_page .col_8 .col_3 {
		margin-bottom: 0;
	}

	#product_prices {
		font-size: 16px;
	}

		#content #best_price ul, #content #best_price li {
			list-style-type: none;
			margin: 0;
		}

			#product_rrp {
				font-weight: bold;
				font-size: 14px;
			}
				
				#product_rrp span.value {
					text-decoration: line-through;
				}
			
			#product_best {
				font-weight: bold;
				font-size: 24px;
				color: #FF6103;
			}
			
			#product_save {
				font-weight: bold;
				font-size: 18px;
  			}
			
			#product_brand {
				
			}
			
			#best_price_shop_now{
				clear: both;
				padding-top: 5px;
			}
			
				#best_price_shop_now a {
					font-size: 18px;
					margin-left: 135px;
				}
			
			span.item {
				float: left;
				text-align: right;
				width: 175px;
			}

			span.value {
				float: right;
				width: 200px;
			}

        #product_prices thead th {

        }

        #product_prices tbody tr {
            border-top: 1px dashed #000;
            text-align: center;
        }

        #merchant_column {
            padding: 5px 25px;
        }

        #price_column {
            padding: 5px 25px;
        }

        #link_column {
            padding: 5px 25px;
        }


			
/* ipad-sim-deals */
#content ul.sim_summaries  {
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 5px 0;
}

#content ul.sim_summaries li{
	list-style-type: none;
	margin: 0;
	float: left;
	width: 180px;
	padding: 0 9px;
}

#content ul.sim_summaries li p{
	padding: 0;
}

/********			WIDGETS				*************************/
div.vertical_tab_content_nav_holder {
    float: left;
    width: 220px;
    padding-left: 25px;
}

div.tab_content_holder {
    float: left;
    width: 675px;
}

#content div.vertical_tab_content_nav_holder h2 {
	margin: 0;
}

#content ul.vertical_tab_content_nav  {
	margin: 0;
}

	#content ul.vertical_tab_content_nav  li {
		list-style-type: none;
		margin: 0 0 1px 0;
	}
	
		#content ul.vertical_tab_content_nav a {
			display: block;
			padding: 8px 10px;
			text-decoration: none;
			background: url("/content/img/vertical_tab_sprite.gif") no-repeat 0 0;
			color: #fff;
			font-weight: bold;
		}
	
		#content ul.vertical_tab_content_nav a:hover, #content ul.vertical_tab_content_nav a:focus {
			background-position: 0 -32px;
		}


			#content ul.vertical_tab_content_nav  li.current a{
				background-position: 0 -32px;
			}

#content div.tab_content {
    display: none;
}

	#content div.tab_content div.col_3{
		margin-right: 0;
	}

	#content div.tab_content img {
		margin: 10px;
	}

#content div.current {
    display: block;
}

div.tab_widget_image {
    float: left;
    width: 220px;
}

div.tab_widget_text {
    float: left;
    padding-left: 15px;
    width: 430px;
}


/***********			NAVIGATION			**********************/
#navigation {
	position: absolute;
	width: 940px;
	top: 106px;
	margin: 0 30px;
	height: 34px;
	font-size: 13px;
	font-weight: bold;
}

#navigation li {
	float: left;
    margin-right: 23px;
}

	#navigation li.right {
		float: right;
	}

		#navigation li a {
			display: block;
			padding: 5px 9px;
			color: #fff;
			text-decoration: none;
		}

			#navigation li a:hover, #navigation li a:focus, #navigation li a.current, #navigation li a.expanded {
				background: #5da3de;
			}

	#navigation li ul {
		display: none;
	}
	
	#navigation li:hover ul, #navigation li a:focus > ul {
		position:absolute;
		display: block;
		width: 220px;
		background: #5da3de;
	}

		#navigation li li {
			float: none;
            margin: 0;
		}

            #navigation li li a:hover, #navigation li li a:focus {
                background: #136bb5;
            }
