/* Color Properties for Hyperlinks */
a.no_underline 
{
 text-decoration: none;
 font-family: Tahoma;
 font-size: 12px;
 color: #355773
}

a.whatsnew_links
{
 text-decoration: none;
 font-family: Arial;
 font-size: 11px;
 color: #355773
}
a.whatsnew_links:hover {text-decoration: underline; color: #355773}

a.general
{ 
 font-family:Arial;
 font-size: 12px;
 text-decoration: none;
 color: #355773
}
a.general:hover {text-decoration: underline; color: #355773}

a.breadcrums 
{
 text-decoration: none;
 font-family: Arial;
 font-weight: Bold;
 font-size: 12px;
 color: #355773
}

a.footer
{
 font-family: Arial;
 font-size:10px;
 color:#CCCCCC
}

a.viewallbrands
{
 text-decoration: none;
 font-family: Tahoma;
 font-size: 12px;
 color: #355773
}
a.viewallbrands:hover {text-decoration: underline; color: #355773}

a.paging
{
 font-family: Arial;
 font-size: 12px;
 color: #777777;
 font-weight: Bold
}
a.paging:hover {text-decoration: underline; color: #355773}

/* Color Properties for pricing and name of three products in main page */
.smalltxt
{
font-family: Arial;
font-size: 12px;
color: #777777
}


/* Color Properties for NewsLetter */
table.newsletter
{
 background-color: #eda01b;
 border-color: #dedede;
 font-family: Myriad Pro Condensed;
 color: #ffffff;
 font-weight: Bold;
 font-size: 19px
}

.newsletter_inner_text
{
 font-size: 11px;
 color: #ffffff;
 font-family: Arial
}

/* Color Properties for Brands and Categories and Search Tables*/
table.cat_bra_search
{
 background-color: #f8fbf6;
 border-color: #dedede;
 font-family: #Tahoma;
 font-size: #11px;
 font-color: #355773
}

/* Color Properties for subtitles */
table.subtitles
{
 font-family: Nueue Helvetica 35 Thin;
 color: #6d6d6d;
 font-size: 30px;
}
a.subtitle
{
 text-decoration:none;
 color: #6d6d6d;
}

/*Color Properties for Product_View Page*/
table.productname
{
 font-color: #000000;
 font-family: 'Myriad Pro (Condensed)';
 font-size: 24px;
 font-weight: Strong
}

.brandname
{
 color: #7d7d7d;
 font-family: Arial;
 font-size: 14px 
}

.price
{
 color: #355773;
 font-family: Arial;
 font-size: 21px;
}

.shipping
{
 color: #355773;
 font-family: Arial;
 font-size: 21px;
}

p.filter
{
 font-family:Arial;
 font-size: 12px;
}

/*Color properties for brand_View and category_view*/
table.brand_category_view
{
 font-family:Arial;
 font-size: 12px;
 color: #666666;
 
}

/* Properties for border arround images */
td.outlined 
{
 border: 1px solid;
 color: #666666
}

td.smalltxt_outline
{
 border:1px solid; 
 border-color:#CCCCCC;
 font-family: Arial;
font-size: 12px;
color: #777777
}

img { max-height: 200px; }
