﻿/*--------------------------------------------------------------------

Global CSS

Author:			Michael G Switzer < mswitzer [at] propagandabydesign [dot] com >

Methods: 		RULES ORGANISATION WITHIN CSS FILES
				Should mirror the html document flow:
							Modules
								Generic
								Specific

					
Rules:			display
				background
				border
				float
				clear
				color
				font-properties
				list-properties
				margin [top right bottom left]
				padding [top right bottom left]
				position
				top
				right
				bottom
				left
				width
				height
				line-height
				overflow
				text-properties

----------------------------------------------------------------------*/



/* Main Content
----------------------------------------------------------------------*/
#mainContent
{
    /*position: relative;*/
    float: left;
    width: 428px !important;
    min-height: 560px; /* padding-bottom is set to 30px in StyleSheet.css, so this needs to be 560 to add up to 590 */
    background-color: #fff;
}
#mainContent h1
{
    color: #000;
    font-family: "Univers LT Std 55", "Univers LT Std", Univers, Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin: 34px 0 7px;
    padding: 0;
}

#mainContent h1 .cufon-canvas {
	margin-top: 5px;
    position: relative;
}

#mainContent h1 + p
{
	font-size: 15px;
}

#mainContent h2 {
	margin: 18px 0 11px;
    color: #d95e16;
	font-size: 14px;
}

#mainContent h2.msgHdr {
	font-size: 18px;
}

#mainContent h3
{
    color: #4d4e53;
	font-size: 12px;
}

#mainContent hr.single {
	background-color: #fff;
	color: #fff;
	border-top: 1px solid #dcdcdc;
	margin: 0 0 0 0px;
    width: 482px;
    outline: none;
    border-left: 0 none;
}

#mainContent hr.double {
	height: 3px;
	background-color: #fff;
	color: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 0 0 -33px;
    width: 482px;
    outline: none;
    border-left: 0 none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#mainContent hr.double {
	height: 1px;
}
}


/* Right hand column content
----------------------------------------------------------------------*/
#secondaryContent
{
    float: left;
    padding: 0 20px;
    width: 205px;
	min-height: 590px;
}

#secondaryContent h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 18px 0 8px;
}

#secondaryContent p {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	margin: 7px 0 0;
}

#secondaryContent img {
	margin: 0 0 0 -8px;
}

#secondaryContent img.mainSection {
	margin: 12px 0 0;
}

#secondaryContent div img,
#secondaryContent li img,
#secondaryContent p img {
	margin: 0;
}

#secondaryContent ul li {
	font-size: 11px;
}

/* Products home split columns stuff
----------------------------------------------------------------------*/

#section2,
#section3 {
    padding-top: 11px;
    width: 200px;
}

#section2, #section3 {
    float: left;
}

#section2 h2,
#section3 h2 {
    padding: 0;
    margin: 0 0 10px 0;
}

#section2 h3,
#section3 h3 {
    padding: 0;
    margin: 0 0 7px 0;
}

#section2 ul,
#section3 ul {
    margin: 0 0 12px 0;
    padding: 0 0 0 14px;
    list-style-type: none;

}
#section2 ul.sweden {
    margin: 0 0 25px 0;
}
#section2 ul li,
#section3 ul li {
    font-size: 11px;
    margin: 0 9px 0 0px;
}
#section2 ul li.sweden {
    margin: -6px 9px 0 90px;
}





#section2.howtobuy {
    padding-top: 11px;
    width: 200px;
}

#section2.howtobuy h2 {
    padding: 0;
    margin: 0 0 10px 0;
}

#section2.howtobuy h3{
    padding: 0;
    margin: 0 0 7px 0;
}

#section2.howtobuy ul {
    margin: 0 0 12px 0;
    padding: 0 0 0 14px;
    list-style-type: none;
    position: relative;
}
#section2.howtobuy ul.sweden {
    margin: 0 0 25px 0;
}
#section2.howtobuy ul li {
    font-size: 11px;
    margin: -20px 9px 0 90px;
    position: absolute;
}
#section2.howtobuy ul li.sweden {
    margin: -6px 9px 0 90px;
}


