/*
Project: Project Name
File: css/style.css
*/

/*  Main  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(/img-files/page-bg.gif) repeat-x center top;
	padding-top:34px;
}
.wrapper {
	margin:0 auto;
	width:940px; /*  Change to desired width :)  */
}
.clear {
	clear:both;
}
/* PAGE HEADER */
#page-header {
}
#page-header .map {
	float: right;
	width: 90px;
	margin-right: 40px;
	height: 24px;
	}	
		
#page-header .left-col {
	width:230px;
	float:left;
}
#page-header .left-col a.logo {
	background:url(/img-files/img-logo.gif) no-repeat left top;
	width:230px;
	height:78px;
	display:block;
}
#page-header .right-col {
	width:690px;
	float:right;
}
#page-header .right-col .secondary-nav {
	font-size:11px;
	color:#ff9c00;
	float:left;
}
#page-header .right-col .secondary-nav a {
	color:#1976b5;
	text-decoration:none;
}
#page-header .right-col .secondary-nav a:hover {
	text-decoration:underline;
}
#page-header .right-col .cart-links {
	float:right;
}
#page-header .right-col .cart-links a {
	color:#1976b5;
	text-transform:uppercase;
	font-size:11px;
	padding-left:14px;
	text-decoration:none;
}
#page-header .right-col .cart-links a:hover {
	text-decoration:underline;
}
#page-header .right-col .cart-links a.my-supp {
	background:url(/img-files/icn-support.gif) no-repeat left top;
	padding-right:18px;
}
#page-header .right-col .cart-links a.my-acc {
	background:url(/img-files/icn-myaccount.gif) no-repeat left top;
	padding-right:18px;
}
#page-header .right-col .cart-links a.my-cart {
	background:url(/img-files/icn-shopping-cart.gif) no-repeat left top;
}
#page-header .right-col #live-chat {
	width:131px;
	height:25px;
	display:block;
	position:absolute;
	margin-top:36px;
	margin-left:558px;
	z-index:100;
}
/* PAGE CONTENT */
#page-content {
	clear:both;
	padding-top: 20px;
}
#page-content #left-col {
	width:230px;
	float:left;
}
#page-content #left-col .left-nav {
	margin:0px 0 12px 0;
	background:url(/img-files/lnav-footer-bg.gif) no-repeat left bottom;
	padding-bottom:9px;
}
#page-content #left-col .left-nav h1 {
	background:url(/img-files/lnav-title-bg.gif) no-repeat left top;
	padding:10px 12px;
	font-size:14px;
	color:#204762;
}
#page-content #left-col .left-nav a {
	display:block;
	background:url(/img-files/lnav-bullet.gif) no-repeat 12px 11px;
	border:solid 1px #cddff2;
	border-bottom:none;
	font-size:12px;
	color:#2c3945;
	text-decoration:none;
	line-height:30px;
	padding-left:26px;
}
#page-content #left-col .left-nav a:hover {
	text-decoration:underline;
}
#page-content #left-col .left-nav a.active {
	color:#1976b5;
	font-weight:bold;
}
#page-content #right-col {
	float:left;
	margin-left:20px;
	width:690px;
}
#page-content #right-col .page-banner {
	width:690px;
	height:314px;
	clear:both;
	background:url(/img-files/img-bnr-shadow.jpg) no-repeat center bottom;
	padding-bottom:32px;
}
#page-content #right-col .home-col1, #page-content #right-col .home-col2, #page-content #right-col .home-col3 {
	margin-top:12px;
	min-height:240px;
}
#page-content #right-col .home-col1 {
	width:215px;
	float:left;
	color:#454545;
	font-size:11px;
	line-height:15px;
	margin-right:15px;
	background:url(/img-files/vdiv1.gif) repeat-y right top;
	padding-right:15px;
}
#page-content #right-col .home-col2 {
	width:215px;
	float:left;
	color:#454545;
	font-size:11px;
	line-height:15px;
	margin-right:15px;
	background:url(/img-files/vdiv1.gif) repeat-y right top;
	padding-right:15px;
}
#page-content #right-col .home-col3 {
	width:200px;
	float:left;
	color:#454545;
	font-size:11px;
	line-height:14px;
}


