/* General CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* General */
body { font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background-color:#fff; color:#333; }

/* GLOBALHEADER */
#globalheader { width: 982px; height: 70px; margin: 18px auto 8px auto; position: relative; z-index: 9998; border-bottom: 3px solid #ACE149 }

#container { width: 980px; margin: 0 auto; position: relative; }
#main { width:100%; position: relative; }
#content { padding: 0; margin-bottom: 8px; position: relative; }

/* GRID */
.column { float: left; }
.grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { width: 100%; }

.grid2col .column { width: 49%; }
.grid2col .grid2col .column { width: 47.8%; }
.grid3col .grid2col .column { width: 46%; }
.grid4col .grid2col .column { width: 45%; }

.grid2cola .column.first { width: 66%; }
.grid2cola .column.last { width: 32%; }

.grid2colb .column.first { width: 74.9%; }
.grid2colb .column.last { width: 23%; }

.grid2colc .column.first { width: 32%; }
.grid2colc .column.last { width: 66%; }

.grid2cold .column.first { width: 23%; }
.grid2cold .column.last { width: 74.9%; }

.grid2cole .column.first { width: 79%; }
.grid2cole .column.last { width: 19%; }

.grid2colf .column.first { width: 19%; }
.grid2colf .column.last { width: 79%; }

.grid3col .column { width: 32%; margin-left: 2%; }
.grid2col .grid3col .column { width: 31%; }

.grid3cola .column { width: 58%; margin-left: 2%; }
.grid3cola .column.first,
.grid3cola .column.last { width: 19%; }

.grid4col .column { width: 23%; margin-left: 3%; }

.grid5col .column { width: 18.4%; margin-left: 2%; }

.grid6col .column { width: 15%; margin-left: 2%; }

.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }

.column.first p { padding-left: 8px; text-align:justify}
.column p { padding-left: 8px; text-align:justify}

/* GRID */
.grid3cola .column { width: 333px; margin-left: 15px; margin-bottom: 15px; }
.grid3cola .column.first { width: 334px; }
.grid3cola .column.last { width: 284px; }

.grid2cole .column { width: 667px; margin-left: 15px; margin-bottom: 15px; }
.grid2cole .column.last { width: 184px; }

.grid3cola h1 {
	color: #455077;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.grid3cola h2 {
	padding: 15px 8px;
	color: #636466;
}

.grid2cole h1 {
	color: #455077;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.grid2cole h2 {
	padding: 15px 8px;
	color: #636466;
}

.grid3cola li {
	margin-bottom: 3px;
}

.grid3cola ul {
	list-style-type:disc;
	margin-left: 15px;
}

.grid3colb .column { width: 333px; margin-left: 15px; margin-bottom: 15px; }
.grid3colb .column.first { width: 434px; }
.grid3colb .column.last { width: 184px; }

.grid3colb h1 {
	color: #455077;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.grid3colb h2 {
	padding: 15px 8px;
	color: #636466;
}

.grid3colb li {
	margin-bottom: 3px;
}

.grid3colb ul {
	list-style-type:disc;
	margin-left: 15px;
}
/* .grid3cola .grid3col .column { width: 184px; margin-left: 14px; } */

/* GLOBAL SEARCH */
#globalsearch { width: 400px; height: 38px; position: absolute; top: 0; right: 0; background-position: 100% 0; background-repeat: no-repeat; text-align: right }
#globalsearch.active { background-position: 100% -38px; }
#globalsearch input.g-prettysearch { width:140px; height: 16px; margin-top: 9px; margin-left: 11px; background: url(http://images.apple.com/global/nav/images/searchfield_repeat.png) center top repeat-x; }
#globalsearch .search-wrapper { position: relative; width: 140px; margin-top: 9px; margin-left: 11px; }
#globalsearch .search-wrapper input.g-prettysearch { width: 110px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; }
#globalsearch .search-wrapper .left, 
#globalsearch .search-wrapper .right { behavior:url(/global/scripts/lib/iepngfix.htc); }
#globalsearch .search-wrapper .left { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 19px; background: url(http://images.apple.com/global/nav/images/searchfield_leftcap.png) left top no-repeat; }
#globalsearch .search-wrapper .right { display: block; position: absolute; right: 0; top: 0; width: 10px; height: 19px; background: url(http://images.apple.com/global/nav/images/searchfield_rightcap.png) right top no-repeat; }
#globalsearch .search-wrapper.empty.blurred input { color: #7E7E7E; }
#globalsearch .search-wrapper .reset { position: absolute; width: 11px; height: 11px; overflow:hidden; z-index: 1; right: 4px; top: 4px; background: url(http://images.apple.com/global/nav/images/close.gif); display: block; cursor: pointer; _cursor:hand; }
#globalsearch .search-wrapper.empty .reset { display: none; }
#globalsearch .search-wrapper input.g-prettysearch { position: absolute; width: 110px; top: 0; right: 10px; background: url(http://images.apple.com/global/nav/images/searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", Geneva, Arial, sans-serif; }
#globalsearch label .prettyplaceholder { display: none; }

