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

/* Fonts */

html {
	font-family: 'Muli', Arial, sans-serif;
	font-size:12px;
}
h1, h3, h4, h5 {
	font-weight:400;
	color:#67005f;
}
h1 {
	font-family: 'Muli', Arial, sans-serif;
	font-size:1.6em;
	line-height:1.1em;
	margin:0.8em 0 0.5em 0;
}	
h2 {
	font-size:1.1667em;
	line-height:1em;
	margin:0.8em 0 0.6em 0;
	font-weight:400;
}
h3 {
	font-size:1.091em;
	line-height:1.5em;
	margin:0.8em 0 0.2em 0;
}
h4 {
	font-size:1em;
	line-height:1em;
	margin:0.8em 0 0.2em 0;
}
p {
	font-family: 'Muli', Arial, sans-serif;
	font-size:1em;
	line-height:1.6em;
	margin:0.5em 0 0.5em 0;
	font-weight:400;
}
a:link, a:visited { 
	color: #67005f;
	text-decoration:none;
}
a:hover, a:active  { 
	text-decoration:underline;
}

/* Block */

body {
	background-color:#E7E7E6;
}
input {
	background-color:#fbfbfb;
	border-top:solid 1px #a2a2a2;
	border-left:solid 1px #9e9e9e;
	padding-left:10px;
	height:20px;
}
textarea, select {
	float:left;
}
.btn {
	background-color:#67005f;
	color:white;
	display:inline-block;
	padding:6px;
	margin-top:5px;
}
 a:visited.btn, a:hover.btn {
	color:white;
}
a:link.btn, a:hover.btn, .btn a:active.btn {
	color:white;
	text-decoration:none;
}
input.btn {
	background-color:#67005f;
	color:white;
	height:24px;
	text-align:center;	
	border:solid 1px #67005f;
	padding-left:5px;
	padding-right:5px;
	margin-top:0px;
	padding-top:4px;
}
input.btn:hover {
	color:white;
	cursor: pointer;
	background-color: black;
}
blockquote  {
	width:70%;
	margin:1em auto 1em auto;
	background-color:#EDEDED;
	font-size:14px;
	font-style:italic;
	padding:10px;
	border:solid 1px #CCC;
}
code {
	background-color:#f3f3f2;
	display: block;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.maincontent li {
	line-height:1.5em;
}
.altbtn {
	background-color:#CCC; 
	color:black;
}
a.altbtn, a:hover.altbtn, a:active.altbtn {
	background-color:#CCC;
	color:black !important;
}

/* Global */

.left {
	float:left; 
	margin:9px 18px 18px 18px;
	border:solid 1px gray;
}
.right {
	float:right; 
	margin:9px 18px 18px 18px;
	border:solid 1px gray;
}
.col25 {
	float: left;
	width: 25%;
}
.colthird {
	width:33%;
	float: left;
}
.colhalf {
	width:50%;
	float: left;
}
.section {
	margin-top:1em;
	margin-bottom:1.3em;
}
.captionedimg {
	display:block;
	float:left;
	margin-bottom:15px;
	margin-right: 15px;
}
.captionedimg img {
	margin: 0px 10px 0px 10px;
	border:solid 1px #999;
}
.imgcaption {
	text-align:center;
	margin-bottom:5px;
	padding-left: 15px;
	madding-right: 15px;
	font-size: 11px;
	font-style: italic;
}
.shadow {
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
}


/* Layout */

#wrap {
	background-color:#f3f3f2;
	padding-bottom:20px;
}	
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Header */

#header {
	height: 120px;
	position: relative;
	z-index:11000;
}
.logo {
	width:300px;
	height:80px;
	position:absolute;
	left:10px;
	top:27px;
	background: url(images/sprite.png) no-repeat 0px 0px;
	display: block;
	text-indent: -9999px;
}
.logo2 {
	width:300px;
	height:80px;
	position:absolute;
	left:10px;
	top:27px;
	background: url(images/logo4.png) no-repeat 0px 0px;
	display: block;
	text-indent: -9999px;
}
ul#logbox {
	width:185px;
	float:right;
	text-align:center;
	font-size:14px;
	height:34px;
}
ul#logbox li {
	width:49%;
	background-color:#68005E;
	float:right;
	text-align:center;
	color:#FFFFFF;
	line-height:80%;
	border-left:solid 1px white;
	height:23px;
	margin-top:5px;
	margin-bottom:5px;
}
ul#logbox a {
	color:white;
	padding-top:5px;
	display:block;
}
#logbox li:last-child {
	border-left:none;
}
ul#topnav {
	right:0px;
	top:15px;
	position:absolute;
	width:384px;
	font-size: 12px;
	font-weight:400;
}
#topnav li {
	float:right;
	padding:0 7px 0 7px;
	border-left:solid 1px black;
}
#topnav li:last-child {
	border-left:none;
}
.search {
	position:absolute;
	right:0px;
	top:45px;
	width:240px;
	display:block;
	height:30px;
	background: url(images/sprite.png) no-repeat -300px 0px;
}
.searchlink {
	position:absolute;
	top:10px;
	left:-99px;
}
.search input {
	height:30px;
	width:195px;
	background-color:transparent;
	border:medium none;
	margin-left:10px;
}
#searchbtn {
	width:30px;
	margin-left:0px;
	position: absolute; 
	top:0px;
	right:0px;
	z-index: 9999;
	cursor: pointer;
}

