/*
sinc8.css

This stylesheet contains all the style classes defined in Sinc8

@import url(sinc8layoutitems.css);
*/

.registrationerror
{
    color: #ff0000;
}

.registrationform
{
    font-size: 11px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 10px;
}

.smalltext
{
    font-size: 10px;
}

.redborder
{
    border: 1px solid #8F0A05;
}


a.calendarsmall
{
    color: #999999;
    font-weight: 700;
    font-size: 9px;
}

a.calendarsmall:hover
{
    color: #333333;
    font-weight: 700;
    font-size: 9px;
    text-decoration: none;
}

a.highlighted
{
    color: #ffffff;
}

a.sidebox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

div#s8_statshome
{
    padding: 10px;
}

form.sinc8
{
}

form.sinc8 p
{
    padding: 5px;
}

form.sinc8 input
{
    display: inline;
    float: right;
}

form.sinc8 input.hidden
{
    display: none;
}

h1.pageheading
{
    vertical-align: middle;
}

h1.pageheading img
{
    vertical-align: middle;
    padding: 5px;
    padding-bottom: 8px;
}

img.tinypic
{
    border: 1px solid #999999;
    padding: 3px;
    background-color: #ffffff;
}


input.sidebox, textarea.sidebox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

input.sideboxsubmit
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    background-color: #eeeeee;
}

input.sidelogin
{
    font-size: 10px;
    background-color: #AC311F;
    color: #ffffff;
    border: none;
}

/*
general classes
*/
div.clear
{
    clear: both;
}

div#loggedoutscreen
{
	display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	margin: 0px;
	padding: 0px;
    z-index: 10000;
    background-image: url(../../../images/icons/png/gr-black-opac50.png);
}

div#loggedoutscreen.visible
{
    display: block;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-image: url(../../../images/icons/png/gr-black-opac50.png);
}

div#loggedoutscreen div.popup_message
{
    color: #000000;
    border: 2px solid #ffffff;
    position: absolute;
    width: 300px;
    margin: auto;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    background-image: url(../../../images/icons/png/gr-white-opac80.png);
}

div#loggedoutscreen div.popup_message p
{
    text-align: center;
    vertical-align: middle;
}

div.moduletitle
{
    clear: both;
    padding: 20px 4px;
}

div.moduletitle h1
{
    margin: 0px;
    padding: 0px;
}

div.moduletitle img
{
    margin: 0px;
    padding: 0px;
    padding-right: 5px;
    position: relative;
    float: left;
}

div.moduletitle p
{
    clear: both;
    margin: 0px;
    padding: 0px;
}

p.success
{
    color: #339933;
    padding: 5px;
}

p.error,
p.failure
{
    display: block;
    color: #993333;
    padding: 8px !important;
    border: 1px solid #663333;
    background-color: #ffeeee;
    margin-top: 15px;
}

span.label
{
	width: 150px;
	display: block;
	float: left;
}

div.admin_editlink
{
	text-align: right;
}

