/* Eric Meyer CSS Reset (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) with modifications */
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, 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;height: 100%;}
blockquote, q {quotes: none;}
sup {margin-left: 2px;font-size: xx-small;vertical-align: text-top;}
/* gets rid of the disabled vertical scrollbar that IE puts on textareas (http://blog.klustered.com/2007/03/14/tip/) */
textarea {overflow: auto;}
/* from Viget Labs (http://www.viget.com/inspire/styling-the-button-element-in-internet-explorer/) */
button {width: auto;overflow: visible;background: transparent;cursor: pointer;border: none;margin: 0px;padding: 0px;}
/* 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;}
/* ===================================================================================================== global tag, tag/class, special definitions and classes */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
}
a:link, a:visited {
	color: #cb2d2d;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #ffffff;
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	background-repeat: no-repeat;
	text-indent: 1000px;
	white-space: nowrap;
	overflow: hidden;
}
.diff {
	color: #ff0000;
}
/* =================================================== header */
#header {
	background-image: url(../images/headerBg_norpt.png);
	background-repeat: no-repeat;
	height: 245px;
	width: 960px;
	position: relative;
	z-index: 1;
}
#header a:link, #header a:visited {
	color: #343434;
	text-decoration: none;
}
#header a:hover, #header a:focus, #header a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#headerBnr {
	background-repeat: no-repeat;
	height: 168px;
	width: 703px;
	position: absolute;
	left: 207px;
	top: 17px;
	z-index: 2;
}
/* specific classes */
#headerBnr.matt {
	background-image: url(../images/headerBnrMatt_norpt.jpg);
}
/* end spcific classes */
#header ul {
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 900px;
	list-style: none;
	position: absolute;
	z-index: 3;
	left: 207px;
	top: 158px;
}
#header ul li {
	float: left;
	height: 44px;
}
#header ul li a {
	background-image: url(../images/headerUlLiABg_norpt.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 44px;
	overflow: hidden;
	text-indent: 4000px;
	white-space: nowrap;
}
/* specific classes */
#header ul li a.background {
	width: 80px;
	margin-right: 70px;
	margin-left: 55px;
	margin-top: 2px;
}
#header ul li a.background:link, #header ul li a.background:visited {
	background-position: 0px 0px;
}
#header ul li a.background:hover, #header ul li a.background:focus, #header ul li a.background:active {
	background-position: 0px -44px;
}
#header ul li.active a.background:link, #header ul li.active a.background:visited, #header ul li.active a.background:hover, #header ul li.active a.background:focus, #header ul li.active a.background:active {
	background-position: 0px -44px;
}
#header ul li a.feel {
	width: 100px;
	margin-right: 60px;
}
#header ul li a.feel:link, #header ul li a.feel:visited {
	background-position: -75px 0px;
}
#header ul li a.feel:hover, #header ul li a.feel:focus, #header ul li a.feel:active {
	background-position: -75px -44px;
}
#header ul li.active a.feel:link, #header ul li.active a.feel:visited, #header ul li.active a.feel:hover, #header ul li.active a.feel:focus, #header ul li.active a.feel:active {
	background-position: -75px -44px;
}
#header ul li a.blog {
	width: 160px;
	margin-right: 50px;
}
#header ul li a.blog:link, #header ul li a.blog:visited {
	background-position: -170px 0px;
}
#header ul li a.blog:hover, #header ul li a.blog:focus, #header ul li a.blog:active {
	background-position: -170px -45px;
}
#header ul li.active a.blog:link, #header ul li.active a.blog:visited, #header ul li.active a.blog:hover, #header ul li.active a.blog:focus, #header ul li.active a.blog:active {
	background-position: -170px -45px;
}
#header ul li a.buy {
	width: 90px;
	margin-right: 19px;
}
#header ul li a.buy:link, #header ul li a.buy:visited {
	background-position: -320px 0px;
}
#header ul li a.buy:hover, #header ul li a.buy:focus, #header ul li a.buy:active {
	background-position: -320px -44px;
}
#header ul li.active a.buy:link, #header ul li.active a.buy:visited, #header ul li.active a.buy:hover, #header ul li.active a.buy:focus, #header ul li.active a.buy:active {
	background-position: -200px -44px;
}