/* nav */

#nav {
	position:absolute;
	bottom:0px;
	right: 0px;
}
#nav li {
	float:left;
	position:relative;
	font-size:14px;
	line-height:28px;
	height:28px;
	display:block;
	font-weight:300;
}
#nav li a:link, #nav li a:visited {
	padding:0 15px 0 15px;
	display:block;
	color:black;
}
#nav li:hover, #nav li:active, #nav li.hover {
	/*background-color:#d3d3cf;*/
	background: url(images/menu3.png) repeat;
}

/* ** */

#nav li:hover ul {
	display:block;
}
#nav li:hover a, #nav li.sfHover a {
	color:white;
}
#nav li a:hover, #nav li a:active {
	text-decoration:none;
	color:black;
}

#nav ul {
	/*background: url(images/black_90.png) repeat;*/
	
		/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);	
	width:200px !important;
	position:absolute;
	top:28px;
	left:0px;
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	display:none;
}

#nav li ul#menu6 {
	position:absolute !important;
	top:28px !important;
	right:0px !important;
	left:-53px !important;
}

#nav ul li {
	font-size:12px;
	line-height:25px;
	height:25px;
	text-align:left;
}
#nav ul li:hover, #nav ul li:active {
	/*background: url(images/purple_30.png) repeat;*/
	background:#d3d3cf;
}
#nav ul a:link, #nav ul a:visited {
	color:white;
}
#nav ul li {
	float:none;
}
#nav ul ul { /*affected width of sub sub menu on top nav */
	/*background: url(images/purple_80.png) repeat;*/
	width:180px;
	position:absolute;
	top:0px;
	left:170px;
}
#nav ul ul ul { /*submenu on the top nav */
	background: url(images/black_70.png) repeat;
	width:170px;
	position:absolute;
	top:0px;
	left:170px;
}

ul#nav ul ul ul li a {

}
#nav li .sub-indicator {
    position:		absolute;
	display:		block;
	right:			8px;
	top:			10px;
	width:			20px;
	height:			20px;
	text-indent: 	-999em;
	overflow:		hidden;
	background: url(images/sprite.png) no-repeat -480px -82px;
}
#nav li:hover .sub-indicator {
	background: url(images/sprite.png) no-repeat -356px -82px;
}
#nav .subcontainer {
	padding-right:20px;
}

/* 
 */

#splash {
	height: 450px;
	border: solid 10px white;
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	overflow:hidden;
	width: 940px;
	position:relative;
}
#cycle_container {
	height:450px;
}
.quickship_text2 {
	color:#b60c0c;
	font-style:italic;
}
.quickship_text1 {
	color:#b60c0c;
}
#quickship_container {
	height:450px;
}
.about {
	height:450px;
	position:relative;
	bottom:30px;
	background: url(images/sprite.png) no-repeat 0px -240px;
	padding: 40px 15px 15px 15px;
	z-index:9998;
}
.about_toggle {
	position:absolute;
	top:5px;
	right:10px;
	display:block;
	width:70px;
	background: url(images/sprite.png) no-repeat 75px -78px;
	height:20px;
	line-height:20px;
	font-size:12px;
	text-align:right;
	padding-right:15px;
	cursor:pointer;
}
.about_toggle_hidden {
	position:absolute;
	top:423px;
	right:10px;
	display:block;
	width:70px;
	height:20px;
	line-height:20px;
	font-size:12px;
	text-align:right;
	padding-right:15px;
	cursor:pointer;
}
.about_toggle_hidden:hover {
	background: url(images/sprite.png) no-repeat 55px -715px;
}
.about_toggle_up {
	background: url(images/sprite.png) no-repeat -45px -82px;
}
.about_toggle_down {
	background: url(images/sprite.png) no-repeat 75px -82px;
}
.aboutcycle {
	width:238px;
	height:238px;
}
.about .left {
	border:solid 3px white;
}

