/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
.layout-topBar {
	background-image: url(../images/layout/layout-topbar.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.layout-titleBar {
	background-color: #0060b6;
	height: 20px;
}
.layout-dottedBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #0060b6;
	border-right-color: #0060b6;
	border-bottom-color: #0060b6;
	border-left-color: #0060b6;	
}
.layout-dottedRight {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0060b6;
	border-right-color: #0060b6;
	border-bottom-color: #0060b6;
	border-left-color: #0060b6;	
}
.layout-dottedBottomRight {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #0060b6;
	border-right-color: #0060b6;
	border-bottom-color: #0060b6;
	border-left-color: #0060b6;	
}
.layout-dottedLeft {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #0060b6;
	border-right-color: #0060b6;
	border-bottom-color: #0060b6;
	border-left-color: #0060b6;	
}
.layout-dottedLeft-lightBlue {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #0060b6;
	border-right-color: #0060b6;
	border-bottom-color: #0060b6;
	border-left-color: #01A0C7;	
}
.layout-imageThumbnail {
	border: 1px solid #FFFFFF;
}
.layout-imageThumbnail:hover {
	border: 1px solid #0060b6;
}
.layout-imageThumbnail:hover {
	border: 1px solid #0060b6;
}
.layout-infoTab-Selected {
	background-color: #01a0c7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
}
.layout-infoTab-unSelected {
	background-color: #0060b6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 110px;	
}
.layout-tabBorder {
	border: 1px solid #01A0C7;
}
.layout-alsoLike-title {
	background-color: #01a0c7;
}
.layout-orangeBorder {
	border: 1px solid #F84608;
}
.layout-orangeRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F84608;
	border-right-color: #F84608;
	border-bottom-color: #F84608;
	border-left-color: #F84608;
}