@charset "utf-8";
/* CSS Document */

@-webkit-viewport{width:device-width;}
@-moz-viewport{width:device-width;}
@-ms-viewport{width:device-width;}
@-o-viewport{width:device-width;}
@viewport{width:device-width;}

* {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin:0 0;
}
p {
	font-size:14px;
	color:#333;
	line-height:21px;
}
p,h1,h2,h3,h4,h5,h6,form,textarea,input,ul {
	padding:5px 5px;
}
html, body {
	margin: 0 0; 
 	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-webkit-appearance: none;
	-webkit-text-stroke: 0.0px;
	height: 100%;
}

a {	text-decoration:none; color: #AAA;}
a:hover { text-decoration:none; color: #666;}
strong { font-weight:600;}
hr {padding:0;margin:5px 0 5px 0;color:#700;}
ul {font-size:14px; line-height:21px; margin-left:0px; padding-left:25px; list-style-type:square; color:#78a;}
li {padding-bottom:3px;}
#Page {
	min-height: 100%;
	position:relative;
	background-color:#E8E8E8;
	max-height:999999px;
}
#Page2 {
	min-height: 100%;
	position:relative;
	background-color:#FFFFFF;
	max-height:999999px;
}
#Page3 {
	max-height:999999px;
}
#Page4 {
	min-height: 100%;
	position:relative;
	background-color:#D8D8D8;
	max-height:999999px;
}
#Page2HeaderWrap {
	background-color:#E8E8E8;
	padding-bottom:10px;
}
#Background {
	width:100%;
	Padding-bottom: 25px;   /* This value is the height of your footer */
}
#Background2 {
	width:100%;
}
#Background img {border:0px #fff solid;} /* IE ! */

#CommentContainer {
	min-width: 500px;
	max-width: 1000px;
	padding:10px;
	margin: 0 auto;
}

#logincontainer {
	width: 500px;
	padding:60px 0 30px;
	margin: 0 auto;
}

#gocontainer {
	width: 800px;
	margin: 0 auto;
}
#gocontainer input[type=text], #gocontainer textarea {
  -webkit-transition: all 0.40s ease-in-out;
  -moz-transition: all 0.40s ease-in-out;
  -ms-transition: all 0.40s ease-in-out;
  -o-transition: all 0.40s ease-in-out;
  outline: none;
  background-color:#E0E0E0;
}
#gocontainer input[type=text]:focus, #gocontainer textarea:focus {
	box-shadow: 0 0 3px #BBB;
	background-color:#FFFFFF;
}

#leftcontainer {width: 552px; }
#rightcontainer {
	width:332px;
	float:right;
}

#thirdcontainer {
	width:300px;
	float:left;
	margin-right:8px;
	margin-left:8px;
}

#widecontainer {
	width: 906px;
	margin: 0px auto;
	padding:20px 0 40px;
}
#widercontainer {
	width: 950px;
	margin: 0px auto;
	padding:20px 0 40px;
	background-color:#E8E8E8;
}
#widecontainer2 {
	margin: 0px auto;
	padding:0px 0 40px;
	background-color:#FFFFFF;
	border-top: 1px solid #C0C0C0;
}
#backgroundcontainer {
	margin: 0;
	padding: 0 20px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size: auto 720px;
	min-width:960px;
	height:720px;
}
#backgroundinner {
	margin: 0px auto;
	padding: 40px 0px;
	width:960px;
}

#container {
	background-color:#FFFFFF;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	border-color:#606060;
	-moz-box-shadow: 0 0 8px #777;
	-webkit-box-shadow: 0 0 8px #777;
	box-shadow: 0 0 8px #777;
}

#containerinner	{
	padding:5px 5px 5px 5px;
}
#container a { text-decoration:none; color:#536295; font-weight:600;}
#container a:hover { color:#32364B;}
#container .DemoPage a { text-decoration:none; color:#BBB; font-weight:600;}
#container .DemoPage a:hover { color:#666;}