/* Footer */

#footer_container {
	background-color: #e7e7e6;
	width: 100%;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding:11px 15px 15px 15px
}
.repfinder {
	float:left;
	position:relative;
	width:160px;
}
.repfinder input {
	width:107px;
	position:absolute;
	left:0px;
	top:0px;
}
.repfinder .btn {
	width:auto;
	margin-left:123px;
	position:absolute;
	top:0px;
	cursor:pointer;
}
#footer li {
	line-height:1.5em;
}
.social {
	text-align:right;
}
.social li {
	padding-right:23px;
	background: url(images/sprite.png) no-repeat;
}
.legal {
	padding-top:10px;
	font-size:10px;
	clear:both;
}

/* Content */

#content {
	background-color:white;
	padding:6px 10px 10px 10px;
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	position:relative;
}
.maincontent {
	float:right;
	width: 100%;
	position:relative;
}
.withsidebar .maincontent {
	width: 700px;
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.full .maincontent {
	padding-left:10px;
	padding-right:10px;
	width:920px;
}

/* Sidebar */

.withsidebar {
	background:url(images/content_back.gif) repeat-y;
}

#left_sidebar {
	float: left;
	height: 100%;
	width: 180px;
	margin: -10px 0 0 -10px;
	padding:10px 20px 0 20px;
}
ul.bulleted li {
	padding-left:14px;
	/*background-image: url(images/bullet.png);*/
	background-repeat: no-repeat;
	background-position: left center;
}
ul.bulleted_plain li {
	list-style:disc;
	margin-bottom:8px;
	margin-left:15px;
}
#left_sidebar a:link, #left_sidebar a:hover, #left_sidebar a:active, #left_sidebar a:visited {
	color:black;
	text-decoration:underline;
}
#left_sidebar li {
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-size:1em;
}
#left_sidebar li li {
	font-size:1em;
}
#left_sidebar li li li {
	font-size:1em;
}
#left_sidebar ul {
	margin-bottom:0.5em;
}
#left_sidebar ul ul {
	margin-left:20px;
	margin-bottom:0px;
	margin-top:4px;
}

/* Misc */

.callout {
	text-align:center;
}
.callout span {
	text-indent:-9999px;
	background-image: url(images/homecallout.png);
	background-repeat: no-repeat;
	display:block;
	height:125px;
	margin-top:25px;
}
.productlisting {
	color:#666;;
}
.productlisting img {
	margin-bottom:10px;
}
.productlisting td {
	padding:0px 22px 22px 22px;
	width:180px;
}
.productlisting .btn {
	float:left;
	display:block;
	margin:5px 0px 5px 0px;
}
.productlisting .altbtn {
	margin-right:2%;
}
.productlistingbuttons {
	position:absolute;
	bottom:10px;
	left:15px;
	width:150px;
	display:none;

}
.thumbnail {
	position:relative;
	width:180px;
	height:180px;
	display:block;
}
ul.categorylist img {
	float:left;
	margin-right:15px;
}
ul.categorylist li {
	margin-left:-20px;
	padding:10px 30px 10px 30px;
	width:660px;
}
ul.categorylist li h2 {
	margin-top:0px;
}
ul.categorylist li:nth-child(even) {
  background-color:#EEE;
  border-top:solid 1px #CCC;
  border-bottom:solid 1px #CCC;
}
.productpaging {
	background-color:#eee;
	border-bottom:solid 1px #ccc;
}
.productpaging td {
	padding:5px;
}
.categorycontainer {
	position:relative;
}
.subcatoptions {
	position: absolute;
	top:20px;
	width:180px;
	background-image: url(images/white_60.png);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 20px;
}

/* Products */
.productsslider {
	border:solid 10px white;
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	width:680px;
	height:342px;
	margin-bottom: 25px;
	overflow:hidden;
}

.categoryfooter {
	width:680px;
	height:140px;
	float:right;
	margin-right: 20px;
}

.showroom {
	border:solid 10px white;
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	width:680px;
	height:342px;
	margin-bottom: 25px;
	overflow:hidden;
}

/* Splash Page Slider */
.splashslider {
	width:980px;
	height:698px;
	overflow:hidden;
}
	
/* Form */
.form {
	margin-top:10px;
}
.form label {
	margin-right:15px;
	width:150px;
	text-align:right;
	display: block;
	float: left;
	margin-top: 6px;
}
.form span.tip {
	font-style:italic;
	margin-left:5px;
}
.form .rowelem {
	clear:both;
	margin-bottom: 10px;
	position:relative;
}
.formerror {
	color:red;
	margin-left:5px;
	font-style:italic;
}