#page-content #right-col .home-colnews {
	width:455px;
	float:left;
	color:#454545;
	font-size:11px;
	line-height:14px;
	background-color: #E9F1F9;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 25px;
}

/* Homepage News & Events */
#page-content #right-col .home-news-events {
	width:455px;
	float:left;
	color:#454545;
	font-size:11px;
	line-height:14px;
	background-color: #ffffff;
	margin-top: 12px;
}


#page-content #right-col .home-col1 h1, #page-content #right-col .home-col2 h1, #page-content #right-col .home-col3 h1, #page-content #right-col .home-colnews h1 {
	color:#3c3c3c;
	font-size:20px;
	font-weight:normal;
	margin-bottom:8px;
	line-height:28px;
}
#page-content #right-col .home-col1 p, #page-content #right-col .home-col2 p {
	margin:0 0 6px 0;
}
#page-content #right-col .home-col1 a.rm, #page-content #right-col .home-col2 a.rm, #page-content #right-col .home-col3 a.rm, #page-content #right-col .home-colnews a.rm {
	font-size:11px;
	font-weight:bold;
	color:#005ebb;
	padding-right:10px;
	text-decoration:none;
	background-image: url(/img-files/arrow1.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}
#page-content #right-col a.rm:hover {
	text-decoration:underline;
}
#page-content #right-col .home-col1 ul, #page-content #right-col .home-col3 ul, #page-content #right-col .home-colnews ul {
	margin-bottom:6px;
}
#page-content #right-col .home-col1 ul li, #page-content #right-col .home-col3 ul li, #page-content #right-col .home-colnews ul li {
	background:url(/img-files/arrow2.gif) no-repeat left 4px;
	padding-left:12px;
	line-height:16px;
}
#page-content #right-col .home-col3 ul li {
	margin-bottom:8px;
	line-height:14px;
}



#page-content #right-col #quote {
	width:200px;
	float:left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 15px;
	margin-left: 10px;
}


#page-content #right-col #slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#page-content #right-col #slider li {
	overflow:hidden;
	width:200px;
}
#page-content #right-col #slider li p {
	font:italic 16px Arial;
	color:#af3855;
	margin: 10px;
}
#page-content #right-col #slider li p span {
	color:#818081;
	font:italic 14px Arial;
}


/* BREAD CRUMB */
#bcrumb {
	font-size:11px;
	color:#777;
	border-bottom:solid 1px #f4f4f4;
	padding-bottom:10px;
}
#bcrumb span {
	padding:0 3px;
	color:#ff9c00;
}
#bcrumb a {
	color:#1976b5;
	text-decoration:none;
}
#bcrumb a:hover {
	text-decoration:underline;
}
/* PRODUCT INFO */
#product-info {
}
#product-info h1 {
	font-size:30px;
	color:#09325f;
	text-transform:uppercase;
	margin:10px 0;
}
#product-info h1 span {
	font-size:18px;
	color:#8ec3ff;
	font-weight:normal;
}
#product-info p.short-desc {
	font-size:20px;
	color:#ff9c00;
	border-bottom:solid 1px #c8e6f4;
	padding-bottom:14px;
	margin-bottom:10px;
}
#product-info p.short-descBlue {
	font-size: 20px;
	color: #1594F1;
	border-bottom: solid 1px #c8e6f4;
	padding-bottom: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

#product-info p.strong-desc {
	font-size:18px;
	color:#09325f;
	margin-bottom:10px;
	line-height:22px;
}

#product-info p {
	color:#454545;
	font-size:14px;
	line-height:20px;
	clear:both;
	margin-bottom:12px;
}
#product-info .product-image {
	float:left;
	width:356px;
	min-height:236px;
}
#product-info .product-image .jqzoom{

	text-decoration:none;
	float:left;
	width:400px; height:400px;
	margin-bottom:6px;
}
#product-info .product-image .jqzoom img {  }

