﻿/************************* Module Layout Styles *************************/
div.TrendezBase, html.TrendezBase, html.TrendezBase td{
	font-size: 9pt;
	color: #6f6b6c;
	font-family: Verdana, Helvetica, sans-serif
}
.TrendezBase .ModuleTitle{
	margin: 0
}
.RightPane .TrendezBase .ModuleTitle{
	background-color: #f12073;
	padding: 5px 10px;
	color: white;
	font-size: 14px
}
.TrendezBase h1 {
	font-size: 18px;
	color: #f12073;
	font-weight: normal
}
.TrendezBase .ModuleTitle .ModuleButton {
	position: relative;
	float: right
}
.TrendezBase .ModuleContent, .TrendezBase p{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px
}
/*====================================Module Content Text Styles====================================*/
.TrendezBase .CategoryList td{
	vertical-align: top
}
.TrendezBase .ProductImage{
	margin-bottom: 10px
}
.TrendezBase .CategoryItem{
	border:1px solid #D3D3D3;
	width: 165px;
	margin-bottom: 10px
}
.TrendezBase .CategoryItem h4{
	width: 155px;
	border-bottom:1px solid #D3D3D3;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	height: 30px;
	color:  #F12073;
}
.TrendezBase .ProductOption{
	padding-bottom: 4px;
	font-size: 11px
}
.Highlight{
	font-weight: bold;
	color: #f22375
}
.TrendezBase .Highlight{
	font-weight: bold;
	color: #f22375
}
.TrendezBase h2{
	font-size: 11pt;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #f12073
}
.TrendezBase h3, .TrendezBase h4, .TrendezBase h5, .TrendezBase h6{
	font-weight: bold;
	font-size: 10pt;
	color: #6f6b6c
}
.TrendezBase a{
	color: #f22375;
	text-decoration: underline
}
.TrendezBase a:hover {
	color: #fd7eb1;
	text-decoration: underline
}
.TrendezBase hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom-style: none;
	border-bottom: 2px dotted #ccc;
	background: #F0F0F0
}
.TrendezBase ul li{
	padding-left: 10px;
	margin: 0
}
.TrendezBase ol li{
	padding-left: 10px;
	margin: 0
}
.TrendezBase ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.TrendezBase .Field{
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.TrendezBase .Button, .TrendezBase a.Button, .TrendezBase a:link.Button, .TrendezBase a:visited.Button, .TrendezBase a:hover.Button, .TrendezBase a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: 12px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: white;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #fd7eb1;
	text-align: center;
	text-decoration: none
}
.TrendezBase input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px
}
.TrendezBase .Error, .TrendezBase .Message {
	color: #f12073;
	font-style: italic
}
.TrendezBase .NormalSmall {
	font-size: 10px
}