#section3 p {
    font-size: 11px;
    margin: 0 0 17px 0; /* input that follows had a 1px padding around it, so to have 18px of space below the paragraph we set the margin-bottom to 17px */
}



/* Product main page highlights section
----------------------------------------------------------------------*/

ul#highlights,
ul.highlights
{
    color: #000;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}
ul#highlights li,
ul.highlights li,
#secondaryContent ul.highlights li
{
    background: url(/Assets/Design/Images/checkmark.png) no-repeat 4.5px 2px;
    margin: 0 0 6px;
    padding: 6px 0 0 25px;
}

#secondaryContent ul.highlights {
	margin-bottom: 10px;
}

#secondaryContent ul.highlights li {
	margin: 0;
}


/* Product pages stuff
----------------------------------------------------------------------*/
p#productSection,
#mainContent p.productSection {
	float:right;
    height: 24px;
    line-height: 24px;
    width: 183px;
    color: #fff;
    background-color: #d95e16;
    margin: 0 -20px 0 0;
    padding: 0 12px;
}

a#buyBtn,
a.buyBtn,
a#buyBtnSml,
a.buyBtnSml,
a#tryBtn,
a.tryBtn,
input.buyBtn {
    height: 18px;
    width: 205px;
    background: transparent url(/Assets/Design/Images/buy_btn_gradient.png) repeat-x;
    border: 1px #999 solid;
    color: #e1e1e1;
    margin: 8px auto;
    text-align: center;
    display: block;
    padding-top: 5px;
    text-decoration: none;
}


a.TrialBtn {
   
    width:100px;
    background: transparent url(/Assets/Design/Images/buy_btn_gradient_short.png) repeat-x;
    border: 1px #999 solid;
    color: #e1e1e1;
    margin: 8px auto;
    text-align: center;
   
    padding-top: 2px;
    padding-bottom :3px;
    padding-left :5px;
    padding-right :5px;
    text-decoration: none;
}


a#buyBtn:hover,
a.buyBtn:hover,
a#buyBtnSml:hover,
a.buyBtnSml:hover,
a#tryBtn:hover,
a.tryBtn:hover,
input.buyBtn:hover {
    border: 1px #d95e16 solid;
    background: transparent url(/Assets/Design/Images/buy_btn_gradient_on.png) repeat-x;
}

a.TrialBtn:hover {
    border: 1px #d95e16 solid;
    background: transparent url(/Assets/Design/Images/buy_btn_gradient_on_short.png) repeat-x;
}

a#buyBtnSml,
a#tryBtn,
a.buyBtnSml,
a.tryBtn {
    width: 100px;
    margin: 0 5px 0 0;
    float: left;
}

input.buyBtn {
	float: right;
	width: 80px;
	height: 25px;
	padding-top: 0px;
}

#secondaryContent .form-item label {
	width: 70px;
}

#secondaryContent .form-item div.inputs {
	float: right;
}

#secondaryContent .form-item div.inputs input {
	width: 91px;
	margin: 0 0 5px;
	float: none;
}

/* Right column modules stuff
----------------------------------------------------------------------*/

#buttonSet {
    margin-top: 8px;
    width: 215px;
    height: 25px;
}

.rightColInfo {
    text-align: left;
    border-bottom: 3px double #dcdcdc;
    padding: 0 12px 20px;
    width: 184px;
    margin: 0 auto;
}

#requirements,
.requirements,
#learnMore,
#otherProducts {
    text-align: left;
    border-bottom: 3px double #dcdcdc;
    padding: 0 12px 20px;
    width: 184px;
    margin: 0 auto;
}

#learnMore {
    text-align: left;
    padding-bottom: 10px;
}

#otherProducts {
    text-align: left;
    border-bottom: 0 solid;
    padding-bottom: 10px;
}