#product-info ul#thumblist{clear:left; max-width:400px; min-height:86px;}
#product-info ul#thumblist li{float:left;margin-right:2px;list-style:none;}
#product-info ul#thumblist li a{display:block;border:1px solid #d7d6d6;}
#product-info ul#thumblist li a.zoomThumbActive{
    border:1px solid #f2f2f2;
}



#product-info .price-options {
	float:right;
	margin-top:12px;
	color:#454545;
	width:310px;
}
#product-info .price-options .stock { float:right;font-size:11px; color:#666666; margin-top:6px; text-align:right;}
#product-info .price-options .stock .yes { font-weight:bold; color:#80c824; line-height:20px; background:url(/img-files/icn-instock.gif) no-repeat left 4px; padding-left:14px;}
#product-info .price-options .stock .no { font-weight:bold; color:#d50000; line-height:20px; background:url(/img-files/icn-oostock.gif) no-repeat left 4px; padding-left:14px;}
#product-info .price-options .price {
	font-size:13px;
	font-weight:bold;
}
#product-info .price-options .price span {
	font-size:32px;
	color:#da0f00;
}
#product-info .price-options .price span.free {
	font-size: 32px;
	color: #00A317;
}
#product-info .price-options .price table {
	font-weight:normal;
	margin:12px 0;
	border:solid 1px #CCCCCC;
}
#product-info .price-options .price table td {
	padding:8px 4px;
	border-bottom:solid 1px #cccccc;
	font-size:14px;
}
#product-info .price-options .price table td.num {
	color:#da0f00;
	font-weight:bold;
	border-left:solid 1px #cccccc;
}
#product-info .price-options .price table tr.alt td {
	background-color:#f7f7f7;
}
#product-info .price-options .options {
	border-top:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
	padding:8px 0;
	margin:12px 0;
	line-height:18px;
}
#product-info .price-options .optionsFree {
	border-top:solid 1px #d6d6d6;
	padding:8px 0;
	margin:12px 0;
	line-height:18px;
}
#product-info .price-options .options table.prd-options td{ 
	padding:6px 4px;
	border-bottom:solid 1px #ebe9e9;
	font-size:12px;
	  }
#product-info .price-options .options table.prd-options td select { font-size:12px; font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";}
#product-info .price-options .options table.prd-options tr.alt td { background-color:#f8f6f6; }
#product-info .price-options .options table.prd-options tr.last td { border-bottom:none;}
#product-info .price-options .note { font-size:11px; padding:0px 0 6px 0; color:#666;}
#product-info .price-options .add2cart {
	margin-top:6px;
	line-height:18px;
	text-align:center;
	width:260px;
	padding-bottom:18px;
	font-size:11px;
}
#product-info .price-options .add2cart a {
	display:block;
	width:260px;
	height:48px;
	background:url(/img-files/btn-add2cart.gif) no-repeat left top;
	text-indent:-9999px;
}
#product-info .price-options .add2cart a:active { background-position:left -48px;}
#product-info .price-options .sales {
	margin-top:6px;
	line-height:18px;
	text-align:center;
	width:260px;
	padding-bottom:18px;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
}
#product-info .price-options .sales a {
	display:block;
	width:260px;
	height:48px;
	background:url(/img-files/btn-send-prd-enquiry.gif) no-repeat left top;
	text-indent:-9999px;
}
#product-info .price-options .sales a:hover {
	color:#8ec3ff;
}
#product-info .wholesale { border:solid 1px #d8e5ec; padding:12px 16px; font-size:12px; clear:both; background-color:#f6fbfd; height:66px;}
#product-info .wholesale .text {  float:left;}
#product-info .wholesale h2 { font-size:12px; margin-bottom:6px;}
#product-info .wholesale  p { margin:6px 0; font-size:11px; line-height:14px;}
#product-info .wholesale  p a { color:#005ebb; font-weight:bold;}

