﻿.DivRouned
{
	width: 190px;
}

.TopRounded
{
	background: transparent url(../images/imageTopRounded.gif) no-repeat scroll center top; /*margin: 5px 0px 0px 0px;	*/
	height: 27px;
	vertical-align: middle;
	text-align: left;
	font-weight: 800;
	color: White;
}

.BodyRounded
{
	background: transparent url(../images/imageBodyRounded.gif) repeat-y scroll center top;
	padding-left: 10px;
	padding-right: 10px;
}

.Theme
{
	height: 60px;
	width: 80px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}

.BodyRounded hr
{
	/*border-left-width: 0px; 	border-right-width: 0px; 	border-top: 1px dashed #336699; 	border-bottom-width: 0px; 	border-bottom-style: none; 	margin: 10px 0 0 0;*/
	border: dashed #336699;
	border-width: 1px 0 0 0;
	height: 0;
	line-height: 0px;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.BodyRounded div
{
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.BodyRounded div img
{
	border: 0px solid;
	float: left;
	padding: 7px 8px 0 0;
}


.BodyRounded span, .BodyRounded div span
{
	font-family: Trebuchet MS, Verdana;
	font-size: 0.9em;
}

.BodyRounded ul
{
	margin: 0;
	padding: 0px 0px 0px 20px;
}

.BodyRounded ul li
{
	padding: 5px 10px 5px 0px; /*background: transparent url(../images/gallery.gif) no-repeat scroll left center;*/
	border-bottom: 1px dotted #CCCCCC;
	color: #336699;
}

.BodyRounded ul.category
{
	margin: 0;
	padding: 10px 0px 0px 5px;
}

.BodyRounded ul li.category
{
	background: transparent url(../images/gallery.gif) no-repeat scroll left center;
	border-bottom: 1px dotted #CCCCCC;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none; /*margin: 0;*/
	padding: 0.2em 0 0.4em 20px;
}

.BodyRounded ul li.airplane img
{
	margin-bottom: -3px;
}

.BottomRounded
{
	background: transparent url(../images/imageBottomRounded.gif) no-repeat scroll center bottom;
	height: 11px;
	text-align: right;
	padding-right: 10px;
}