#container input[type=text], #container input[type=password], #container textarea, #container select {
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-ms-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	outline: none;
	background-color:#FFF2A8;
}
#container input[type=text]:focus, #container input[type=password]:focus, #container textarea:focus, #container select:focus {
	box-shadow: 0 0 2px #BB9F00;
	-moz-box-shadow: 0 0 2px #BB9F00;
	-webkit-box-shadow: 0 0 2px #BB9F00;
	background-color:#FFFDF0;
}
#container .SortTitle a { color:#F0F0FF; font-weight:400;}
#container .SortTitle a:hover { color:#A2A6BF; }
#container .SortTitleActive a { color:#AEBDE3; font-weight:400;}
#container .SortTitleActive a:hover { color:#A2A6BF; }
#container .FooterRight {float:right;}
#container .FooterRight a { color:#FCB40E; }
#container .FooterRight a:hover { color:#FFF3AE; }
#container img {border:0px #ffffff solid;} /* IE ! */
#container .SmallBlockTitle2Round a, #container .SmallBlockTitle2 a  { color:#FFE86B; }
#container .SmallBlockTitle2Round a:hover, #container .SmallBlockTitle2 a:hover  { color:#FFF; }
#container .CountryDrop {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  background-color:#FFFFFF;
}

#container2 {
	background-color:#FFFFFF;
	padding:20px 5px 5px 5px;
	width: 906px;
	margin: auto;
	max-height:999999px;
}
#container2 h5 {
	background-color:#FFFFFF;
	color:#053873;
	margin-bottom:5px;
	padding:0px 5px 3px;
	line-height: 32px;
	font-size: 26px;
	font-weight: 600;
}
#container2 a {
	text-decoration:none;
	color:#536295;
	font-weight:600;
}
#container2 a:hover { color:#32364B;}

#loginheader { height:70px; margin:10px 0 ; padding: 0;}
#loginheader img {border:0px #ffffff solid;} /* IE ! */
#header {
	background-color:#D8D8D8;
	height:50px;
	margin:0;
	padding: 0px;
	border-bottom: 1px solid;
	border-bottom-color: #B0B0B0;
	min-width: 906px;
}
#header2 {
	margin:0 auto;
	padding: 0px;
	width: 916px;
}
#header2 .Logo {
	margin-left:0px;
	padding-top:10px;
} /* IE ! */
#header2 .ByWord {
	float:right;
	padding-top:9px;
} /* IE ! */
#Footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 30px;  /* This value is the height of your footer */
	margin: 0px auto;
	padding: 10px 0px 4px;
	background-color: #D8D8D8;
	border-top: 1px solid;
	border-top-color: #B0B0B0;
}
#Footer img {border:0px #ffffff solid;} /* IE ! */
#FooterText {
	width: 900px;
	margin: 2px auto 0;
	color: #666;
	font-size:13px;
}
#Footer a {
	text-decoration:none;
	color: #666;
}
#Footer a:hover {
	color:#FFFFFF;
}
#Footer .FooterRight {
	float:right;
	color: #999;
	padding-top: 1px;
}
#Footer .FooterRight a { color:#666;}
#Footer .FooterRight a:hover { color:#FFFFFF;}
#navigation {
	height:27px;
	margin:0 13px 0 0;
	padding: 0px 0px 0px 0px;
}
#navigation a {
	float:right;
	background-color:#989898;
	color:#E0E0E0;
	border-top: 2px solid #989898;
	border-left: 2px solid #989898;
	border-right: 2px solid #989898;
	font-size:13px;
	line-height:17px;
	height:18px;
	margin-left:4px;
	padding: 0 5px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	border-bottom: 2px solid #989898;
}
#navigation a:hover {
	background-color:#A8A8A8;
	color:#FFFFFF;
	border-top: 2px solid #A8A8A8;
	border-left: 2px solid #A8A8A8;
	border-right: 2px solid #A8A8A8;
	border-bottom: 2px solid #A8A8A8;
}
#navigation a.active { 
	background-color:#BBB; 
	color:#333; 
	border-left: 2px solid #BBB;
	border-right: 2px solid #BBB;
	border-bottom: 2px solid #BBB;
	border-top: 2px solid #BBB;
}