#product-info .demo-videos a{ width:180px; float:left; margin-right:10px;}
#product-info .demo-videos a div { margin:6px 0 12px 0;}

#product-info .certifications { float:left; margin:16px 20px 16px 0;}
#product-info .certifications .title { font-size:11px; font-weight:bold; color:#286087; border-bottom:solid 1px #f3f3f3; padding-bottom:4px; margin-bottom:10px;}
#product-info .certifications a { float:left; padding-right:10px;}
#product-info .certifications a.last { padding:0;}
#product-info .certifications.works { margin-right:0;}
#product-info .certifications.certs { margin:16px 0px 16px 20px; }

#product-info a.btn-360-view { width:177px; height:42px; background:url(/img-files/btn-360-view.png) no-repeat left top; display:block; text-indent:-9999px; overflow:hidden; margin:10px 0;}

#product-info a.btn-360-view:hover { background-position:left -42px;}
#product-info a.btn-360-view:active { background-position:left -84px;}

#product-info #primary_block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#product-info #prod ul {
	margin-left: 20px;
	padding: 0px 0px 10px 0px;
}


#product-info #prod ul li {
	list-style: none;
	background: url(../images/dot.png) no-repeat 0px 12px;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0px 5px 20px;
	color: #555 !important;
}


/* GENERAL PAGE */
#general-info h1 {
	font-size:30px;
	color:#09325f;
	margin:10px 0;
	text-transform: uppercase;
}
#general-info h1 span {
	font-size:18px;
	color:#8ec3ff;
	font-weight:normal;
}
#general-info p.short-desc {
	font-size:20px;
	color:#ff9c00;
	border-bottom:solid 1px #c8e6f4;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:22px;
}
#general-info p {
	color:#454545;
	font-size:12px;
	line-height:18px;
	clear:both;
	margin:10px 0;
}
#general-info h2 {
	font-size:20px;
	margin-top:28px;
	color:#2a69b4;
}
#general-info h3 {
	font-size:16px;
	margin-top:18px;
}
#general-info p a, #general-info li a {
	color:#2a69b4;
}
#general-info p a:hover, #general-info li a:hover {
	color:#ff9c00;
}
#general-info .columns {
	width:706px;
	float:left;
	margin-bottom:18px;
	padding:0px;
}
#general-info .columns .col-1 {
	width:226px;
	height:292px;
	float:left;
	margin-right:14px;
	background:url(../img-files/btm-curve.jpg) left bottom no-repeat;
	padding:0px;
}
#general-info .columns .col-1 p, #contents .columns .col-2 p {
	padding:10px 5px 0px 14px;
	color:#444444;
	font-size:11px;
	line-height:18px;
}
#general-info .columns .col-2 {
	width:226px;
	height:292px;
	float:left;
	background:url(../img-files/btm-curve.jpg) left bottom no-repeat;
	padding:0px;
}
#general-info ul {
	margin:12px 0 12px 18px;
}
#general-info ul li {
	background:url(../img-files/arrow2.gif) no-repeat left 7px;
	padding-left:12px;
	line-height:20px;
	color:#454545;
}
#general-info table.infra {
	border:solid 1px #CCCCCC;
	margin:10px 0;
}
#general-info table.infra th {
	background:#F0F0F0;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	color:#666;
	padding:6px;
	text-align:left;
	line-height:16px;
}
#general-info table.infra td {
	border-bottom:solid 1px #CCCCCC;
	padding:6px;
	color:#454545;
	line-height:16px;
}
#general-info .four-steps h1 {
	font-size:22px;
	margin-top:40px;
}
#general-info .four-steps ol {
	list-style:decimal inside;
}
#general-info .four-steps ol li {
	margin:24px 0;
	font-weight:bold;
	color:#252525;
	font-size:14px;
}
#general-info h4 {
	font-size:16px;
	border-bottom:solid 1px #cfcfcf;
	padding-bottom:6px;
}
#general-info .prd-list {
}
#general-info .prd-list li {
	background-image:none;
	border-bottom:solid 1px #cacaca;
	padding-bottom:14px;
	margin-bottom:14px;
}
#general-info .prd-list li img {
	width:150px;
	height:99px;
	float:left;
	margin-right:18px;
}
#general-info .prd-list li .details {
	float:left;
	width:460px;
}
#general-info .prd-list li .details h2 {
	margin-top:10px;
	font-size:16px;
}
#general-info .prd-list li .details h2 a {
	text-decoration:none;
}
#general-info .prd-list li .details ul li {
	background:url(../img-files/arrow2.gif) no-repeat left 7px;
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}
#general-info .prd-list li .details p {
	margin-top:0;
}
#general-info .prd-list li .details a.learn-more {
	background:url(../img-files/btn-learn-more.gif) no-repeat left top;
	width:125px;
	height:27px;
	display:block;
}
/* affiliate signup */
.affiliate-signup {
	background:#f3f8fb;
	border:solid 1px #cbdde6;
	padding:10px 0;
	margin:10px 0;
}
.affiliate-signup input[type=text], .affiliate-signup input[type=password], .affiliate-signup select {
	border:solid 1px #bdc2c9;
	border-top:solid 1px #333333;
	border-left:solid 1px #333333;
	font-size:12px;
	padding:4px 0;
	width:260px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.affiliate-signup table {
	margin:0 auto;
}
.affiliate-signup input.submit {
	width:260px;
	height:48px;
	border:none;
	background:url(../img-files/btn-signup-today.gif) no-repeat left top;
	text-indent:-9999px;
	cursor:pointer;
}
/* contact form */
.contact-form {
	margin:28px 0;
}
.contact-form td {
	padding:8px 6px;
}
.contact-form input[type=text], .contact-form input[type=password], .contact-form select {
	border:solid 1px #bdc2c9;
	border-top:solid 1px #333333;
	border-left:solid 1px #333333;
	font-size:12px;
	padding:4px 0;
	width:260px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.contact-form input.submit {
	width:180px;
	height:33px;
	border:none;
	background:url(../img-files/btn-send-message.gif) no-repeat left top;
	text-indent:-9999px;
	cursor:pointer;
}
.contact-rcol {
	float:right;
	width:290px;
	margin-top:10px;
}
.contact-rcol h3 {
	font-size:14px;
	color:#ff9c00;
}
.contact-rcol .phone {
	font-size:16px;
	color:#3085f2;
	font-weight:bold;
}
.contact-rcol .email {
	color:#3085f2;
}
/* PAGE FOOTER */
#page-footer {
	clear:both;
	background:url(../img-files/footer-bg.gif) repeat-x center top;
	height:124px;
	margin-top:24px;
	padding-top:18px;
	font-size:11px;
}
#page-footer .left-col {
	float:left;
	padding-right:30px;
	width:auto;
}
#page-footer h3 {
	margin-bottom:6px;
	color:#666666;
}
#page-footer ul li {
	line-height:15px;
}
#page-footer ul li a {
	color:#296f9c;
	text-decoration:none;
}
#page-footer ul li a:hover {
	text-decoration:underline;
}
#page-footer .cards-copy {
	float:right;
	color:#343434;
	text-align:right;
}
#page-footer .cards {
	background:url(../img-files/icn-payment.gif) no-repeat left top;
	width:163px;
	height:33px;
	float:right;
	clear:right;
	margin:12px 0;
}
#page-footer .cards-copy div {
	clear:both;
}
#page-footer .phone-col {
	float:left;
	margin-left:80px;
}
#page-footer .phone {
	background:url(../img-files/img-footer-phone.gif) no-repeat left top;
	width:159px;
	height:34px;
	margin-top:10px;
}
#page-footer .cards-copy .links {
	margin-top:6px;
}
#page-footer .cards-copy .links a {
	color:#296f9c;
	text-decoration:none;
	padding-left:6px;
}
#page-footer .cards-copy .links a:hover {
	text-decoration:underline;
}