/* end spcific classes */
#header a.home {
	position: absolute;
	z-index: 2;
	height: 131px;
	width: 160px;
	left: 10px;
	top: 36px;
}
#header p {
	font-size: 10px;
	position: absolute;
	top: 3px;
	right: 0px;
	color: #CCCCCC;
}


#languageSelection{
float:left;
margin: 10px 0px 0px 20px;
}

#languageSelection img{
margin-top:2px;
}

#languageSelection select{
width:100px;
font-size:10px;
vertical-align:top;
}

#languageSelection select option{
background-repeat:no-repeat;
background-position:center left;
padding-left:25px;
padding-top:2px;
}

/* =================================================== content */
#content {
	width: 960px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 200px;
	background-image: url(../images/contentBg_norpt.png);
	background-repeat: no-repeat;
	padding-top: 89px;
	overflow: hidden;
}
/* ===================================================================================================== homepage */
#homeImgs {
	height: 552px;
	width: 543px;
	top: 45px;
	right: 0px;
	position: absolute;
	z-index: 1;
}
#homeImgs img {
	position: absolute;
	height: 534px;
	width: 522px;
	left: 21px;
	top: 12px;
	z-index: 5;
}
#homeImgs div.mask {
	background-image: url(../images/maskBg_norpt.png);
	background-repeat: no-repeat;
	height: 552px;
	width: 543px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}
#homeBody {
	width: 432px;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	left: 0px;
	top: 15px;
	height: 510px;
}
#homeBody h1 {
	background-image: url(../images/homeBodyH1Bg_norpt.png);
	height: 34px;
	width: 394px;
	margin-left: 20px;
}
#homeBody ul {
	background-color: #ffffff;
	margin: 0px 0px 0px 20px;
	padding: 8px;
	list-style: none;
	width: 390px;
}
#homeBody ul li {
	background-image: url(../images/bullet_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 4px;
	padding-left: 9px;
}
#homeBody em {
	font-size: 11px;
	color: #CCCCCC;
	text-align: left;
	display: block;
	margin-top: 5px;
}
/* ===================================================================================================== background */
#bgVid {
	float: right;
	width: 448px;
	margin-right: 50px;
}
#bgVid h1 {
	background-image: url(../images/bgVidH1Bg_norpt.png);
	height: 25px;
	width: 445px;
}
#video {
	height: 284px;
	width: 448px;
	margin-bottom: 5px;
}
#bgVid img {
	cursor: pointer;
	float: left;
}
#bgVid img.active {
	cursor: default;
}
#bgBody {
	width: 395px;
}
#bgBody div.content {
	width: 395px;
	font-size: 12px;
}
#bgBody div.content h1 {
	background-image: url(../images/bgBodyContentH1Bg_norpt.png);
	height: 25px;
	width: 350px;
}
#bgBody div.content p {
	margin-top: 7px;
	line-height: 1.3;
	padding-left: 5px;
	padding-right: 5px;
}
#bgBody div.testimonial {
	width: 385px;
	padding: 5px;
	background-image: url(../images/testimonialBg_xrpt.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}
#bgBody div.testimonial a {
	display: none;
	float: right;
	height: 12px;
	width: 65px;
	margin-top: 5px;
}
#bgBody div.testimonial h1 {
	background-image: url(../images/testimonialH1Bg_norpt.gif);
	height: 15px;
	width: 109px;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}
