﻿/* GLOBAL */

    #campaignPage h2 {
        margin: 5px;
    }
    
    th, td {
        border: none;
    }
    
    a.actionBtn,
    a.actionBtn span {
        background-image: url("/img/xyron/buttons/btn2-tiny.jpg");
        line-height: 170%;
        height: 24px;
    }
    
    .buttonContainer {
        margin-top: 15px;
        height: 20px;
    }
    
    .fieldRow {
        line-height: 220%;
    }


/* LANDING PAGE */

    .LandingPage .mainColumnContent {
        float: left;
        width: 685px;
    }

    .LandingPage .row {
        clear: both;
    }
    
   .LandingPage .row .individualCat {
        border: 1px solid #DADADA;
        float: left;
        height: 210px;
        overflow: hidden;    
        width: 225px;
    }

    .individualCatImg img {    
        width: 246px;
    }
    
    .individualCatContent h2 {
    	padding-top:5px;
    }
	
	.individualCatContent a 
	{
		float:left;
		margin:5px;
	}	

/* ARTICLE PAGE ( Article Page One ) */
    
    .ArticlePage .mainLeftColumn {
        float: left;
        width: 480px;
    }
    .ArticlePage .mainRightColumn {
        float: right;
        width: 220px;
    }
    
    div.subPanel {
        width: 220px;
    }


/* LANDING PAGE ( Article Page Two ) */

    .LandingPage {
    }


/* FREE FORM PAGE NEW ( Free Form Page ) */

    .FreeFormPageNew {
    }
    
    .imageOrFlash {
        height: 450px;
    }


/* SURVEY PAGE ( Survey Page ) */

    .SurveyPage {
    }
    

/* USER REGISTRATION PAGE ( User Registration Page ) */

    .UserRegistrationPage {
    }


/* WHERE TO BUY PAGE ( Where to Buy Page ) */

    .WhereToBuyPage {
    }
    
    .dealerContainer {
       border: solid 1px #dadada;
       margin-bottom: 15px;
       padding: 15px;
       height: 70px;
    }
    
    .dealerInfoBlock,
    .dealerAddressBlock {
        float: left;
    }
    
    .dealerInfoBlock {
        width: 260px;
    }
    

/* MULTI PANEL PAGE ( MultiPanel ) */

    .MultiPanel {
    }
    
    div.individualCatContent>.individualCatBody
    {
    	margin:5px;
    }