/* Default Resets */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, button,  p, blockquote, th, td {margin:0; padding:0;}
html, body { width:100%; height:100%; background:#fff;}
body {font-size:0.75em; font-family:Arial, sans-serif; }
li {list-style:none;}
img, fieldset {border:0 none;}
img {vertical-align:middle;}
legend, hr {display:none;}
legend {position:absolute; top:0; left:0; width:0; height:0; display:block; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}
input, select, textarea {font-size:100%; color:#767676; font-family: Arial,sans-serif; }
button {border:0 none;background:transparent;}
em, address {font-style:normal;}
table {border-spacing:0;}
a, a:link, a:visited {text-decoration:none; color:#00a9e0;}
a:hover {text-decoration:underline;}
p, a, h2, h3 {word-wrap:break-word;}
body {font-size: 0.75em; font-family: Arial, sans-serif;}

/*Container Styles*/

#findRetailers {
	height:450px;
	width: 824px; 
	overflow: none;
}

#findRetailers h2 {
	height: auto; 
	padding-bottom: 15px; 
	border-bottom: 1px solid #ccc; 
	font-size: 14px; 
	line-height: 14px; 
	font-weight: bold; 
	font-family: 'PFSquareSansProMedium', 'Arial', 'sans-serif';
}

#findRetailers .visitLink { 
	margin-top: 10px;
}

#product_info {
	margin: 45px 0 15px 0;
}

/*Retailers Styles*/

#retailers {
	height: 400px;
	padding-left: 20px;
}

.retailer {
	width: 150px;
	display: inline-block;
	margin: 30px 5px 30px 5px;
	/*fix for IE haslayout vs. inline-block bug*/
	zoom: 1;
    *display: inline;
}

.retailer h3 {
	font-size: 14px;
	color:#087CBE;
}

.logo {
	margin: 10px 0 10px 0;
	width: 133px;
	height: 46px;
}

/*Error Styles*/

.noRetailer {
	height: 380px;
}

.noRetailer h3 {
	padding-top: 165px;
	text-align: center;
	font-size: 14px;
	color:#ff0000;
}

/*Button Styles*/

.winPop .btnArea {
	text-align: right;
}

.btnStyle { 
	overflow: visible; 
	border: 0 none; 
	display: inline-block; 
	margin: 0; 
	padding: 0; 
	height: 32px;
	background: url(http://www.samsung.com/common/img/bg_btn_left_default.png) no-repeat 0 0;
}

.btnStyle span { 
	display: inline-block;
	height: 32px;
	margin: 0 0 0 22px;
	padding: 0 35px 0 0;
	line-height: 32px;
	font-weight: bold; 
	font-family:'PFSquareSansProBold', 'Arial', 'sans-serif'; 
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
	background: url(http://www.samsung.com/common/img/bg_btn_right_default.png) no-repeat right 0;
}

.btnVisit {
	margin: 0 6.5%;
}

.btnFooter {
	float: right;
	margin: -5px 0;
}

/*Footer Styles*/

.footer {
	margin-top: 20px;
}

.winPop .footer .supCopyright{
	border-top: 1px solid #cccccc;
	color: #b4b4b4; 
	padding-top: 10px;	
}

.winPop .footer .copyright img { 
	margin-right: 10px; 
}
