body{
	background: #a8a8a8 url("https://s3.amazonaws.com/instant-images/noise_pattern_9.jpg");
  margin: 0px;
  padding:0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

.icm-container {
	background: #fff;
	padding: 0px 20px 20px 20px !important;
	border-radius: 0px 0px 10px 10px;
	width: 860px !important;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
	margin:0px auto 20px auto;
}

.purchase_options {
	border-radius: 5px;
	background-color: #f1f1f1;
	padding: 10px;
	min-height:290px;
}

.purchase_options small {
	color:#464141;
}

.white_form {
	background: url(../_images/white_bg.png);
}
.white_form .gray_box {
	background: #2e2d3d;
	color: #FFF;
	border: 1px solid #1f1e2a;
}

.input_txt {
	color: #000;
	background: #bdbdbe !important;
	border-style: none;
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 10px;
}
.input_txt:focus {
	background: #dadada !important;
}

#disc_list {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style-image: url(/_images/red_bullet.png);
	list-style-type: circle;
}

#disc_list li {
	font: 16px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	text-align: left;
}

.strike {
	text-decoration: line-through;
}
.scrollbox {
	height: 250px;
	border: 2px dashed #000;
	overflow: scroll;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background: #dadada;
}
.orange_box {
	background: #FDF6C2;
	border: 1px dotted #E99616;
}
.gray_box {
	background: #EBEBEB;
	border: 1px dotted #666;
}

.cWhite {
	color: #FFF;
}

.cRed,.tRed {
	color: #d51f27 !important;
}

.cGray {
	color: #C2C1C1 !important;
}

.tBlue {
	color: #4a7e9c;
}

.vid_container ,#slideshow_cont{
	background: url(/_images/video_plate_bg.gif) repeat-x;
	padding: 10px;
	height: 253px;
	width: 450px;
	overflow: hidden;
}
.slides_container {
	height: 253px;
	width: 450px;
	overflow: hidden;
}
.slide_block {
	height: 253px;
	width: 450px;
	background: #FFF;
	border-radius:10px;
}

.pagination {
	height: 0px;
	width: 0px;
	overflow: hidden;
}

.input-xlarge {
	font-size:24px !important;
	height:30px !important;
}

.debug {
	border-collapse: collapse;
	border: solid 1px red;
}

.no-gutter {
	margin-left:0px;
}

.sm-gutter {
	margin-left: 10px;
}

.no-top-margin {
	margin-top: 0px !important;
}

.video-brdr,.img-brdr {
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.50);
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span6 {
  width: 460px;
}

.span4 {
  width: 300px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
h1, h2, h3 {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Titillium Web', sans-serif;
	font-weight: 900;
}

h4, h5,.thin_h {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700 !important;
}