#Loading {
	display:none;	
	padding-right:5px;
	padding-top:0px;
	margin-top:0px;
}

#ReviewInstructionsPic {
	float:right;
	-moz-box-shadow: 0 0 6px #AAA;
	-webkit-box-shadow: 0 0 6px #AAA;
	box-shadow: 0 0 6px #AAA;
	border: 1px solid #BBB;
	margin-right:10px;
	background-image:url(img/InitialInstructions600x300.jpg);
	background-repeat: no-repeat;
	width:600px;
	height:300px;
	margin-left: 10px;
}

#Spacer {
	height:10px;
}
#MediumSpacer {
	height:20px;
}
#BigSpacer {
	height:70px;
}
#LogoSpacer { 
	margin: 15px 25px 20px;
	line-height:75px;
	font-size:30px;
	font-weight:600;
}
#LogoSpacer img {
	margin-right: 25px;
	margin-left: 25px;
	vertical-align:middle;
}

#ExtraMargins { margin: 5px; }

.MemberTable {
	border: 2px solid;
	border-color: #BBB;
	font-size: 13px;
	line-height: 16px;
	font-weight:400;
	width:914px;
	border-radius:14px;
	margin:0 auto;
}
.MemberField1 {
	border: 1px solid;
	border-color: #FFE86B;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:650px;
	height:21px;
	padding:5px;
	text-align:left;
	resize:none;
}
.MemberField1Error {
	border: 1px solid;
	border-color: #900;
	font-size:14px;
	line-height:21px;
	color:#A33;
	width:650px;
	height:21px;
	padding:5px;
	text-align:left;
	resize:none;
}
.MemberField1Drop {
	border: 1px solid;
	border-color: #FFE86B;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:100%;
	height:33px;
	padding:5px 5px 5px 2px;;
	text-align:left;
	overflow: scroll;
	max-height:100px;
}
.MemberField1BR {
	border: 1px solid;
	border-color: #FFE86B;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:650px;
	height:21px;
	padding:5px;
	text-align:left;
	resize:none;
	border-bottom-right-radius:9px;
}
.MemberField1TR {
	border: 1px solid;
	border-color: #FFE86B;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:650px;
	height:21px;
	padding:5px;
	text-align:left;
	resize:none;
	border-top-right-radius:9px;
}
.MemberField1DropBR {
	border: 1px solid;
	border-color: #FFE86B;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:100%;
	height:33px;
	padding:5px 5px 5px 2px;;
	text-align:left;
	overflow: scroll;
	max-height:100px;
	border-bottom-right-radius:9px;
}

.MemberField2 {
	border: 1px solid;
	border-color: #FFE86B;
	font-size:17px;
	font-weight:600;
	line-height:23px;
	color:#333;
	width:536px;
	text-align:center;
	resize:none;
	padding:5px 10px 6px;
}
.MemberField3 {
	border: 1px solid;
	border-color: #FFE86B;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:536px;
	text-align:center;
	resize:none;
	padding:5px 10px 5px;
}
.MemberField4 {
	border: 1px solid;
	border-color: #FFE86B;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:350px;
	height:21px;
	padding:5px;
	text-align:left;
	resize:none;
}
.MemberField5 {
	border: 1px solid;
	border-color: #BB9F00;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:80px;
	height:19px;
	margin:2px 0px 2px;
	padding:1px 5px;
	text-align:left;
	resize:none;
}
.MemberField5Error {
	border: 1px solid;
	border-color: #FF0000;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:80px;
	height:19px;
	margin:2px 0px 2px;
	padding:1px 5px;
	text-align:left;
	resize:none;
}
.CountryDrop {
	border: 1px solid;
	border-color: #999;
	font-size:13px;
	line-height:17px;
	color:#333;
	width:200px;
	height:25px;
	padding:1px 1px 1px 1px;
	text-align:left;
	overflow: scroll;
	max-height:100px;
}

