﻿/* --- Main Content --- */
#breadcrumbs 
{
    font-size: 0.71em;
    padding: 10px 0px 20px 10px;
}

#container-right .box
{
    margin: 0px 10px 20px 35px;
    text-align: right;
}

.box
{
	line-height:1.18em;
	
}

.box a
{
	
	text-decoration: none;
	font-size: 0.8em;
} 

.box a:hover
{
	text-decoration: underline;
} 

.box ul
{
    
    list-style: none;
    margin: 0px;
    padding: 3px;
}

.title
{
    color:#000000;
	font: bold 0.85em "Trebuchet MS", helvetica, sans-serif;
	margin-bottom: 5px;
}

.paragraph
{
    text-align: justify; 
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 0.85em;
    line-height:1.6em;
}

.boxed-content
{
    border-width: 1px;
	border-color: #000000;
	border-style: solid;
    padding-bottom:10px;
    padding-left: 5px;
    padding-right: 5px;
    /* background: url(../images/skin.jpg) repeat; */
} 

.boxed-content ul
{
    
    list-style: none;
    margin: 0px;
    padding: 3px;
    font-size: 0.85em;
    line-height:1.6em;
}

.videobox
{
    text-align: center;
}

.small-text
{
    font-size: 0.71em;
}

.medium-text
{
    font-size: 0.8em;
}

.imageLeft
{
    float:left; 
    padding-right: 10px;
}

.buynow
{
    width: 120px;
    height: 240px;  
}

.banner
{
    text-align: center;
}

.left-column
{
    float: left;
    width: 48%;
}

.right-column
{
    float: right;
    width: 48%;
}

input[type=button], input[type=submit]
{
    border: 1px solid;
    background-color: #FFFFFF;
    padding-top: 2px;
    font-variant: small-caps;      
}

.rssLabel
{
    margin: 15px 1px auto 5px;
    padding-top: 5px;
    height: 16px;
    vertical-align: middle;
    font-weight: bold;

    
}

.itemInfo div
{
    font-size: 0.95em;
}

.itemInfo h2
{
    font-size: 1.1em;
    margin-bottom: 5px;
}

/* --- Image Bar --- */
.imageBar
{
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.imageBar div
{
    width: 100%; 
    position:relative
}

/* --- Summary Content --- */
.summarySubtitle
{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.summaryImage
{
    float:left; 
    padding: 5px;  
}

.summaryImageSize
{
    width: 150px;
    height: 134px; 
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}

.formField
{
    width: 200px;
    margin-bottom: 10px;  
    background-color: #E7EBEC;
    border-style: none; 
}

.formTextArea
{
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    background-color: #E7EBEC;
    border-style: none;

}
.formTextAreaSmall
{
    width: 60%;
    height: 100px;
    margin-bottom: 10px;
    background-color: #E7EBEC;
    border-style: none;

}