.yellownote {
	color:#ff9c00;
	font-size:16px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight:bold;
}

.bluenote {
	color:#1976b5;
	font-size:16px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight:bold;
}


/* RBC-EDIT-AREA */

.mid-content-main-container {
	width:690px;
	float:left;
	height:auto;
}
.mid-content-heading-box {
	width:680px;
	height:15px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#262626;
	border-bottom:solid 1px #efeeee;
	background-image:url(../img-files/mid-content-heading-bg.png);
}
.mid-content-partner-logo-area {
	width:680px;
	height:50px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
}
.mid-content-seperator-line {
	width:690px;
	float:left;
	height:2px;
	margin-top:5px;
	margin-bottom:10px;
	background-image:url(../img-files/mid-content-seperator-line.png);
}
.banner-flash-container {
	width:690px;
	height:314px;
}
.flash-banner-shadow {
	width:690px;
	height:32px;
	background-image:url(../img-files/banner-shadow.png);
}
.news-display-main-container {
	width:690px;
	height:auto;
	float:left;
}
.news-content-holder {
	width:220px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	margin-top: 10px;
	margin-bottom:10px;
	float:left;
}
.news-image-box {
	width:218px;
	height:98px;
	border: 1px solid #CCCCCC;
}
.news-date-display-box {
	width:220px;
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}
.news-heading-box {
	width:220px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
	line-height:16px;
}
.event-display-main-container {
	width:690px;
	height:auto;
	float:left;
}
.event-content-holder {
	width:220px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	margin-top: 10px;
	margin-bottom:10px;
	float:left;
}
.event-image-box {
	width:218px;
	height:98px;
	border: 1px solid #CCCCCC;
}
.event-heading-box {
	width:220px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
	line-height:16px;
}
.view-details-text {
	width:685px;
	height:auto;
	float:left;
	padding-right:5px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom:5px;
}
.read-more-text {
	width:220px;
	height:auto;
	float:left;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
}