h1 {
	background-color:#053873;
	color:#F0F0FF;
	margin-bottom:5px;
	padding:2px 10px 3px;
	line-height: 30px;
	font-size: 24px;
	font-weight: 600;
	border-top-right-radius:9px;
	border-top-left-radius:9px;
	box-shadow: 0 4px 5px #6587B6 inset;
	-moz-box-shadow: 0 4px 5px #6587B6 inset;
	-webkit-box-shadow: 0 4px 5px #6587B6 inset;
}
h1 a { color:#8394BA; font-weight:600;}
h1 a:hover { color:#DFE9F4;}
.Error {
	box-shadow: 0 5px 8px #FF7979 inset;
	-moz-box-shadow: 0 5px 8px #FF7979 inset;
	-webkit-box-shadow: 0 5px 8px #FF7979 inset;
	background-color:#C00; 
	color:#FBB;
}
h2 {
	color:#555;
	padding:10px 0px 0px 5px;
	font-size:24px;
	line-height:30px;
	font-weight: 600;
}
h3 {
	color:#555;
	padding:10px 0px 0px 5px;
	font-size:17px;
	line-height:22px;
	font-weight: 600;
}

ol {
	padding: 0px 0px 5px 20px;
	margin: 0px 7px 5px;
	line-height:21px;
	font-size:14px;
}
ol li {
	list-style-type: number;
	padding-bottom:6px;
	color: #333;
}

.SmallBlockTitle {
	color:#444;
	font-weight: 600;
	font-size: 29px;
}

.SmallBlockTitle2 {
	background-color:#053873;
	color:#F0F0FF;
	padding: 2px 9px 5px;
	font-weight: 600;
	font-size: 17px;
	line-height:22px;
	word-wrap: break-word;
	border-top-right-radius:9px;
	border-top-left-radius:9px;
}
.SmallBlockTitle2Round {
	background-color:#053873;
	color:#F0F0FF;
	padding: 2px 9px 5px;
	font-weight: 600;
	font-size: 17px;
	line-height:22px;
	word-wrap: break-word;
	border-top-right-radius:9px;
	border-top-left-radius:9px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}
.SmallBlockTitle2Grey {
	background-color:#B8B8B8;
	color:#FFF;
	padding: 2px 9px 5px;
	font-weight: 600;
	font-size: 15px;
	line-height:18px;
	border-top-right-radius:9px;
	border-top-left-radius:9px;
}
.SmallBlockBottom {
	background-color:#C0C0C0;
	height:10px;
	border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
}
.SmallBlockTop {
	background-color:#C0C0C0;
	height:10px;
	border-top-right-radius:9px;
	border-top-left-radius:9px;
}

.FeedbackTable {
	border: 2px solid;
	border-color: #BBB;
	font-size: 13px;
	line-height: 16px;
	font-weight:400;
	width:914px;
	margin: 0 auto;
	table-layout:fixed;
	white-space: pre-wrap;        /* css */
	white-space: -moz-pre-wrap;   /* Mozilla */
	white-space: -pre-wrap;       /* Chrome*/
	white-space: -o-pre-wrap;     /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border-radius:14px;
}
.FeedbackTable p {
	font-size: 13px;
	line-height: 16px;
	font-weight:400;
	padding:2px 3px 3px;
}
#container .FeedbackTable a {
	text-decoration:none;
	color:#536295;
	font-weight:600;
}
#container .FeedbackTable a:hover { color:#32364B;}

.SmallBlockTitle2TopLeft {
	background-color:#B8B8B8;
	color:#666;
	padding: 1px 10px 2px;
	font-weight: 600;
	font-size: 13px;
	line-height:18px;
	border-top-left-radius:11px;
}
.SmallBlockTitle2Top {
	background-color:#B8B8B8;
	color:#666;
	padding: 1px 3px 2px;
	font-weight: 600;
	font-size: 13px;
	line-height:18px;
}
.SmallBlockTitle2TopRight {
	background-color:#B8B8B8;
	color:#666;
	padding: 1px 3px 2px;
	font-weight: 600;
	font-size: 13px;
	line-height:18px;
	border-top-right-radius:11px;
}
.SmallBlockTitle2Bottom {
	background-color:#B8B8B8;
	color:#FFFFFF;
	padding: 1px 10px 2px;
	font-weight: 600;
	font-size: 13px;
	line-height:18px;
	border-bottom-right-radius:11px;
	border-bottom-left-radius:11px;
	text-align:right;
	margin:0;
}
.SmallBlockTitle1Bottom {
	background-color:#B8B8B8;
	color:#FFFFFF;
	padding: 1px 10px 2px;
	font-weight: 600;
	font-size: 13px;
	line-height:18px;
	border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
	text-align:right;
	margin:0;
}
.GreyBGTopLeft {
	background-color:#F0F0F0;
	border-top-left-radius:9px;
}
.GreyBGBottomLeft {
	background-color:#F0F0F0;
	border-bottom-left-radius:9px;
}
.YellowBGTopRight {
	background-color:#FFFBDF;
	border-top-right-radius:9px;
}
.YellowBGBottomRight {
	background-color:#FFFBDF;
	border-bottom-right-radius:9px;
}

.ErrorTitle, .ErrorTitle p {
	background-color:#053873;
	color:#FFF;
	padding: 1px 5px 3px;
	font-weight: 600;
	font-size: 15px;
	word-wrap: break-word;
}
.CommentTitle1 {
	background-color:#053873;
	color:#F0F0FF;
	padding: 1px 5px 1px;
	font-weight: 600;
	font-size: 14px;
	word-wrap: break-word;
}

.Centre {text-align:center;}
.LargeText, .LargeText p {
	font-size: 17px;
	padding:5px 10px;
	line-height:28px;
}
.LargeText3, .LargeText3 p {
	font-size: 17px;
	padding:5px 10px;
	line-height:32px;
}
.LargeText2, .LargeText2 p {
	font-size:19px;
	padding:0px 5px 3px;
	line-height:25px;
}
.ErrorText, .ErrorText p {
	font-size:16px;
	padding:0px;
	line-height:26px;
	font-weight:600;
	color:#D00;
}
.LoginField {
	border: 1px solid;
	border-color: #BB9F00;
	font-size:24px;
	line-height:30px;
	color:#333;
	width:360px;
	text-align:center;
	margin-top: 3px;
}

.PasswordField {
	border: 1px solid;
	border-color: #BB9F00;
	font-size:24px;
	line-height:30px;
	color:#FFE240;
	width:360px;
	text-align:center;
	margin-top: 3px;
}

.BusinessNameBG {
	background-color:#f8f8f8;
	border: 1px solid;
	width:610px;
	height:50px;
	margin: 0px auto;
	border-radius:9px;
	-moz-box-shadow: 0 0 7px #BBB;
	-webkit-box-shadow: 0 0 7px #BBB;
	box-shadow: 0 0 7px #BBB;
	border-color: #BBB;
}

.VoucherBG {
	background-color:#f8f8f8;
	border: 1px solid;
	width:590px;
	height:50px;
	margin: 0px auto;
	border-radius:9px;
	-moz-box-shadow: 0 0 7px #BBB;
	-webkit-box-shadow: 0 0 7px #BBB;
	box-shadow: 0 0 7px #BBB;
	border-color: #BBB;
}

.BusinessImage {
	width:524px;
	height:auto;
	border: 1px solid;
	border-color:#333;
	-moz-box-shadow: 0 0 10px #777;
	-webkit-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 10px #777;
	margin: 10px auto;
}
.BusinessLogo {
	max-width:500px;
	height:auto;
	border: 0px solid;
	border-color:#FFF;
	margin: 10px auto;
}

.FeedbackField {
	font-size:17px;
	line-height:21px;
	color:#333;
	background-color:#FFE86B;
	width:293px;
	text-align:left;
	border: 1px solid;
	border-color: #BB9F00;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.CommentsField {
	border: 1px solid;
	border-color: #BB9F00;
	font-size:16px;
	line-height:21px;
	color:#333;
	width:710px;
	text-align:left;
	resize:none;
	float: right;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.CommentsField2 {
	border: 1px solid;
	border-color: #FFE86B;
	font-size:14px;
	line-height:21px;
	color:#333;
	width:650px;
	text-align:left;
	resize:none;
	padding:5px 5px 5px;
}

.GoBox {
	border: 0px solid #fff;
	font-size:26px;
	color:#333;
	border-radius:9px;
	border: 1px solid;
	width:300px;
	height:34px;
	text-align:left;
	line-height:36px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #BBB;
	margin-top: 3px;
	padding-top: 3px;
}
.GoButton {
	border: #FFF 0px solid;
	width:49px;
	background-color:#f8f8f8;
	background-image: url(img/Magnify.gif);
	background-repeat: no-repeat;
	float:right;
	margin-right: 5px;
	height: 44px;
	margin-top: 3px;
}
.GoButton:hover {
	cursor:pointer;
	border: #FFF 0px solid;
	height:44px;
	width:49px;
	background-color:#f8f8f8;
	background-image: url(img/Magnify2.gif);
	background-repeat: no-repeat;
}

.hiddenPic {display:none;}

.Button {
	border-radius:5px;
	border: 0px #FFF solid;
	font-size:18px;
	background-color:#053873;
	color:#F0F0FF;
	padding: 2px 7px 3px;
	box-shadow: 0 5px 8px #7D9FDD inset;
	-moz-box-shadow: 0 5px 8px #7D9FDD inset;
	-webkit-box-shadow: 0 5px 8px #7D9FDD inset;
	line-height: 22px;
}
.Button:hover {
	background-color:#F2C931;
	color:#222;
	box-shadow: 0 5px 8px #FDF5D9 inset;
	-moz-box-shadow: 0 5px 8px #FDF5D9 inset;
	-webkit-box-shadow: 0 5px 8px #FDF5D9 inset;
}
.NoButton {
	border-radius:5px;
	border: 0px #FFF solid;
	font-size:18px;
	background-color:#D0D0D0;
	color:#999;
	padding: 2px 7px 3px;
}
.SmallButton {
	border-radius:5px;
	border: 0px #FFF solid;
	font-size:13px;
	background-color:#053873;
	color:#F0F0FF;
	padding: 1px 5px 2px;
	box-shadow: 0 3px 5px #7D9FDD inset;
	-moz-box-shadow: 0 3px 5px #7D9FDD inset;
	-webkit-box-shadow: 0 3px 5px #7D9FDD inset;
}
.SmallButton:hover {
	background-color:#F2C931;
	color:#222;
	box-shadow: 0 3px 5px #FDF5D9 inset;
	-moz-box-shadow: 0 3px 5px #FDF5D9 inset;
	-webkit-box-shadow: 0 3px 5px #FDF5D9 inset;
}
.BuyButton{
	border: #FFF 0px solid;
	height:191px;
	width:450px;
	background-color:#FFFFFF;
	background-image: url(img/BuyNow1.gif);
	background-repeat: no-repeat;
}
.BuyButton:hover{
	cursor:pointer;
	border: #FFF 0px solid;
	height:191px;
	width:450px;
	background-color:#FFFFFF;
	background-image: url(img/BuyNow2.gif);
	background-repeat: no-repeat;
}

.rating {
  overflow: hidden;
  display: inline-block;
}
.rating-input {
  position: absolute;
  left: 0;
  top: -54px;
}
.rating-star {        
  display: block;
  float: right;        
  width: 54px;
  height: 54px;
  background: url('img/star.png') 0 -54px;
  margin-left:3px;
  margin-right:3px;
}
.rating-star:hover,
.rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
  background-position: 0 0;
}

.LeftSpacer { padding-left:10px;}
.LeftSpacer p { padding-left:0px;}

.clear { clear:both; }

.shadow {
	-moz-box-shadow: 0 0 15px #AAA;
	-webkit-box-shadow: 0 0 15px #AAA;
	box-shadow: 0 0 15px #AAA;
}
.Box {
	background-color:#F8F8F8;
	border: 2px solid #DDD;
	margin: 5px;
	padding: 0px 10px 5px;
	border-radius: 9px;
}
.Box2 {
	background-color:#FFFFFF;
	border: 2px solid #E0E0E0;
	margin: 5px;
	padding: 0px 10px 5px;
	border-radius: 9px;
}
.Box3 {
	background-color:#F8F8F8;
	border: 2px solid #DDD;
	margin: 10px 2px 0;
	padding: 0px 10px 5px;
	border-radius: 9px;
}
.Box4 {
	background-color:#FFFFFF;
	border: 2px solid #DDD;
	margin: 10px 2px 0;
	padding: 0px 10px 5px;
	border-radius: 9px;
}
.Box5 {
	background-color:#F2F2F7;
	border: 1px solid #AAB;
	margin: 5px;
	padding: 0px 10px 5px;
	border-radius: 9px;
}
.BoxOptOut { 
	color:#AAA; 
	font-size:11px; 
	line-height:16px; 
	padding:3px 5px; 
	background-color:#F8F8F8; 
	border: 1px solid #F0F0F0; 
	border-radius:5px; 
	margin-top:5px;
}

.IndentedList li { 
	margin: 0px 10px 5px 30px; 
	padding-bottom:3px;
	background-image:url(img/TickBullet2.gif); 
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 40px; 
	color: #333;
}
.IndentedList ul {font-size:14px; line-height:21px; margin-left:0px; padding-left:5px; list-style-type: none;}

.IndentedList2 li { margin: 0px 10px 5px 160px; }

.IndentedList3 li { 
	margin: 0px 10px 5px 0px; 
	padding:5px 0px 3px;
	background-image:url(img/TickBullet2.gif); 
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 40px; 
	color: #333;
}
.IndentedList3 ul {list-style-type: none; margin-left:0px; padding-left:5px;}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes pound { 
	from { color: white; }
	50% { color: orange; }
	to { color: white; }	
}
@-webkit-keyframes pound {
	from { color: white; }
	50% { color: orange; }
	to { color: white; }	
}
.Pulse { 
	display: inline-block; 
	animation: pound 1s infinite ; 
	-webkit-animation: pound 1s infinite ; 
	transform-origin: center;
}

@keyframes pound2 { 
	from { color: #E0E0E0; }
	50% { color: #606060; }
	to { color: #E0E0E0; }	
}
@-webkit-keyframes pound2 {
	from { color: #E0E0E0; }
	50% { color: #606060; }
	to { color: #E0E0E0; }	
}
.Pulse2 { 
	display: inline-block; 
	animation: pound2 1s infinite ; 
	-webkit-animation: pound2 1s infinite ; 
	transform-origin: center;
}
.SelectHandout a {
	float:right;
	margin-top:5px;
	background-image:url(img/OrderCard1.gif);
	background-repeat:no-repeat;
	width:45px;
	height:24px;
}
.SelectHandout a:hover {
	background-image:url(img/OrderCard2.gif);
}
.full-spectrum .sp-palette {
	max-width: 200px;
}
.BoxLinks a {
	border:1px solid;
	border-color:#D7E1F4;
	border-radius:7px;
	background-color:#E3ECF9;
	padding-bottom:2px;
	box-shadow: 0 6px 12px #F8F8FF inset;
	-moz-box-shadow: 0 6px 12px #EBF0FA inset;
	-webkit-box-shadow: 0 6px 12px #EBF0FA inset;
}
.BoxLinks a:hover {
	border:1px solid;
	border-color:#A8BBD7;
	border-radius:7px;
	background-color:#C8D5EA;
	padding-bottom:2px;
}
