/*
..................................................
..................................................
Filename: _global.css (dev)
Description: global styling for belkin.com
..................................................
..................................................
*/
select,
input,
button,
textarea {
	font-size: 99%;
}

table {
	font-size:inherit;
	font:100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	font-size:108%;
	line-height:100%;
}

/*
..................................................
Head
..................................................
*/
html,
body {
	width: 100%;
    height: 100%;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333333;
	background-color: #fff;
}

a, a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover { 
	text-decoration: underline;
}

/*  keep dotted line off links/buttons/tabs */
a:active { 
	outline: none;
}

a:focus { 
	outline: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ol {
	list-style-type: decimal;
}

.bold {
	font-weight: bold;
}

#content {
	width: 1000px;
	min-height: 100%; 
	margin: 0 auto;
	text-align: left;
	/* New Structure */
	overflow: hidden;
}

#frameHead {
	width: 1000px;
	height: 68px;
	margin: 0;
	position: relative;
	/* z-index: 10;*/ /* fixes IE7 stacking order bug */
	
}

h1#wordmark {
	position: absolute;
	top: 14px;
	left: 7px;
}

#HEAD_NAV {
	position: absolute;
	right: 362px;
	top: 14px;
}

#HEAD_NAV.intl {
	right: 180px;
}

/* search bar area */

#searchForm label {
	font-size: 11px;
	vertical-align: top;
	display:none;
}

.buttons {
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	right: 3px;
	cursor: pointer;
}

.prod_srch {
	margin: 0;
	padding: 0 25px 0 0;
	border: 0;
	font-size: 12px;
	font-family: arial, "Helvetica Neue", helvetica, sans-serif;
	text-indent: 8px;
	color: #666666;
	width: 152px;
	height: 21px;
	line-height: 21px;
	vertical-align: top;
	background: url("/includes/graphics/search.png") no-repeat 0 0;
	float: left;
}

#search-text.placeholder {
	color: #333;
}

#email_sign_up {
	position: absolute;
	right: 235px;
	top: 0;
	height: 56px;
	font-size: 11px;
	color: #000;
}

#email_sign_up a,
#email_sign_up a:visited
#email_sign_up a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	width: 99px;
	margin: 0;
	padding: 19px 24px 20px 0px;
	text-align: right;
	display: block;
	background: url("/includes/graphics/email_sign_up.png") no-repeat 105px 19px;
}

#cart {
	position: absolute;
	right: 44px;
	top: 0;
	height: 52px;	
}

#cart a,
#cart a:visited
#cart a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	width: 39px;
	margin: 0;
	padding: 19px 24px 20px 0px;
	text-align: right;
	display: block;
	background: url("/includes/graphics/cart.png") no-repeat 44px 17px;
}

#cart_items {
	/*position: absolute;
	right: 6px;
	top: 0;*/
	float: right;
	padding-right: 10px;
	height: 13px;
	padding: 18px 0 20px 0px;
	font-size: 12px;
	color: #9a9999;
}

#location {
	position: absolute;
	right: 108px;
	top: 0;
	height: 52px;
}

#location.intl {
	right: 15px;
	top: 0;
}
 
a.change_location,
a.change_location:visited,
a.change_location:hover {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	width: 98px;
	margin: 0;
	padding: 19px 30px 20px 0;
	text-align: right;
	display: block;
	background: url("/includes/graphics/arrow-down-green.png") no-repeat 107px 23px;
}

#list_countries {
	padding: 20px;
	border: 1px solid #76d750;
	position: absolute;
	top: 42px;
	right: 10px;
	display: none;
	background-color: #efefef;
	z-index: 9999;
}

#list_countries #select-location-wrap {
	border: 0;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}

#change-location-page #select-location-wrap {
	margin: 20px;
}

#change-location-page #select-location-wrap h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#change-location-page #select-location-wrap h4 {
	color: #76d750;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#change-location-page #select-location-wrap ul {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}

#change-location-page #select-location-wrap li {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
}

#change-location-page #select-location-wrap p.close_btn {
	display: none;
}