#secondaryContent #additonalInformation div.last {
    margin-bottom: 0  !important;
    padding-bottom: 28px !important;
}

#additonalInformation ul
{
    list-style-type: none;
    list-style-image: none;
	margin-left: 7px;
}

#secondaryContent ul li {
	background: url(/Assets/Design/Images/ul_arrow.png) 3px 3px no-repeat;
    margin: 5px 0;
    padding-left: 22px;
}
#secondaryContent ul li.pdf {
	margin-top: 3px;
    background: url(/Assets/Design/Images/li_pdf.png) left top no-repeat;
}
#secondaryContent ul li.ppt {
	margin-top:3px;
	background:url("/Assets/Design/Images/ppt.png") left top no-repeat;
}

/* Guides list stuff
----------------------------------------------------------------------*/

ul.guides {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -33px;
    width: 482px;
}

#mainContent ul.guides li {
	
    border-bottom: 1px solid #dcdcdc;
    padding: 0 15px 7px 105px;
    margin: 6px 0 0;
    min-height: 84px;
    width: 370px;
}

#mainContent ul.guides li.last {
	border-bottom: 0;
}

ul.guides li a {
   
    left: 105px;
    top: 7px;
    width: 370px;
    display: block;
}

ul.guides li.print {
    background: transparent url(/Assets/Design/Images/FieryVue/Resources-Training/print.jpg) 35px 5px no-repeat;
}

ul.guides li.multi {
    background: transparent url(/Assets/Design/Images/howto_booklet.jpg) 35px 5px no-repeat;
}

ul.guides li.cattab {
    background: transparent url(/Assets/Design/Images/howto_catalog.jpg) 35px 5px no-repeat;
}

ul.guides li.catedge {
    background: transparent url(/Assets/Design/Images/howto_catalog.jpg) 35px 5px no-repeat;
}




ul.guides li.configure {
    background: transparent url(/Assets/Design/Images/FieryVue/Resources-Training/configure.jpg) 35px 5px no-repeat;
}

ul.guides li.create {
    background: transparent url(/Assets/Design/Images/FieryVue/Resources-Training/create.jpg) 35px 5px no-repeat;
    border-bottom: 3px double #dcdcdc;
}

ul.guides li.betterprinting {
	background:url(/Assets/Design/Images/Fiery/betterprinting.jpg) 35px 5px no-repeat;
}

ul.guides li.freeform {
	background:url(/Assets/Design/Images/Fiery/freeform.jpg) 35px 5px no-repeat;
}

ul.guides li.pantone {
	background:url(/Assets/Design/Images/Fiery/pantone.jpg) 35px 5px no-repeat;
}

ul.guides.casestudies li.carswell {
	background:url(/Assets/Design/Images/Fiery/carswell.jpg) 35px 5px no-repeat;
}

ul.guides.casestudies li.sirspeedy {
	background:url(/Assets/Design/Images/Fiery/sirspeedy.jpg) 35px 5px no-repeat;
}

ul.guides li.printme-quick-ref {
    background: transparent url(/Assets/Design/Images/printme-quick-ref.png) 35px 5px no-repeat;
}

ul.guides li.printme-extended-stay {
    background: transparent url(/Assets/Design/Images/printme-extended-stay.png) 35px 5px no-repeat;
}

#mainContent ul.guides.casestudies li.ata {
	height: 137px;
	background:url(/Assets/Design/Images/Fiery/ata.jpg) 35px 5px no-repeat;
}


/* Video links
----------------------------------------------------------------------*/

#videos a {
    display: block;
    /*background: #e2e1dd url(/Assets/Design/Images/vue_arrow_off.png) no-repeat top right;*/
    background-color: #e2e1dd;
    border: #cacac8 1px solid;
    color: #4d4e53;
    font-size: 11px;   
    margin: 5px 0;
    position: relative; 
    width: 203px;
    height: 72px;
    line-height: 1;
    text-decoration: none;
}

#videos.wide a {
    width: 265px;
}

