﻿.theme_color
{    
    color:#9b3cf5;
}
.theme_background
{    
    background-color:#9b3cf5;
    color:Black;
}
#logo a
{
    background-image: url('images/logo_purple_internal_repeat.jpg');
}
#logo a span
{
    background-image: url('images/logo_purple_internal.jpg');
}
#interiors .item .rollover
{
    background-color:#9b3cf5;
    filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#product_gallery #thumbnails .product_gallery_previous
{
    background-image: url('images/arrow_purple_l.jpg');
}
#product_gallery #thumbnails .product_gallery_next
{
    background-image: url('images/arrow_purple_r.jpg');
}
#product_gallery .video a
{
    background-image:url('images/video_purple.jpg');
}