.simpleTable th {
background-color:#CCCCCC;
border-bottom:solid 1px #999999;
border-right:solid 1px #999999;
text-align:left;
padding:6px;
}

.simpleTable table {
border:solid 1px #999999;
}


.simpleTable td {
background-color:#FFFFFF;
border-bottom:solid 1px #999999;
border-left:solid 1px #999999;
padding:6px;
}

.simpleTable th.last {
border-right:none;
}
.news-details-main-container {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
}
.news-image-container {
	width:218px;
	height:98px;
	float:left;	
}
.news-details-box {
	width:455px;
	height:auto;
	float:left;
	margin-left:15px;
		
}
.news-title-container {
	width:455px;
	height:auto;
	float:left;
	margin-bottom:5px;
}
.news-title-text {
	width:360px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#2a69b4;
	line-height:17px;
}
.news-posted-date {
	width:auto;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	float:right;	
}
.news-details-text {
	width:455px;
	height:auto;
	float:left;
	line-height:17px;
}
.news-details-text a {
	color:#E47E25;
	font-weight:bold;
}
.news-seperator-line {
	width:100%;
	height:1px;
	background-color:#cfcfcf;
	float:left;
	margin-bottom:15px
}

/* full length event */

.full-length-event-content-holder {
	width:680px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	margin-top: 10px;
	margin-bottom:10px;
	float:left;
}
.full-length-event-image-box {
	width:680px;
	height:98px;
	border: 1px solid #CCCCCC;
}
.full-length-event-heading-box {
	width:680px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
	line-height:16px;
}
.full-length-read-more-text {
	width:680px;
	height:auto;
	float:left;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;

}

.infobox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 80%;
  padding: 20px;
  overflow: hidden;
  border: 5px solid rgba(255,0,0,1);
  font: normal 18px/1 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #ffffff;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #980000;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}
#product-info .infobox p {
  color: #ffffff;
}