#list_countries h3 {
	margin-bottom: 15px;
	font-size: 14px;
}

#list_countries h4 {
	color: #76d750;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 12px;
}

#list_countries div {
	float: left;
	padding-right: 20px;
	margin-left: 20px;
	height: 308px;
	border-right: 1px solid #c9c9c9;
}

#list_countries ul li {
	margin-bottom: 3px;	
}


#select-location-wrap li a {
	line-height: 18px;
	font-size: 11px;
	padding-left: 22px;
}

#list_countries div.last {
	padding-right: 0;
	border-right: 0;
}

#list_countries div.first {
	margin-left: 0;
}

#list_countries .close_btn {
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-indent: -10000px;
	position: absolute;
	right: 9px;
	top: 9px;
	cursor: pointer;
	background: transparent url("/includes/graphics/close.png") no-repeat 0 0;
}

/* flag icons */
.us {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 1px;
}

.br {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -20px;
}

.ca {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -41px;
}

.au {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -62px;
}

.cn {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -83px;
}

.zh-hk {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -104px;
}

.in {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -125px;
}

.jp {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -146px;
}

.kr {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -167px;
}

.my {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -188px;
}

.ph {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -209px;
}

.sg {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -230px;
}

.th-th {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -251px;
}

.cz {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -272px;
}

.dk {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -293px;
}

.fi {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -314px;
}

.fr {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -335px;
}

.de {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -356px;
}

.gr {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -377px;
}

.hu {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -398px;
}

.es {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -419px;
}

.nl {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -440px;
}

.no {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -461px;
}

.pl {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -482px;
}

.it {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -503px;
}

.se {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -524px;
}

.uk {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -545px;
}

.ru {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -566px;
}

.tr {
	background: url("/includes/graphics/flags-sprite.png") no-repeat 0 -587px;
}

/*
..................................................
Wrap and Main (inner-content)
..................................................
*/

#wrap {
	margin: 0;
	width: 1000px;
	position: relative;
}

/* section template css from legacy */

div.family_page_title {
	color:#333333;
	font-weight: bold;
	font-size: 14px;
	margin:0;
	padding-top:5px;
}

.para_padding {
	margin:10px 20px;
	font-size: 12px;
}

.copy_cat_1, .prod_page_name, .prod_page_header {
	color:#000000;
}

.copy_cat_1, .prod_copy_1 {
	font-size:10px;
	line-height:14px;
}

a.family_page_name {
	text-decoration:none;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
}

div.copy_1 {
	margin: 20px;
}

div.copy_1 h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

div.copy_1 h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

div.copy_1 p {
	margin-bottom: 10px;
}
/* section template css from legacy */



#main {
	float: right;
	width: 802px;
}

/*
..................................................
Left Nav
..................................................
*/
.left_nav {
	font-size: 12px;
	line-height: 16px;
	width: 197px;
	clear: left;
	float: left;
	display:inline;
	position: relative;
}

.left_nav a:hover { 
	text-decoration: none;
}

.left_box h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding-bottom: 10px;
	color: #76d750;
	text-indent: 19px;
}

#left_nav_menu {
	/* Fixes issue in IE7 where sub navigation stacks underneath banner-cycle */
	position: relative;
	z-index: 5000;
}

#left_nav_menu li,
#left_nav_menu_2 li {
	position: relative;
	margin: 1px;
}

#left_nav_menu a,
#left_nav_menu_2 a {
	display: block;
	padding: 2px 20px 3px 20px;
}

#left_nav_menu li:hover,
#left_nav_menu a:hover,
#left_nav_menu_2 li:hover,
#left_nav_menu_2 a:hover {
	background-color: #76d750;
}

#left_nav_menu ul.sub {
	width: 201px;
	border: 1px solid #999999;
	position: absolute;
	left: 198px;
	top: -1px;
	z-index: 5000;
	background: #ffffff;
	/* text-indent: 10px; */
}

#left_nav_menu ul.sub li {
	width: 199px;
	padding-right: 0;
}

#left_nav_menu ul.sub li a {
	padding-left: 4px;
}