#videos a:hover {
    border: #d95e16 1px solid;
}

#videos a img {
    margin: 5px;
    float: left;
    border: #e2e1dd 1px solid;
}

#videos a span {
    font-weight: bold;
}

#videos a span.arrow,
#videos.wide a span.arrow {
    width: 20px;
    height: 21px;
    background: transparent url(/Assets/Design/Images/vue_arrow_off.png) no-repeat;
    position: absolute;
    top: 8px;
    right: 6px;
}

#videos a:hover img {
    border: #d95e16 1px solid;
}

#videos a:hover span.arrow {    
    width: 20px;
    height: 20px;
    background: transparent url(/Assets/Design/Images/Fiery/Products/orange_arrow.jpg) no-repeat;
    position: absolute;
    top: 8px;
    right: 6px;
}

#videos a div.title {
	position: absolute;
	left: 116px;
	bottom: 5px;
	padding-right: 1px;
}

#videos.wide a div.title {
	left: 120px;
}

#commercialVideo {
    background: #e2e1dd url(/Assets/Design/Images/Fiery/Products/vue_commercial_video.jpg) no-repeat;
}

#productVideo {
    background: #e2e1dd url(/Assets/Design/Images/Fiery/Products/vue_product_demonstration.jpg) no-repeat;
}

#overviewVideo {
    background: #e2e1dd url(/Assets/Design/Images/Fiery/Products/vue_overview_video.jpg) no-repeat;
}

#cws5Video {
	background:url(/Assets/Design/Images/Fiery/cws5video.jpg) no-repeat;
}

#cpsVideo {
	background:url(/Assets/Design/Images/Fiery/cps.jpg) no-repeat;
}

#fjdf-dsf-input {
	background:url(/Assets/Design/Images/Fiery/fjdf_dsftotray_video.jpg) no-repeat;
}

#fjdf-dsf-fieryviajdf {
	background:url(/Assets/Design/Images/Fiery/fjdf_dsfviajdf_video.jpg) no-repeat;
}

#fjdf-dsf-fierypaper {
	background:url(/Assets/Design/Images/Fiery/fjdf_dsftopaper_video.jpg) no-repeat;
}

#fjdf-dsf-fieryacrobat {
	background:url(/Assets/Design/Images/Fiery/fjdf_acrobat_video.jpg) no-repeat;
}

#fjdf-lego {
    background:url("/Assets/Design/Images/Fiery/fjdf_lego_video.jpg") no-repeat scroll 0 0 transparent;
}

#videos a.cwsOverview {
    background:url("/Assets/Design/Images/Fiery/cws5_overview.jpg") no-repeat scroll 0 0 #E2E1DD;
}

#videos a.seequenceOverview {
    background:url("/Assets/Design/Images/Fiery/seequence_overview.jpg") no-repeat scroll 0 0 #E2E1DD;
}

#videos a.deviceCenter {
    background:url("/Assets/Design/Images/Fiery/cws5_device.jpg") no-repeat scroll 0 0 #E2E1DD;
}

/* Forms
----------------------------------------------------------------------*/

.form-item {
    display:block;
    padding:2px 0 9px;
}

.form-item label {
    letter-spacing: 1px;
    line-height: 13px;
    text-align: left;
    display:block;
    float:left;
    width:158px;
    padding:4px 5px 0 0;
}

.form-item.full label {
    float:none;
    width:100%;
    padding:4px 5px 7px 0;
}

.form-item.full div.field {
    float:none;
	padding-left:163px;
}

.form-item div.field div.error {
    float:none;
	padding-left:163px;
}

.form-item.full div.field div.error {
    float:none;
	padding-left:0;
}

.form-item div.field div.error label {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    color: #f00;
}

.border-show-error {
    border:1px solid red !important;
}

span.required {
    color: #CC0000;
    font-size: 9px;
    font-weight: bold;
    line-height: 13px;
    margin: 0;
    padding: 0 3px 0 0;
}