div.admin_editscreen
{
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    padding: 5px;
    min-height: 350px;
    background-image: url(../../../images/icons/png/gr-admineditscreenbg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

div.admin_editscreen div.subsection
{
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 5px;
    clear: both;
    margin-top: 10px;
}

div.admin_editscreen div.subsection ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.admin_editscreen div.subsection ul li
{
    list-style: none;
    margin: 0px;
    padding: 5px;
    clear: both;
}

div.admin_editscreen div.subsection ul li label
{
    float: left;
    width: 200px;
    display: block;
    padding: 5px;
}

div.subsection p
{
    padding: 2px;
    margin: 2px;
}

div.subsection ul li p.description
{
    padding-left: 10px;
    color: #666666;
}

div.subsection ul li p.status
{
    padding: 0px;
    padding-left: 10px;
}

div.admin_menu
{
    clear: both;
}

div.admin_menu ul
{
    list-style: none;        
    margin: 0px;
    padding: 0px;	
    clear: both;
}

div.admin_menu ul li
{
    float: left;
    list-style: none;        
    border: 1px solid #eeeeee;
    border-bottom: 1px solid #e1e1e1;
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 5px;
}

div.admin_menu ul li.selected
{
    border: 1px solid #dddddd;
}

div.admin_menu ul li a
{
    display: block;
    padding: 5px 10px;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    background-image: url(../../../images/icons/png/gr-adminmenubg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

div.admin_menu ul li a:hover
{
    background-color: #ffffff;
}

div.admin_menu ul li a img
{
    position: relative;
    float: left;
    margin-top: -2px;
    padding-right: 5px;
}

div.admin_menu ul li.selected a
{
    background-color: #ffffff;
}

table.admin_table
{
    width: 100%;
    border-collapse: collapse;
}

table.admin_table thead
{
    margin: 0px;
    background-color: #999999;
    border-collapse: collapse;
}

table.admin_table thead th
{
    margin: 0px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    padding: 5px;
    border-collapse: collapse;
}

table.admin_table tr
{
    margin: 0px;
    border-collapse: collapse;
}

table.admin_table tr:nth-child(2n+1) {background-color: #f0f0f0}

table.admin_table tr td
{
    margin: 0px;
    padding: 5px;
    border-collapse: collapse;
}

ul.admin_fieldlist 
{
	list-style: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

ul.admin_fieldlist li
{
	list-style: none;
	margin: 0px;
	text-align: left;
    padding: 5px;
    clear: both;
	border-bottom: 1px solid #eeeeee;
}

ul.admin_fieldlist li label
{
    float: left;
    width: 200px;
    display: block;
    padding: 5px;
}

ul.admin_fieldlist li p.description
{
    padding-left: 10px;
    color: #666666;
	font-size: 10px;
	clear: both;
}

div.admin_screen
{
}

div#currentuserdetails
{
	float: left; 
	clear: both; 
	width: 100%; 
	margin-bottom: 10px;
}

div#loggedoutscreen div#loggedoutmessage
{
    color: #000000;
    border: 2px solid #ffffff;
    position: absolute;
    width: 300px;
    margin: auto;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    background-image: url(../../../images/icons/png/gr-white-opac80.png);
}

div#loggedoutscreen div#loggedoutmessage p
{
    text-align: center;
    vertical-align: middle;
}

p#savebutton
{
    text-align: right;	
}
/*
end general classes
*/

/*
my account
*/

/*
admin home page
*/
div#myaccount-admin img
{
    padding: 3px;    
}
/*
end admin home page
*/

/*
end my account
*/


/*
end user home page
*/

div#user-home_links
{
    clear: both;
}

div#user-home_links ul
{
    list-style: none;        
    margin: 0px;
    padding: 0px;	
    clear: both;
}

div#user-home_links ul li
{
    float: left;
    list-style: none;        
    border: 1px solid #eeeeee;
    border-bottom: 0px solid #e1e1e1;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#user-home_links ul li.selected
{
    border: 1px solid #dddddd;
}

div#user-home_links ul li a
{
    display: block;
    padding: 11px 10px;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    background-image: url(../../../images/icons/png/gr-adminmenubg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

div#user-home_links ul li a:hover
{
    background-color: #ffffff;
}

div#user-home_links ul li a img
{
    position: relative;
    float: left;
    margin-top: -5px;
    padding-right: 3px;
}

div#user-home_links ul li.selected a
{
    background-color: #ffffff;
}

*.highlightedStripe-outstandingorders
{       
    border: 1px solid #eeeeee;
    border-bottom: 0px solid #e1e1e1;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../../../images/icons/png/gr-adminmenubg.png);
    background-position: bottom;
    background-repeat: repeat-x;
	color: #000000;
}
/*
end my account
*/
/*
catalogue
*/


img.productlist_thumbnail
{
    border: 1px solid #ffffff;
    padding: 0px;
}

div#productpreview
{
    position: absolute; 
    display: none; 
    border: 1px solid #666666; 
    background-color: #ffffff; 
    width: 250px; 
    padding: 5px; 
    overflow: auto; 
    z-index: 1000;
    color: #333333;
}

div#productpreview:hover
{
    display: block; 
}

div#productpreview p#previewheading
{
    border-bottom: 1px solid #666666;
    padding: 5px;
    clear: both;
    width: auto;
    font-weight: 600;
    background-color: #dddddd;
    top: 0px;
    margin: 0px;
}

div#productpreview img
{
    padding: 2px;
}


/*
packages
*/
div#managepackages
{
    
}

div#managepackages div#package_details table
{
    float: left;
    position: absolute;
    width: 300px;
}

div#managepackages div#currentpackagecontents
{
    height: 250px; 
    width: 300px; 
    overflow: auto;
    float: right;
    position: relative;
    right: 10px;
}
/*
end packages
*/

/*
end catalogue
*/

/*
cms
*/

/*
manage pages
*/
div#managepages
{
    border: 1px solid #ffffff;
    height: 500px;
    background-color: #eeeeee;
}

div#managepages ul
{
    display: block;
    list-style: none;
    background-color: #bbbbbb;
    padding: 0px;
    margin: 0px;
}

div#managepages div#contents
{
    width: 300px;
    float: left;
    background-color: #bbbbbb;
    color: #333333;
    border: none;
    height: 500px;
    overflow: auto;
}

div#managepages div#contents p
{
    height: 21px;
    padding: 5px 0px 0px 5px;
    vertical-align: middle;
    font-size: 12px;
    margin: 0px;
}

div#managepages div#contents ul li
{
    padding: 5px;
    background-color: #eeeeee;
    border-bottom: 1px dashed #bbbbbb;
    color: #333333;
    margin-left: 5px;
}

div#managepages div#contents ul li a
{
    color: #333333 !important;
    text-decoration: none;
    font-weight: 400;
}

div#managepages div#contents ul li:hover
{
}

div#managepages div#contents ul li a:hover
{
    text-decoration: none;
    color: #C72B29 !important;
}

div#managepages div#contents ul li:hover ul.imagelist
{
    /*
    display: block;
    */
}

div#managepages div#contents ul.imagelist
{
    list-style: circle;
    list-style-position: inside;
    margin-top: 8px;
}

div#managepages div#contents li#li_managepages
{
    border: none;
}

div#managepages div#pagemenu
{
    height: 26px;
    width: auto;
    background-color: #ffffff;
    border-bottom: 1px dashed #dddddd;
    top: 0px;
}

div#managepages div#pagemenu ul
{
    list-style: none;
    width: 100%;
}

div#managepages div#pagemenu ul li
{
    list-style: none;
    padding: 3px;
    float: left;
    padding: 5px;
}

div#managepages div#pagemenu ul li a
{
    display: block;
    color: #333333;
    text-decoration: none;
}

div#managepages div#pagemenu ul li:hover
{
}

div#managepages div#pagemenu ul li:hover a
{
    display: block;
    color: #ffffff;
}

div#managepages div#pagemenu div#usermenubar
{
	float: none;
	clear: none;
}

div#managepages div#pagemenu div#usermenubar ul li
{
	padding: 0px;
}

div#managepages div#pagedata
{
    height: 374px;
    width: 150px;
    overflow: auto;
    background-color: #eeeeee;
    top: 0px;
    float: right;
}

div#managepages div#pagedata div#imgdata_accessdetails
{
    color: #444444;
    text-align: right;
    font-weight: 400;
}

div#managepages div#pagedata div#imgdata_accessdetails
{
    font-weight: 400;
}

div#managepages div#pagedata ul
{
    color: #333333;
    width: auto;
    background-color: #eeeeee;
}

div#managepages div#pagedata ul li
{
    padding: 5px;
    padding-left: 10px;
    font-weight: 700;
    background-color: #eeeeee;
    border-bottom: 1px solid #bbbbbb;
}

div#managepages div#pagedata ul li span
{
    font-weight: 400;
}

div#managepages div#pagedetails
{
    height: auto;
    width: auto;
    overflow: auto;
    background-color: #eeeeee;
    bottom: 0px;
}

div#managepages div#pagedetails div#deletepagelink
{
    text-align: right;
    padding: 5px;
}

div#managepages div#pagedetails ul
{
    color: #333333;
    width: auto;
    background-color: #eeeeee;
}

div#managepages div#pagedetails ul li
{
    padding: 5px;
    padding-left: 10px;
    font-weight: 700;
    background-color: #eeeeee;
}

div#managepages div#pagedetails ul li span
{
    font-weight: 400;
}


/*
end manage pages
*/

/*
layouts
*/

div#layoutform
{
}

/*
div#layoutform ul
{
    list-style: none;
}

div#layoutform ul li
{
    list-style: none;
    vertical-align: top;
    padding: 5px;
}
*/

div#layoutform div#managepageslink
{
	font-size: 80%;
	text-align: right;
	clear: both;
}

div#layoutform ul li
{
    vertical-align: top;
    padding: 5px;
}

div#layoutform ul li label
{
    display: block;
    width: 200px;
}
/*
end layouts
*/

/*
manage page layout
*/
div#managepagelayout
{
}

/*
menu system
*/
div#managepagelayout div#layoutform div.layoutmenu
{
    border-bottom: 1px dashed #cccccc;
    background-color: #eeeeee;
    padding: 3px;
    display: block;
}

div#managepagelayout div.layoutmenu ul
{
    list-style: none;
    width: 400px;
    margin: 0px;
    padding: 0px;

}

div#managepagelayout div.layoutmenu ul li
{
    display: inline;
    list-style: none;
    margin: 0px;
}

div#managepagelayout div.layoutmenu ul li a
{
    width: 50px;
    cursor: pointer;
}

div#managepagelayout div.layoutmenu ul li.selected
{
    background-color: #666688;
}

div#managepagelayout div.layoutmenu ul li.selected a
{
    color: #ffffff;
}

/*
end menu system
*/


div#managepagelayout form
{
    display: block;
}

div#managepagelayout div#pagemenu
{
    float: right;
}

div#managepagelayout div#layoutform
{
}

div#managepagelayout div#layoutform div#layoutmenu
{
    border-bottom: 1px dashed #cccccc;
    background-color: #eeeeee;
    padding: 3px;
    display: block;
}

div#managepagelayout div#layoutform div#layoutmenu p#template
{
    float: right;
    padding: 0px;
    margin: 0px;
}

div#managepagelayout div#layoutform div#layoutmenu p#template label
{
    padding: 3px;
	width: 50px;
}

div#managepagelayout div#layoutdesign
{
    width: 100%;
    height: 500px;
    border: 1px dashed #eeeeee;
    display: block;
}

div#managepagelayout div#layoutdesign div.layoutsection
{
    border: 1px dashed #888888;
    margin: 5px;
    min-height: 50px;
    display: block;
}

div#managepagelayout div#layoutdesign div.layoutsectionover
{
    border: 1px dashed #888888;
    background-color: #dddddd;
    margin: 5px;
    min-height: 50px;
    display: block;
}

div#managepagelayout div#layoutdesign div.layoutsection div.sectionheading, div#managepagelayout div#layoutdesign div.layoutsectionover div.sectionheading
{
    display: block;
    background-color: #eeeeee;
    border-bottom: 1px dashed #cccccc;
    padding: 3px;
}

div#managepagelayout div#layoutdesign div.layoutsection div.sectioncontents, div#managepagelayout div#layoutdesign div.layoutsectionover div.sectioncontents
{
    display:block;
    height: 100%;
    width: 100%;
    padding: 3px;
}


div#managepagelayout div.topmessage
{
    display: block;
    background-color: #ffffee;
    border-bottom: 1px dashed #cccccc;
    padding: 3px;
    margin-left: -3px;
    margin-right: 3px;
    margin-top: -3px;
}

div.layoutitem
{
    overflow: hidden;
	background-color: #ffffff;
    border: 1px dashed #cccccc;
    margin: 5px;
    display: block;
    position: relative;
    cursor: pointer;
    height: auto;
    background-image: url(../../../images/icons/ico-movehandle.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.layoutitemover
{
    overflow: visible;
	background-color: #ffffff;
    border: 1px dashed #999999;
    margin: 5px;
    cursor: pointer;
    display: block;
    background-image: url(../../../images/icons/ico-movehandle-over.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.layoutitemdragging
{
    background-color: #ffffff;
    border: 1px dashed #bb9999;
    margin: 5px;
    cursor: pointer;
    display: block;
    background-image: url(../../../images/icons/ico-movehandle-over.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.layoutitem div.layoutitemheading, div.layoutitemover div.layoutitemheading, div.layoutitemdragging div.layoutitemheading
{
    background-color: #eeeeee;
    border-bottom: 1px dashed #cccccc;
    padding: 3px;
    padding-left: 10px;
    margin-left: 18px;
}

div.layoutitemheading ul.layoutitemheadingmenu
{
    float: right;
    display: inline;
    list-style: none;
    padding: 2px;
    margin: 0px;
    margin-right: -2px;
    margin-top: -2px;
    margin-bottom: 2px;
    background-color: #dddddd;
}

div.layoutitemheading ul.layoutitemheadingmenu li
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

div.layoutitemheading ul.layoutitemheadingmenu li.layoutitemheadingvisibility a img
{
    margin-bottom: -3px;
}

div.layoutitem div.layoutitemheading p, div.layoutitemover div.layoutitemheading p, div.layoutitemdragging div.layoutitemheading p
{
    display: inline;
}

div.layoutitem div.layoutitemcontents, div.layoutitemover div.layoutitemcontents, div.layoutitemdragging div.layoutitemcontents
{
    margin-left: 18px;
    padding: 3px;
}

div#managepagelayout div#layoutform div#layoutadditem
{
}

div#managepagelayout div#layoutform div#layoutadditem p
{
    padding:5px;
    margin: 5px;
    display: block;
    vertical-align: top;
    width: 100%;
}

div#managepagelayout div#layoutform div#layoutadditem label
{
    padding:5px;
    width: 100px;
    float: left;
    display: block;
    vertical-align: top;
}

div#managepagelayout div#layoutform div#layoutadditem p#layoutadditemselector
{
}

div#managepagelayout div#layoutform div#layoutadditem select#layoutadditemtype
{
    width: 180px;
    border: 1px solid #cccccc;
    overflow: auto;
    height: 150px;
}

div#managepagelayout div#layoutform div#layoutadditem div#layoutadditemdescription
{
    float: right;
    height: 150px;
    width: auto;
    margin: 0px;
    padding: 3px;    
    overflow: auto;
    display:block;
}

div#managepagelayout div#layoutform div#layoutadditem div#layoutadditemdescription div
{
    background-image: url(siteengine/layout/itempreviewimages/calendar.jpg); 
    background-repeat: no-repeat; 
    height: 135px;
    width: 330px; 
    background-position: right bottom;
}

div#managepagelayout div#layoutform div#layoutadditem div#layoutadditemdescription h3
{
    font-weight: 400; 
    border-bottom: 1px dashed #cccccc; 
    margin-bottom: 5px; 
    background-color: #eeeeee; 
    padding: 3px; 
    margin-top: 0px;
}

div#managepagelayout div#layoutform div#layoutadditem div#layoutadditemdescription p
{
    width: 150px; 
    margin: 2px; 
    padding: 2px;
}

div#managepagelayout div#layoutform div#layoutpresetsmenu
{
    border-bottom: 1px dashed #cccccc;
    background-color: #eeeeee;
    padding: 3px;
    display: block;
}

/*
div#managepagelayout div#layoutpresets div#layoutpresetsmenu ul
{
    list-style: none;
    width: 400px;
    margin: 0px;
    padding: 0px;

}

div#managepagelayout div#layoutpresets div#layoutpresetsmenu ul li
{
    display: inline;
    list-style: none;
    margin: 0px;
}

div#managepagelayout div#layoutpresets div#layoutpresetsmenu ul li a
{
}

div#managepagelayout div#layoutpresets div#layoutpresetsmenu ul li.selected
{
    background-color: #666688;          
}                                          

div#managepagelayout div#layoutpresets div#layoutpresetsmenu ul li.selected a
{
    color: #ffffff;
}
*/

div#managepagelayout div#layoutpresets p
{
    padding:5px;
    margin: 5px;
    display: block;
    vertical-align: middle;
}

div#managepagelayout div#layoutpresets label
{
    padding:5px;
    width: 170px;
    float: left;
    display: block;
    vertical-align: middle;
}

div#managepagelayout div#layoutpresets select#layoutpresetscopytargets
{
    width: 150px;
    border: 1px solid #cccccc;
    overflow: auto;
}


div#managepagelayout div#layoutarchives
{
}

div#managepagelayout div#layoutarchives p
{
    padding:5px;
    margin: 5px;
    display: block;
    vertical-align: middle;
}

div#managepagelayout div#layoutarchives label
{
    padding:5px;
    width: 170px;
    float: left;
    display: block;
    vertical-align: middle;
}

div#managepagelayout div#layoutarchives div#layoutarchivesview
{
}

div#managepagelayout div#layoutarchives div#layoutarchivesview table
{
   width: 100%;
   font-size: 11px;
}

div#managepagelayout div#layoutarchives div#layoutarchivesview table tr
{
    
}

div#managepagelayout div#layoutarchives div#layoutarchivesview table th
{
    text-align: left;
    padding: 5px;
    font-weight: 400;
}

div#managepagelayout div#layoutarchives div#layoutarchivesview table td
{
    padding: 5px;
    margin: 0px;
}
/*
layout item settings
*/

div#layoutitemsettings
{

}

div#layoutitemsettings form textarea
{
    width: 100%;
}

div#layoutitemsettings form p
{
    padding:5px;
    margin: 5px;
    display: block;
    vertical-align: middle;
	clear: both;
}

div#layoutitemsettings form label
{
    padding:5px;
    width: 170px;
    float: left;
    display: block;
    vertical-align: middle;
	clear: both;
}

/*
end layout item settings
*/

/*
end manage page layouts
*/

/*
content settings
*/
div#addsitecontent
{
}

div#addsitecontent label
{
	width: 150px;
	float: left;
	position: relative;
}

div#addsitecontent textarea
{
	width: 90%;
}
/*
end content settings
*/

/**
 * international translation pages
 */

div#managepagetranslations ul#translationlist
{
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

div#managepagetranslations ul#translationlist li
{
	height: 20px;
	margin: 0px;
	padding: 0px;	
	vertical-align: middle;
}

div#managepagetranslations ul#translationlist li div#usermenubar
{
	float: none;
	clear: none;
	display: inline;
	margin-top: 4px;
}

div#managepagetranslations ul#translationlist li div#usermenubar ul li#umbli_international
{
	display: none;
}

div#managepagetranslations_add form ul
{
	list-style: none;
}

div#managepagetranslations_add form ul li
{
	list-style: none;
	padding: 5px;
}


div#managepagetranslations_addnew form ul
{
	margin: 0px;
	padding: 0px;
}

div#managepagetranslations_addnew form ul li
{
	list-style: none;
	padding: 3px;
	clear: both;
}

div#managepagetranslations_addnew form ul li label
{
	clear: left;
	display: block;
	width: 100px;
	float: left;
}
/**
 * end international translation pages
 */

/*
page settings
*/

div#pagesettings div#addsubpage
{
	padding: 3px 5px;
	text-align: right;
}

div#pagesettings div#pagetrail
{
	float: left;
	clear: both;
}

div#pagesettings form#fm_pagesettings
{
	clear: both;
}

div#pagesettings_template
{
    margin: 10px 0px; 
    padding: 10px;
    clear: both;
    background-color: #666666;
    display: block;
    width: 460px;
}

div#pagesettings_templatemenu ul
{
    list-style: none; 
    margin: 0px; 
    padding: 0px;
}

div#pagesettings_templatemenu ul li
{
    float: left;
    padding: 5px 20px 5px 5px;
    margin: 0px;
    color: #333333;
}

div.pagesettings_templateinfo
{
    clear: both;
    width: 450px;
    height: 200px;
    border: 2px solid #dddddd;
    background-color: #ffffff;
    padding: 3px;
    color: #333333;
    overflow: auto;
}

div.pagesettings_templateinfo ul
{
    list-style: none; 
    margin: 0px; 
    padding: 0px
}

div.pagesettings_templateinfo ul li
{
    width: 100%;
    clear: both;
    border-top: 1px solid #666666;
}

div.pagesettings_templateinfo ul li div
{
    padding: 5px;
    color: #666666;
    clear: both;
    width: auto;
}

div.pagesettings_templateinfo ul li ul
{
    width: 440px;
    list-style: none; 
    margin: 0px; 
    padding: 0px
}

div.pagesettings_templateinfo ul li ul li
{
    width: 190px;
    padding: 5px;
    clear: none;
    border-top: none !important;
    overflow: hidden;
    float: left;
}

div.pagesettings_templateinfo ul li ul li.col1
{
    height: auto;
    width: 200px;
    padding: 5px;
    clear: none;
    border-bottom: none !important;
    overflow: hidden;
    background-color: #eeeeee;
    margin-left: 0px !important;
}

/*
start preview page
*/
div#pagesettings_previewmessage
{
    width: 90%;
    border: 1px solid #666666;
    background-color: #ffffff;
    color: #333333;
    height: 40px;
    overflow: auto;
    padding: 5px;
}

div#pagesettings_previewmessage strong
{
    font-weight: 700;
    font-size: 12px;
}

div#pagesettings_previewmessage ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#pagesettings_previewmessage ul li
{
    float: left;
}
/*
end preview page
*/

/*
end page settings
*/

/*
manage forms on a page
*/
div#manageformspage ul#formlist
{
    list-style: none;
    margin: 0px;
    padding: 3px;
    width: 100%;
    display: block;
}

div#manageformspage ul#formlist
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#manageformspage ul#formlist li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#manageformspage ul#formlist li ul
{
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 3px;
}

div#manageformspage ul#formlist li ul li
{
    display: inline;
}

div#manageformspage ul#formlist li ul li p
{
    display: table-cell;
    width: 100px;
    padding: 3px;
    overflow: hidden;
    clear: none;
    vertical-align: top;
}

div#manageformspage table#formlist
{
    width: 100%;
}

div#manageformspage table#formlist td
{
    text-align: center;
}
/*
manage forms on a page
*/

/*
image library
*/
div#imagelibrary
{
    border: 1px solid #ffffff;
    height: 500px;
}

div#imagelibrary a
{
    cursor: pointer !important;
}

div#imagelibrary ul
{
    display: block;
    list-style: none;
    background-color: #bbbbbb;
    padding: 0px;
    margin: 0px;
}

div#imagelibrary div#contents
{
    width: 300px;
    float: left;
    background-color: #bbbbbb;
    color: #333333;
    border: none;
    height: 500px;
    overflow: auto;
}

div#imagelibrary div#contents p
{
    height: 21px;
    padding: 5px 0px 0px 5px;
    vertical-align: middle;
    font-size: 12px;
    margin: 0px;
}

div#imagelibrary div#contents ul
{
    clear: both;
}

div#imagelibrary div#contents ul li
{
    padding: 5px;
    background-color: #eeeeee;
    border-left: 3px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-top: none;
    border-right: none;
    color: #333333;
}

div#imagelibrary div#contents ul li a
{
    color: #333333 !important;
    text-decoration: none;
    cursor: pointer;
}

div#imagelibrary div#contents ul li:hover
{
    padding: 5px;
    background-color: #AB4040;
    border-left: 3px solid #892020;
    border-bottom: 1px solid #892020;
    border-top: none;
    border-right: none;
    color: #ffffff;
}

div#imagelibrary div#contents ul li:hover a
{
    color: #ffffff !important;
    text-decoration: none;
}

div#imagelibrary div#contents ul li:hover ul.imagelist
{
    display: block;
    clear: both;
}

div#imagelibrary div#contents ul.imagelist
{
    list-style-image: url(../../../images/icons/ico-images.gif);
    list-style-position: inside;
    margin-top: 8px;
}

/*
div#imagelibrary div#contents li#li_imagelibrary
{
    border: none;
}
*/

div#imagelibrary .folderheading
{
    display: block;
    vertical-align: middle;
    clear: both;
}

div#imagelibrary .folderheading img.createfolder
{
    float: right;
    display: block;
}

div#imagelibrary .folderheading p.newcat
{
    padding: 5px 0px;
    margin: 5px 0px;
    padding-bottom: 10px;
    display: inline;
    clear: both;
    float: none;
    height: 50px;
}

div#imagelibrary .folderheading input
{
    margin: 0px 5px;
}

div#imagelibrary div#imagemenu
{
    height: 26px;
    width: auto;
    background-color: #bbbbbb;
    top: 0px;
}

div#imagelibrary div#imagemenu ul
{
    list-style: none;
    width: 100%;
}

div#imagelibrary div#imagemenu ul li
{
    list-style: none;
    padding: 3px;
    float: left;
    padding: 5px;
}

div#imagelibrary div#imagemenu ul li a
{
    display: block;
    color: #333333;
    text-decoration: none;
}

div#imagelibrary div#imagemenu ul li:hover
{
    background-color: #AB4040;
}

div#imagelibrary div#imagemenu ul li:hover a
{
    display: block;
    color: #ffffff;
}

div#imagelibrary div#imagemenu li.zoomfactor
{
    background-color: #bbbbbb;
    color: #555555;
	margin: 0px;
	padding: 0px;
}

div#imagelibrary div#imagemenu li.zoomfactor:hover
{
    background-color: #bbbbbb;
    color: #555555;
}

div#imagelibrary div#imagemenu span#zoomfactor
{
}

div#imagelibrary div#imagepreview
{
    height: 374px;
    width: auto;
    overflow: auto;
    background-color: #ffffff;
    top: 0px;
	margin-top: 5px;
}

div#imagelibrary div#imagepreview div#dv_imagepreview
{
    padding: 3px;
}

div#imagelibrary div#uploadimage
{
    height: 374px;
    width: auto;
    overflow: auto;
    background-color: #ffffff;
    top: 0px;
	clear: both;
}

div#imagelibrary div#uploadimage iframe
{
    padding: 3px;
    height: 364px;
    width: 90%;
    border: none;
}

/*
upload image page
*/
div#uploadfilepage
{
    height: 364px;
    background-color: #ffffff;
    color: #666666;
    overflow: hidden;    
}

div#uploadfilepage ul
{
    list-style: none;
    width: 500px;
    margin: 0px;
    padding: 3px;
}

div#uploadfilepage ul li
{
    list-style: none;
    width: 300px;
}

div#uploadfilepage ul li.label
{
    list-style: none;
    width: 200px;
}
/*
end upload image page
*/


div#imagelibrary div#imagedata
{
    height: 374px;
    width: 150px;
    overflow: auto;
    background-color: #eeeeee;
    top: 0px;
    float: right;
}

div#imagelibrary div#imagedata p
{
    text-align: right;
    padding: 3px;
}

div#imagelibrary div#imagedata div#imgdata_accessdetails
{
    color: #444444;
    text-align: right;
    font-weight: 400;
}

div#imagelibrary div#imagedata div#imgdata_accessdetails
{
    font-weight: 400;
}

div#imagelibrary div#imagedata ul
{
    color: #333333;
    width: auto;
    background-color: #eeeeee;
}

div#imagelibrary div#imagedata ul li
{
    padding: 5px;
    padding-left: 10px;
    font-weight: 700;
    background-color: #eeeeee;
    border-bottom: 1px solid #bbbbbb;
}

div#imagelibrary div#imagedata ul li span
{
    font-weight: 400;
}

div#imagelibrary div#imagedetails
{
    height: 100px;
    width: auto;
    overflow: auto;
    background-color: #bbbbbb;
    bottom: 0px;
}

div#imagelibrary div#imagedetails ul
{
    color: #333333;
    width: auto;
    background-color: #eeeeee;
}

div#imagelibrary div#imagedetails ul li
{
    padding: 5px;
    padding-left: 10px;
    font-weight: 700;
    background-color: #eeeeee;
    border-top: 1px solid #bbbbbb;
}

div#imagelibrary div#imagedetails ul li span
{
    font-weight: 400;
}
/*
end image library
*/

/*
file library
*/
div#filelibrary
{
    border: 1px solid #ffffff;
    height: 500px;
}

div#filelibrary a
{
    cursor: pointer !important;
}

div#filelibrary ul
{
    display: block;
    list-style: none;
    background-color: #bbbbbb;
    padding: 0px;
    margin: 0px;
}

div#filelibrary div#contents
{
    width: 300px;
    float: left;
    background-color: #bbbbbb;
    color: #333333;
    border: none;
    height: 500px;
    overflow: auto;
}

div#filelibrary div#contents p
{
    height: 21px;
    padding: 5px 0px 0px 5px;
    vertical-align: middle;
    font-size: 12px;
    margin: 0px;
}

div#filelibrary div#contents ul
{
    clear: both;
}

div#filelibrary div#contents ul li
{
    padding: 5px;
    background-color: #eeeeee;
    border-left: 3px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-top: none;
    border-right: none;
    color: #333333;
}

div#filelibrary div#contents ul li a
{
    color: #333333 !important;
    text-decoration: none;
    cursor: pointer;
}

div#filelibrary div#contents ul li:hover
{
    padding: 5px;
    background-color: #AB4040;
    border-left: 3px solid #892020;
    border-bottom: 1px solid #892020;
    border-top: none;
    border-right: none;
    color: #ffffff;
}

div#filelibrary div#contents ul li:hover a
{
    color: #ffffff !important;
    text-decoration: none;
}

div#filelibrary div#contents ul li:hover ul.filelist
{
    display: block;
    clear: both;
}

div#filelibrary div#contents ul.filelist
{
    list-style-image: url(../files/icons/ico-files.gif);
    list-style-position: inside;
    margin-top: 8px;
}

/*
div#filelibrary div#contents li#li_filelibrary
{
    border: none;
}
*/

div#filelibrary .folderheading
{
    display: block;
    vertical-align: middle;
    clear: both;
}

div#filelibrary .folderheading img.createfolder
{
    float: right;
    display: block;
}

div#filelibrary .folderheading p.newcat
{
    padding: 5px 0px;
    margin: 5px 0px;
    padding-bottom: 10px;
    display: inline;
    clear: both;
    float: none;
    height: 50px;
}

div#filelibrary .folderheading input
{
    margin: 0px 5px;
}

div#filelibrary div#filemenu
{
    height: 26px;
    width: auto;
    background-color: #bbbbbb;
    top: 0px;
}

div#filelibrary div#filemenu ul
{
    list-style: none;
    width: 100%;
}

div#filelibrary div#filemenu ul li
{
    list-style: none;
    padding: 3px;
    float: left;
    padding: 5px;
}

div#filelibrary div#filemenu ul li a
{
    display: block;
    color: #333333;
    text-decoration: none;
}

div#filelibrary div#filemenu ul li:hover
{
    background-color: #AB4040;
}

div#filelibrary div#filemenu ul li:hover a
{
    display: block;
    color: #ffffff;
}

div#filelibrary div#filemenu li.zoomfactor
{
    background-color: #bbbbbb;
    color: #555555;
}

div#filelibrary div#filemenu li.zoomfactor:hover
{
    background-color: #bbbbbb;
    color: #555555;
}

div#filelibrary div#filemenu span#zoomfactor
{
}

div#filelibrary div#filepreview
{
    display: none;
    height: 374px;
    width: auto;
    overflow: auto;
    background-color: #ffffff;
    top: 0px;
}

div#filelibrary div#filepreview div#dv_filepreview
{
    padding: 3px;
}

div#filelibrary div#uploadfile
{
    height: 430px;
    width: auto;
    overflow: auto;
    background-color: #ffffff;
    top: 0px;
    margin-top: 70px;
}

div#filelibrary div#uploadfile iframe
{
    padding: 3px;
    height: 364px;
    width: 90%;
    border: none;
}

/*
upload file page
*/
div#uploadfilepage
{
    height: 364px;
    background-color: #ffffff;
    color: #666666;
    overflow: hidden;    
}

div#uploadfilepage ul
{
    list-style: none;
    width: 500px;
    margin: 0px;
    padding: 3px;
}

div#uploadfilepage ul li
{
    list-style: none;
    width: 300px;
}

div#uploadfilepage ul li.label
{
    list-style: none;
    width: 200px;
}
/*
end upload file page
*/


div#filelibrary div#filedata
{
    height: 440px;
    width: auto;
    overflow: auto;
    background-color: #eeeeee;
    border-left: 1px solid #dddddd;
    top: 0px;
    position: relative;
    margin-top: 70px;
}

div#filelibrary div#filedata p
{
    text-align: right;
    padding: 3px;
}

div#filelibrary div#filedata div#imgdata_accessdetails
{
    color: #444444;
    text-align: right;
    font-weight: 400;
}

div#filelibrary div#filedata div#imgdata_accessdetails
{
    font-weight: 400;
}

div#filelibrary div#filedata ul
{
    color: #333333;
    width: auto;
    background-color: #eeeeee;
}

div#filelibrary div#filedata ul li
{
    padding: 5px;
    padding-left: 10px;
    font-weight: 700;
    background-color: #eeeeee;
    border-bottom: 1px solid #bbbbbb;
}

div#filelibrary div#filedata ul li span
{
    font-weight: 400;
}

div#filelibrary div#filedetails
{
    height: 440px;
    width: auto;
    overflow: auto;
    background-color: #bbbbbb;
    bottom: 0px;
    margin-top: 70px;
}

div#filelibrary div#filedetails ul
{
    color: #333333;
    width: auto;
    background-color: #eeeeee;
}

div#filelibrary div#filedetails ul li
{
    padding: 5px;
    padding-left: 10px;
    font-weight: 700;
    background-color: #eeeeee;
    border-top: 1px solid #bbbbbb;
}

div#filelibrary div#filedetails ul li span
{
    font-weight: 400;
}
/*
end file library
*/
/*
end cms
*/

/*
order management
*/

table#manageorderform
{
    color: #333333 !important;
    border: 1px solid #666666; 
    background-color: #eeeeee;
    font-size: 10px;
}

table#manageorderform table
{
    color: #333333 !important;
    font-size: 10px;
}

table#manageorderform div#dv_details
{
    color: #333333 !important;
    font-size: 10px;
}



/*
end order management
*/

/*
user management
*/
div#manageuserform
{
    
}

div#manageuserform table
{
    border: none;
    color: #333333 !important;    
}

/*
end user management
*/

/*
calendar
*/

div.calendarpopup
{
    position: absolute;
    z-index: 500;
}

p.calendarpopup_reset
{
    margin: 2px;
    padding: 0px;
    clear: both;
}

table.calendarsmall
{
    border: 1px solid #666666;
    background-color: #ffffff;   
}

table.calendarsmallbackground
{
    border: 1px solid #cccccc;
    font-size: 10px;
    background-color: #eeeeee;
}

table.calendarlarge
{
    border: 1px solid #bbbbbb;
    background-color: #f0f0f0;
    padding: 5px;
    width: 100%; 
    height: 100%;
}

table.calendarlargebackground
{
    border: 1px solid #bbbbbb;
    font-size: 10px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

table.sidebox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

td.calendarlarge
{
    text-align: left;
    vertical-align: top;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    color: #666666;	
    cursor: pointer;
    font-size: 11px;
    width: 14.3%;
}

td.calendarlarge:hover
{
    padding: 5px;	
    background-color: #aaaaaa;
    color: #ffffff;	
    font-size: 11px;
    width: 14.3%;
}

td.calendarlarge-active
{
    text-align: left;
    vertical-align: top;
    padding: 5px;
    background-color: #edf9fe;
    border: 1px solid #5cb1d3;
    color: #5cb1d3;	
    cursor: pointer;
    font-size: 11px;
    width: 14.3%;
}

td.calendarlarge-active:hover
{
    padding: 5px;	
    background-color: #5cb1d3;
    color: #ffffff;	
    font-size: 11px;
    width: 14.3%;
}

td.calendarlarge-conflicts
{
    text-align: left;
    vertical-align: top;
    padding: 5px;
    background-color: #ffeeee;
    border: 1px solid #c52523;
    color: #c52523;	
    cursor: pointer;
    font-size: 11px;
    width: 14.3%;
}

td.calendarlarge-conflicts:hover
{
    padding: 5px;	
    background-color: #c52523;
    color: #ffffff;	
    font-size: 11px;
    width: 14.3%;
}

td.calendarlarge-heading
{
    text-align: center;
    padding: 5px;
    color: #666666;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    font-weight: 700;
    cursor: default;
    font-size: 12px;
    height: 30px;
    width: 14.3%;
}

td.calendarlarge-selected
{
    text-align: left;
    vertical-align: top;
    padding: 5px;
    background-color: #c8f6da;
    border: 1px solid #08967a;
    color: #08967a;	
    cursor: pointer;
    font-size: 11px;
    width: 14.3%;
}

td.calendarlarge-selected:hover
{
    padding: 5px;	
    background-color: #08967a;
    color: #ffffff;	
    font-size: 11px;
    width: 14.3%;
}

td.calendarsmall
{
    text-align: center;
    padding: 5px;
    background-color: #ffffff;
    color: #666666;	
    cursor: pointer;
    font-size: 9px;
}

td.calendarsmall:hover
{
    text-align: center;
    padding: 5px;	
    background-color: #cccccc;
    color: #ffffff;	
    font-size: 9px;
}

td.calendarsmall-active
{
    text-align: center;
    padding: 5px;
    /*
    color: #666666;
    background-color: #eeeeff;
    border: 1px solid #ccccff;
    */
    color: #5cb1d3;
    background-color: #edf9fe;
    border: 1px solid #edf9fe;
    font-weight: 700;
    cursor: default;
    font-size: 9px;
}

td.calendarsmall-active:hover
{
    text-align: center;
    padding: 5px;	
    background-color: #5cb1d3;
    color: #ffffff;	
    font-size: 9px;
}

td.calendarsmall-heading
{
    text-align: center;
    padding: 5px;
    color: #666666;
    font-weight: 700;
    cursor: default;
    font-size: 9px;
}

td.calendarsmall-selected
{
    text-align: center;
    padding: 5px;
    color: #c52523;
    background-color: #ffeeee;
    border: 1px solid #c52523;
    font-weight: 700;
    cursor: default;
    font-size: 9px;
}

td.sidebox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

table.formBackground
{
    background-color:#eeeeee;
    border: 1px solid #666666;
    font-size: 10px;
}

td.formBackground
{
    background-color:#eeeeee;
    font-size: 10px;
}

tr.calendarsmall
{
}

/*
form designer module
*/

/*
form output
*/

div.form
{
}

div.form div.form_subgroup
{
    border: none;
    padding: 0px;
}

div.form div.form_subgroup p
{
    border-bottom: 1px dashed #aaaaaa;
    padding: 5px;
}

div.form div.form_subgroup ul.formitems
{
    list-style: none;
}

div.form div.form_subgroup ul.formitems li
{
    list-style: none;
	clear: both;
}

div.form div.form_subgroup ul.formitems li label
{
    width: 100px;
    display: block;
    padding: 5px;
	float: left;
}

div.form p.submitbutton
{
    padding: 5px;
    margin-left: 35px;
}

div.form p.submitbutton input
{
    padding: 3px;
}

/*
end form output
*/


/*
div#forms_editform
{
    border: 1px solid #666666;
    background-color: #eeeeee;
}

div#forms_editform ul#menu
{
    list-style: none;
    margin: 0px;
    padding: 3px;
}

div#forms_editform ul#menu li
{
    padding: 3px;
    vertical-align: top;
    width: 100px;
    float: left;
}

div#forms_editform ul#menu li a
{
    padding: 3px;
    display: block;
}
*/

div#forms_editform form ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#forms_editform form ul li
{
    padding: 3px;
    vertical-align: top;
}

div#forms_editform form ul li label
{
    padding: 5px;
    width: 150px;
    top: 0px;
    display: block;
    clear: none;

}

div.forms_editformpage
{
    width: auto;
    clear: both;
    display: block;
    margin: 5px;
    height: 350px;
}

div#forms_formdesign div#formitems
{
    width: auto;
    height: 100%;
    overflow: auto;
    border: none;
    background-color: #ffffff;
    border: 1px solid #666666;
    padding: 2px;
}

div#forms_formdesign div#formitems li.formgroup
{
    border: 1px solid #999999;
    padding: 2px;
}

div#forms_formdesign div#formitems li.formgroup p
{
    border: none;
    border-bottom: 1px dashed #666666;
    padding: 2px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div#forms_formdesign div#formitems li.formgroup p.groupmenu
{
    border: none;
    border-bottom: 1px dashed #666666;
    background-color: #eeeeee;
    padding: 5px;
    margin: 5px;
    margin-top: 0px;
}

div#forms_formdesign div#formitems li.formgroup p a
{
    font-size: 12px;
    padding: 2px;
}

div#forms_formdesign div#formitems li.formgroup p.groupmenu a
{
    display: inline;
    border: none;
    margin: 5px;
    padding: 5px;
    font-weight: 700;
    font-size: 11px;
}

div#forms_formdesign div#formitems li.formgroup p.subgroupfooter
{
    font-size: 10px;
    padding: 3px;
    background-color: #eeeeee;
    color: #999999;
    margin-top: 0px;
}


div#forms_formdesign div#formitems ul.formitems li.formitem
{
    border-bottom: 1px dashed #666666;
    padding: 5px;
    margin-bottom: 0px;
}

div#forms_formdesign div#formitems ul.formitems li.formitem p
{
    padding: 2px;
    float: right;
    border-bottom: none;
}

div#forms_formdesign div#formitems ul.formitems li.formitem p.deletebutton
{
    padding: 2px;
    float: right;
    border-bottom: 1px dashed #666666;
}

div#forms_formdesign div#formitems ul.formitems li.formitem ul
{
    padding: 2px;
}

div#forms_formdesign div#formitems ul.formitems li.formitem ul li
{
    border-bottom: none;
    padding: 2px;
}

div#forms_formdesign div#forms_formitemform
{
    float: right;
    display: block;
    padding: 2px;
    width: 170px;
    background-color: #eeeeee;
    border: 1px solid #666666;
    border-left: none;
    height: 100%;
    overflow: auto;    
}

div#forms_formdesign div#forms_formitemform ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#forms_formdesign div#forms_formitemform ul li
{
    padding: 0px;
}

div#forms_formdesign div#forms_formitemform ul li label
{
    display: block;
    padding: 0px;
}

div#forms_formdesign div#forms_formgroupform
{
    float: right;
    display: block;
    padding: 2px;
    width: 170px;
    background-color: #eeeeee;
    border: 1px solid #666666;
    border-left: none;
    height: 100%;
    overflow: auto;    
}

div#forms_formdesign div#forms_formgroupform ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#forms_formdesign iv#forms_formgroupform ul li
{
    padding: 0px;
}

div#forms_formdesign div#forms_formgroupform ul li label
{
    display: block;
    padding: 0px;
}

div#forms_formsubmissions
{
    overflow: auto;
}

div#forms_formsubmissions ul#formsubmissions
{
    display: table;
}

div#forms_formsubmissions ul#formsubmissions li
{
    display: table-row;
}

div#forms_formsubmissions ul#formsubmissions li.heading
{
    display: table-row;
}

div#forms_formsubmissions ul#formsubmissions li ul
{
    display: block;
    clear: both;
    height: 30px;
}

div#forms_formsubmissions ul#formsubmissions li ul li
{
    display: table-cell;
    width: 200px;
    clear: none;
    height: 30px;
}
/*
end form designer module
*/

/*
forums
*/

/*
edit forum page
*/
div#editforum_categories
{
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 5px;
}

div#editforum_categories div#categorylist
{
    
}

div#editforum_categories div#categorylist ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;	
    margin-left: 25px;
}

div#editforum_categories div#categorylist ul li
{
    margin: 0px;
    padding: 3px;
    list-style: none;	
}

div#editforum_categories div#categorylist ul li label
{
    display: inline;
    float: none;
}

/*
end edit forum page
*/

/*
add thread page
*/
div#forums_addthread
{
}

div#forums_addthread ul
{
	margin: 0px;
	padding: 0px;
}

div#forums_addthread ul li
{
	list-style: none;
	margin: 0px;
	padding: 5px;
}

div#forums_addthread ul li label
{
	width: 100px;
	float: left;
}

div#forums_addthread ul li textarea
{
	width: 90%;
}

div#forums_postreply
{
}

div#forums_postreply label
{
	width: 100px;
        display: block;
        float: left;
}

div#forums_postreply textarea
{
	width: 100%;
}
/*
end add thread page
*/

div#forums_attachedfilelist
{
}

div#forums_attachedfilelist ul
{
	list-style: none;
}
/*
end forum
*/

/*
manage blogs page
*/

div#manageblogs_postform textarea
{
    width: 100%;
}

/*
end manage blogs page
*/

/*
blog display css
*/
div.blogs_blog
{
}

div.blogs_post_summary
{

}

div.blogs_post_summary h2
{
	margin-bottom: 5px;
	margin-bottom: 2px;
}

div.blogs_post_summary h2 a
{
	text-decoration: none;
}

div.blogs_post_summary p.date_details
{
	margin: 0px;
	padding:  0px;
	font-size: 10px;
}

div.blogs_post_summary div.details
{
}

div.blogs_post_summary p.comments
{
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #dddddd;
	width: 250px;
	margin: 0px auto;
}

div.blogs_post div.comments
{
	font-size: 11px;
	width: 400px;
	margin: 0px auto;
}

div.blogs_post div.comments p
{
	margin: 0px;
	padding: 0px;
	clear: both;
}

div.blogs_post div.comments div#fm_addcomment
{
	margin: 7px;
	padding: 3px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f6f6f6;
}

div.blogs_post div.comments form p
{
	padding: 3px;
	margin: 3px;
}

div.blogs_post div.comments label
{
	width: 120px;
	float: left;	
}

div.blogs_post div.comments textarea
{
	width: 100%;
	height: 200px;
}

div.blogs_post div.comments ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.blogs_post div.comments ul li
{
	list-style: none;
	padding: 5px;
}

div.blogs_comment
{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 5px;
}

div.blogs_comment div.commentheading
{
	clear: both;
	padding: 3px;
}

div.blogs_comment div.commentheading p.commentfrom
{
	clear: none;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

div.blogs_comment div.commentheading p.commentdate
{
	clear: none;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

div.blogs_comment div.commentdetails
{
	padding: 3px;
	clear: both;
	background-color: #f6f6f6;
	border-bottom: 1px solid #e3e3e3;
}
/*
end blog display css
*/

/*
manage news page
*/
ul#managenews_pagelist
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#managenews_pagelist li
{
	list-style: none;
	display: inline;
	padding: 3px;
}

div#managenews_categories
{
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 5px;
}

div#managenews_categories div#categorylist
{
    
}

div#managenews_categories div#categorylist ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;	
    margin-left: 25px;
}

div#managenews_categories div#categorylist ul li
{
    margin: 0px;
    padding: 3px;
    list-style: none;	
}

/*
end manage news page
*/

/*
news archive
*/
div#newsarchive
{
    width: 90%;
    margin: 0px auto;
}

div#newsarchive ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
	clear: both;
}

div#newsarchive ul li
{
	margin-left: 5px;
}

div#newsarchive ul li h2 a
{
	color: #333333;
	text-decoration: none;
}

div#newsarchive ul li h2 a:hover
{
	color: #333333;
	text-decoration: none;
}

div#newsarchive ul li p.newsarchive_summary
{
    font-weight: 400;
	padding: 3px;
	display: none;
}

div#newsarchive ul li ul
{
    padding: 3px;
}

div#newsarchive ul li ul li
{
}

div#newsarchive ul li ul li p
{
    padding: 3px;
	font-weight: 700;
}

div#newsarchive div#newsarchive_monthsummary
{
}

div#newsarchive div#newsarchive_options
{
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
}

div#newsarchive div#newsarchive_options ul
{
	clear: both;
	height: 25px;
}

div#newsarchive div#newsarchive_options ul li
{
	float: left;
}

div#newsarchive div#newsarchive_options ul li a
{
	display: block;
	padding: 3px;
	cursor: pointer;
}

div#newsarchive div#newsarchive_options ul li#li_hidesummaries
{
	display: none;
}

/*
end news archive
*/

/*
datafeeds module
*/

div#datafeeds_editdatafeed div#datafeeds_details
{
    clear:both;
    display: block;
    padding: 10px;
}

div#datafeeds_editdatafeed div#datafeeds_details p
{
}

div#datafeeds_editdatafeed div#datafeeds_details p label
{
    display: block;
    width: 200px;
}

div#datafeeds_editdatafeed div#datafeeds_items
{
    clear:both;
    display: block;
    padding: 10px;
}

div#datafeeds_editdatafeed div#datafeeds_items p
{
    display: block;
    text-align: center;
}

div#datafeeds_editdatafeed div#datafeeds_items p#available
{
    display: inline;
    text-align: center;
    width: 40%;
}

div#datafeeds_editdatafeed div#datafeeds_items p#available select
{
    width: 90%;
}

div#datafeeds_editdatafeed div#datafeeds_items p#current
{
    display: inline;
    text-align: center;
    width: 40%;
}

div#datafeeds_editdatafeed div#datafeeds_items p#current select
{
    width: 90%;
}

div#datafeeds_editdatafeed div#datafeeds_items select option.selected
{
    font-weight: 700;
}

/*
end datafeeds module
*/

/*
picture galleries
*/
div#picturegallery_browse
{
	text-align: center;
}

div#picturegallery_browse div#editlink
{
	text-align: right;
}

div#picturegallery_browse img
{
	text-align: center;
	padding: 2px;
	border: 1px solid #dddddd;
}

div#picturegallery_browse p#backtopage_link
{
	text-align: left;
}

div#picturegallery_browse p#previous_link
{
	display: block;
	width: 100px;
	height: 100px;
	float: left;
}

div#picturegallery_browse p#next_link
{
	display: block;
	width: 100px;
	height: 100px;
	float: right;
}

div#managepicturegalleryform label
{
	width: 120px; 
	float: left;
}

div#managepicturegalleryform a
{
	cursor: pointer;
}

div#managepicturegalleryform div#picturelist
{
}

div#managepicturegalleryform div#picturelist ul li
{
	display: block;
	vertical-align: middle;
	clear: both;
	border-top: 1px solid #dddddd;
}

div#managepicturegalleryform div#picturelist ul li img
{
	float: left;
	clear: both;
	padding: 3px;
}

div#managepicturegalleryform div#picturelist ul li h3
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#managepicturegalleryform div#picturelist ul li a
{
	cursor: hand;
}

div#managepicturegalleryform div#picturelist ul li div.picturemenu
{
	clear: both;
}

div#managepicturegalleryform div#picturelist ul li div.picturemenu a
{
	cursor: pointer;
}

div#managepicturegalleryform iframe
{
	border: none;
	overflow: hidden;
	width: 500px;
}

div#uploadgallerypicture label
{
	width: 100px; 
	float: left;
}
/*
end picture galleries
*/

/*
support module
*/

div#support_home
{
}

div#support_home ul li
{
    margin: 10px 5px;
}

div#support_sinc8manual
{

}

div#support_sinc8manual iframe
{
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
}

div#supporttickets
{
    margin-top: 20px;    
}

div#support_webresources
{
    
}

div#support_webresources
{
    cursor: pointer;    
}

div#support_webresources ul
{
    margin: 0px;
    padding: 0px;
}

div#support_webresources ul li.linkcategory
{
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    border-bottom: none;
}

div#support_webresources ul li.linkcategory a
{
    list-style: none;
    margin: 0px;
    padding: 4px 0px;
    margin: 4px 0px;
    font-size: 12px;
    display: block;
    border-bottom: 1px transparent;
}

div#support_webresources ul li.linkcategory a:hover
{
    border-bottom: 1px dashed #666666;
    padding: 4px 0px 3px 0px;
}

div#support_webresources ul li.linkcategory p
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}

div#support_webresources ul li.linkcategory ul
{
    padding: 0px 0px 0px 10px;
    border-left: 1px dashed #666666;
    margin: 5px 5px 5px 5px;
}

div#support_webresources ul.linklist
{
    margin: 0px;
    padding: 10px 10px 20px 30px;
}

div#support_webresources ul.linklist li
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

div#support_webresources ul.linklist li a
{
    margin: 0px;
    padding: 3px 0px 3px 0px;
    font-size: 11px;
    border-bottom: 1px transparent;
}

div#support_webresources ul.linklist li a:hover
{
    padding: 3px 0px 2px 0px;
    border-bottom: 1px dashed #666666;
}

div#support_linkdisclaimer
{
    font-size: 10px;
}

div#support_linkdisclaimer p
{
    font-size: 10px;
    padding: 10px;
}


div#supporttickets_form
{
}

div#supporttickets_form ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 95%;
}

div#supporttickets_form ul li
{
    list-style: none;
    margin: 0px;
    padding: 3px;
    float: left;
    display: block;
}

div#supporttickets
{
    clear: both;
    margin: 20px 0px;    
}

div#supporttickets ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 95%;
    display: table;
}

div#supporttickets ul li.darkStripe
{
    vertical-align: middle;
    list-style: none;
    clear: both;
    background-color: #dddddd;
}

div#supporttickets ul li.headingStripe
{
    vertical-align: middle;
    list-style: none;
    clear: both;
    background-color: #D94045;
    color: #ffffff;
    font-weight: 700;
}

div#supporttickets ul li.lightStripe
{
    vertical-align: middle;
    list-style: none;
    clear: both;
    background-color: #eeeeee;
}

div#supporttickets ul li ul
{
    list-style: none;
    display: table-row;
}

div#supporttickets ul li ul li
{
    vertical-align: middle;
    width: 120px;
    clear: none !important;
    display: table-cell;
    padding: 5px;
}

div#support_ticketform
{
}

div#support_ticketform ul
{
    margin: 0px;
    padding: 0px;
    width: 90%;
    list-style: none;
}

div#support_ticketform li
{
    float: left;
    padding: 5px;
    width: 90%;
}

div#support_ticketform li.title
{
    float: left;
    clear: left;
    width: 100px;
}
    
div#support_ticketform li textarea
{
    width: 90%;
    height: 250px;
}


div#supporttickets_postreply
{
}
    
div#supporttickets_postreply ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div#supporttickets_postreply ul li
{
    list-style: none;
    padding: 5px;
    margin: 0px;
}

div#supporttickets_postreply ul li textarea
{
    width: 90%;
    height: 250px;
    padding: 3px;
}

div#supporttickets_posts
{
}

div#supporttickets_posts ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
}

div#supporttickets_posts ul li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px dashed #666666;
    
}

div#supporttickets_posts ul li p
{
    list-style: none;
    padding: 5px;
    font-size: 11px;
    border: none;
}

div#supporttickets_posts ul li ul
{
}

div#supporttickets_posts ul li ul li
{
    border-bottom: none;
}

div#supporttickets_posts ul li ul li div.postdetails
{
    float: right;
    border: none;
    padding: 5px;
}

/*
div#supporttickets_posts ul li.lightStripe ul li div.postdetails
{
    background-color: #dddddd !important;
}

div#supporttickets_posts ul li.darkStripe ul li div.postdetails
{
    background-color: #eeeeee !important;
}
*/

div#supporttickets_posts ul li ul li div.postdetails
{
    float: right;
    border-bottom: 1px dashed #666666;
    padding: 5px;
}

div#supporttickets_posts ul li ul li div.postdetails p
{
    padding: 0px;
}

div#supporttickets_posts ul li ul.files
{
    list-style: none;
    width: 250px;
    margin: 5px;
    border: none;
    float: right;
    clear: right;
}

div#supporttickets_posts ul li ul.files li
{
    width: 250px;
    list-style: none;
    margin: 5px;
    padding: 0px;
    float: left;
    border: none;
    text-align: right;
}


div#supporttickets_posts ul li ul.screenshots
{
    list-style: none;
    width: 500px;
    border: 1px solid #dddddd;
    margin: 5px;
    border: none;
    clear: right;
}

div#supporttickets_posts ul li ul.screenshots li
{
    list-style: none;
    margin: 5px;
    padding: 0px;
    float: left;
    border: none;
}

div#supporttickets_posts ul li ul.screenshots li img
{
    padding: 5px;
    border: none;
}

div#support_serverinfo
{
}

div#support_serverinfo ul
{
    list-style: none;
}

div#support_serverinfo ul li
{
    float: left;
    padding: 10px;
}

div#support_serverinfo ul li.title
{
    float: left;
    clear: left;
    font-weight: 700;
    width: 100px;
}

div#support_serverinfo ul#additionaldomains
{
    padding: 0px;
    margin: 0px;
}

div#support_serverinfo ul#additionaldomains li
{
    padding: 0px;
    margin: 0px;
}
/*
end support module
*/

/*
start servermail
*/
div#manageservermail
{
}

div#manageservermail ul
{
    list-style: none;
}

div#manageservermail ul li
{
}
/*
end servermail
*/

.darkStripe
{
    background-color:#dddddd !important;
}

.disabledStripe
{
    background-color: #999999;
    color: #FFFFFF;
}

.highlightedStripe
{
    background-color: #999999;
    color: #FFFFFF;
}

.lightStripe
{
    background-color:#eeeeee !important;
}

.warningStripe
{
    background-color: #ffeeee;
    color: #c52523;
}

/*
end calendar
*/

div#layoutitemsettings form label#label_content{display:none;}

img {border:none;}

body {
	font-family: Helvetica, Georgia, Verdana, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;position:relative;
	font-size:12px;
}

a {border:0px;color:#8E0222; text-decoration: none}
a:hover {color:#DD8316; text-decoration: underline}

 input{
	border: 1px solid #858484;
	background-color:#e0e0e0;
	color: #000000;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


#content{margin-left:5px;margin-top:5px;/*width:650px;*/ width:765px;}
#content p{line-height:20px; font-size:12px;}

h1{font-size:18px;}
h3{font-size:17px;}
h4{font-size:13px;}

div.moduletitle h1
{
	font-size:18px;
	margin:0;
	padding:0;
	text-align:left;
}


/*Login*/
#login{width:350px;}
#login h3{}
label{}
#login input{margin:5px;}
#login p{margin:0px;}
/* End Login*/

 /*Forms*/

div#forms_editform form ul li label
{
	padding:0px;
}

.requiredindicator
{
	float:right;
	margin-right:240px;
}


/*Link Window*/
div#pagelist
{
	background-color:#FFFFFF;
	border-color:-moz-use-text-color #919B9C #919B9C;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	clear:none;
	float:right;
	height:335px;
	margin:0 0 10px;
	width:430px;
}

div#pagelistcontent
{
	background-color:#FFFFFF;
	border:medium none;
	clear:none;
	height:330px;
	margin:1px 3px 1px 1px;
	overflow:auto;
	width:430px;
}


/*Image Library*/
div#imagelibrary div#uploadimage
{
	background-color:#FFFFFF;
	clear:none;
	height:470px;
	overflow:auto;
	top:0;
	width:347px;
}

div#uploadfilepage
{
	background-color:#FFFFFF;
	color:#666666;
	height:364px;
	overflow:hidden;
	width:310px;
}

/* End Image Library*/div#ie6warning {background:#F5F5C0;border-bottom:1px solid #6B6C6F; ; margin: -10px -20px 0px; padding-top: 5px}
div#ie6warning div#ie6container {margin:0px auto;width:780px;padding-left:60px;background:url('/images/struct/warning.jpg') top left no-repeat;}
div#ie6warning div#ie6container p {padding:0px 4px;font-size:85%;font-weight:bold;}

.template_left
{
    float:left;
    width:45%;
}

.template_right
{
    float:right;
    width: 45%;
}

.hidden {display: none}

#scroll-container
{
    height:600px;
    overflow-y:auto !important;
    width:795px;
    background-color:#DEDEDE;
}

#sin-top-main1{ width:1140px; height:100%;  margin-left:auto; margin-right:auto; background-position:center top;
                margin-top:0px; clear:both;}

#sin-top-main{ width:1140px; height:100%; float:left ; clear:left; margin-left:auto; margin-right:auto; background-position:center top;
               margin-top:0px;}


#sin-top-header{ width:1140px; height: auto; float:left ; clear:left; margin-left: auto; margin-right:auto; background-position:center top; margin-top:0px; }

.sin-top-header-inner{ width:100%; height:98px; float:left; clear:right; margin-left:0px; margin-right:auto; background-position:left top; margin-top:0px; background-color:#A5A5A5; background-image:url(http://assets.hitchcocksmotorcycles.com/images/top-header.jpg); background-repeat:repeat-x;
}		
.sin-logo-part{ width:290px; float:left; clear:left; height:auto;   }
.sin-logo-part p{margin:0px; padding:0px;}

img#logo {margin-top: 5px;}

.sin-slogan-part{ width:850px; float:right; clear:right; height:auto; }

.arial1{ font-family: Arial, Helvetica, sans-serif; 
         font-size: 11px;
         font-weight: bold;
         color: #000000; padding-top:8px; padding-left:27px;
         text-decoration: none;}

.arial2{ font-family:Arial, Helvetica, sans-serif ; font-size: 12px;
         font-weight: bold;
         color: #ffffff; padding-top:0px; padding-left:0px;
         text-decoration: none;}

.arial4{ font-family: "Trebuchet MS"; font-size: 13px;
         font-weight: bolder;
         color: #ffffff; padding-top:0px; padding-left:0px;
         text-decoration: none;}


.sin-call{ width:250px; height: auto; padding-left:0px; padding-right:0px; float:right; clear:right;  margin-right:3px;}
.sin-call p{margin:0px;}
.sin-call-iner{ width:146px; height:28px;  float:right; clear:right; background-image:url(http://assets.hitchcocksmotorcycles.com/images/call.jpg); background-repeat:no-repeat; background-position:
                    left center; }

.sin-call-iner1{ width:78px; height: 16px; float:left; clear:left; padding-left:20px; padding-top:8px;
}

.arial3{font-family: Arial, Helvetica, sans-serif; font-size: 11px;
        font-weight: bold;
        color: #000; padding-top:18px; padding-left:10px;
        text-decoration: none;}


.sin-search{ width:250px; height:28px; padding-left:0px; padding-right:0px; float:right; clear:right; margin-right:3px;}

.sin-search-inner{ width:222px; height:28px; padding-left:0px; padding-right:0px; float:left; clear:left; margin-right:0px;}

.sin-news{ width:830px; height:22px; padding-left:10px; padding-right:10px; clear:right; padding-top:5px;}
.sin-news p{margin:0px; padding:0px;}



#sin-top-main-inner{ width:1140px; height: auto; float:left; clear:left; margin-left:auto; margin-right:auto; background-position:center top; margin-top:0px; position:relative;}

#sin-left-part{
    width:170px;
    height:100%;
    float:left;
    clear:left;
    margin-left:0px;
    margin-right:auto;
    margin-top:0px;

}
.sin-left-part1{ width:169px; height:100%; float:left; clear:left; margin-left:0px; margin-right:auto; margin-top:0px; }

/*
s.sin-left-menu{ width:162px; float:right; clear:left; margin-top:0px; margin-left:0px; margin-right:auto; height:100%; }

.sin-left-menu ul { list-style:none; margin:0px; padding:0px; display: block ; width:162px;  float:left; clear:left;}

.sin-left-menu li
{
	list-style:none;
	margin:0px;
	float:left;
	clear:left;
	padding-top:2px;
	padding-left:0px;
	width:195px!important;
	height:24px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	position:relative;
}	

.sin-left-menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
*/


/* Left Menu */


.sin-pro-cat-mid li{height:20px; padding-left:30px; }

/*
a.link1 {display: block;width: 150px;height: 22px;background: url(images/homelink.jpg) no-repeat 0 0;}
a:hover.link1 {background-position: 0 -22px;}    

a.link2 {display: block;width: 150px;height: 22px;background: url(images/partslink.jpg) no-repeat 0 0;}
a:hover.link2 {background-position: 0 -22px;}    

a.link3 {display: block;width: 150px;height: 22px;background: url(images/accessorylink.jpg) no-repeat 0 0;}
a:hover.link3 {background-position: 0 -22px;}  

a.link4 {display: block;width: 150px;height: 22px;background: url(images/amallink.jpg) no-repeat 0 0;overflow: hidden;font-size: 0px;line-height: 0px;}
a:hover.link4 {background-position: 0 -22px;}  

a.link5 {display: block;width: 150px;height: 22px;background: url(images/usedlink.jpg) no-repeat 0 0;overflow: hidden;font-size: 0px;line-height: 0px;}
a:hover.link5 {background-position: 0 -22px;}    

a.link6 {display: block;width: 150px;height: 22px;background: url(images/speciallink.jpg) no-repeat 0 0;overflow: hidden;font-size: 0px;line-height: 0px;}
a:hover.link6 {background-position: 0 -22px;}    

a.link7 {display: block;width: 150px;height: 22px;background: url(images/newslink.jpg) no-repeat 0 0;overflow: hidden;text-indent: -10000px;font-size: 0px;line-height: 0px;}
a:hover.link7 {background-position: 0 -22px;}  

a.link8 {display: block;width: 150px;height: 22px;background: url(images/messagelink.jpg) no-repeat 0 0;overflow: hidden;text-indent: -10000px;font-size: 0px;line-height: 0px;}
a:hover.link8 {background-position: 0 -22px;}  

a.link9 {display: block;width: 150px;height: 22px;background: url(images/techlink.jpg) no-repeat 0 0;overflow: hidden;text-indent: -10000px;font-size: 0px;line-height: 0px;}
a:hover.link9 {background-position: 0 -22px;}    

a.link10 {display: block;width: 150px;height: 22px;background: url(images/bookslink.jpg) no-repeat 0 0;overflow: hidden;text-indent: -10000px;font-size: 0px;line-height: 0px;}
a:hover.link10 {background-position: 0 -22px;}    

a.link11 {display: block;width: 150px;height: 22px;background: url(images/photolink.jpg) no-repeat 0 0;overflow: hidden;text-indent: -10000px;font-size: 0px;line-height: 0px;}
a:hover.link11 {background-position: 0 -22px;}  

a.link12 {display: block;width: 150px;height: 22px;background: url(images/termslink.jpg) no-repeat 0 0;overflow: hidden;text-indent: -10000px;font-size: 0px;line-height: 0px;}
a:hover.link12 {background-position: 0 -22px;}  

a.link13 {display: block;width: 150px;height: 22px;background: url(images/sitelink.jpg) no-repeat 0 0;overflow: hidden;text-indent: -10000px;font-size: 0px;line-height: 0px;}
a:hover.link13 {background-position: 0 -22px;}   

a.link14 {display: block;width: 150px;height: 22px;background: url(images/searchlink.jpg) no-repeat 0 0;overflow: hidden;text-indent: -10000px;font-size: 0px;line-height: 0px;}
a:hover.link14 {background-position: 0 -22px;}

*/
/*End Left Menu*/


/*Sub Pages*/


.sub-page-div
{
    width:120px;
    float:left;
    margin-right:10px;
    height:150px;
}

.sub-page-div h3
{
    font-size:10px!important;
}

.sub-page-div img
{
    max-width:90px;
    border:0px;
}

.img-holder
{
    height:90px;
}



/* Mk1 Subpages */

.mk1-sub-pages
{
    width:600px;
    height:120px;
    text-align:center;
}

.mk1-sub-pages p
{
    text-align:center;
    font-weight:bold;
    color:#000;
    font-size:10px !important;
}

.mk1-sub-pages tr
{
    height:30px;
}

.mk1-sub-pages td
{
    border:1px solid #959595;
    background-color:#ccc;
    height:30px;
    width:145px;
}

.mk1-sub-pages a
{
    color:#000;
    text-decoration:none;
}


.mk1-sub-pages a:hover
{
    text-decoration:underline;
}
/* End Mk1 Subpages */


/* Monobloc Subpages */

.monobloc-sub-pages
{
    width:600px;
    height:120px;
    text-align:center;
}

.monobloc-sub-pages p
{
    text-align:center;
    font-weight:bold;
    color:#000;
    font-size:10px !important;
}

.monobloc-sub-pages tr
{
    height:30px;
}

.monobloc-sub-pages td
{
    border:1px solid #959595;
    background-color:#ccc;
    height:30px;
    width:145px;
}

.monobloc-sub-pages a
{
    color:#000;
    text-decoration:none;
}

.monobloc-sub-pages a:hover
{
    text-decoration:underline;
}
/* End Monobloc Subpages */

/* Pre-monobloc Subpages */

.premonobloc-sub-pages
{
    width:600px;
    height:120px;
    text-align:center;
}

.premonobloc-sub-pages p
{
    text-align:center;
    font-weight:bold;
    color:#000;
    font-size:10px !important;
}

.premonobloc-sub-pages tr
{
    height:30px;
}

.premonobloc-sub-pages td
{
    border:1px solid #959595;
    background-color:#ccc;
    height:30px;
    width:145px;
}

.premonobloc-sub-pages a
{
    color:#000;
    text-decoration:none;
}

.premonobloc-sub-pages a:hover
{
    text-decoration:underline;
}
/* End Pre-monobloc Subpages */



/* End Sub Pages*/


.sin-left-menu li a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.top-line  { font-family:  Arial, Helvetica, sans-serif;
             font-size: 11px;
             font-weight: bolder;
             color: #ECECEC;
             text-decoration: none;	}


#sin-center-part{ width:965px; height:100%; float:right; margin-left:auto; clear:right;  margin-top:0px;  margin-right:0px; }

#sin-center-part1{ width:965px; height:100%; float:left; margin-left:0px; clear: right;  margin-top:0px;  margin-right:0px; }

#sin-center-main{ width:795px; height:100%; float:right; clear:
                      right; margin-top:0px;  margin-left:auto; margin-right:0px; }
#sin-center-main1{ width:795px; height:100%; clear:both; margin-left:auto; margin-right:auto;
                   margin-top:0px; position: relative ;}

.sin-center-inner{ /*width:670px; height:100%;*/ width:650px; float:left; clear:left;  margin-top:0px; }
.sin-center-inner1{ /*width:666px; height:100%;*/ width:650px; float:left; clear:left;  margin-top:0px;}


.brg-color{ background-color:#DEDEDE;}

.sin-center-image
{
    /*width:670px;*/
    width:650px;
    height: 205px;
    background-image:url(http://assets.hitchcocksmotorcycles.com/images/image-1.1.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    margin-top:0px;
    float:left;
}

.sin-welcome{
    /*width:664px;*/
    width:777px;
    height:45px;
    float:left; clear:left;
    background-image:url(http://assets.hitchcocksmotorcycles.com/images/mide-line-1.jpg);
    background-repeat:repeat-x;
    background-position:left top; margin-top:0px;

}
.sin-welcome1{
    /*width:664px;*/
    width:648px;
    height:45px;
    float:left;
    clear:left;
    background-position:left top;
    margin-top:0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #7E7E7E;
    border-left-color: #7E7E7E;
}	




#sin-right-part
{
    width:170px;
    height:100%;
    float:right;
    clear:right;
}

#sin-right-part img
{
    border:0px;
}

#sin-right-part p{margin:0px; padding:0px;}
.sin-right-part1{ width:170px; height:100%; float:left; clear:left;}

/* Right Hand Shopping Cart */

#sin-right-part1-product-heading
{
    color:#9C2727;
    font-weight:bold;
}

#sin-right-part1-product-heading ul
{
    margin-left:-35px;
}

#sin-right-part1-product-heading li
{
    float:left;
    list-style-type:none;
}



.sin-right-part1-product-item-container
{
    float:right;
    width:165px;
}

#heading-item
{
    margin-right:30px;
}

#heading-qty
{
    margin:0px 5px 0px 5px;
}

#heading-price
{
    margin-left:5px;
}

.sin-right-part1-product-item-title
{
    height:20px;
    width:63px;
    overflow:hidden;
    float:left;
}


.sin-right-part1-product-item-title a
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}


.sin-right-part1-product-item-qty
{
    float:left;
    width:17px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    padding-left:6px;
}

.sin-right-part1-product-item-price
{
    float:right;
    width:65px;
    font-weight:bold;
}

/* End Right Hand Shopping Cart */

.sin-right-quick{ width:148px; height:100%;  background-image:url(http://assets.hitchcocksmotorcycles.com/images/quick-shope.jpg); background-repeat:no-repeat; background-position:center top; height:56px; padding-left:20px;}


.arial10r {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #AE3737;
    text-decoration: none;
    word-spacing: 20px;
}
.sin-iteam{ width:166px; height:26px; float:left; clear:left;}

.sin-right-part1-label
{
    color:#9C2727 !important;
    font-weight:bold !important;
    float:left;
    width:100px;
}

.sin-iteam1-unit
{
    width:70px;
    float:right;
    font-weight:bold;
}

.sin-iteam1{ width:auto; height:16px; padding-top:5px; padding-bottom:4px; float:left; clear:right;}

.arial12b
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left:18px;
    padding-top:22px;
    padding-right:28px;
    padding-bottom:12px;
    font-weight: bolder;
    color: #252E37;
    line-height:18px;
    text-decoration: none;
}

.sin-center-gallry{ width:666px; height:100%; float:left; clear:left;  margin-top:0px; padding-top:6px;
                    height:77px; padding-bottom:4px;}
.sin-image-gallry{ width:166px; height:76px; float:left;  clear:right;}

.sin-footer{ width:795px; height:24px; float:left; clear:left;  margin-top:0px; padding-top:12px; background-image:url(http://assets.hitchcocksmotorcycles.com/images/bottom-penal.jpg); background-repeat:no-repeat; background-position:left top; }

.sin-footer-left
{
    font-family:Arial, Helvetica, sans-serif;
    width:200px;
    float:left;
    clear:left;
    font-size:10px;
    font-weight:bolder;
    color:#E03D17;
    text-decoration:none;
    margin-left:5px;
}


.sin-footer-right{ font-family:  Arial, Helvetica, sans-serif; width:460px; float:right; clear:right;
                   font-size: 10px;
                   font-weight: bolder;
                   color: #4E4E4E;
                   text-decoration: none;}


/*Breadcrumb*/
.breadcrumb
{
    padding: 5px;
    float:left;
    font-size:11px;
    width:345px;
    margin-top:0px;
    font-weight:bold;
    margin-left:5px;
}   					   			

.crumb
{

}

.crumb a
{
    text-decoration:none;
}

/*Menu*/
#sin-menu1
{
    float:right;
    left:134px;
    position:relative;
    top:40px;
    list-style-type:none;
}


#sin-menu2
{
    float:right;
    left:134px;
    position:relative;
    top:65px;
    list-style-type:none;
}



#sin-menu3
{
    float:right;
    left:134px;
    position:relative;
    top:250px;
    list-style-type:none;
}


#sin-menu1 li, #sin-menu2 li, #sin-menu3 li
{
    background-color:#ccc;
    width:150px;
    padding-left:5px;
    margin-bottom:2px;
    border:solid 1px #000;
    float:right;
    clear:both;
}

#sin-menu1 li a, #sin-menu2 li a, #sin-menu3 li a
{
    text-decoration:none;
    font-size:10px;
    color:#000;
}

#sin-menu1 li a:hover, #sin-menu2 li a:hover, #sin-menu3 li a:hover
{
    color:#000;
}

#sub-menu-main
{
    position:absolute;
    top:0px;
    left:5px;
    width:190px;
}
/* Products */

#product_display img
{
    max-height:100px;
}
/* End Products*/

/*Product Small*/


/* Product Small Template */
.sin-featured-part { margin: 15px; margin-bottom: 30px; clear: both; border-bottom: 1px solid #d0d0d0;padding-bottom: 20px }
/*.sin-featured-partsearch { width:600px; }*/
.hrsearch {margin-top: 5px;}
.sin-featu2-img{border:none;width:150px;/*max-height:155px;*/}
.product-image {float:left; background-color: #e0e0e0; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; padding: 5px}
.product-image img {vertical-align: middle; margin: 0px auto; border: 1px solid white}
.product-image p {color: #888888; text-align: center; padding: 0px; margin: 0px; width: 25px; height: 24px; background-image: url(/images/ico-zoom.png); background-repeat: no-repeat; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; overflow: visible; cursor: pointer}
.product-image p span {display: none;}
.product-image p:hover {width: auto; background-color: #f0f0f0}
.product-image p:hover span {display: block; margin-left: 20px; padding-top: 1px}

.prod-mini-small{float:left;margin:8px;}
.prod-mini-small img {max-height:35px;}
.product-image-mini{float:left; margin:25px 0px 0px 5px;width:220px;}
.product-mini-cart{font-weight:bold;}

.title-text {margin-left:190px; text-align:left;}

.sin-featured-title {font-size:16px; font-weight:bold; text-align: left;}
.sin-featured-long-desc {margin-top: 0px; padding-top: 0px}

.price
{
    color:#FF0000;
}

.hr
{
    border-bottom:solid 1px #000;
}


.productsmall {border-collapse: collapse; padding:0; margin:0;font-family:Helvetica, sans-serif ; width: 100%}
.productsmallsearch {width:600px; border-collapse: collapse; padding:0; margin:0;font-family:Helvetica, sans-serif ; font-size: 0.7em;}

.productsmall thead tr {border-collapse: collapse; background-color: #cccccc}

.productsmall tbody tr {border-collapse: collapse; background-color: #eeeeee}

.productsmall tr td {border-collapse: collapse; padding: 8px 10px; font-size: 90%}

.productsmall-code{vertical-align:text-top; width: 55px}
.productsmall-title{vertical-align:text-top;}
.productsmall-price{vertical-align:text-top; width: 55px; text-align:right;margin-right:10px}
.productsmall-addtocart{vertical-align:text-top; width: 150px}
.productsmall-roww {  font-family:Helvetica, sans-serif ; font-size: 0.7em; }

.productsmall input {margin-left: 10px}
.productsmall .unavailable {font-size: 90%}

.cartbtn
{
    padding:3px 5px 3px 5px;
}
.cartbtn2
{
    padding-bottom:0px;margin-bottom:0px;padding:0px;margin:0px;font-family:Helvetica, sans-serif;
}
/*
.productsmall-part
{
	float:left;
	margin-right:10px;
}

.productsmall-desc
{
	float:left;
	margin-right:10px;
}

.productsmall-price
{
	float:left;
}
*/
/* End Product Small */




/* Product Small Exploded Template */
.sin-featured-part-exploded
{
    width:665px;
}

.sin-featu2-img-exploded{border:solid 1px #1C49A4;max-width:430px;}
.product-image-exploded{float:left;width:440px;}
.prod-mini-small-exploded{float:left;margin:8px;}
.prod-mini-small-exploded img {max-height:35px;}
.product-image-mini-exploded{float:left; margin:25px 0px 0px 5px;width:220px;}
.product-mini-cart-exploded{font-weight:bold;}

.title-text-exploded
{
    float:right;
    width:215px;
    margin-right:00px;
    text-align:left;
    height:410px;
    overflow-x:scroll;

}

.options-text-exploded
{
    float:right;
    width:175px;
    margin-right:0px;
    text-align:left;
    height:277px;
}

.sin-featured-title-exploded
{
    font-size:10px !important;
    color:#003399;
    font-weight:bold;
}

.price-exploded
{
    color:#FF0000;
}

.hr-exploded
{
    border-bottom:solid 1px #000;
}


.productsmall-exploded
{
    width:185px;
    float:none;
    height:200px;
    border:1px solid #000;
    margin-left:-23px;
}

.productsmall-exploded td
{
    height:20px;
}


.productsmall-code-exploded{}
.productsmall-title-exploded{}
.productsmall-price-exploded{ height:20px !important;line-height:20px !important;}
.productsmall-addtocart-exploded{}


.cartbtn-exploded
{
    padding:3px 5px 3px 5px;
}

/*
.productsmall-part-exploded
{
	float:left;
	margin-right:10px;
}

.productsmall-desc-exploded
{
	float:left;
	margin-right:10px;
}

.productsmall-price-exploded
{
	float:left;
}
*/
/* End Product Small Exploded */





/* Products Search */
.product-search-list li
{
    list-style-type:none;
}

.paginationList
{
    text-align: right;
}

.paginationList a
{
    padding: 3px;
}

.paginationList a.current
{
    padding: 3px;
    background-color: white;
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/* End Product Search */

/* Amal Subpages - Hints and Tips
.sub-pages-amal
{
	width:690px;
	height:200px;
}

.sub-pages-amal p
{
	font-size:10px;
}

.sub-pages-amal a
{
	color:#000;
	text-decoration:none;
}

.sub-pages-amal ul
{
	width:690px;

}

.sub-pages-amal li
{
list-style-image:url("/images/right_arrow_small.gif");
float:left;
height:63px;
list-style-type:none;
margin-right:60px;
width:100px;
}
End Amal Sub Pages - Hints and Tips */

/**
 * fixes for this right hand tab box thing
 * we make it invisible here then turn it on using js to stop it from jumping around
*/
#container-4 {visibility: hidden}
#container-4 .tabs-nav a {position: static; width: 60px}
#container-4 .tabs-container {margin-top: 0px}
/**
 * end fixes for this right hand tab box thing
*/

/**
 * Add to cart message
 */
div#addedToCartMessage {height: 0px; display: none; position: absolute; background-color: #B6F686; font-size: 20px; z-index: 1000; text-align: center; padding: 10px; width: 100%}

/**
 * News ticker
*/
div#newsticker {display: none; text-align: left; margin-top: 5px; overflow: hidden}
div#newsticker a {color: #FBA712; text-decoration: none; font-size: 110%}
div#newsticker a:hover {text-decoration: underline}

div#currentuserdetails {clear: none; width: auto; float: right; text-align: right}
div.moduletitle {clear: both}
/**
 * Quick search
*/
div#quicksearch_container {display: none; background-color: black; position: absolute; margin-top: -3px; margin-left: -20px; padding: 5px; width: 160px; height: auto; clear: both; color: white;
                           -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 0px solid #cccccc; -moz-box-shadow: 1px 1px 5px #333; -webkit-box-shadow: 1px 1px 5px #333;
}
/**
 * End quick search
*/

/*
 Subpages layout item
*/
li.sub-page-li {float: left; text-align: center;}
li.sub-page-li a {width: 200px; height: 200px; text-decoration: none; margin: 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px; background-color: #f0f0f0; display: block}
li.sub-page-li a:hover {background-color: #d0d0d0}
li.sub-page-li img {padding: 5px; }
li.sub-page-li h3 {font-weight: 400; padding: 5px}
li.sub-page-li a:hover h3 {color: #ffffff}
/*
 End Subpages layout item
*/

/*
 Partsbook layoutitem popup
*/
.partsgroup_product_form form input {text-align: center}
/*
End Partsbook layoutitem popup
*/
/* Forum */

#forum-container{}
#forum-container a {text-decoration:underline !important; color:#000 !important;}
#forum-container a:hover {text-decoration:underline !important; color:#000;}

.forum_thread_locked_message {font-size: 110%; padding: 20px; text-align: center; background-color: #f0f0f0; border: 1px solid #e0e0e0}

/* End Forum */

/**
 * Sales brochure
*/
ul.partsbookcategory {margin-left: -35px; margin-right: -10px}
ul.partsbookcategory li {float: left; list-style: none; width: 154px; height: 180px; clear: right}
ul.partsbookcategory li.picture_container {cursor: pointer; padding: 2px; overflow: hidden; margin: 1px; text-align: center}
ul.partsbookcategory li.picture_container:hover {background-color: white}
ul.partsbookcategory li.picture_container a {display: block}
ul.partsbookcategory div.partsbook_details {display: none}
/**
 * end Sales brochure
*/

/**
 * forum search
*/
#forumsearchform {clear: both; padding: 5px;}

#forumsearchform.expanded {background-color: white; border: 1px solid #dddddd}

#forumsearchform > p a {cursor: pointer}
#forumsearchform > p {float: right; padding: 3px}
#forumsearchform.expanded > p {background-color: #dddddd}



.searchResult_forumPost h3 {margin: 0px; padding: 0px}
.searchResult_forumPost .visibilityToggle a {margin: 0px; padding: 0px; font-size: 90%; cursor: pointer}
.searchResult_forumPost div.details {background-color: white; margin: 5px 30px; padding: 5px; overflow: hidden}
.searchResult_forumPost div.details:hover {overflow: auto}

.searchresult_product .price_info {}
.searchresult_product .price_info textarea {width: 100%}
/**
 * end forum search
*/

/*
 * Forum stripe classes
 */
.lightStripe_technical {background-color: #e0e0ff !important}
.darkStripe_technical {background-color: #d0d0f0 !important}

.lightStripe_forsale {background-color: #ffe0e0 !important}
.darkStripe_forsale {background-color: #f0d0d0 !important}

.lightStripe_social {background-color: #ffffe0 !important}
.darkStripe_social {background-color: #f0f0d0 !important}

/*
 * Classes to prevent TinyMCE from flashing up when posting in the forums
 */
#forums_postreply {display: none; width: 100%}
#forums_postreply .clear {height: auto}
#forums_postreply label#lbl_tandc {width: 250px}
/*
 * Classes for the forum tables
 */
table.forumthreads {}
table.forumthreads thead tr td {color: #dddddd}
table.forumthreads thead tr td a {color: #eeeeee; display: block}

table.forumthreads thead tr td.clickable {background-color: #777777 !important; color: white !important}
table.forumthreads thead tr td.clickable a {color: #ffffff}

table.forumthreads thead tr td.selected {background-color: #8E0222 !important; color: white !important}
table.forumthreads thead tr td.selected a {color: #ffffff}

table.forumthreads a {font-weight: 700}
table.forumthreads a:visited {font-weight: 400; color: #666666}
/*
 * Classes for the forum post tables
 */
table.forumposts {font-size: 130%}
table.forumposts .smalltext {font-size: inherit; color: #666666}
#content table.forumposts p {font-size: inherit}

/*
 * Forum summary
 */

.message_board_list {clear: both}
.message_board_list ul {list-style: none; margin: 0px; padding: 0px; clear: both}
.message_board_list ul li {float: left}
.message_board_list ul li a {color: white; margin: 0px 5px; font-size: 120%; border: 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px}

.message_board_list .forum_5 a {background-color: #d0d0f0; color: black; border-color: #d0d0f0}
.message_board_list .forum_6 a {background-color: #f0d0d0; color: black; border-color: #f0d0d0}
.message_board_list .forum_7 a {background-color: #f0f0d0; color: black; border-color: #f0f0d0}

.forum_summary_filter {clear:both; padding-bottom: 40px}
.forum_summary_filter ul {list-style: none; clear:both}
.forum_summary_filter ul li {padding: 5px; float: left}
.forum_summary_filter ul li a {padding: 5px 10px}
.forum_summary_filter ul li a.selected {-moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #e0e0e0; color: white}

.forum_summary > .forumpost_summary {margin-bottom: 25px}

.forumpost_summary {clear: both}
.forumpost_summary .forumpost_summary_forum {-moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #d0d0d0; color: white; float: left; margin-right: 5px; padding: 0px 5px}

.forumpost_summary .forum_5 {background-color: navy;}
.forumpost_summary .forum_6 {background-color: red;}
.forumpost_summary .forum_7 {background-color: yellow; color: black}

.forumpost_summary h3 {margin: 0px; padding: 0px}
.forumpost_summary p {margin: 0px; padding: 0px}
.forumpost_summary .forumpost_summary_reply{margin-left: 30px; margin-top: 3px; margin-bottom: 25px; clear: both}
.forumpost_summary p.forumpost_summary_date {float: right; background-color: #d0d0d0; color: white; padding: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px}

.forumpost_summary_reply .forumpost_summary {padding: 3px 0px}
.forumpost_summary_reply .forumpost_summary_date{font-size: 90% !important; padding: 0px 5px !important}

.forumpost_summary .forum_5 {background-color: navy;}
.forumpost_summary .forum_6 {background-color: red;}
.forumpost_summary .forum_7 {background-color: yellow; color: black}

.forumpost_summary_reply ul {margin: 0px; padding: 0px; list-style: none}
.forumpost_summary_reply ul li {border-bottom: 1px solid #ffffff; padding: 2px; -moz-border-radius: 5px; -webkit-border-radius: 5px}
.forumpost_summary_reply ul li:hover {border-bottom: 1px solid #ffffff; background-color: #f2f2f2}
/*
 * End Forum summary
 */

 div#forums_postreply label
{
	width: 100px;
        display: block;
        float: left;
}

/*
 * Forum banned words admin
 */
div.add_banned_word_form {background-color: #f0f0f0; padding: 10px}

div.banned_word_list {margin-left: 30px;}
div.banned_word_list table tr {margin: 3px;}
div.banned_word_list table tr td {width: 200px;}
/**
 * News list
*/
.newssummary_list {}
.newssummary_list ul {list-style: none}

.newssummary_list ul li {clear: both; padding: 10px 5px 20px; border-bottom: 1px solid #d0d0d0; margin-bottom: 20px}
.newssummary_list ul li h3 {margin: 0px; padding: 0px}
.newssummary_list ul li h3 span {margin-left: 70px; display: block}
.newssummary_list ul li a img {float: left; margin: 5px; border: 3px solid #e0e0e0}
.newssummary_list ul li a:hover img {border-color: #333333}
.newssummary_list ul li p {margin: 0px; padding: 2px 2px 10px; margin-left: 70px}
.newssummary_list ul li p.newsitem_date {margin: 5px; padding: 5px; margin-left: 70px; background-color: #d0d0d0; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; float: right}
/**
 * end News list
*/

/**
 * News details
 */
.newsdetails h1 {}
.newsdetails p.newsdetails_date {margin: 5px; padding: 5px; margin-left: 70px; background-color: #d0d0d0; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; float: right; clear: both}
.newsdetails .newsdetails_contents {clear: both}
.newsdetails .newsdetails_pictures {float: right}
.newsdetails .newsdetails_pictures img {border: 3px solid #e0e0e0; margin: 5px}
/**
 * End News details
 */


/*
 * Search section
*/
div.search_form_container {border-bottom: 1px solid #d0d0d0}

.search_result_summary {width: 30%; float: left; padding: 5px 5px}
.search_result_summary ul {clear: both; margin: 0px; padding: 0px}
.search_result_summary ul.selected {display: block}
.search_result_summary ul li {padding: 10px; border-bottom: 1px solid #d0d0d0; margin-bottom: 5px}

.search_result_summary h3 {margin: 0px; padding: 0px; font-size: 120%}

.search_result_summary_header {margin-bottom: 20px;}
.search_result_summary_header p {margin: 0px; padding: 0px}

.search_result_centre {background-color: #f0f0f0; padding: 5px 10px}

.news_search_results {float: right}

.totals {font-size: 110%; padding: 15px; text-align: center; border-bottom: 1px solid #d0d0d0}

.searchresult_product .categories {padding-top: 20px}
/*
 * End Search section
*/

/*
 * sitemap
*/
.sitemap div.clear {clear: none}
.sitemap h2 {clear: both; border-bottom: 1px solid #eeeeee; border-top: 1px solid #bbbbbb; padding: 20px}
.sitemap h3 {padding-top: 10px; margin-top: 10px; padding-left: 10px}
.sitemap ul {}
.sitemap .accessorycatalogue_category {margin-left: 30px; border-left: 5px solid #eeeeee}
/*
 * end sitemap
*/

/* Used Parts Guide */

/*table.forumthreads thead tr td.clickable
#used-parts-guide
{
	height:90px;
	width: 300px;
	float:none;
	width:100%;
	border-bottom: 1px solid #000;
	margin: 10px 0px 0px 0px;
}

#used-parts-guide-left{float:left; margin: 0px 10px 0px 0px; width:160px;}
#used-parts-guide-left strong { color: #cc0033;}

#used-parts-guide-middle{float:left; margin: 0px 20px 0px 0px;}
#used-parts-guide-middle strong {}

#used-parts-guide-right{float:left; margin: 0px 10px 0px 0px;}
*/

.used_parts_quality_guide {clear: both; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #eeeeee;}
.used_parts_quality_guide h4 {font-weight: 400; padding: 7px; margin: 0px; float: left}
.used_parts_quality_guide ul {float: left; margin: 0px; padding: 0px}
.used_parts_quality_guide ul li {list-style: none; float: left;}
.used_parts_quality_guide ul li p {padding: 5px; margin: 0px}
.used_parts_quality_guide ul li p span {margin: 0px 5px; padding: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-weight: 700; background-color: white}

/*
.used_parts_quality_guide ul li.quality_10 p span {background-color: #aaffaa}
.used_parts_quality_guide ul li.quality_9 p span {background-color: #ddffdd}
.used_parts_quality_guide ul li.quality_7 p span {background-color: #eeffdd}
.used_parts_quality_guide ul li.quality_5 p span {background-color: #ffffdd}
.used_parts_quality_guide ul li.quality_4 p span {background-color: #ffdddd}
.used_parts_quality_guide ul li.quality_2 p span {background-color: #ffbbbb}
*/

.used_parts_quality_guide p.price_vat_message {clear: both; padding: 5px 10px; margin: 0px auto; font-weight: 700; background-color: #dddddd; -moz-border-radius: 5px; -webkit-border-radius: 5px}
/* End Used Parts Guide */

div.postage_and_pricing_message {padding: 0px 20px; color: #cc0000}

/*
 * accessory catalogue layoutitem
*/
div.accessorycatalogue_category {clear: both; margin-bottom: 20px}
div.accessorycatalogue_category h3 a {text-decoration: none}
div.accessorycatalogue_category h3 a:hover {text-decoration: underline}
div.accessorycatalogue_category ul {clear: both; margin: 0px; padding: 0px; margin-left: 20px}
div.accessorycatalogue_category ul li {display: block; float: left; list-style: none; padding: 5px;}
div.accessorycatalogue_category ul li a {padding: 5px 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-decoration: none}
div.accessorycatalogue_category ul li a:hover {background-color: #eeeeee; color: #000000; text-decoration: none}

div.accessorycatalogue_category ul li.category a {background-image: url(/images/ico-category.png); background-position: left; background-repeat: no-repeat; padding-left: 22px}
div.accessorycatalogue_category ul li.product a:hover {background-color: #86021F; color: white}
/*
* end accessory catalogue layoutitem
*/

/*
 * Home page
 */
div#home_images {}
div#home_images div.message {-moz-border-radius:15px;-webkit-border-radius:15px;background-color:white;border:1px solid #D0D0D0;display:none;height:250px;margin:-251px 0 0 -50px;overflow:hidden;padding:15px;position:absolute;width:250px;}
div#home_images div.message h2 {font-size: 110%}
div#home_images div.message_content {height: 200px; overflow: auto; padding: 5px; }
div#home_images div.message_content p {font-size: 90%}
/*
 * End Home page
 */

/*
 * Help page
*/
div#website_help {}
div#website_help div.help_section {clear: both; border-top: 1px solid #cccccc; padding: 5px}
div#website_help div.help_section h3 {float:left; width: 170px; margin: 0px; padding: 0px; margin-top: 11px}
div#website_help div.help_section h3 a {text-decoration: none}
div#website_help div.help_section p {margin-left: 200px;}
/*
 * End Help page
*/

/*
Technical notes page
*/
table#technical_notes td {vertical-align: top}
/*
End Technical notes page
*/

/* fix for the height:0 problem with the clear class on the news page */

#managenews div.clear {height: auto !important; line-height: normal !important}/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/**
 * leftnav.css
 *
 * CSS for the left-hand navigation bar
 *
 * CSS
 *
 *  @category Stylesheets
 *  @package  Hitchcocks
 *  @author   Sincordia Support <support@sincordia.com>
 *  @license  http://www.sincordia.com Sincordia
 *  @link     http://www.sincordia.com
 */


/**
 * General Menu Classes
 */

/*
div.sin-left-menu {clear: both}
div.sin-left-menu div {margin: 0px; padding: 0px;}
div.sin-left-menu ul {margin: 0px; padding: 0px; margin-left: 190px; position: absolute; display: none; background-color: #ffffff}
div.sin-left-menu ul li {width: 190px; list-style: none; clear: both; display: block; margin: 0px; padding: 0px}
div.sin-left-menu ul li p {display: block; float: left; margin: 0px; padding: 0px}
div.sin-left-menu ul li p a {width: 180px; display: block; margin: 0px; padding: 5px; font-size: 10px; font-weight: 400; text-decoration: none; height: auto; color: #000000;}
div.sin-left-menu ul li p a:hover {font-weight: 400; background-color: #dddddd; font-size: 12px; font-weight: 400; text-decoration: none; height: auto; color: #ffffff}
*/

/**
 * Top Level Classes
 */
/*
div.sin-left-menu > ul > li > ul {display: none}
div.sin-left-menu > ul {width: 166px; margin: 0px; padding: 0px; display: block; padding-bottom: 100px; background-color: #ffffff; background-image: url(/images/brg-box.jpg); background-repeat: no-repeat; background-position: bottom}
div.sin-left-menu > ul > li {width: 166px; padding: 3px 0px}
div.sin-left-menu > ul > li > div > p a {width: 166px; height: 22px; margin: 0px; padding: 0px;}
div.sin-left-menu > ul > li > div > p a:hover {height: 22px; background-color: transparent;}

div.sin-left-menu > ul > li > div.expanded > p a {background-position: 0 -22px}
*/

/**
 * First Dynamic Level Classes
 */
/*
div.sin-left-menu > ul > li > div > ul {margin-left: 160px}
*/
/**
 * All Dynamic Level Class
 */
/*
div.sin-left-menu ul li ul li p a {background-image: url(images/leftnav/a-bg-default.png); background-color: #ffffff; background-repeat: no-repeat; width: 180px;}
div.sin-left-menu ul li ul li p a span {width: 140px; padding-right: 40px}

div.sin-left-menu ul li ul li div.expanded > p > a {background-image: url(images/leftnav/a-bg-expanded.png); background-color: #a0a0a0; background-repeat: no-repeat; color: #dddddd;}

div.sin-left-menu ul li ul li div.expanded p a:hover {background-image: url(images/leftnav/a-bg-hover.png) !important; background-color: #908D8D; background-repeat: no-repeat; color: #ffffff}
*/

div#leftnavmenu {margin: 0px; padding: 0px; margin-left: -4px}

div#leftnavmenu a {text-decoration: none; display: block}

div#leftnavmenu ul {list-style: none; margin: 0px; padding: 0px}
div#leftnavmenu ul li {list-style: none; margin: 0px; padding: 0px}

div#leftnavmenu > ul {}
div#leftnavmenu > ul > li {cursor: pointer; background-repeat: no-repeat; background-image: url('http://assets.hitchcocksmotorcycles.com/images/white_btn.png');padding: 10px 0px 20px 20px}

div#leftnavmenu > ul > li.over,
div#leftnavmenu > ul > li:hover {color: white; background-image: url('http://assets.hitchcocksmotorcycles.com/images/hover_btn.png')}

div#leftnavmenu > ul > li > a {color: black;min-height:1%}
div#leftnavmenu > ul > li.over > a,
div#leftnavmenu > ul > li:hover > a {color: white}

div#leftnavmenu > ul {}
div#leftnavmenu > ul > li ul {display: none; position: absolute; margin-left: 145px; margin-top: -21px}

div#leftnavmenu > ul > li ul li {height: 28px}
div#leftnavmenu > ul > li ul li a {border: 1px solid white; margin-top: -1px; min-width: 250px; padding: 6px 5px; background: url(http://assets.hitchcocksmotorcycles.com/images/sub_menu_bg.png) repeat-x 50% 0%; color: white; display: block}
div#leftnavmenu > ul > li ul li a:hover {color: #F9A512}

div#leftnavmenu > ul > li ul li ul {margin-left: 260px; margin-top: -27px}

/*div#leftnavmenu > ul > li.over > ul,*/
.noJQuery div#leftnavmenu > ul > li:hover > ul {display: block}

/*div#leftnavmenu > ul > li.over > ul > li.over > ul,*/
.noJQuery div#leftnavmenu > ul > li:hover > ul > li:hover > ul {display: block}

div#leftnavmenu a.has_subcats span {background-image: url('http://assets.hitchcocksmotorcycles.com/images/greenarrow.gif'); background-repeat: no-repeat; background-position: right center; display: block}
div#leftnavmenu > ul > li > a.has_subcats span {margin-right: 10px}body {
	margin:0px;
	padding:0;
	background:url(http://assets.hitchcocksmotorcycles.com/images/main_bg.png) top repeat-x #fcfff4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
	
}

a {
	margin:0px;
	padding:0px;
}

.left {
	float:left;
	margin:0px;
	padding:0px;
}

.right {
	float:right;
	margin:0px;
	padding:0px;
}

#mainDiv {
	color:#FFF; margin:0 1%; background:#86021f; height:auto; position:relative; padding:0px;
}

#HeaderMain {
	background:url(http://assets.hitchcocksmotorcycles.com/images/header_bg.png) top repeat-x #86021f;
	margin:0px;
	padding:10px 10px 0 10px;
	min-height:89px;
	*height:80px;
}

#HeaderMain input {border: none}

.HomeIcon {
	margin:15px 115px 5px 0;
	letter-spacing:10px;
	padding:0px;
	border:none;
}

.ScroolingText {
	font-size:11px;
	color:#fed0bb;
	text-align:left;
	width:420px;
	margin:0 10px;
	padding:0px;
}

.SearchfillTextBg {
	background:url(http://assets.hitchcocksmotorcycles.com/images/search_bg.png) top repeat-x;
	margin:0px;
	padding:0px;
	width:113px;
	line-height:23px;
	height:23px;
	text-align:left;
	font-size:11px;
	color:#000000;
	border:none;
}

#TopRightMain {
	width:285px;
	margin:0px;
	padding:0px;
}

#PhoneNo {
	font-size:14px;
	text-align:right;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
	padding:0px;
	float:right;
}

#PhoneNo b {
	color:#fba712;
	margin:0px;
	padding:0px;
}

.PhoneIcon {
	margin:55px 0 0 0;
	padding:0px;
	float:right;
}


#container {
	font-size: 0.8em;
	margin:0 auto;
	padding: 20px;
	overflow: hidden;
	min-width: 760px;
	*padding:0px;
/*	max-width: 1000px;*/
}
* html #container {
	width:expression(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	> 1100 ? "1000px" : (((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) < 800 ? "760px" : "auto"));
}

#content {
	margin-left: 163px;
	background:#FFF;
	margin-right: 151px;
	border-right: solid 2px #86021f;
	border-left: solid 2px #86021f;
	padding:0px;
	margin-top:0px;
	min-height:552px;
	*height:552px;
    width: auto;
}

#RightMain {
	float:right; width:149px;
	background:url(http://assets.hitchcocksmotorcycles.com/images/red_cor_bottom.png) center bottom no-repeat #f2cdd5;
	padding:0px;
	border-right:2px solid #870521;
	min-height:552px;
	height:100%;
}

#RightMain input {border: none}

#LeftMain {
	float:left;
	width:162px;
	padding:0px;
	background:url(http://assets.hitchcocksmotorcycles.com/images/red_bottom_cor.png) center bottom no-repeat #f2cdd5;
	/*border-right:1px solid #870521;*/
	border-left:1px solid #870521;
	height:100%;
	min-height:552px;
}

.MyBasketHead {
	background:url(http://assets.hitchcocksmotorcycles.com/images/yellow_bg.png) top repeat-x;
	line-height:30px;
	text-align:left;
	font-size:14px;
	color:#000;
	width:139px;
	float:left;
}

.BlackText {
	font-size:11px;
	color:#000000;
	text-align:left;
	margin:10px;
	line-height:20px;
        height: 10px;
}

.BasketIcon {
	margin:-20px 0 0 100px; padding:0px; position:absolute; *position:relative; z-index:2;
}

.RedDotLine {
	background:url(http://assets.hitchcocksmotorcycles.com/images/red_dot_line.png) repeat-x;
	margin:10px 10px;
	padding:0px;
	height:5px;
}

h6 {
	font-size:12px;
	margin:0 auto;
	padding:0px;
	text-align:left;
	width:115px;
	color:#900222;
	clear:both;
}

.News p {
	color:#900222;
	text-align:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:115px;
	margin:0 auto;
}

.NewsImg {
	margin:10px auto; width:115px;
}

h5 {
	color:#2f9309;
	text-align:right;
	float:right;
	margin:5px 0;
	padding:0px;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

h5 a {
	color:#2f9309;
	text-align:right;
	float:right;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-decoration:none;
}

h5 :hover {
	color:#900222;
}

.SundayTime {
	background:#fddba0; height:38px; font-size:11px; text-align:center; margin:0px; color:#880120; padding:0px; vertical-align:bottom; clear: both;
}

.CenDiv {
	color:#000; padding:5px 10px; margin:0px; overflow: auto; overflow-x: auto; overflow-y: visible;
}

.CenInnerDiv {
	width:47%; margin:0; background:#CCC; padding:1%;
}

.Banner {
	margin:0 auto;
	width:656px;
	padding:10px 0;
}

.PinkBg {
	background:url(http://assets.hitchcocksmotorcycles.com/images/pink_bg.png) bottom center no-repeat;
	min-height:50px;
	width:625px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#880120;
}

.BigImgDiv {
	margin:0 auto; width:652px; height:50px;
}

.BottomBg {
	background:url(http://assets.hitchcocksmotorcycles.com/images/bottombg.png) top repeat-x;
	min-height:61px;
	color:#fff;
}

.SincordiaLogo {
	float:right; margin:15px 20px;
}

.AddressText {
	text-align:center;
	margin:0px 0 0 170px;
	padding:20px 0 0 0px;
	color:#ffffff;
	font-size:11px;
}

.AddressText p {
	text-align:center;
	margin:5px 0 0 0px;
	padding:0px;
	color:#c98191;
	font-size:11px;
	text-decoration:none;
}

.AddressText p a {
	text-align:center;
	margin:0px;
	padding:0px;
	color:#c98191;
	font-size:11px;
	text-decoration:none;
}

.AddressText p :hover {
	text-align:center;
	margin:0px;
	padding:0px;
	color:#fff;
}

#backToTop {display: none; -moz-border-radius:0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background-color:black; color:white; padding:5px;
position:fixed;right:20px;text-align:center;top:0;width:100px;z-index:1000; border:1px solid white; border-top: none;}

#backToTop a {color: white}

/*
 * fitting guides
 */
.fitting_guide {}
.fitting_guide table {width: 100%; font-size: 14px}
.fitting_guide table thead tr {background-color: #e8e8e8}
.fitting_guide table th {padding: 10px !important}
.fitting_guide table tbody tr:nth-child(2n) {background-color: #f6f6f6}
.fitting_guide table td {padding: 10px !important}
.fitting_guide table .title {text-align: left}

.fitting_guide_link {margin: 0px; padding: 0px}
.fitting_guide_link a {text-align: center; margin: 10px 0px 5px; background-color: #E0E0FF;border: 3px solid #6060C0;border-radius: 8px 8px 8px 8px;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);clear: both;color: #6060C0; display: block; float: left; width: 150px; font-size: 12px;font-weight: 700;padding: 5px 4px;}
.fitting_guide_link a:hover {background-color: white; color: #3030c0; border-color: #3030c0}

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	position: relative;
    top: 0;
    z-index: 999;
	float:right;
}

.tab ul.login {
	display: block;
	position: relative;
  	height: 23px;
	width: auto;
  	font-weight: bold;
	line-height: 23px;
	margin: 0;
  	color: white;
  	font-size: 12px;
	text-align: right;
	
}

.tab ul.login li.left {
  	background: url(http://assets.hitchcocksmotorcycles.com/images/tab_l.png) no-repeat left 0;
  	height: 42px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	width: 30px;
	padding:0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: right;
	display: block;
	float: left;
	height: 23px;
  	/*background:url(http://assets.hitchcocksmotorcycles.com/images/enquirier_bg.png) top right no-repeat;*/
	padding:0px;
	font-size:14px;
}

.tab ul.login li a {
	color: #0F0;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	width: 75px;
	position: relative;
	top: 0px;
	padding:0px;
}

.tab a.open {background: url(http://assets.hitchcocksmotorcycles.com/images/bt_open.png) no-repeat left 0; height: 23px !important}
.tab a.close {background: url(http://assets.hitchcocksmotorcycles.com/images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(http://assets.hitchcocksmotorcycles.com/images/bt_open.png) no-repeat left -23px;}
.tab a:hover.close {background: url(http://assets.hitchcocksmotorcycles.com/images/bt_close.png) no-repeat left -20px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 225px;
    z-index: 999;
    text-align: center;
	float:right;
	/*
    left:75%;
    margin-left: -200px;
    */
    right: 211px;
    top: 40px;

}

#panel {
/*	width: 100%;*/
	color: #ffffff;
	background: #000000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border:solid 2px #fff;
	font-size:12px;
}

#panel h1 {
	font-size: 20px;
	padding: 5px 0 10px;
	margin: 0;
	color: #f58012;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #999;
	font-size:11px;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	/*padding-top: 15px;*/
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 202px;
	float: left;
	padding: 0 10px;

}

#panel .content .right {
	border-right: 0px;
}

#panel .content form {
	margin: 0 0 5px 0;
}

#panel .content label {
	float: left;
	padding:0px;
	clear: both;
	font-size:12px;
	padding-top: 7px;
        width: 65px;
	display: block;
}

#panel .content input.field {
	border: 1px #999 solid;
	background: #333;
	margin-top: 4px;
	width: 120px;
	color: white;
	height: 16px;
	float:right;
}

#panel .content .field1 {
	border: 1px #999 solid;
	background: #333;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
}

#panel .content input:focus.field {
	background: #000000;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(http://assets.hitchcocksmotorcycles.com/images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(http://assets.hitchcocksmotorcycles.com/images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #fff;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;

}

.ddsubmenustyle li a{
display: block;
min-width: 250px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: lightyellow;
text-decoration: none;
padding: 6px 5px;
border-bottom: 1px solid white;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 260px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 163px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin:0 0 0 -4px;

}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0;
border:none;
}

.markermenu ul li a{
background:url(../images/white_btn.png) left no-repeat; /*light gray background*/
color: #000;
display: block;
width: auto;
padding: 10px 0 20px 20px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 163px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #f9a512;
background:url(../images/hover_btn.png) left no-repeat;
font-weight: 400;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: url(../images/sub_menu_bg.png) top repeat-x;
}

.blackwhite li a:hover{
background: url(../images/sub_menu_bg.png) top repeat-x;
color: #f9a512;
}/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0px;
	/* width:128px; */
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 1px 0 0;
    min-width: 50px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #890121;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
	color: #890121;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 43px; /* IE 6 treats width as min-width */
    min-width: 43px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border: 1px solid #870521;
    padding: 1em 8px;
    background: #fff;/* declare background color for container to avoid distorted fonts in IE while fading */
	/* width:126px; */
    border-top-color: #FFE8ED;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
/*
 * Amended from the defaults to use images served from assets subdomain
 */
#facebox_container{
    /*background-image: url(http://assets.hitchcocks.sincordia.co.uk/images/icons/gr-black-opac50.gif);*/
    width: 100%;
    height: 100%;
}

#facebox .b {
  background:url(http://assets.hitchcocksmotorcycles.com/scripts/facebox/b.png);
}

#facebox .tl {
  background:url(http://assets.hitchcocksmotorcycles.com/scripts/facebox/tl.png);
}

#facebox .tr {
  background:url(http://assets.hitchcocksmotorcycles.com/scripts/facebox/tr.png);
}

#facebox .bl {
  background:url(http://assets.hitchcocksmotorcycles.com/scripts/facebox/bl.png);
}

#facebox .br {
  background:url(http://assets.hitchcocksmotorcycles.com/scripts/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
  max-width: 500px;
}

#facebox .header {
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: right;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  display: none;
}

#facebox .content {
    width: 520px;
    text-align: center;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  /*background-color: #000;*/
  /*background-image:url(/images/icons/gr-black-opac50.gif);*/
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div.gallery_content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 500px;
}
div.gallery_content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.gallery_content a:focus, div.gallery_content a:hover, div.gallery_content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	/*position: relative;
    text-decoration: line-through;
    */
	/* height: 502px; This should be set to be at least the height of the largest image in the slideshow */
    margin-left: 30px;

    text-decoration: overline;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	/*
    position: absolute;
	top: 0;
	left: 0;
    */
}
div.slideshow a.advance-link {
	display: block;
	/*width: 550px;
	height: 502px;  This should be set to be at least the height of the largest image in the slideshow */
	/* line-height: 502px; This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	/*position: relative;
    height: 75px;
    text-decoration: overline;
    */
	clear: left;
    text-align: center;
    
}
span.image-caption {
	display: block;
	/*position: absolute;
	width: 550px;*/
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
    /*width: 810px;*/
}
div.image-title {
	/*font-weight: bold;*/
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.gallery_navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
    float: left;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
    height: 50px;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
/* 
    Document   : hitchcocks.css
    Created on : 16-Nov-2009, 10:24:58
    Author     : Ads
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
div#partsbookpage_addproduct a {cursor: pointer}

.partsbook-li
{
	clear:none;
	float:left;
	height:200px;
	list-style-type:none;
	width:148px;
	text-align:center;
    padding: 9px;
}

.partsbook-li a
{
    font-size: 90%;
    text-decoration: none;
}

.partsbook-li a:hover
{
    color: #333333;
}

.partsbook-li a img
{
    border: 1px solid #cccccc;
    padding: 3px;
    background-color: #ffffff;
    clear: both;
}

.partsbook-li a:hover img
{
    border: 1px dotted #333333;
}

.partsbook-li a span
{
    clear: both;
    display: block;
}

.pageLink {width: 100px; padding: 5px}
.pageLink h3 {font-size: 110%; font-weight: 400; margin: 0px; padding: 2px}
.pageLink h3 a {color: black; text-decoration: none; display: block}
.pageLink p {font-size: 85% !important; padding: 5px; width: 100px; position: absolute; display: none; background-color: #ffffff; -wekbit-border-radius: 5px; -moz-border-radius: 5px; -moz-box-shadow: 1px 1px 5px #333; -webkit-box-shadow: 1px 1px 5px #333}
.pageLink:hover {}
.pageLink:hover p {display: block}

.nextPage {float: right}
.nextPage {text-align: right}

.previousPage {float: left}

.infoText {text-align: center}
.partsbookAmalMessage {text-align: center}

#partsbookpageImage {text-align: center; /*width: 467px;*/ margin: 0px auto;}

#partsbooklist {list-style: none}

#partsbooklist .partsbook a {text-decoration: none}
#partsbooklist .partsbook h2 {font-weight: 400; font-size: 90%}

div.groupSummary {position: absolute; padding: 5px; font-size: 90%; width: 150px; display: none; -wekbit-border-radius: 5px; -moz-border-radius: 5px; background-color: #f0f0f0;  -moz-box-shadow: 1px 1px 5px #333; -webkit-box-shadow: 1px 1px 5px #333}
div.groupSummary h3 {font-weight: 700; font-size: 140%; margin: 2px 0px; padding: 0px; text-align: left; color: #aaaaaa}
div.groupSummary p {font-weight: 400; font-size: 90% !important;}
div.groupSummary p.code {text-align: right; font-size: 80% !important}

.partsgroup_positiondetails h2 {color: #aaaaaa; text-align: center}