/* Showrooms */
.showmain {
}

.showmain li {
	float:left;
	text-align:center;
	width:148px;
	margin:0px 5px 0px 3px;
}
table.events {
	border-bottom:solid 2px #CCC; ;
}
table.events td {
	width:50%;
	vertical-align:middle;
	padding:5px;
}
table.events tr {
	background-color:#f3f3f2;
	height:20px;
	border-bottom:solid 1px #CCC;
}

/*marketdates */
.events a:link, .events a:hover, .events a:active, .events a:visited {
	color:black !important;
	text-decoration:underline;
}

/* sales */
.sales_territory, .sales_roster {
	float:right;
	width:140px;
}
.searchresults {
	border-bottom:solid 1px #CCC;
	padding-bottom:5px;
	margin-bottom:5px;
}
/* I am IMAX */
.iamimaxslider {
	height:120px;
	overflow-y:hidden;
	overflow-x:scroll;
	width:940px;
}
.iamimaxslider img {
	border:1px solid #CCC;
}
.iamimaxslider li {
	float:left;
	margin:0px 3px 0px 4px;
}
.iamimaxslider li:first-child {
	margin-left:1px;
}
.iamimaxslider li a:hover {
	opacity:0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
}
.iamimaxcycle {
	overflow:hidden;
	width:185px;
	height:226px;
	float:left;
	margin-right:25px;
	margin-left:15px;
	border:solid 10px white;
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	transform: rotate(-5deg);
   -moz-transform: rotate(-3deg);
   -webkit-transform: rotate(-3deg)
}
.iamimax {
	margin-top:15px;
	padding-right:15px;
	border-top:solid 1px #CCC;
	padding-top:15px;
	font-size:12px;
}

/* Sightings */
.sightingsslider {
	height:120px;
	overflow-y:hidden;
	overflow-x:scroll;
	width:940px;
}
.sightingsslider img {
	border:1px solid #CCC;
}
.sightingsslider li {
	float:left;
	margin:0px 3px 0px 4px;
}
.sightingsslider li:first-child {
	margin-left:1px;
}
.sightingsslider li a:hover {
	opacity:0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
}
.sightingsimage {
	float:left;
	margin-right:25px;
	margin-left:15px;
	border:solid 10px white;
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	transform: rotate(-5deg);
   -moz-transform: rotate(-3deg);
   -webkit-transform: rotate(-3deg)
}
.sightings {
	margin-top:15px;
	padding-right:15px;
	border-top:solid 1px #CCC;
	padding-top:15px;
	font-size:12px;
}

/* Product Nav */
#productnav ul {
	margin:0px;
}

#productnav li {
	list-style:none;
	font-size:1.15em;
}
#productnav ul li ul {
	padding-top:3px;
}
#productnav li ul li {
	font-size:1em;
}
#productnav li ul li ul li {
	font-size:1em;
}