.form-item .field input.input {
    border-color: #999999 #CCCCCC #CCCCCC #999999;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 11px;
    height: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 1px 0 0 3px;
    width: 200px;
}

.form-item .field textarea {
    border-color: #999999 #CCCCCC #CCCCCC #999999;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 11px;
    height: 5em;
    letter-spacing: 1px;
    margin: 0;
    padding: 1px 0 0 3px;
    width: 200px;
}

.form-item .field select.select {
    border-color:#999999 #CCCCCC #CCCCCC #999999;
    border-style:solid;
    border-width:1px;
    color:#333333;
    font-size:11px;
    height:18px;
    letter-spacing:1px;
    margin:0;
    padding:0 0 0 1px;
    width:205px;
}

.form-item .field select.multiple {
    border-color: #999999 #CCCCCC #CCCCCC #999999;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 11px;
    height: 6em;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 0 1px;
    width: 205px;
}
input.textinput 
{
    width: 200px;
}
div.small 
{
    font-size: 11px;
}
label.printerLabel 
{
    color: #000;
}

/* Technical Page */
h3.technicalHdr {
	margin-top: 12px;
}

/* Toggle Widgets/FAQs */
ul.bullets, div.hide-on-load
    {
        display: none;
    }
    .like-faq
    {
        cursor: pointer;
    }
    .like-faq {
        background: url(/Assets/Design/Images/ul_arrow_orange.png) left 3px no-repeat;
        cursor: pointer;
        text-indent: 20px;
    }
    .like-faq-open {
        background: url(/Assets/Design/Images/ul_arrow_orange_down.png) left 3px no-repeat;
    }
    
    
div.innerTwoCol div.left,
div.innerTwoCol div.right {
	float: left;
	display: inline;
	width: 214px;
}

div#partner_logos img {
	margin: 0 auto 20px;
	display: block;
}

#secondaryContent div.box h3,
#mainContent div.box h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 35px;
	padding-left: 15px;
	margin-bottom: 0;
	background: transparent url(/Assets/Design/Images/partners_section/boxTop.png) 0 0 no-repeat;
}

a.bucket {
	text-decoration: none;
}

a.bucket img {
	display: block;
	margin-bottom: 5px;
}

#mainContent a.bucket span.title {
	background: transparent url(/Assets/Design/Images/partners_section/boxBucketTop.png) 0 0 no-repeat;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 35px;
	padding-left: 15px;
}

div.box div.boxContent,
a.box span.boxContent {
	background: transparent url(/Assets/Design/Images/partners_section/boxMid.png) 0 0 repeat-y;
	padding: 10px 15px;
}

div.box {
	padding-bottom: 9px;
	background: transparent url(/Assets/Design/Images/partners_section/boxBtm.png) 0 100% no-repeat;
	margin-bottom: 10px;
}

.innerTwoCol .bucket {
	background: transparent url(/Assets/Design/Images/partners_section/boxBucketBtm.png) 0 100% no-repeat;
	width: 193px;
	padding-bottom: 9px;
	margin-bottom: 10px;
	display: block;
}

.innerTwoCol .bucket:hover {
	background: url(/Assets/Design/Images/partners_section/box_orange.png) no-repeat scroll 1px 100% transparent;
	color: #4D4E53;
}

.innerTwoCol .bucket .boxContent span {
	font-size: 11px;
}

.innerTwoCol .bucket .boxContent {
	background-image: url(/Assets/Design/Images/partners_section/boxBucketMid.png);
	display: block;
}

.innerTwoCol .bucket:hover .boxContent {
	background: none transparent;
}

#secondaryContent div.box div.boxContent p {
	margin-top: 0px;
	margin-bottom: 7px;
}

#secondaryContent div.box p,
#secondaryContent div.box li,
#secondaryContent div.box label {
	font-size: 12px;
	color: #444;
	letter-spacing: normal;
}

#secondaryContent div.box img {
	margin-bottom: 10px;
}
