﻿@charset "utf-8";

 /*
  *	CONTENT
  */

.ThemeBackground
{
	background-color: #FFFFFF;
	background-image: url(../images/swirls_minimizeme.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


.Content
{
	position:relative;
	overflow: visible;
}

.ThemeContent
{
	position:relative;
	height: 100%;
	z-index: 0;
	margin-bottom:150px;
}


 /*
  *	BUDDYTEST SLICES
  */

#buddytestTable 
{
	position:relative;
	width:890px;
	height:2085px;
	left:50px;
	top:-30px;
	margin-bottom:50px;
}

#buddytestHeaderTop
{
	background-image: url(../images/buddytest_slice_03.png);
	width:660px;
	height:55px;
	margin-left:175px;
}

#buddytestHeaderBottom 
{
	background-image: url(../images/buddytest_slice_06.png);
	width:740px;
	height:45px;
	float:left;
}

#buddytestHomeButton 
{
	width:150px;
	height:45px;
	float:left;
}

#buddytestContentText
{
    background-image: url(../images/buddytest_slice_09.png);
    width:890px;
    height:105px;
    float:left;
}

#buddytestContentTextText
{
    width:695px;
    height:105px;
    margin-left:45px;
    margin-top:20px;
    font-family:Tahoma, Arial, Verdana;
    font-size:15px;
    font-weight:bold;
    color:#000000;
    text-align:left;
}

#buddytestContentFrame
{
    width:890px;
    height:1880px;
    float:left;
}

#buddytestContentSideLeft
{
    background-image: url(../images/buddytest_slice_10.png);
	width:30px;
	height:1840px;
	float:left;
}

#buddytestContentSideRight
{
    background-image: url(../images/buddytest_slice_12.png);
	width:80px;
	height:1840px;
	float:right;
	margin-top:0px;
}

#buddytestContent
{
    background-image: url(../images/buddytest_slice_11.png);
	width:780px;
	height:1840px;
	float:left;
}

#buddytestContentBottom 
{
	background-image: url(../images/buddytest_slice_13.png);
	width:890px;
	height:40px;
	float:left;
}

#buddytestFooter
{
    width:395px;
    height:45px;
    float:left;
    margin-left:400px;
}

#buddytestFooterLeft
{
    float:left;
    width:165px;
    height:45px;
    color: #e2007a;
}

#buddytestFooterLeft a
{
    color: #e2007a;
	text-decoration: underline;
	font-weight: normal;
}

#buddytestFooterRight
{
    float:right;
    width:230px;
    height:45px;
    text-align:center;
}

#buddytestFooterRight a
{
    color: #3384b8;
	text-decoration: underline;
	font-weight: normal;
}



 /*
  *	BUDDY TEST CONTENT
  */
  
.BuddytestList
{
    width:725px;
    height:190px;
    margin-left:13px;
    margin-bottom:40px
}

.BuddytestListLeftDownload
{
    float:left;
    width:122px;
    height:101px;
    padding-top:89px;
}

.BuddytestListLeft
{
    float:left;
    width:138px;
    height:190px;
}

.BuddytestListText
{
    float:left;
    width:205px;
    height:190px;
}

.BuddytestListTextTitle
{
    width:205px;
    height:37px;
}

.BuddytestListTextText
{
    width:205px;
    height:153px;
    font-family:Tahoma, Arial, Verdana;
    font-size:11px;
    font-weight:bold;
    color:#000000;
    text-align:left;
}

.BuddytestListRight
{
    float:left;
    width:138px;
    height:190px;
}

.BuddytestListRightDownload
{
    float:right;
    width:122px;
    height:101px;
    padding-top:89px;
}



.BuddytestList img
{
    display: block;
    margin: auto;
}