#productnav ul ul, #productnav ul ul ul {
	margin:0px 0px 0px 15px;
}
#productnav a:link {
	text-decoration:none;
}
#productnav a:hover {
	color:#67005f !important; 
}
.categoryimage {
	padding:9px;
	border:solid 1px #CCC;
}
table.listing td {
	border:solid 1px #D9D9D9;
	padding:10px;
	vertical-align:top;
}
table.listing {
	border-collapse: collapse;
    border-style: hidden;
}
.paginationWrap {
	width:250px;
}
ul.pagination {
	float:right;
	margin-top:5px;
}
ul.pagination li {
	float:left;
	border:1px solid #D9D9D9;
	display:block;
	margin-left:5px;
}
ul.pagination a, ul.pagination b.active {
	text-decoration:none;
	display:block;
	padding:3px 6px 3px 6px;
}
ul.pagination b.active {
	background-color:#F5F5F5;
	background-image: url(images/paginationBack.gif);
	background-repeat: repeat-x;
}
ul.pagination a:hover {
	background-color:#F4F4F4;
	background-image: url(images/paginationBack.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.paginationArrows {
	padding-left:2px !important; 
	padding-right:2px !important;
	color:#999;
}
a.paginationArrows:hover {
	background: none !important;
	color:#e7e7e6;
}
.productSmall {
	width:180px;
	height:180px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.productSmallWrap {
	width:180px;
	height:180px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.productSmall img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
table.productDetail td {
	vertical-align:top;
}
hr.devider {
	border: 0; 
	color:#F0F0F0; 
	background-color:#F0F0F0;
	height:2px; 
	margin-top:10px; 
	margin-bottom:10px;
}
#productDetailImgWrap {
	position:relative;
	width:295px;
	border:solid 10px #F0F0F0;
	box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.42);
}
.zoomIcon {
    background: url(images/icon.png) repeat scroll 0 0 transparent;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}
table.productDetail {
	border-collapse: collapse;
    border-style: hidden;
}
table.productDetailImgThumbs {
	margin-top:18px;
}
.productDetailImgThumbs img {
	float:left;
	border:solid 3px #F0F0F0;
	margin:2px;
	cursor:pointer;
}
/*
.productDetailThumbActive {
	opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
	/*cursor:default;
}*/

.productDetailThumb:hover {
		opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}
.cantDownload {
	opacity:0.2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
}
.cantDownloadMsg {
	position:absolute;
	top:50px;
	display:block;
	z-index:9999;
	text-align:center;
	width:285px;
	left:0;
	display:none;
	padding:15px;
}
img.productSearchImg {
	border:solid 5px #F0F0F0;
}
#login_errorloc, #quickRegistration_errorloc {
	color:#CD002E;
}
#login_errorloc ul {
	list-style:none;
}
label.error {
	color:#CD002E;
	width:auto;
	margin-bottom:3px;
}
input.error {
	border-color:#CD002E;
}
div.error, span.error {
	color:#CD002E;
}
table.dataTable {
	border-bottom:solid 2px #CCC; ;
}
table.dataTable td, table.dataTable th, table.dataTable tr.tableFooter td {
	vertical-align:middle;
	padding:5px;
	text-align:left;
}
table.dataTable th, table.dataTable tr.tableFooter td {
	background-color:#fff;
}
table.dataTable tr {
	background-color:#f3f3f2;
	height:20px;
	border-bottom:solid 1px #CCC;
}
table.dataTable tr.odd {
	background-color:#FBFBFB;
}
table.shoppingCart {
	width:100%;
	font-size:12px;
	margin-bottom:5px;
}
table.shoppingCart img {
	border:solid 1px #CCCCCC;
}
table.shoppingCart input.removeBtn, table.shoppingCart input.addBtn, input.clearBtn  {
	background-color: transparent;
	border: 0;
	padding: 0;
	color:#67005f;
	cursor:pointer;
	font-style:italic;
}
form.orderDetails label {
	width:230px;
}
form.orderDetailsConfirm label {
	margin-top:0px !important;
}
.subRightSidebarContent {
	width:600px;
	float:left;
}
.subRightSidebar {
	width:280px;
	float:right;
	padding:0px 10px 0px 10px;
	border-left:solid 1px #CCC;
}
span.radioLabel {
	margin-bottom:4px;
}
select.select{
    position:relative;
    z-index:10;
    width:166px !important;
    min-height:26px !important;
    line-height:26px;
}

/* dynamically created SPAN, placed below the SELECT */
span.select{
    position:absolute;
    bottom:1px;
    float:left;
    left:0;
    width:166px;
    height:26px;
    line-height:26px;
    text-indent:10px;
    background:url(images/bg_select.gif) no-repeat 0 0;
    cursor:default;
    z-index:1;
	}