#bgBody blockquote {
	border-top: 1px dotted #343434;
	clear: both;
	overflow: hidden;
}
#bgBody blockquote img {
	float: left;
	border: 1px solid #acacac;
	margin-top: 10px;
	margin-left: 10px;
}
#bgBody blockquote p {
	float: right;
	width: 290px;
	margin-right: 10px;
	font-size: 11px;
	color: #afaeae;
	font-style: italic;
	margin-top: 10px;
}
#bgBody blockquote p.quote {
	font-style: normal;
	color: #343434;
}
/* ===================================================================================================== proven feel good */
#provenBody {
	width: 400px;
	float: right;
	overflow: hidden;
}
#provenBody p.head {
	font-size: 14px;
	font-style: italic;
	margin-top: 20px;
}
#provenBody p.head em {
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 7px;
	color: #000000;
}
#provenBody div.content {
	width: 400px;
	border-top: 1px dotted #afafaf;
	border-bottom: 1px dotted #afafaf;
	height: 390px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	position: relative;
}
#provenBody div.head {
	background-image: url(../images/provenBodyDivHeadBg_xrpt.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #e8e8e8;
	background-position: left bottom;
	padding-bottom: 25px;
	height: 100px;
}
#provenBody div.head h2 {
	font-size: 14px;
}
#provenBody div.head ul {
	margin: 0px;
	padding: 8px 8px 0px;
	list-style: none;
}
#provenBody div.head ul li {
	background-image: url(../images/bullet_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #2b2b2b;
	margin-bottom: 4px;
	padding-left: 9px;
}
#provenBody div.head em {
	font-size: 11px;
	color: #999999;
	text-align: right;
	display: block;
	margin-right: 10px;
}
#provenBody div.sliders {
	width: 1600px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}
#provenBody div.slide {
	float: left;
	width: 400px;
	font-size: 11px;
}
#provenBody div.slide p {
	line-height: 1.5;
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
}
#provenBody div.slide p img {
	float: left;
	margin-right: 10px;
}
#provenBody div.slide p.back {
	text-align: right;
}
#provenBody div.slide ul {
	margin: 0px;
	padding: 8px 8px 0px;
	list-style: none;
}
#provenBody div.slide ul li {
	background-image: url(../images/bullet_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 6px;
	padding-left: 12px;
}
#s1 p {
	font-size: 12px;
	line-height: 1.5px;
	padding: 10px;
	background-color: #e8e8e8;
	border: 1px dotted #afafaf;
}
#s2 p img, #s3 p img {
	margin-bottom: 10px;
}
#provenPix {
	float: left;
	width: 555px;
	position: relative;
	height: 460px;
	background-image: url(../images/provenPixBg_norpt.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#provenPix div.prod {
	height: 417px;
	width: 555px;
	position: absolute;
	z-index: 2;
	display: none;
}
#provenPix div.active {
	display: block;
}
#provenPix div.prod img {
	position: absolute;
	height: 417px;
	width: 555px;
}
#provenPix div.prod img.cta {
	z-index: 101;
	height: 22px;
	width: 110px;
	right: 0px;
	bottom: 10px;
}
#provenPix div.prod img.static {
	z-index: 1;
	left: 0px;
	top: 0px;
}
#provenPix div.prod img.map {
	z-index: 100;
	left: 0px;
	top: 0px;
}
#provenPix div.prod img.layer {
	z-index: 5;
	display: none;
	left: 0px;
	top: 0px;
}
#provenPix img.png {
	position: absolute;
	z-index: 150;
	height: 47px;
	width: 41px;
	left: 15px;
	top: 365px;
}
#controls {
	background-image: url(../images/controlsBg_norpt.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	height: 21px;
	width: 78px;
	list-style: none;
	position: absolute;
	left: 36px;
	top: 429px;
}
#controls li {
	float: left;
	height: 21px;
	width: 20px;
}
#controls li a {
	display: block;
	height: 21px;
	width: 20px;
	background-image: url(../images/controlsABg_norpt.png);
	background-repeat: no-repeat;
	text-indent: 500px;
	float: left;
	overflow: hidden;
}
#controls li.c1 {
	margin-right: 5px;
}
#controls li.c2 {
	margin-right: 7px;
}
#controls li.c1 a:link, #controls li.c1 a:visited {
	background-position: 0px 0px;
}
#controls li.c1 a:hover, #controls li.c1 a:focus, #controls li.c1 a:active {
	background-position: 0px -21px;
}
#controls li.c1 a.active:link, #controls li.c1 a.active:visited, #controls li.c1 a.active:hover, #controls li.c1 a.active:focus, #controls li.c1 a.active:active {
	background-position: 0px -21px;
	cursor: default;
}
#controls li.c2 a:link, #controls li.c2 a:visited {
	background-position: -20px 0px;
}
#controls li.c2 a:hover, #controls li.c2 a:focus, #controls li.c2 a:active {
	background-position: -20px -21px;
}
#controls li.c2 a.active:link, #controls li.c2 a.active:visited, #controls li.c2 a.active:hover, #controls li.c2 a.active:focus, #controls li.c2 a.active:active {
	background-position: -20px -21px;
	cursor: default;
}
#controls li.c3 a:link, #controls li.c3 a:visited {
	background-position: -40px 0px;
}
#controls li.c3 a:hover, #controls li.c3 a:focus, #controls li.c3 a:active {
	background-position: -40px -21px;
}
#controls li.c3 a.active:link, #controls li.c3 a.active:visited, #controls li.c3 a.active:hover, #controls li.c3 a.active:focus, #controls li.c3 a.active:active {
	background-position: -40px -21px;
	cursor: default;
}
/* ===================================================================================================== blog */
#blogFrame {
	height: 500px;
	width: 960px;
}
/* ===================================================================================================== sweepstakes */
#sweepNews {
	float: right;
	width: 390px;
}
#sweepNews h1 {
	background-image: url(../images/sweepNewsH1Bg_norpt.png);
	height: 22px;
	width: 390px;
	margin-top: 15px;
}
#sweepNews div.content {
	height: 200px;
	width: 380px;
	overflow: auto;
	border-top: 1px dotted #343434;
	border-bottom: 1px dotted #343434;
	padding-right: 5px;
	padding-left: 5px;
}
#sweepNews div.content div.blogitem {
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 7px;
	background-color: #171717;
	border: 1px dotted #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sweepNews div.content div.blogitem div.blogtitle {
	font-size: 14px;
	font-weight: bold;
}
#sweepNews div.content div.blogitem div.blogtext {
}
#sweepBody {
	width: 430px;
	font-size: 12px;
	float: left;
	position: relative;
	overflow: hidden;
}
#sweepBody p {
	line-height: 1.3;
}
#sweepBody form {
	width: 430px;
	padding-bottom: 5px;
	margin-top: 15px;
}
#sweepBody form ul {
	margin: 0px 0px 5px;
	padding: 10px 0px;
	list-style: none;
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	overflow: hidden;
	width: 430px;
}
#sweepBody form ul li {
	overflow: hidden;
}
#sweepBody form ul li ol {
	border-style: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sweepBody form ul li ol li {
	overflow: hidden;
}
#sweepBody li.first {
	float: left;
	border-right: 1px dotted #FFFFFF;
	padding-right: 5px;
	padding-left: 0px;
	width: 235px;
}
#sweepBody li.first ol {
	width: 235px;
}
#sweepBody li.first li {
	width: 235px;
	padding-bottom: 4px;
}
#sweepBody li.first p {
	height: auto;
	width: auto;
	position: static;
}
#sweepBody li.first em {
	font-size: 13px;
	font-style: normal;
	display: block;
	margin-top: 8px;
	margin-bottom: 10px;
}
#sweepBody li.first em span, #sweepBody li label span {
	color: #d9072e;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}