#left_nav_menu ul.sub li a:hover {
	background-color: #76d750;
	border-right: none;
}

#left_nav_menu ul.sub li.title {
	font-weight: bold;
	background-color: #e9e9e9;
	border-bottom: 1px solid #ccc;
}

#left_nav_menu ul.sub li.title a {
	padding: 4px 0px 4px 4px;
}

#left_nav_menu ul.sub li.title a:hover {
	background-color: #e9e9e9;
}

/* Menu global CSS */
#menu {
	width: 179px; /*width of accordion menu*/
	margin: 0 10px 0 9px; 
}

#menu .header a {
	display: block;
	padding: 7px 10px;
}

#menu .header {
	border-top: 1px solid #e3e3e3;
}

#menu li.last {
	border-bottom: 1px solid #e3e3e3;
}

#menu ul { 
	list-style-type: none;
	margin: 0; 
	padding: 0px 0 11px 0;
}

#menu ul li a:hover { 
	background-color: #76d750;
}

#menu ul.categoryitems {
	background: #efefef url("/includes/graphics/categoryitems-ul-bg.jpg") repeat-x left bottom;
	display: none;
}

#menu ul.subcategoryitems li { 
	line-height: 3px;
}

#menu ul.categoryitems li a:hover { 
	background:none;
	color: #76d750;
	
}

#menu ul.subcategoryitems li a {
	padding-left: 17px;
	background: url("/includes/graphics/subcat-list-anchor-bg.gif") no-repeat 10px center;
}

#menu ul.subcategoryitems li a:hover { 
background: url("/includes/graphics/subcat-list-anchor-bg-hover.gif") no-repeat 10px center;
	background-color: transparent;
	color: #76d750;
}

#menu ul.subcategoryitems li.two_lines a {
    background: url("/includes/graphics/subcat-list-anchor-bg.gif") no-repeat scroll 10px 8px transparent;
    line-height: 16px;
    padding-left: 17px;
    padding-top: 0;
    padding-bottom: 0;
}

#menu ul.subcategoryitems li.two_lines a:hover {
    background: url("/includes/graphics/subcat-list-anchor-bg-hover.gif") no-repeat scroll 10px 8px transparent;
    line-height: 16px;
    padding-left: 17px;
    padding-top: 0;
    padding-bottom: 0;
}

#menu ul li .closedsubheader { /*Closed state CSS for sub menu header*/
	background: transparent;
}

#menu ul li a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
}








/*
..................................................
foot
..................................................
*/
#ft {
	clear: both;
	width: 800px;
	padding: 15px 0 15px 0;
	border-top: solid 1px #E3E3E3;
	font-size: 11px;
	line-height: 18px;
}

ul.footLink {
	width: 180px;
	float: left;
	margin: 0 15px 10px 0px;
}

ul.footLink li { 
	margin: 0 0 0 20px;
}

ul.footLink li strong {
	display: block;
	margin-bottom: 8px;
	color: #76d750;
	font-size: 12px;
}

ul.footLink.connect li {
	display: inline;
}

ul.footLink.connect li.last {
	margin-left: 5px;
}

ul.footLink.connect li.title {
	display: block;
	margin-bottom: 12px;
}

#insole {
	clear: both;
	margin: 0 20px;
	position: relative;
}

#insole ul li {
	display: inline;
	margin-right: 25px;
}

#insole img#belkinwordmark {
	margin-right: 5px;
}

#ft .hr {
	clear: both;
	margin: 15px 20px;
	border-bottom: 1px solid #E3E3E3;
}

/*
..................................................
Registration
..................................................
*/

#registration {
	padding: 20px;
	font-size: 11px;
	line-height: 14px;
}

table.registration {
	width: 720px;
	padding: 0;
}

.registration_left_column {
	padding-right: 20px;
}