form.orderDetails label.error, form.orderDetailsConfirm label.error {
	width:auto;
	margin-bottom:0px;
	display:inline;
	float:none;
	margin-right:0px;
	margin-top:0px;
	margin-left:10px;
	text-align:left;
}
em.error {
	margin-left:5px;
	color:#CD002E;
}
form.orderDetailsConfirm label {
	width:140px;
	text-align:left;
	font-weight:bold;
}
table.orderSummary tr {
	height:20px;
}
table.addresses {
	width:100%;
	font-size:12px;
	margin-bottom:5px;
}
form.address label {
	width:80px;
}
table.accounts, table.orders, table.promotions {
	width:100%;
	margin-bottom:5px;
}
input.readonly {
	color:#999;
}
.result, .message {
	color:#67005F;
	font-weight:bold;
	font-style:italic;
}
.hide {
	display:none;
}
span.specialPrice {
	color:#67005F;
}
span.specialListPrice {
	text-decoration:line-through;
	font-style:italic;
	font-size:.85em;
	line-height:1.15em;
	color:#666;
}
.couponCodeMessage {
	background-color:#f3f3f2;
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:15px;
}
.callOutFull {
	background-color:#f3f3f2;
	border:1px solid #CCC;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.sidebarSearch .rowelem {
	margin-bottom:10px;
}
.sidebarSearch .label {
	margin-bottom:5px;
}
ul.catalogs li {
	float:left;
	margin:0px 6px 10px 7px;
	border:solid 1px #CCC;
	padding:5px;
	background-color:#F3F3F2;
	text-align:center;
}
ul.catalogs li img {
	border:solid 1px #666;
}
ul#relatedItems li {
	float:left;
	margin:5px;
	width:90px;
	height: 170px;
    min-height: 170px;
}
ul#relatedItems img {
	border:solid 5px #F0F0F0;
}
ul#relatedItems a:link, ul#relatedItems a, ul#relatedItems a:active, ul#relatedItems a:hover, ul#relatedItems a:visited  {
	text-decoration:none;
	color:#000;
}
input[type="checkbox"], input[type="radio"]{
  background: transparent;
  border: 0;
}
ul.infoList li {
	margin-bottom:7px;
}
.socialBox {
  background-color:#f3f3f2;
  padding:10px;
  width:439px;
  float:right;
  margin:0px 20px 10px 0px;
  border-radius:7px;
  border-left:solid 1px #a9a9a9;
  border-top:solid 1px #a9a9a9;
  line-height: 1.4em;
  }
  .socialButtons {
	  float: right;
	  margin-right:20px;
	  width:420px;
  }
  .socialButtons li {
	  margin-right:10px;
	  float:left;
	  text-align: center;
	  padding-top:1px;
	  height:20px;
  }
  .socialButtons a {
	  padding-right:23px;
	  min-width:30px;
	  display:block;
	  }
  .socialButtons li img {
  	  float:left;
  }




/****************renee code******************/

#china1 {
	background-color:#fff;
	margin-bottom:40px;
	margin-top:20px;
	-moz-box-shadow:     3px 3px 8px #d8d8d8;
	-webkit-box-shadow:  3px 3px 8px #d8d8d8;
	box-shadow:          3px 3px 8px #d8d8d8;
}

#di_col1 {
	width:240px;
	height:175px;
	float:left;
	margin-right:30px;
	padding-top:15px;
	font-size:14px;
	background-color:#3d404e;
	color:#fff;
}

#di_col1 h2,  #di_col1_1 h2, #di_col1_2 h2, #di_col1_3 h2, #di_col1_4 h2, #di_col1_5 h2 {
	padding-left:15px;
	display:inline !important;
}

#di_col1 p, #di_col1_1 p, #di_col1_2 p, #di_col1_3 p, #di_col1_4 p, #di_col1_5 p {
	padding:15px;
	line-height:1.2em;
	display:inline !important;
}

#di_col1_1 {
	width:240px;
	height:175px;
	float:left;
	margin-right:30px;
	padding-top:15px;
	font-size:14px;
	background-color:#56493c;
	color:#fff;
}

#di_col1_2 {
	width:240px;
	height:175px;
	float:left;
	margin-right:30px;
	padding-top:15px;
	font-size:14px;
	background-color:#787a40;
	color:#fff;
}

#di_col1_3 {
	width:240px;
	height:175px;
	float:left;
	margin-right:30px;
	padding-top:15px;
	font-size:14px;
	background-color:#a15a38;
	color:#fff;
}

#di_col1_4 {
	width:240px;
	height:175px;
	float:left;
	margin-right:30px;
	padding-top:15px;
	font-size:14px;
	background-color:#61516d;
	color:#fff;
}

#di_col1_5 {
	width:240px;
	height:175px;
	float:left;
	margin-right:30px;
	padding-top:15px;
	font-size:14px;
	background-color:#cea206;
	color:#fff;
}

#di_col2 {
	float:left;
	padding-top:15px;
	padding-bottom:30px;
	width:auto;
}

#china1 li, #china2 li, #india1 li, #india2 li {
	list-style-type: none;
	float:left;
	width:175px;
	padding-right:15px;	
}

#china2 {
	background-color:#fff;
	margin-bottom:40px;
	margin-top:20px;
	-moz-box-shadow:     3px 3px 3px #ccc;
	-webkit-box-shadow:  3px 3px 3px #ccc;
	box-shadow:          3px 3px 3px #ccc;
}


#india1 {
	background-color:#fff;
	margin-bottom:40px;
	margin-top:20px;
	-moz-box-shadow:     3px 3px 3px #ccc;
	-webkit-box-shadow:  3px 3px 3px #ccc;
	box-shadow:          3px 3px 3px #ccc;
}


#india2 {
	background-color:#fff;
	margin-bottom:40px;
	margin-top:20px;
	-moz-box-shadow:     3px 3px 3px #ccc;
	-webkit-box-shadow:  3px 3px 3px #ccc;
	box-shadow:          3px 3px 3px #ccc;
}