/* NEW GLOBALFOOTER */
#globalfooter { color: #999; font-size: 10px; margin: 30px auto; padding-bottom: 36px; text-align: left !important; }
#globalfooter a { text-decoration: none; }
#globalfooter a:hover { text-decoration: underline; }
#globalfooter p { margin: 0; }
#globalfooter .gf-buy { float: left; width: 60%; margin: 18px 0 9px; }
#globalfooter .gf-links { float: right; text-align: right; }
#globalfooter .gf-links a { padding: 0 10px; white-space: nowrap; }
#globalfooter .gf-links a.last { padding-right: 0; _float: none !important; width: auto !important;  }
#globalfooter .gf-sosumi { clear: both; width: 100%; border-top: 1px solid #eee; padding-top: 9px; }
#globalfooter .gf-sosumi a { padding: 0 10px; }
#globalfooter { width: 980px; }

/***** tab link *****/
#tab_link {
	margin: 0;
	line-height: 1.5em;
	}

#tab_link li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #CCCCCC;
	}

#tab_link a { 
	padding:0 13px 0 13px ; 
	font-weight: bold;
	color: #000;
	}
	
#tab_link a:link {text-decoration: underline}
#tab_link a:visited, a:active {text-decoration: none; color: grey}
#tab_link a:hover {text-decoration: underline;}


.column.last fieldset {
	margin-bottom: 10px;
}

.column.last label {
	width: 86px;
	float: left;
	display: block;
	margin: 0 5px;
	text-align: right;
	padding: 3px 0;
	color: #636466;
}

/* BOXES */
#feature { height: 200px; _width:684px; color:#666; }

/*#feature.box { background: url(images/box_684bg.png) 0 100% no-repeat; overflow: hidden; }*/
#feature.box h1 {padding: 0 8px }
#feature.box h5 { height:4px; }
/*#feature h5 { background: url(images/feature_headerbg.png) 100% 0 no-repeat; background-position:left top}*/
#feature.box h6 { height:4px; }
#feature h6 { background: url(images/feature_283headerbg.png) 100% 0 no-repeat; background-position:right top}

#featureb { height: 300px; _width:784px; color:#666; }
#featureb.box { background: url(images/box_784bg.png) 0 100% no-repeat; overflow: hidden; }
#featureb.box h1 {padding: 0 8px }
#featureb.box h5 { height:4px; }
#featureb h5 { background: url(images/feature_header_784bg.png) 100% 0 no-repeat; background-position:left top}

li {
	list-style: none;
	background: url(images/links_bullet.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	}
	
a { text-decoration: none; color: #2971a7; }
a:hover { text-decoration:underline; }

.feature_link {
	padding: 0 8px;
}

.promo_image {
	margin-top: -2px;
	float: right;
	text-align: center;
	width: 283px;
}

.promo_content {
	margin: 0 253px 0 20px;
}

.promo_content {
	margin-right: 283px;
}
.promo_information {
	width: 440px;
	float: left;
	margin: 0 50px 0 20px;
}
dl.promo_info {
	clear: left;
	padding-bottom: 1em;
}
.promo_info_icon {
	float: left;
	margin-top: 2px;
	width: 36px;
}
dl.promo_info dd {
	margin-left: 52px;
	color: #767c79;
	font-size: 12px;
}
dl.promo_info dd.promo_info_title {
	font-size: 16px;
	font-weight:bold;
	color: #000;
}


.module1, .module2 {
	float: left;
	background-image: url('images/01.png');
	background-repeat: no-repeat;
	width: 181px;
	height: 215px;
	margin: 15px 0px 0px 10px;
	padding: 30px 20px 0px 150px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	position: relative;
	text-align:justify
}

.module2 {
	background-image: url('images/02.png');
	margin: 15px 0px 0px 50px;
}

.module1 h4, .module2 h4 {
	background-image:none;
	color: #455077;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}


/* liquid round */
#liquid-round {
	/*width:70%;
	margin:0px auto;*/
	background:#fff url('images/panel/leftside.gif') repeat-y left top;
}
#liquid-round h2 {
	font-weight:bold;
}
.top {
	width:100%;
	height:20px;
	background:url('images/panel/top.gif') no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:20px;
	background:url('images/panel/top-right.gif') no-repeat right top;
}
.center-content {
	position:relative;
	background:url('images/panel/rightside.gif') repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
.bottom {
	width:100%;
	height:60px;
	background:url('images/panel/bottom.gif') no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url('images/panel/bottom-right.gif') no-repeat right top;
}
#liquid-round p {margin:0 0 1em -14px}


\* inner *\
#innercontainer { /*width: 200px;*/ }

#innercontainer ul, #innercontainer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#innercontainer a {
	display: block;
	padding: 3px;
	width: 184px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #fff;
}

#innercontainer a:link, #navlist a:visited {
	text-decoration: none; 
	color: #2971a7;
}

#innercontainer a:hover {
	background-color: #D3D2D2;
	color: #fff;
	text-decoration: none;	
}

#innerlist #current {
	background-color: #D3D2D2;
	color: #fff;
} 

div#errors {
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 35px;
	border: #FC6 1px solid;
	background: #FFC no-repeat 5px 5px;
	font-size: 11px;
}

div#errors p {
	margin: 0;
}

div#errors li {
	background:none;
	padding:0 8px;
}

div#errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

#agreement ul,li {
	margin : 3px;
    padding : 0;
	list-style : disc;
	list-style-position : inside;
	text-align : justify;
	background : none;
}