.registration_right_column {
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

.registration {
	font-size: 11px;
	padding: 10px 10px 10px 0;
	text-align: left;
	vertical-align:top;
	line-height: 14px;
}

.registration_title {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.registration_center {
	font-size: 11px;
	text-align: center;
}

.registration_center p {
	padding: 11px 0;
}

.registration_error {
	font-weight: bold;
	color: #921730;
}

b {
	font-weight: bold;
}

.registration_label {
	text-align: right;
	width: 30%;
	padding: 7px 10px 10px 5px;
}

.registration_input {
	text-align: left;
	width: 60%;
	padding: 5px 0;
}

.registration_button {
	text-align: left;
	padding: 10px 0;
}

.registration_privacy_policy {
	padding: 10px 0;
}

.registration_alert {
	width: 35px;
	vertical-align: top;
	text-align: right;
	padding: 10px 10px 10px 5px;
}

.registration_section_name {
	font-weight: bold;
	padding: 10px 0;
}	

.registration_buttons {
	padding: 20px 0;
}



/*
..................................................
Add to Cart Buy Button
..................................................
*/
a.buy-now {
	background:url("/includes/graphics/buy-now-btn-bg-right.png") no-repeat scroll right top transparent;
	font-size:12px;
	height:27px;
	padding:0 14px 0 0;
	/*position:absolute;
	right:20px;*/
	text-decoration:none;
	top:5px;
}

a.buy-now span {
	background:url("/includes/graphics/buy-now-btn-bg-left.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	line-height:27px;
	padding:0 0 0 14px;
}

/*
..................................................
Breadcrumb
..................................................
*/
.breadCrumbArrow {
	margin: 0 5px 2px 5px;
}

/* for old style breadcrumb -- delete when update INTL to new style */
.oldBreadcrumb {
padding: 10px 0 10px 20px;
font-size: 14px;
}

.oldBreadcrumb a {
color: #AAAAAA;
font-weight: bold;
}

/*
..................................................
Padding for IWCatCategories
..................................................
*/

#catWrapper {
	margin: 0 20px;
	font-size: 12px;
	line-height: 18px;
}

/*
..................................................
Reviews Page - **styles have been moved to actual HTML
page. Copy styles back to this location when ready.
..................................................
*/


/*
..................................................
Start INTL
..................................................
*/

/* For toggling English to Chinese HK */

.toggleNav {
	/* background-color:#f2f2f2; */
	clear:left;
	display:block;
	float:left;
	height: 30px;
	margin:0 1px 0 1px;
	overflow:hidden;
	padding:0;
	width:198px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 10px;
}

ul#toggleNavMenu {
	color:#666666;
	float:left;
	font: 11px/15px Helvetica, Arial, sans-serif;
	list-style-type: none;
	margin: 4px 0 0 20px;
	padding: 0;
} 

ul#toggleNavMenu li {
	border-right:1px solid #999999;
	display: inline-block;
	float: left;
	margin: 0;
	padding-right: 10px;
}

ul#toggleNavMenu li.end  {
	border: none;
	margin-left: 10px;
}

ul#toggleNavMenu li a.current {
	background-color: #76d750;
	color: #FFFFFF;
	/* border: 1px solid #0095c7; */
}

ul#toggleNavMenu li a {
	background: none repeat scroll 0 0 transparent;
	color: #999;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
}

/* End For toggling English to Chinese HK */

/*
..................................................
End INTL
..................................................
*/



/*
..................................................
SPECIAL CASE
..................................................
*/
.clear {
	clear: both;
}

.hide { 
	display: none;
}

.show {
	display: block;
}

.nowrap {
	white-space:nowrap;
}

.trade {
	font-size: .5em;
	vertical-align: super; 
}


/* Drop Shadow */

.shadow {
	-moz-box-shadow: -1px 0 6px #c4c4c4;
	-webkit-box-shadow: -1px 0 6px #c4c4c4;
	box-shadow: -1px 0 6px #c4c4c4;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=245, Color='#c4c4c4')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=245, Color='#c4c4c4');
	border: 1px solid #c4c4c4\9;
}

/*
..................................................
Clear fix
..................................................
*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*
..................................................
Metric Font
..................................................
*/

@font-face {
	font-family: "Metric Bold";
	url("http://cdn-www.belkin.com/type/metric/Metric-Bold.woff") format("woff");
}