.clear { clear: both; }

#di_col2 ul {
	height:75px;
	width:600px;
}

/**************usa made*****************/

#usamade {
	margin-top:10px;
	margin-bottom:10px;
}

#nav ul ul li.usa {
	background: url(images/purple_80.png) repeat;
	width:200px;
	position:absolute;
	top:0px;
	left:170px;
}

/**************boutique*****************/

#boutique {
	margin-top:10px;
	margin-bottom:10px;
}

/*
#nav ul ul li.usa {
	background: url(images/purple_80.png) repeat;
	width:200px;
	position:absolute;
	top:0px;
	left:170px;
}
*/

/**************hospitality*****************/

.hospitality-text {
	width:200px;
	float:left;
	margin-top:25px;
	margin-bottom:20px;
	clear:both;
	line-height:1.2em;
}

.hospitality-text p {
	line-height:1.2em;
	padding-bottom:5px;
}

.hospitality-text li {
	line-height:1.2em;
	padding-left:.9em;
	text-indent:-.9em;
	padding-bottom:5px;
}

#hospitality-slider {
	width:491px;
	height:431px;
	float:right;
	margin-top:25px;
}

.hospitalityslider {
	width:491px;
	height:431px;
	float:right;
	margin-top:25px;
	overflow:hidden;
}

#hosp-top {
	margin-top:30px;
}

#hosp-bottom {
	margin-bottom:50px;
}

.selected {
    color: red;
}

/**************homepage boxes*****************/

.homeboxes {
	margin-left:0;

}

.homeboxes img {
	margin-left:5px;
	border:white 5px solid;
}
.homeboxes2 {
	margin-left: 125px;
	margin-right: 125px;

}

.homeboxes2 img {
	border:white 5px solid;
	margin-left:5px;

}
.logintext {
	font-family: 'Muli', Arial, sans-serif;
	font-size:38px;
	color:#000000;
	height:75px;
	width:940px;
	text-align: center;
	margin-top:20px;
	font-weight:200;
}

.logintext a {
	color:#000000;
	text-decoration:none;
}

.logintext a:hover {
	color:#67005f;
}
.logintext2 {
	font-family: 'Muli', Arial, sans-serif;
	font-size:38px;
	color:#000000;
	height:75px;
	width:940px;
	text-align: center;
	margin-top:20px;
	font-weight:200;
	margin-bottom:20px;
}
.logintext2 a {
	color:#000000;
	text-decoration:none;
}

.logintext2 a:hover {
	color:#67005f;
}

/****************renee typhoon code******************/

.redtyphoon {
	width:425px;
	float:left;

}

.redtyphoon p {
	margin-left:15px;
	line-height:1.3em;
}

.redtyphoon li {
	margin-left:15px;
}

.redphoto {
	width:475px;
	float:right;
}

.redlogo {
	text-align: center;
	width:425px;
	margin-top:80px;
}

.reddonate {
	text-align: center;
	width:425px;
}

.reddonate img {
	margin-top:10px;
	margin-bottom:10px;
}

.redribbon {
	position:absolute;
	width:729px;
	height:161px;
}

.redribbon img {
	margin-left:-30px;
	margin-top:-15px;
}

.redfooter {
	font-size:10px;
	font-style:italic;
	text-size:9px !important;
	font-weight:600 !important;
}
.greybox {
	background-color:#e6e6e5;
	Z-index:10000;
}

.greenribbon {
	position:absolute;
	width:735px;
	height:161px;
	z-index:9000;
	margin-left:-35px;
	margin-top:-40px;
}

.greenribbonbox {
	line-height:1.2em;
}

.greenribbonbox p {
	width:310px;
	float:left;
	margin-top:50px;
	margin-left:80px;
	line-height:1.4em;
}

.rightbox {
	width:270px;
	float:right;
	margin-top:50px;
}

.greyboxproduct {
	float:right;
	width:270px;
	height:120px;
	background-color: #ecedee;
	z-index: 10000;
	position:absolute;
}

.greybox h2 {
	text-align: center;
	color: #7e858b;
	font-size:21px;
	line-height: 5px;
	width:270px;
}
.greyboxproduct h2 {
	text-align: center;
	color: #7e858b;
	font-size:21px;
	line-height: 5px;
	width:270px;
}

.greybox p {
	color: #7e858b;
	font-size:21px;
	text-align: center;
}

.charity p {
	clear:both;
	padding-top:15px;
	text-align: center;
	width:650px;
	font-weight: 600;
	font-size:9px;
	font-style:italic;
}