#sweepBody li.first label {
	display: block;
	float: left;
	text-align: right;
	width: 104px;
	margin-top: 2px;
	padding: 3px 0px;
	overflow: hidden;
}
#sweepBody li.first input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	width: 120px;
	border: 1px solid #d9072e;
	float: right;
}
#sweepBody li.second {
	float: right;
	width: 180px;
	overflow: hidden;
}
#sweepBody li.second ol {
	width: 180px;
	overflow: hidden;
	float: left;
}
#sweepBody li.second li {
	width: 180px;
	overflow: hidden;
	clear: both;
}
#sweepBody li.second li.dob {
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#sweepBody li.second li.dob label {
	display: block;
	margin-bottom: 8px;
	width: 169px;
}
#sweepBody li.second li.dob select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #d9072e;
	float: left;
	margin-right: 3px;
	padding: 2px;
}
#sweepBody li.second li.opt {
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px dotted #FFFFFF;
}
#sweepBody li.second li.opt p {
	height: auto;
	width: auto;
	position: static;
	line-height: 1.3;
	margin-bottom: 10px;
	clear: both;
}
#sweepBody form button {
	float: right;
}
#sweepBody div.overlay {
	background-color: #000000;
	height: 500px;
	width: 430px;
	position: absolute;
	left: 0px;
	top: 0px;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
	opacity: .75;
	z-index: 6;
}
#sweepBody div.message {
	border-top: 1px dotted #343434;
	border-bottom: 1px dotted #343434;
	width: 400px;
	position: absolute;
	z-index: 7;
	left: 0px;
	top: 150px;
	background-color: #000000;
	text-align: center;
	padding: 10px 15px;
}
#sweepBody div.message p {
	font-size: 14px;
	margin-top: 10px;
}
#sweepBody div.message p strong {
}
/* =================================================== footer */
#footer {
	color: #999999;
	font-size: 10px;
	text-align: center;
	clear: both;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