.homepageribbon {
	position:absolute;
	margin-top:-461px;
	margin-left:-20px;
	width:658px;
	height:500px;
	z-index: 9999;
	background: url(http://www.imaxcorp.com/images/homepage2.png) no-repeat 0px 0px;	
}

.productunicef {
	position:absolute;
	margin-left:10px;
}

.productred {
	position:absolute;
	margin-left:140px;
}

.productred2 {
	position:absolute;
	margin-left:140px;
}


.productorder {
	position:absolute;
	margin-left:70px;
	margin-top:40px;
}

.description  {
	background: url(images/description4.png) no-repeat 0px 0px;
	width:658px;
	height:378px;
	margin-top:1px;
	position:absolute;
	z-index: 9998;	
} 
/*
.description:hover  {
	background: url(images/description2.png) no-repeat 0px 0px;
	width:658px;
	height:378px;
	position:absolute;
	z-index: 9999;	
}*/

.hidden>div {
    display:none;
}

.visible>div {
    display:block;
}

.addtocartbtn {
	position:absolute;
	margin-top:295px;
	margin-left:355px;
}

#addtocart{
	width:150px;
}

.homeredbtn {
	position:absolute;
	margin-top:295px;
	margin-left:480px;
}

.homeunicefbtn {
	position:absolute;
	margin-top:255px;
	margin-left:480px;

}

.descriptionbox {
	
}

.sidebartyphoon {
	width:280px;
	float:right;
	padding:0px 10px 50px 10px;
	height:200px;
}

.sidebartyphoon p {
	width:165px;
	line-height:1.2em;
	margin-left:95px;
	margin-top:-60px;
}

.sidebarbtn {
	margin-left:25px;
	margin-top:10px;
}


.homepopup {
	float:right;
	width:100px;
	height:100px;
	margin-top:350px;
	font-style: italic;
	margin-right:25px;
}

.donations {
	background-color:#e6e6e5;
	margin-left: 15px;
	line-height: 1.3em;
	padding-bottom:10px;
	padding-top:5px;
}

.donationsred {
	position:absolute;
	margin-left: 255px;
	margin-top:-60px;
}

.status {
	margin-right:150px;
	float:right;
}

.detaillist {
	list-style-type: none;
}
#altsidebar {
	float: left;
	height: 100%;
	width: 180px;
	margin: -10px 0 0 -20px;
	padding:10px 20px 0 20px;
}

#altsidebar2 {
	float: left;
	height: 100%;
	width: 218px;
	margin: 0 0 -10px -20px;
}

#altsidebar2 img{

}
.video {
	margin-top:10px;
	text-align: center;
	color:black;
	font-size: 24px;
	font-weight: 100;
	line-height:1.3;
	margin-bottom: 20px;
}

#altsidebar a{ 
	font-size: 26px !important;
	color:#978659 !important;
	text-decoration: none !important;	
	font-weight: 100 !important;
	width:200px !important;	
	letter-spacing: -1px;
}
	
.register {
	margin-left:10px;
}
.essentials {
	font-size: 24px;
	color:#802a62 !important;
	font-weight: 100 !important;
	margin-left: 10px;
}	
.videotext {
	margin-top:20px;
	color:black;
	font-size: 24.5px;
	font-weight: 100;
	line-height:1.3;
	width: 85%;
    margin: auto;    
}

.available {
	background-color:#67005f;
	color:white;
	height:24px;
	text-align:center;	
	border:solid 1px #67005f;
	padding-left:5px;
	padding-right:5px;
	margin-top:0px;
	padding-top:4px;
}


hr.divider {
	border: 0; 
	color:#F0F0F0; 
	background-color:#F0F0F0;
	height:1px; 
	margin-top:15px; 
	margin-bottom:10px;
}
hr.divider2 {
	border: 0; 
	color:#F0F0F0; 
	background-color:#F0F0F0;
	height:1px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.introimage {
	margin-top:5px;
	
}

.scrollToTop {
 display: block;
 position: fixed;
 top: 75%;
 right: 10%;
 padding: 10px;
 border: 2px solid #67005f;
 /*background: url(images/up-arrow.png) no-repeat 0px 0px;*/
 
}
 /*
.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	background: url(images/up-arrow.png) no-repeat 0px 0px;
}
.scrollToTop:hover{
	text-decoration:none;
}

*/	

.loyalty {
	color: #9a2a63;
}

.loyalty1 {
	margin-top:30px;
	font-size: 26px;
	line-height: 1.2em;
}

.loyalty2 {
	font-size: 18.5px;
}

#rewards {
	margin-top: 30px;
	text-align: center;
}

.advantages {
	margin-top:20px;
	margin-left:-5px;
}