/* ================================================= tooltip styles */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-image: url(../images/tooltipBg_norpt.png);
	background-repeat: no-repeat;
	width: 300px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding: 6px 8px;
	border: 1px solid #FFFFFF;
}
/* ================================================= thickbox styles */
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#TB_window {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#343434;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	font-size: 11px;
	border: 1px solid #3c3c3c;
	padding: 1px;
}
/* ================================================= thickbox content styles */
#emailUpdates {
	display: none;
}
/* actual content loaded into thickbox styles */
#TB_window a {
	line-height: normal;
}
#TB_window a:link, #TB_window a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#TB_window a:hover, #TB_window a:focus, #TB_window a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#TB_window h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	font-size: 16px;
	background-color: #141414;
	padding: 5px;
}
#TB_window h2 {
}
#TB_window input, #TB_window select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	border: 1px solid #d9072e;
}
/* email updates */
#TB_window div.emailUps {
	padding: 10px 15px;
	font-size: 12px;
}
#TB_window div.emailUps p {
	line-height: 1.3;
}
#TB_window div.emailUps form {
	margin-top: 15px;
}
#TB_window div.emailUps form p {
}
#emailUpsVal {
	background-color: #141414;
	padding: 5px 5px 5px 8px;
	border: 1px solid #666666;
	display: none;
	margin-top: 10px;
}
#emailUpsVal label {
	display: block;
	margin-bottom: 3px;
	margin-top: 3px;
}
#emailUpsReturn ol {
	background-color: #141414;
	padding: 5px 5px 5px 8px;
	border: 1px solid #666666;
	margin: 10px 0px 0px;
	list-style: none;
}
#emailUpsReturn ol li {
	display: block;
	margin-bottom: 3px;
	margin-top: 3px;
}
#emailUpsReturn ol li span {
	color: #ff0000;
}
#emailUpsReturn div.success {
	background-color: #598f50;
	padding: 5px;
	border: 1px solid #70c552;
	color: #FFFFFF;
}
#TB_window div.emailUps form ul {
	border-top: 1px dotted #343434;
	border-bottom: 1px dotted #343434;
	list-style: none;
	margin: 10px 0px;
	padding: 10px 0px 5px;
}
#TB_window div.emailUps form li {
	overflow: hidden;
	margin-bottom: 5px;
}
#TB_window div.emailUps form li label {
	text-align: right;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 3px;
	width: 100px;
}
#TB_window div.emailUps form li input {
	float: left;
	width: 200px;
}
#TB_window div.emailUps form li select {
}
#TB_window div.emailUps form li em {
	text-align: right;
	display: block;
	margin-top: 5px;
	font-size: 10px;
}
#TB_window div.emailUps form button {
	margin-left: 125px;
}
/* other generic thickbox styles */
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_title{
}
#TB_caption {
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_ajaxWindowTitle {
	display: none;
}
#TB_closeWindow{
}
#TB_closeAjaxWindow {
	padding:0px;
	margin-bottom:1px;
	text-align:right;
	position: absolute;
	top: 0px;
	right: 0px;
}
#TB_closeWindowButton {
	background-image: url(../images/TB_closeWindowButtonBg_norpt.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 15px;
	text-indent: 200px;
	overflow: hidden;
	float: right;
	margin-top: 5px;
	margin-right: 7px;
}
#TB_ajaxContent{
	text-align:left;
	overflow: hidden;
	width: 100% !important;
	height: auto !important;
}
#TB_ajaxContent.TB_modal{
}
#TB_load{
  position: fixed;
  display:none;
  height:24px;
  width:24px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
